Re: [PATCH v2 0/2] proc: Calling proc_flush_task exactly once per task

From: Eric W. Biederman
Date: Thu Apr 23 2020 - 15:41:24 EST


Oleg Nesterov <oleg@xxxxxxxxxx> writes:

> On 04/22, Eric W. Biederman wrote:
>>
>> Eric W. Biederman (2):
>> proc: Use PIDTYPE_TGID in next_tgid
>> proc: Ensure we see the exit of each process tid exactly once
>>
>> fs/exec.c | 5 +----
>> fs/proc/base.c | 16 ++--------------
>> include/linux/pid.h | 1 +
>> kernel/pid.c | 16 ++++++++++++++++
>> 4 files changed, 20 insertions(+), 18 deletions(-)
>>
>> ---
>> Oleg if these look good I will add these onto my branch of proc changes
>> that includes Alexey's changes.
>
> Eric, sorry, where can I find these 2 patches?

Did I not post them? Apologies. I will post them now.

Eric