Re: [PATCH 13/20] signal: Implement force_fatal_sig

From: Linus Torvalds
Date: Tue Oct 26 2021 - 12:16:19 EST


On Mon, Oct 25, 2021 at 9:58 PM Eric W. Biederman <ebiederm@xxxxxxxxxxxx> wrote:
>
> Rereading this I think you might be misreading something.

Gaah. Yes, indeed.

> force_siginfo_to_task takes a sigdfl parameter which I am setting in
> force_fatal_signal.

.. and I realized that the first time I read through it, but then when
I read through it due to Andy saying it worries him, I missed it and
thought the handler didn't get reset.

So the patch is fine.

Linus