Re: [RFC PATCH v2 1/5] linux-headers: NOTFORMERGE - placeholder uapi updates for AP config change

2025-03-11 Thread Vasily Gorbik
On Mon, Mar 10, 2025 at 10:20:05AM -0400, Rorie Reyes wrote: > On 2/5/25 3:38 AM, Cédric Le Goater wrote: > > > > > Are the kernel changes planned for 6.14 ? > > > > > > > > FYI, QEMU 10.0 hard freeze is scheduled for 2025-03-18 which is > > approximately when 6.14-rc7 will be released. > > > >

[Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts

2018-06-25 Thread Vasily Gorbik
present in bzImage and arch/s390/boot/compressed/vmlinux. Signed-off-by: Vasily Gorbik --- arch/s390/boot/head.S | 4 ++-- arch/s390/include/asm/setup.h | 3 ++- arch/s390/kernel/early.c | 12 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/arch/s390/boo

Re: [Qemu-devel] s390 qemu boot failure in -next

2018-06-25 Thread Vasily Gorbik
On Mon, Jun 25, 2018 at 06:35:30AM -0700, Guenter Roeck wrote: > On 06/25/2018 05:26 AM, Christian Borntraeger wrote: > > > > > > On 06/25/2018 10:49 AM, Cornelia Huck wrote: > > > On Mon, 25 Jun 2018 10:36:33 +0200 > > > Vasily Gorbik wrote: > > &g

Re: [Qemu-devel] s390 qemu boot failure in -next

2018-06-25 Thread Vasily Gorbik
This change has been done on purpose. Uncompressed image is not going to be bootable any more. In future the decompressor phase would get more function (early memory detection as an example) and there is no chance to duplicate that code in uncompressed image as well (to keep it bootable on its own)