Re: [PATCH v3] erofs-utils: mkfs: fix image reproducibility of `-E(all-)fragments`

2025-06-02 Thread Gao Xiang
Hi Hongbo, On 2025/6/3 11:08, Hongbo Li wrote: From: Gao Xiang The timestamp of the packed inode should be fixed to the build time. Fixes: 9fa9b017f773 ("erofs-utils: mkfs: support fragments") Signed-off-by: Gao Xiang [hongbo: minor adjust] Signed-off-by: Hongbo Li --- change since v2: -

[PATCH v3] erofs-utils: mkfs: fix image reproducibility of `-E(all-)fragments`

2025-06-02 Thread Hongbo Li
From: Gao Xiang The timestamp of the packed inode should be fixed to the build time. Fixes: 9fa9b017f773 ("erofs-utils: mkfs: support fragments") Signed-off-by: Gao Xiang [hongbo: minor adjust] Signed-off-by: Hongbo Li --- change since v2: - compare path with strcmp; change since v1: - fix