diff options
author | 2023-06-13 20:45:53 -0700 | |
---|---|---|
committer | 2023-06-13 21:56:27 -0700 | |
commit | 3522bcfe1ecd48b9db1bbecec5f27010f77b639b (patch) | |
tree | af938cc3fe2b441f1ea890e902e809b4fffe7ff2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xtensa: move early_trap_init from kasan_early_init to init_arch (diff) | |
download | wireguard-linux-3522bcfe1ecd48b9db1bbecec5f27010f77b639b.tar.xz wireguard-linux-3522bcfe1ecd48b9db1bbecec5f27010f77b639b.zip |
xtensa: always install slow handler for unaligned access exception
Currently slow handler for unaligned access exception is not installed
when CPU has hardware support for unaligned access. However some opcodes
(e.g. l32ai, s32ri, s32c1i) would still raise unaligned access exception
even on such CPUs. In that case instead of SIGBUS and a diagnostic entry
in the kernel log the faulting process would receive SIGILL.
Always install slow handler for unaligned access exception to fix that.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions