Re: [PATCH 0/3] fix SIGNAL_UNKILLABLE && SIGKILL interaction

From: Kyle Huey
Date: Mon Nov 13 2017 - 15:00:21 EST


On Mon, Nov 13, 2017 at 6:53 AM, Oleg Nesterov <oleg@xxxxxxxxxx> wrote:
> ping...
>
> Dmitry confirms this actually fixes the problem reported by syzkaller
> we discussed in another thread.
>
>
> On 11/03, Oleg Nesterov wrote:
>>
>> On 11/02, Oleg Nesterov wrote:
>> >
>> > I need to write the changelog, and perhaps even split this small patch for
>> > better documentation.
>>
>> OK, it is not clear if I answered Eric's concerns or not, let me send the
>> patches for review anyway. I tried to document every change in signal.c.
>>
>> Oleg.
>>
>> kernel/signal.c | 18 ++++++++++--------
>> 1 file changed, 10 insertions(+), 8 deletions(-)
>

I can confirm that your patches fix the issue I reported as well.

- Kyle