Re: [PATCH 06/20] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
From: Linus Torvalds
Date: Wed Oct 20 2021 - 15:58:21 EST
On Wed, Oct 20, 2021 at 7:44 AM Eric W. Biederman <ebiederm@xxxxxxxxxxxx> 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