]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
parisc: Fix build of compressed kernel even with debug enabled
authorHelge Deller <deller@gmx.de>
Thu, 1 Aug 2019 11:33:39 +0000 (13:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Aug 2019 17:05:27 +0000 (19:05 +0200)
commit45842c3b55d7792bec170d9eb950bbcd14cd45cb
tree4ca768998b6937a05f2edbbd54a4a20cb71594b2
parent8b2c701ff2c0db1d4a1bdb8bd745c194df5b49f8
parisc: Fix build of compressed kernel even with debug enabled

commit 3fe6c873af2f2247544debdbe51ec29f690a2ccf upstream.

With debug info enabled (CONFIG_DEBUG_INFO=y) the resulting vmlinux may get
that huge that we need to increase the start addresss for the decompression
text section otherwise one will face a linker error.

Reported-by: Sven Schnelle <svens@stackframe.org>
Tested-by: Sven Schnelle <svens@stackframe.org>
Cc: stable@vger.kernel.org # v4.14+
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/boot/compressed/vmlinux.lds.S