From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Brauner Subject: Re: [PATCH v3 2/2] pidfd: add tests for NSpid info in fdinfo Date: Fri, 11 Oct 2019 15:18:37 +0200 Message-ID: <20191011131835.xzxxncgo67kzbemd@wittgenstein> References: <20191009160532.20674-1-ckellner@redhat.com> <20191011122323.7770-1-ckellner@redhat.com> <20191011122323.7770-2-ckellner@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20191011122323.7770-2-ckellner@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: Christian Kellner Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Christian Kellner , Shuah Khan , Andrew Morton , "Peter Zijlstra (Intel)" , Ingo Molnar , Michal Hocko , Thomas Gleixner , Elena Reshetova , Roman Gushchin , Andrea Arcangeli , Al Viro , Aleksa Sarai , "Dmitry V. Levin" , linux-kselftest@vger.kernel.org List-Id: linux-api@vger.kernel.org On Fri, Oct 11, 2019 at 02:23:21PM +0200, Christian Kellner wrote: > From: Christian Kellner > > Add tests that check that if pid namespaces are configured the fdinfo > file of a pidfd contains an NSpid: entry containing the process id > in the current and additionally all nested namespaces. > > Signed-off-by: Christian Kellner Acked-by: Christian Brauner Shuah, can I get an Ack for you from this. If you have no objections I'd queue up this patchset for the 5.5 merge window. Thanks! Christian