]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Prevent link failure with kcov instrumentation
authorJouni Hogander <jouni.hogander@unikie.com>
Mon, 9 Dec 2019 12:37:07 +0000 (14:37 +0200)
committerPaul Burton <paulburton@kernel.org>
Wed, 18 Dec 2019 23:15:03 +0000 (15:15 -0800)
commit3365df5ecda5a9608c3f288fc3d8bf9202db1ca9
tree83921c70b5d0dc9806da4c781510ce217d27d2c1
parent2f2e136a9d8ddd3dce76d40e3144046435052c36
MIPS: Prevent link failure with kcov instrumentation

__sanitizer_cov_trace_pc() is not linked in and causing link
failure if KCOV_INSTRUMENT is enabled. Fix this by disabling
instrumentation for compressed image.

Signed-off-by: Jouni Hogander <jouni.hogander@unikie.com>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: linux-mips@vger.kernel.org
arch/mips/boot/compressed/Makefile