DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH v4 5/5] v7a: kernel: disable INITRAMFS_PRESERVE_MTIME
Date: Mon, 11 May 2026 12:22:22 +0200	[thread overview]
Message-ID: <20260511102222.2031940-5-l.stach@pengutronix.de> (raw)
In-Reply-To: <20260511102222.2031940-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
---
 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 2985ce961e01..f71b29ec3f57 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -220,7 +220,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




  parent reply	other threads:[~2026-05-11 10:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-11 10:22 [DistroKit] [PATCH v4 1/5] x86_64: kernel: update config Lucas Stach
2026-05-11 10:22 ` [DistroKit] [PATCH v4 2/5] platform-x86_64: switch to ZSTD kernel compression Lucas Stach
2026-05-11 10:22 ` [DistroKit] [PATCH v4 3/5] reason: allow kernel initrd support for all platforms Lucas Stach
2026-05-11 10:22 ` [DistroKit] [PATCH v4 4/5] v8a: kernel: update config Lucas Stach
2026-05-11 10:22 ` Lucas Stach [this message]
2026-05-11 14:23 ` [DistroKit] [PATCH v4 1/5] x86_64: " 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=20260511102222.2031940-5-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