From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51616C54FD0 for ; Thu, 23 Apr 2020 19:41:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 38F0D20724 for ; Thu, 23 Apr 2020 19:41:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726671AbgDWTlX (ORCPT ); Thu, 23 Apr 2020 15:41:23 -0400 Received: from out02.mta.xmission.com ([166.70.13.232]:43014 "EHLO out02.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726068AbgDWTlW (ORCPT ); Thu, 23 Apr 2020 15:41:22 -0400 Received: from in02.mta.xmission.com ([166.70.13.52]) by out02.mta.xmission.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRhir-0006qh-LG; Thu, 23 Apr 2020 13:41:21 -0600 Received: from ip68-227-160-95.om.om.cox.net ([68.227.160.95] helo=x220.xmission.com) by in02.mta.xmission.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1jRhiq-0001Ot-TI; Thu, 23 Apr 2020 13:41:21 -0600 From: ebiederm@xmission.com (Eric W. Biederman) To: Oleg Nesterov Cc: LKML , Linux FS Devel , Alexey Dobriyan , Alexey Gladkov , Andrew Morton , Alexey Gladkov , Linus Torvalds References: <20200419141057.621356-1-gladkov.alexey@gmail.com> <87ftcv1nqe.fsf@x220.int.ebiederm.org> <20200423175432.GA18034@redhat.com> Date: Thu, 23 Apr 2020 14:38:12 -0500 In-Reply-To: <20200423175432.GA18034@redhat.com> (Oleg Nesterov's message of "Thu, 23 Apr 2020 19:54:33 +0200") Message-ID: <878simxaaj.fsf@x220.int.ebiederm.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1jRhiq-0001Ot-TI;;;mid=<878simxaaj.fsf@x220.int.ebiederm.org>;;;hst=in02.mta.xmission.com;;;ip=68.227.160.95;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX19dCJ+VAndkjtlTXMjXhU69eKISG5HCfXc= X-SA-Exim-Connect-IP: 68.227.160.95 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: Re: [PATCH v2 0/2] proc: Calling proc_flush_task exactly once per task X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in02.mta.xmission.com) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Oleg Nesterov 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