From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933366AbcECO1D (ORCPT ); Tue, 3 May 2016 10:27:03 -0400 Received: from h2.hallyn.com ([78.46.35.8]:52308 "EHLO h2.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755316AbcECO1B (ORCPT ); Tue, 3 May 2016 10:27:01 -0400 Date: Tue, 3 May 2016 09:26:58 -0500 From: "Serge E. Hallyn" To: Tejun Heo Cc: "Serge E. Hallyn" , "Serge E. Hallyn" , linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, containers@lists.linux-foundation.org, hannes@cmpxchg.org, ebiederm@xmission.com, gregkh@linuxfoundation.org, cgroups@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH 3/2] cgroup_show_path: use a new helper to get current cgns css_set Message-ID: <20160503142658.GB6309@mail.hallyn.com> References: <1460923472-29370-1-git-send-email-serge.hallyn@ubuntu.com> <1460923472-29370-3-git-send-email-serge.hallyn@ubuntu.com> <20160418041126.GA424@mail.hallyn.com> <20160418052905.GA3848@mail.hallyn.com> <20160429214254.GA13615@mail.hallyn.com> <20160502163526.GW7822@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160502163526.GW7822@mtj.duckdns.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Tejun Heo (tj@kernel.org): > On Fri, Apr 29, 2016 at 04:42:54PM -0500, Serge E. Hallyn wrote: > > [ I'm sorry, apparently I had sent the wrong version of this patch. Here > > is the correct one from > > https://git.kernel.org/cgit/linux/kernel/git/sergeh/linux-security.git/commit/?h=2016-04-17/kernfs.show&id=79f784037098fddae92258579ef494537a12f1b2 > > Thanks Michael for pointing that out > > ] > > > > Since we're getting current's cgroup namespace info, and are > > not modifying it, we don't need the cgroup_mutex. > > > > Signed-off-by: Serge Hallyn > > Can you please fold this into the previous patch? Will do, and will add the documentation Michael asked for. In the middle of something still today, but will send this out this week. thanks, -serge