Re: [PATCH v2 0/2] riscv: improve __ex_table section handling

From: Palmer Dabbelt
Date: Sat Sep 11 2021 - 03:11:33 EST


On Thu, 26 Aug 2021 07:09:52 PDT (-0700), jszhang3@xxxxxxxxxxxxxxxx wrote:
From: Jisheng Zhang <jszhang@xxxxxxxxxx>

Enable BUILDTIME_TABLE_SORT to sort the exception table at build time
then move exception table to RO_DATA segment.

Since v1:
- Only enable BUILDTIME_TABLE_SORT for MMU. Thank Palmer for catching
tinyconfig case.

Jisheng Zhang (2):
riscv: Enable BUILDTIME_TABLE_SORT
riscv: Move EXCEPTION_TABLE to RO_DATA segment

arch/riscv/Kconfig | 1 +
arch/riscv/kernel/vmlinux-xip.lds.S | 1 -
arch/riscv/kernel/vmlinux.lds.S | 4 ++--
scripts/sorttable.c | 1 +
4 files changed, 4 insertions(+), 3 deletions(-)

Thanks, this is on for-next.