Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp679103ybf; Fri, 28 Feb 2020 05:42:21 -0800 (PST) X-Google-Smtp-Source: APXvYqwHfoL4bsHNyD2Nrp+DU/hptcl+QBDMa/iSmYmIPK8gUhrLWcQCHVngzGQWf/ul0iQtjIBT X-Received: by 2002:aca:43c1:: with SMTP id q184mr3065022oia.116.1582897341050; Fri, 28 Feb 2020 05:42:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582897341; cv=none; d=google.com; s=arc-20160816; b=yfsckdOr7S38L64um4Um6ljiFVdeI6c81yidoj8kvNXpL0EVM6TuDiTqsUH8DQN0ub n3/BZY2OBLrNOdmTFLTJXEL2Lrh25E3djJKOvsrssMfk5JoIXQLfyQqp1CMgjYypXdeS Mug47fys2sCkBs5Edd3bhvjwjiDJor97un8IdXaMUgu8VsGJm19Ap46SjP9zRDo800B3 NFbB/XSXiTHqiH5CwbOCtFSW6NOV9NovqggLV6rhYvgF8qhK3JQ8Apneo1WtQCPjrxhH wdFsVW2WICLLTtdjbmIyxVV4a7fwj5RR4OA+0EX+WCYkGshQzemnoo3KvLeUs0LU8XLb wAYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=x/n9cILqdPfsAlso/N82BEIl7ab5YO/Yg/gh+icPb3s=; b=Yb2GaZjICYFRQgT5ngsECXapA+qVirrJ4eoOeEdWzKlODTA5O9uAOuAQF3z59IfJd2 X6h1KH20/654FYm3hme7GYF8XBZrzVwYt9zk69WBB8b9sNTHuOA71tw6m5J9HxDKKcs1 EecM9lCwun8/TTeCIKmBLnvrX7QehnOwV/17VRKswGpLSDCLCBP20bqxUzO/QRBCrcE9 uEAyeHtCZlXXm1pqxBXwX6JiOVLVSwxAoRDMglPbL03/j/4jaWbxkZLzdjqCVqcVnMZ7 +Ph+OHj+sdNk+vckR1wInfQU0BmdvwNUv4uLENcaetZrKy2/lPc4FCQWuVAOhFC4Uz4w xJbg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f23si1600315oti.283.2020.02.28.05.42.08; Fri, 28 Feb 2020 05:42:21 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726872AbgB1NmB (ORCPT + 99 others); Fri, 28 Feb 2020 08:42:01 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:48090 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725796AbgB1NmA (ORCPT ); Fri, 28 Feb 2020 08:42:00 -0500 Received: from ip5f5bf7ec.dynamic.kabel-deutschland.de ([95.91.247.236] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j7fts-0002rn-Jc; Fri, 28 Feb 2020 13:41:56 +0000 Date: Fri, 28 Feb 2020 14:41:55 +0100 From: Christian Brauner To: Christophe Leroy , Christian Kellner , Shuah Khan Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests: pidfd: Add pidfd_fdinfo_test in .gitignore Message-ID: <20200228134155.2rzxeqwrlofmtre4@wittgenstein> References: <966567c7dbaa26a06730d796354f8a086c0ee288.1582847778.git.christophe.leroy@c-s.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 28, 2020 at 01:18:44AM +0100, Christian Brauner wrote: > On February 28, 2020 1:00:08 AM GMT+01:00, Christophe Leroy wrote: > >The commit identified below added pidfd_fdinfo_test > >but failed to add it to .gitignore > > > >Fixes: 2def297ec7fb ("pidfd: add tests for NSpid info in fdinfo") > >Cc: stable@vger.kernel.org > >Signed-off-by: Christophe Leroy > >--- > > tools/testing/selftests/pidfd/.gitignore | 1 + > > 1 file changed, 1 insertion(+) > > > >diff --git a/tools/testing/selftests/pidfd/.gitignore > >b/tools/testing/selftests/pidfd/.gitignore > >index 3a779c084d96..39559d723c41 100644 > >--- a/tools/testing/selftests/pidfd/.gitignore > >+++ b/tools/testing/selftests/pidfd/.gitignore > >@@ -2,4 +2,5 @@ pidfd_open_test > > pidfd_poll_test > > pidfd_test > > pidfd_wait > >+pidfd_fdinfo_test > > pidfd_getfd_test > > Thanks for spotting this. > I'll pick this up along with other fixes I have waiting. > > Acked-by: Christian Brauner Applied, thanks! Christian