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

From: Oleg Nesterov
Date: Thu Apr 23 2020 - 13:54:42 EST


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?

Oleg.