mbox series

[v3,0/5] : initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME

Message ID 20211001134256.5581-1-ddiss@suse.de (mailing list archive)
Headers show
Series : initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME | expand

Message

David Disseldorp Oct. 1, 2021, 1:42 p.m. UTC
This patchset does some minor refactoring of cpio header magic checking
and corrects documentation.
Patches 4/5 and 5/5 allow cpio entry mtime preservation to be disabled
via a new INITRAMFS_PRESERVE_MTIME Kconfig option.

Changes since previous version:
- curb enthusiasm in 1/5 commit message
- add cover letter

 .../early-userspace/buffer-format.rst         | 24 +++-----
 init/Kconfig                                  | 10 ++++
 init/Makefile                                 |  3 +
 init/initramfs.c                              | 57 +++----------------
 init/initramfs_mtime.c                        | 49 ++++++++++++++++
 init/initramfs_mtime.h                        | 11 ++++
 6 files changed, 88 insertions(+), 66 deletions(-)

Comments

David Disseldorp Oct. 11, 2021, 10:41 a.m. UTC | #1
On Fri,  1 Oct 2021 15:42:51 +0200, David Disseldorp wrote:

> This patchset does some minor refactoring of cpio header magic checking
> and corrects documentation.
> Patches 4/5 and 5/5 allow cpio entry mtime preservation to be disabled
> via a new INITRAMFS_PRESERVE_MTIME Kconfig option.

Ping, any feedback for these changes?

Cheers, David
David Disseldorp Nov. 5, 2021, 12:03 p.m. UTC | #2
On Fri,  1 Oct 2021 15:42:51 +0200, David Disseldorp wrote:

> This patchset does some minor refactoring of cpio header magic checking
> and corrects documentation.
> Patches 4/5 and 5/5 allow cpio entry mtime preservation to be disabled
> via a new INITRAMFS_PRESERVE_MTIME Kconfig option.

Ping again. I still think this patchset is worthwhile... Any feedback?

Cheers, David