Re: [PATCH test-artifacts v2 14/12] scripts: build initrd cpio

2025-04-10 Thread Marek Marczykowski-Górecki
On Mon, Apr 07, 2025 at 05:22:05PM +0100, Andrew Cooper wrote: > On 07/04/2025 5:17 pm, Andrew Cooper wrote: > > On 07/04/2025 1:31 pm, Marek Marczykowski-Górecki wrote: > >> Build initrd format directly digestable by the kernel. Additionally, > >> include it itself inside as boot/initrd-domU file,

Re: [PATCH test-artifacts v2 14/12] scripts: build initrd cpio

2025-04-08 Thread Marek Marczykowski-Górecki
On Tue, Apr 08, 2025 at 12:06:51PM +, Anthony PERARD wrote: > On Mon, Apr 07, 2025 at 06:31:06PM +0200, Marek Marczykowski-Górecki wrote: > > There is one more difference: the cpio.gz contains the whole thing > > twice. Once as rootfs for dom0 and then another as boot/initrd-domU. > > Dropping

Re: [PATCH test-artifacts v2 14/12] scripts: build initrd cpio

2025-04-08 Thread Anthony PERARD
On Mon, Apr 07, 2025 at 06:31:06PM +0200, Marek Marczykowski-Górecki wrote: > There is one more difference: the cpio.gz contains the whole thing > twice. Once as rootfs for dom0 and then another as boot/initrd-domU. > Dropping .tar.gz is probably a good idea at some point, so I'm okay with > such c

Re: [PATCH test-artifacts v2 14/12] scripts: build initrd cpio

2025-04-07 Thread Andrew Cooper
On 07/04/2025 5:17 pm, Andrew Cooper wrote: > On 07/04/2025 1:31 pm, Marek Marczykowski-Górecki wrote: >> Build initrd format directly digestable by the kernel. Additionally, >> include it itself inside as boot/initrd-domU file, for domU booting in >> tests. >> This should avoid the need to repack

Re: [PATCH test-artifacts v2 14/12] scripts: build initrd cpio

2025-04-07 Thread Marek Marczykowski-Górecki
On Mon, Apr 07, 2025 at 06:11:29PM +0100, Andrew Cooper wrote: > On 07/04/2025 1:31 pm, Marek Marczykowski-Górecki wrote: > > Build initrd format directly digestable by the kernel. Additionally, > > include it itself inside as boot/initrd-domU file, for domU booting in > > tests. > > This should av

Re: [PATCH test-artifacts v2 14/12] scripts: build initrd cpio

2025-04-07 Thread Andrew Cooper
On 07/04/2025 6:11 pm, Andrew Cooper wrote: > On 07/04/2025 1:31 pm, Marek Marczykowski-Górecki wrote: >> Build initrd format directly digestable by the kernel. Additionally, >> include it itself inside as boot/initrd-domU file, for domU booting in >> tests. >> This should avoid the need to repack

Re: [PATCH test-artifacts v2 14/12] scripts: build initrd cpio

2025-04-07 Thread Andrew Cooper
On 07/04/2025 1:31 pm, Marek Marczykowski-Górecki wrote: > Build initrd format directly digestable by the kernel. Additionally, > include it itself inside as boot/initrd-domU file, for domU booting in > tests. > This should avoid the need to repack tar -> cpio as part of the test > job. > > Keep ge

Re: [PATCH test-artifacts v2 14/12] scripts: build initrd cpio

2025-04-07 Thread Andrew Cooper
On 07/04/2025 1:31 pm, Marek Marczykowski-Górecki wrote: > Build initrd format directly digestable by the kernel. Additionally, > include it itself inside as boot/initrd-domU file, for domU booting in > tests. > This should avoid the need to repack tar -> cpio as part of the test > job. > > Keep ge

[PATCH test-artifacts v2 14/12] scripts: build initrd cpio

2025-04-07 Thread Marek Marczykowski-Górecki
Build initrd format directly digestable by the kernel. Additionally, include it itself inside as boot/initrd-domU file, for domU booting in tests. This should avoid the need to repack tar -> cpio as part of the test job. Keep generating initrd.tar.gz as that's still used by older branches. Signed