Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp10875317ybi; Thu, 25 Jul 2019 06:25:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqwjAvJFGf2Ikd+3Lx7qaykDkKc0hTjhqfbDlhCflwSdrD+8chZPpGm31F4DhlhWjmJlHMrw X-Received: by 2002:aa7:9513:: with SMTP id b19mr16725234pfp.30.1564061103074; Thu, 25 Jul 2019 06:25:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564061103; cv=none; d=google.com; s=arc-20160816; b=DcSrET8IJ8oBqn9KGOzRcQKrgrxjYek94prPu0OxrdH0RqzXYRJxI167UdbsgWoMcW ffbnEuc4naNccjqil7Wo13k2U+Ua4eYTb9yTM18mP0wFs0AUMDPiRYO0aI1oIRbRoxW/ 1MilRj9g4EhRXMN5+ynUWTk0fJGFrIO9hRhFO4o4tuRRc9vY6rCzZqGURONa1F6NkFmw 2Gz/4AV/G90y350kUkIXpjbhSIi/YKR0DTzReO4anXGHuBTt4EC4fbX5g0auVkWeN9G9 Zk7f8gCZL+3VFQtVgVVwMtBJMBB+/MryANDr0WIStbd1+aV/j85Znvv0tvchXEv6nU6h yk/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Nfn/C5iqzEBy4lvk1D4w3Nb5qh4yAGrtLZ6WiTtcfJc=; b=Bq9ZMRZ5r0Fa2W9Nxv3LGjkj5QAmvO2flqb5XGKACYfdjQtuEDq1Ib+fmDZPCrMfT4 PBzmDwJM962FDS/R5j/MWU71gAwH/NnD7fdkVWkJOOAvBIuPGm3DWh3yPMflw3i4BBfV AzzRWgmXwjfmq1eJEf4LRt/yJSBzQXkljxcvhGD0fzOOMtqvoGV2Qg62GziTFhW88D/f 8sqiTMKSQMgBbKotAPMby5aoLeYO52tkBPlR/3T66tm+A9+LBJ9zqM1tvbRgQGlzlZ3c XtAxzJ0NNtM3bjndPf7iI9+km2UuXq+9z6t/DIiyqV3aHrqa979PZYUw75n47adBjBs5 GnuA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k22si22656345pfk.90.2019.07.25.06.24.46; Thu, 25 Jul 2019 06:25:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389886AbfGYKQb (ORCPT + 99 others); Thu, 25 Jul 2019 06:16:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36280 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726738AbfGYKQb (ORCPT ); Thu, 25 Jul 2019 06:16:31 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EB1B4756; Thu, 25 Jul 2019 10:16:30 +0000 (UTC) Received: from dhcp-27-174.brq.redhat.com (unknown [10.43.17.136]) by smtp.corp.redhat.com (Postfix) with SMTP id D97C561F21; Thu, 25 Jul 2019 10:16:27 +0000 (UTC) Received: by dhcp-27-174.brq.redhat.com (nbSMTP-1.00) for uid 1000 oleg@redhat.com; Thu, 25 Jul 2019 12:16:30 +0200 (CEST) Date: Thu, 25 Jul 2019 12:16:27 +0200 From: Oleg Nesterov To: Christian Brauner Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, ebiederm@xmission.com, keescook@chromium.org, joel@joelfernandes.org, tglx@linutronix.de, tj@kernel.org, dhowells@redhat.com, jannh@google.com, luto@kernel.org, akpm@linux-foundation.org, cyphar@cyphar.com, torvalds@linux-foundation.org, viro@zeniv.linux.org.uk, kernel-team@android.com, linux-api@vger.kernel.org Subject: Re: [PATCH 2/5] pidfd: add pidfd_wait() Message-ID: <20190725101626.GD4707@redhat.com> References: <20190724144651.28272-1-christian@brauner.io> <20190724144651.28272-3-christian@brauner.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190724144651.28272-3-christian@brauner.io> User-Agent: Mutt/1.5.24 (2015-08-30) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 25 Jul 2019 10:16:31 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/24, Christian Brauner wrote: > > +SYSCALL_DEFINE6(pidfd_wait, int, pidfd, int __user *, stat_addr, > + siginfo_t __user *, info, struct rusage __user *, ru, > + unsigned int, states, unsigned int, flags) > +{ Oh, I too think that P_PIDFD makes more sense. and could you explain in the changelog why? I am not arguing and if nothing else this is consistent with other pidfd features, but if you are parent/debugger you can't hit the problem with pid-reuse, unless you races with your sub-threads. Oleg.