diff options
author | 2017-06-16 00:08:29 +0100 | |
---|---|---|
committer | 2017-06-29 02:42:26 +0200 | |
commit | 7b82c1058ac1f8f8b9f2b8786b1f710a57a870a8 (patch) | |
tree | 19e056ccb7bfd368bc5ab64fd73b31859ce53717 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | MIPS: Fix unaligned PC interpretation in `compute_return_epc' (diff) | |
download | wireguard-linux-7b82c1058ac1f8f8b9f2b8786b1f710a57a870a8.tar.xz wireguard-linux-7b82c1058ac1f8f8b9f2b8786b1f710a57a870a8.zip |
MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
Fix commit e50c0a8fa60d ("Support the MIPS32 / MIPS64 DSP ASE.") and
send SIGILL rather than SIGBUS whenever an unimplemented BPOSGE32 DSP
ASE instruction has been encountered in `__compute_return_epc_for_insn'
as our Reserved Instruction exception handler would in response to an
attempt to actually execute the instruction. Sending SIGBUS only makes
sense for the unaligned PC case, since moved to `__compute_return_epc'.
Adjust function documentation accordingly, correct formatting and use
`pr_info' rather than `printk' as the other exit path already does.
Fixes: e50c0a8fa60d ("Support the MIPS32 / MIPS64 DSP ASE.")
Signed-off-by: Maciej W. Rozycki <macro@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: stable@vger.kernel.org # 2.6.14+
Patchwork: https://patchwork.linux-mips.org/patch/16396/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions