DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] platform-{v7a, v7a_noneon, v8a}: kernel: change OVERLAY_FS to built-in
@ 2026-06-18  9:45 Michael Tretter
  0 siblings, 0 replies; only message in thread
From: Michael Tretter @ 2026-06-18  9:45 UTC (permalink / raw)
  To: distrokit; +Cc: Michael Tretter

The setting of OVERLAY_FS inconsistent, because it is built-in in
x86_64, a module in v8a, and disabled in v7a/v7a_noneon.

Synchronize the configuration between the platforms and build OVERLAY_FS
as built-in on all platforms.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 configs/platform-v7a/kernelconfig        | 8 +++++++-
 configs/platform-v7a_noneon/kernelconfig | 8 +++++++-
 configs/platform-v8a/kernelconfig        | 2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 8536f2c1181f..23cf83be420e 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -3818,6 +3818,7 @@ CONFIG_COUNTER=y
 CONFIG_DCACHE_WORD_ACCESS=y
 # CONFIG_VALIDATE_FS_PARSER is not set
 CONFIG_FS_IOMAP=y
+CONFIG_FS_STACK=y
 CONFIG_BUFFER_HEAD=y
 CONFIG_LEGACY_DIRECT_IO=y
 # CONFIG_EXT2_FS is not set
@@ -3850,7 +3851,12 @@ CONFIG_FANOTIFY=y
 # CONFIG_QUOTA is not set
 CONFIG_AUTOFS_FS=y
 # CONFIG_FUSE_FS is not set
-# CONFIG_OVERLAY_FS is not set
+CONFIG_OVERLAY_FS=y
+# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
+CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
+# CONFIG_OVERLAY_FS_INDEX is not set
+# CONFIG_OVERLAY_FS_METACOPY is not set
+# CONFIG_OVERLAY_FS_DEBUG is not set
 
 #
 # Caches
diff --git a/configs/platform-v7a_noneon/kernelconfig b/configs/platform-v7a_noneon/kernelconfig
index 604c4ed6432d..8eedea18560f 100644
--- a/configs/platform-v7a_noneon/kernelconfig
+++ b/configs/platform-v7a_noneon/kernelconfig
@@ -3396,6 +3396,7 @@ CONFIG_PM_OPP=y
 CONFIG_DCACHE_WORD_ACCESS=y
 # CONFIG_VALIDATE_FS_PARSER is not set
 CONFIG_FS_IOMAP=y
+CONFIG_FS_STACK=y
 CONFIG_BUFFER_HEAD=y
 CONFIG_LEGACY_DIRECT_IO=y
 # CONFIG_EXT2_FS is not set
@@ -3428,7 +3429,12 @@ CONFIG_FANOTIFY=y
 # CONFIG_QUOTA is not set
 CONFIG_AUTOFS_FS=y
 # CONFIG_FUSE_FS is not set
-# CONFIG_OVERLAY_FS is not set
+CONFIG_OVERLAY_FS=y
+# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
+CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
+# CONFIG_OVERLAY_FS_INDEX is not set
+# CONFIG_OVERLAY_FS_METACOPY is not set
+# CONFIG_OVERLAY_FS_DEBUG is not set
 
 #
 # Caches
diff --git a/configs/platform-v8a/kernelconfig b/configs/platform-v8a/kernelconfig
index 695962788b7d..21b9298e44d2 100644
--- a/configs/platform-v8a/kernelconfig
+++ b/configs/platform-v8a/kernelconfig
@@ -4583,7 +4583,7 @@ CONFIG_FUSE_FS=m
 # CONFIG_VIRTIO_FS is not set
 CONFIG_FUSE_PASSTHROUGH=y
 CONFIG_FUSE_IO_URING=y
-CONFIG_OVERLAY_FS=m
+CONFIG_OVERLAY_FS=y
 # CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
 CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
 # CONFIG_OVERLAY_FS_INDEX is not set
-- 
2.47.3




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-18  9:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-18  9:45 [DistroKit] [PATCH] platform-{v7a, v7a_noneon, v8a}: kernel: change OVERLAY_FS to built-in Michael Tretter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox