* [PATCH] arm: omap2plus_defconfig: enable ext4 directly
@ 2025-10-13 12:07 Andreas Kemnade
2025-11-04 23:06 ` Kevin Hilman
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Kemnade @ 2025-10-13 12:07 UTC (permalink / raw)
To: aaro.koskinen, andreas, khilman, rogerq, tony, linux, tytso,
lukas.bulwahn, linux-omap, linux-arm-kernel, linux-kernel
In former times, ext4 was enabled implicitely by enabling ext3 but with
the ext3 fs gone, it does not get enabled, which lets devices fail to
mount root on non-initrd based boots with an ext4 root.
Fixes: d6ace46c82fd ("ext4: remove obsolete EXT3 config options")
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
arch/arm/configs/omap2plus_defconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 1d5f752417398..1499e1744dafb 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -679,7 +679,8 @@ CONFIG_TWL4030_USB=m
CONFIG_COUNTER=m
CONFIG_TI_EQEP=m
CONFIG_EXT2_FS=y
-CONFIG_EXT3_FS=y
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_FANOTIFY=y
CONFIG_QUOTA=y
--
2.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] arm: omap2plus_defconfig: enable ext4 directly
2025-10-13 12:07 [PATCH] arm: omap2plus_defconfig: enable ext4 directly Andreas Kemnade
@ 2025-11-04 23:06 ` Kevin Hilman
2025-11-05 22:06 ` Kevin Hilman
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Hilman @ 2025-11-04 23:06 UTC (permalink / raw)
To: aaro.koskinen, rogerq, tony, linux, tytso, lukas.bulwahn,
linux-omap, linux-arm-kernel, linux-kernel, Andreas Kemnade
On Mon, 13 Oct 2025 14:07:53 +0200, Andreas Kemnade wrote:
> In former times, ext4 was enabled implicitely by enabling ext3 but with
> the ext3 fs gone, it does not get enabled, which lets devices fail to
> mount root on non-initrd based boots with an ext4 root.
>
>
Applied, thanks!
[1/1] arm: omap2plus_defconfig: enable ext4 directly
commit: 810c5ef6efe9a2be3203a50de781d9050e8b9920
Best regards,
--
Kevin Hilman <khilman@baylibre.com>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] arm: omap2plus_defconfig: enable ext4 directly
2025-11-04 23:06 ` Kevin Hilman
@ 2025-11-05 22:06 ` Kevin Hilman
0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2025-11-05 22:06 UTC (permalink / raw)
To: aaro.koskinen, rogerq, tony, linux, tytso, lukas.bulwahn,
linux-omap, linux-arm-kernel, linux-kernel, Andreas Kemnade
Kevin Hilman <khilman@baylibre.com> writes:
> On Mon, 13 Oct 2025 14:07:53 +0200, Andreas Kemnade wrote:
>> In former times, ext4 was enabled implicitely by enabling ext3 but with
>> the ext3 fs gone, it does not get enabled, which lets devices fail to
>> mount root on non-initrd based boots with an ext4 root.
>>
>>
>
> Applied, thanks!
>
> [1/1] arm: omap2plus_defconfig: enable ext4 directly
> commit: 810c5ef6efe9a2be3203a50de781d9050e8b9920
I ended up dropping this patch because it conflicted with patches
already in Linus' tree
c065b6046b34 ("Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigs")
If this is still needed, please respin.
Kevin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-05 22:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-13 12:07 [PATCH] arm: omap2plus_defconfig: enable ext4 directly Andreas Kemnade
2025-11-04 23:06 ` Kevin Hilman
2025-11-05 22:06 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox