From: Palmer Dabbelt Date: Thu, 6 Jan 2022 03:14:31 +0000 (-0800) Subject: riscv: switch to relative extable and other improvements X-Git-Tag: v6.6.17~8362^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f77ed9422cbc41e1a5d17654b7e527a4a23b665;p=platform%2Fkernel%2Flinux-rpi.git riscv: switch to relative extable and other improvements Similar as other architectures such as arm64, x86 and so on, use offsets relative to the exception table entry values rather than absolute addresses for both the exception locationand the fixup. And recently, arm64 and x86 remove anonymous out-of-line fixups, we want to acchieve the same result. --- 1f77ed9422cbc41e1a5d17654b7e527a4a23b665