From: Lucas Stach <l.stach@pengutronix.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH v7 09/10] v7a: kernel: disable INITRAMFS_PRESERVE_MTIME
Date: Tue, 19 May 2026 21:26:36 +0200 [thread overview]
Message-ID: <20260519192637.3113556-9-l.stach@pengutronix.de> (raw)
In-Reply-To: <20260519192637.3113556-1-l.stach@pengutronix.de>
Correct mtime is usually not required in the initrd environment
so we can save some extraction time by disabling this option.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
v4: new patch
v5: no changes
v6: no changes
---
configs/platform-v7a/kernelconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index adb39dd366a0..26edf6cc45ef 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -215,7 +215,7 @@ CONFIG_RD_GZIP=y
# CONFIG_RD_LZ4 is not set
# CONFIG_RD_ZSTD is not set
# CONFIG_BOOT_CONFIG is not set
-CONFIG_INITRAMFS_PRESERVE_MTIME=y
+# CONFIG_INITRAMFS_PRESERVE_MTIME is not set
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION=y
--
2.47.3
next prev parent reply other threads:[~2026-05-19 19:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-19 19:26 [DistroKit] [PATCH v7 01/10] x86_64: kernel: disable rust Lucas Stach
2026-05-19 19:26 ` [DistroKit] [PATCH v7 02/10] v8a: " Lucas Stach
2026-05-19 19:26 ` [DistroKit] [PATCH v7 03/10] v7a: " Lucas Stach
2026-05-19 19:26 ` [DistroKit] [PATCH v7 04/10] x86_64: kernel: update config Lucas Stach
2026-05-19 19:26 ` [DistroKit] [PATCH v7 05/10] platform-x86_64: switch to ZSTD kernel compression Lucas Stach
2026-05-19 19:26 ` [DistroKit] [PATCH v7 06/10] v7a_noneon: kernel: sync initrd related kernel config with v7a Lucas Stach
2026-05-19 19:26 ` [DistroKit] [PATCH v7 07/10] reason: allow kernel initrd support for all platforms Lucas Stach
2026-05-19 19:26 ` [DistroKit] [PATCH v7 08/10] v8a: kernel: update config Lucas Stach
2026-05-19 19:26 ` Lucas Stach [this message]
2026-05-19 19:26 ` [DistroKit] [PATCH v7 10/10] v7a: kernel: set PCP_BATCH_SCALE_MAX to 3 Lucas Stach
2026-05-20 10:20 ` [DistroKit] [PATCH v7 01/10] x86_64: kernel: disable rust Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260519192637.3113556-9-l.stach@pengutronix.de \
--to=l.stach@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox