Re: [PATCH 2/2] s390: add Linux banner to the compressed image

2019-07-15 Thread Vasily Gorbik
On Sun, Jul 14, 2019 at 03:52:52PM +, Petr Tesarik wrote: > On Sun, 14 Jul 2019 16:35:33 +0200 > Vasily Gorbik wrote: > > > On Fri, Jul 12, 2019 at 07:21:01PM +0200, Petr Tesarik wrote: > > > Various tools determine the kernel version from a given binary by > > > scanning for the Linux banner

Re: [PATCH 2/2] s390: add Linux banner to the compressed image

2019-07-14 Thread Petr Tesarik
On Sun, 14 Jul 2019 16:35:33 +0200 Vasily Gorbik wrote: > On Fri, Jul 12, 2019 at 07:21:01PM +0200, Petr Tesarik wrote: > > Various tools determine the kernel version from a given binary by > > scanning for the Linux banner string. This does not work if the > > banner string is compressed, but we

Re: [PATCH 2/2] s390: add Linux banner to the compressed image

2019-07-14 Thread Vasily Gorbik
On Fri, Jul 12, 2019 at 07:21:01PM +0200, Petr Tesarik wrote: > Various tools determine the kernel version from a given binary by > scanning for the Linux banner string. This does not work if the > banner string is compressed, but we can link it once more into the > uncompressed portion of bzImage.

[PATCH 2/2] s390: add Linux banner to the compressed image

2019-07-12 Thread Petr Tesarik
Various tools determine the kernel version from a given binary by scanning for the Linux banner string. This does not work if the banner string is compressed, but we can link it once more into the uncompressed portion of bzImage. Signed-off-by: Petr Tesarik --- arch/s390/boot/compressed/Makefile