[PATCH] doc: sandbox: replace sgdisk input with options

2023-03-24 Thread Corentin Guillevic
The input provided to sgdisk is in fact aimed for sfdisk. The use of sgdisk and sfdisk, coming from different projects, is not the same. So, this commit translates the sfdisk-formatted input into sgdisk-compatible options. Partitions are not modified. Signed-off-by: Corentin Guillevic --- doc

[PATCH] spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entry

2023-03-24 Thread Corentin Guillevic
The Freescale ESPI driver (CONFIG_FSL_ESPI) relies to the MPC85xx platform (PowerPC) through arch/powerpc/include/asm/immap_85xx.h. The driver can't compile on another architecture/platform. Signed-off-by: Corentin Guillevic --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+)

[PATCH] fs: ext4: fix files seen as symlink during deletion

2023-03-17 Thread Corentin GUILLEVIC
corrupted because of no free block available. Signed-off-by: Corentin GUILLEVIC --- fs/ext4/ext4_write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git fs/ext4/ext4_write.c fs/ext4/ext4_write.c index f22af45d1b..ea4c5d4157 100644 --- fs/ext4/ext4_write.c +++ fs/ext4/ext4_write.c