From: Henning Schild <henning.schild@siemens.com>
To: Felix Moessbauer <felix.moessbauer@siemens.com>
Cc: isar-users@googlegroups.com, jan.kiszka@siemens.com,
daniel.bovensiepen@siemens.com, venkata.pyla@toshiba-tsip.com
Subject: Re: [PATCH v2 00/10] Make rootfs build reproducible
Date: Thu, 12 Jan 2023 10:35:48 +0100 [thread overview]
Message-ID: <20230112103548.47f921d5@md1za8fc.ad001.siemens.net> (raw)
In-Reply-To: <20230112055619.843445-1-felix.moessbauer@siemens.com>
Good effort, Thanks. I will not review again.
Henning
Am Thu, 12 Jan 2023 05:56:09 +0000
schrieb Felix Moessbauer <felix.moessbauer@siemens.com>:
> This series finally makes the rootfs generation bit-reproducible
> from debian bullseye on. Parts of it have already been sent
> as individual patches. However, image reproducibility can only
> be achived once all parts are reproducible itself. By that,
> these patches are included in this series as well.
>
> With this series, the following parts are now fully reproducible.
> This has been tested on the isar-image-base target.
>
> - custom initramfs (creation and updates)
> - debian initramfs (only updates are relevant)
> - custom kernel (debian kernel is reproducible itself)
> - rootfs itself
> - tar file generation (<image>.tar)
> - ext4 generation (only from bookworm on, more tests needed)
>
> Other parts that are still not reproducible are:
>
> - WIC (should be solved in OE already)
> - containers (untested yet)
>
> Changes since v1:
>
> - dropped patch "deb_add_changelog: use SOURCE_DATE_EPOCH"
> - fixed typo in "generate deterministic clear-text password hash"
> - added comment about why SOURCE_DATE_EPOCH must only be set for
> image rootfs but not for other rootfs'.
>
> Best regards,
> Felix Moessbauer
> Siemens AG
>
> Felix Moessbauer (9):
> fix rebuild of rootfs_finalize task
> rootfs postprocess: clean python cache
> remove non-portable ldconfig aux-cache
> generate deterministic clear-text password hash
> update debian initramfs in deterministic mode
> create custom initramfs in deterministic mode
> make deb_add_changelog idempotent
> deb_add_changelog: set timestamp to valid epoch
> make custom linux-image bit-by-bit reproducible
>
> venkata pyla (1):
> image.bbclass: fix non-reproducible file time-stamps inside rootfs
>
> meta-isar/conf/local.conf.sample | 10 ++++++++
> meta/classes/debianize.bbclass | 20 +++++++++------
> meta/classes/image-account-extension.bbclass | 10 +++++++-
> meta/classes/image.bbclass | 25
> +++++++++++++++++-- meta/classes/initramfs.bbclass |
> 5 ++++ meta/classes/rootfs.bbclass | 13 ++++++++++
> .../linux/files/debian/isar/build.tmpl | 1 +
> .../linux/files/debian/rules.tmpl | 14 ++++++++++-
> meta/recipes-kernel/linux/linux-custom.inc | 2 ++
> 9 files changed, 89 insertions(+), 11 deletions(-)
>
next prev parent reply other threads:[~2023-01-12 9:35 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-12 5:56 Felix Moessbauer
2023-01-12 5:56 ` [PATCH v2 01/10] fix rebuild of rootfs_finalize task Felix Moessbauer
2023-01-14 20:47 ` Uladzimir Bely
2023-01-14 22:16 ` Roberto A. Foglietta
2023-01-14 23:35 ` Roberto A. Foglietta
2023-01-15 13:31 ` Moessbauer, Felix
2023-01-23 9:00 ` Henning Schild
2023-01-12 5:56 ` [PATCH v2 02/10] image.bbclass: fix non-reproducible file time-stamps inside rootfs Felix Moessbauer
2023-01-14 20:26 ` Uladzimir Bely
2023-01-14 20:31 ` Roberto A. Foglietta
2023-01-14 20:39 ` Uladzimir Bely
2023-01-15 13:42 ` Moessbauer, Felix
2023-01-15 21:57 ` Roberto A. Foglietta
2023-01-12 5:56 ` [PATCH v2 03/10] rootfs postprocess: clean python cache Felix Moessbauer
2023-01-12 5:56 ` [PATCH v2 04/10] remove non-portable ldconfig aux-cache Felix Moessbauer
2023-01-12 5:56 ` [PATCH v2 05/10] generate deterministic clear-text password hash Felix Moessbauer
2023-01-12 5:56 ` [PATCH v2 06/10] update debian initramfs in deterministic mode Felix Moessbauer
2023-01-12 5:56 ` [PATCH v2 07/10] create custom " Felix Moessbauer
2023-01-12 5:56 ` [PATCH v2 08/10] make deb_add_changelog idempotent Felix Moessbauer
2023-01-12 5:56 ` [PATCH v2 09/10] deb_add_changelog: set timestamp to valid epoch Felix Moessbauer
2023-01-12 5:56 ` [PATCH v2 10/10] make custom linux-image bit-by-bit reproducible Felix Moessbauer
2023-01-12 9:35 ` Henning Schild [this message]
[not found] ` <CAJGKYO6i0hUBs4XeBtzLKnVVS6sRdVuEG9v87+wHPvXpiHzMWA@mail.gmail.com>
2023-01-13 2:29 ` [PATCH v2 00/10] Make rootfs build reproducible Moessbauer, Felix
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=20230112103548.47f921d5@md1za8fc.ad001.siemens.net \
--to=henning.schild@siemens.com \
--cc=daniel.bovensiepen@siemens.com \
--cc=felix.moessbauer@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.com \
--cc=venkata.pyla@toshiba-tsip.com \
/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