Re: [PATCH 06/20] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2021-10-20 19:58:21
Also in:
linux-sh, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2021-10-20 19:58:21
Also in:
linux-sh, lkml
On Wed, Oct 20, 2021 at 7:44 AM Eric W. Biederman [off-list ref] wrote:
+ force_sig(SIGKILL);
I wonder if SIGFPE would be a more intuitive thing.
Doesn't really matter, this is a "doesn't happen" event anyway, but
that was just my reaction to reading the patch.
Linus