]> git.baikalelectronics.ru Git - kernel.git/commit
signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 20 Oct 2021 17:44:02 +0000 (12:44 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 29 Oct 2021 19:31:34 +0000 (14:31 -0500)
commite98d91d2e62995b9bb909fdb08405086e195b568
tree2058a524afd07589ac60aca2948c5acd7bb473f8
parent908486441621303b924f914ac3693c46a609acc3
signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig

Modify the 32bit version of setup_rt_frame and setup_frame to act
similar to the 64bit version of setup_rt_frame and fail with a signal
instead of calling do_exit.

Replacing do_exit(SIGILL) with force_fatal_signal(SIGILL) ensures that
the process will be terminated cleanly when the stack frame is
invalid, instead of just killing off a single thread and leaving the
process is a weird state.

Cc: David Miller <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Link: https://lkml.kernel.org/r/20211020174406.17889-16-ebiederm@xmission.com
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
arch/sparc/kernel/signal_32.c