On Fri, Apr 20, 2018 at 7:38 AM, Eric W. Biederman <[email protected]> wrote: > While working on changing this code to use force_sig_fault I > discovered that do_unaliged_user is sets si_signo to SIGBUS and passes > SIGSEGV to force_sig_info. Which is just b0rked. > > The code is reporting a SIGBUS error so replace the SIGSEGV with SIGBUS. > > Cc: Chris Zankel <[email protected]> > Cc: Max Filippov <[email protected]> > Cc: [email protected] > Cc: [email protected] > Fixes: 5a0015d62668 ("[PATCH] xtensa: Architecture support for Tensilica > Xtensa Part 3") > Signed-off-by: "Eric W. Biederman" <[email protected]> > --- > arch/xtensa/kernel/traps.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Max Filippov <[email protected]> -- Thanks. -- Max

