[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <aa477dd145aa2beb37fe813619b0723744a22a0a.1562950641.git.ptesarik@suse.com>
Date: Fri, 12 Jul 2019 19:21:01 +0200
From: Petr Tesarik <ptesarik@...e.com>
To: Heiko Carstens <heiko.carstens@...ibm.com>,
Vasily Gorbik <gor@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ibm.com>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
Philipp Rudo <prudo@...ux.ibm.com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Laura Abbott <labbott@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>
Cc: Petr Tesarik <ptesarik@...e.com>, linux-s390@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] s390: add Linux banner to the compressed image
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 <ptesarik@...e.com>
---
arch/s390/boot/compressed/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/s390/boot/compressed/Makefile b/arch/s390/boot/compressed/Makefile
index fa529c5b4486..9bc4685477c5 100644
--- a/arch/s390/boot/compressed/Makefile
+++ b/arch/s390/boot/compressed/Makefile
@@ -11,6 +11,7 @@ UBSAN_SANITIZE := n
KASAN_SANITIZE := n
obj-y := $(if $(CONFIG_KERNEL_UNCOMPRESSED),,decompressor.o) piggy.o info.o
+obj-y += ../../../../init/banner.o
targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2
targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
targets += info.bin $(obj-y)
--
2.16.4
Powered by blists - more mailing lists