Re: [PATCH v4 0/8] initramfs: kunit tests and cleanups

2025-03-04 Thread Christian Brauner
On Tue, 04 Mar 2025 16:57:43 +1100, David Disseldorp wrote: > This patchset adds basic kunit test coverage for initramfs unpacking > and cleans up some minor buffer handling issues / inefficiencies. > > Changes since v3: > - Drop shared unpack buffer changes > + rework into initramfs: allocate h

[PATCH v4 0/8] initramfs: kunit tests and cleanups

2025-03-03 Thread David Disseldorp
This patchset adds basic kunit test coverage for initramfs unpacking and cleans up some minor buffer handling issues / inefficiencies. Changes since v3: - Drop shared unpack buffer changes + rework into initramfs: allocate heap buffers together (patch 5/8) + extra review complexity wasn't wort