]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: disable generation of unwind tables
authorAndreas Schwab <schwab@suse.de>
Wed, 1 Feb 2023 09:29:45 +0000 (10:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:50:28 +0000 (12:50 +0100)
commit06542698fbf7fe3277cb084ebe4747f027643383
tree09dea8b80ed9f8002a8e04b04ef09341f26e6611
parent1395c034eac5200237903b4a55c47b6e290ea938
riscv: disable generation of unwind tables

commit 2f394c0e7d1129a35156e492bc8f445fb20f43ac upstream.

GCC 13 will enable -fasynchronous-unwind-tables by default on riscv.  In
the kernel, we don't have any use for unwind tables yet, so disable them.
More importantly, the .eh_frame section brings relocations
(R_RISC_32_PCREL, R_RISCV_SET{6,8,16}, R_RISCV_SUB{6,8,16}) into modules
that we are not prepared to handle.

Signed-off-by: Andreas Schwab <schwab@suse.de>
Link: https://lore.kernel.org/r/mvmzg9xybqu.fsf@suse.de
Cc: stable@vger.kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/riscv/Makefile