linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: config: Enable EXT4 for Tegra
@ 2025-10-10 10:36 Jon Hunter
  2025-11-14 17:05 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Hunter @ 2025-10-10 10:36 UTC (permalink / raw)
  To: Russell King, Thierry Reding
  Cc: linux-arm-kernel, linux-tegra, linux-kernel, Lukas Bulwahn,
	Jon Hunter

After commit d6ace46c82fd ("ext4: remove obsolete EXT3 config options")
was added, when using the 'tegra_defconfig' kernel configuration,
mounting an MMC device on Tegra20, Tegra30 and Tegra124 boards is
failing with "unknown filesystem type 'ext4'". Fix this by updating the
'tegra_defconfig' to use the EXT4 config options and remove the
obselete EXT2/3 options.

Fixes: d6ace46c82fd ("ext4: remove obsolete EXT3 config options")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
 arch/arm/configs/tegra_defconfig | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index ba863b445417..ce70ff07c978 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -315,13 +315,9 @@ CONFIG_AK8975=y
 CONFIG_PWM=y
 CONFIG_PWM_TEGRA=y
 CONFIG_PHY_TEGRA_XUSB=y
-CONFIG_EXT2_FS=y
-CONFIG_EXT2_FS_XATTR=y
-CONFIG_EXT2_FS_POSIX_ACL=y
-CONFIG_EXT2_FS_SECURITY=y
-CONFIG_EXT3_FS=y
-CONFIG_EXT3_FS_POSIX_ACL=y
-CONFIG_EXT3_FS_SECURITY=y
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
 # CONFIG_DNOTIFY is not set
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: config: Enable EXT4 for Tegra
  2025-10-10 10:36 [PATCH] ARM: config: Enable EXT4 for Tegra Jon Hunter
@ 2025-11-14 17:05 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2025-11-14 17:05 UTC (permalink / raw)
  To: Jon Hunter
  Cc: Russell King, linux-arm-kernel, linux-tegra, linux-kernel,
	Lukas Bulwahn

[-- Attachment #1: Type: text/plain, Size: 712 bytes --]

On Fri, Oct 10, 2025 at 11:36:12AM +0100, Jon Hunter wrote:
> After commit d6ace46c82fd ("ext4: remove obsolete EXT3 config options")
> was added, when using the 'tegra_defconfig' kernel configuration,
> mounting an MMC device on Tegra20, Tegra30 and Tegra124 boards is
> failing with "unknown filesystem type 'ext4'". Fix this by updating the
> 'tegra_defconfig' to use the EXT4 config options and remove the
> obselete EXT2/3 options.
> 
> Fixes: d6ace46c82fd ("ext4: remove obsolete EXT3 config options")
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
> ---
>  arch/arm/configs/tegra_defconfig | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-14 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10 10:36 [PATCH] ARM: config: Enable EXT4 for Tegra Jon Hunter
2025-11-14 17:05 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).