From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: CGroup Namespaces (v8) Date: Fri, 1 Jan 2016 02:59:11 -0600 Message-ID: <20160101085911.GA28407@mail.hallyn.com> References: <1450844609-9194-1-git-send-email-serge.hallyn@ubuntu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dan Williams Cc: serge.hallyn-GeWIH/nMZzLQT0dZR+AlfA@public.gmane.org, Stephen Rothwell , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org, Linux Kernel Mailing List , "Eric W. Biederman" , lxc-devel-cunTk1MwBs9qMoObBWhMNEqPaTDuhLve2LY78lusg7I@public.gmane.org, Greg Kroah-Hartman , Tejun Heo , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton List-Id: linux-api@vger.kernel.org On Fri, Jan 01, 2016 at 12:19:44AM -0800, Dan Williams wrote: > On Tue, Dec 22, 2015 at 8:23 PM, wrote: > > Hi, > > > > following is a revised set of the CGroup Namespace patchset which A= ditya > > Kali has previously sent. The code can also be found in the cgroup= ns.v8 > > branch of > > > > https://git.kernel.org/cgit/linux/kernel/git/sergeh/linux-security.= git/ >=20 > Happy New Year! >=20 > I'm hitting both a build and boot regression in -next with these > patches. The bisect log reports: >=20 > git bisect skip f176ae3a5df610e0373c39538cc7744c7788b3df > # bad: [54b39d263704b66cc8006ce8f7dd4743fdabae70] cgroup: cgroup > namespace setns support > git bisect bad 54b39d263704b66cc8006ce8f7dd4743fdabae70 > # good: [bf9b3590879afbaa54148d817ed68a0b51180375] sched: new clone > flag CLONE_NEWCGROUP for c > group namespace > git bisect good bf9b3590879afbaa54148d817ed68a0b51180375 > # only skipped commits left to test > # possible first bad commit: > [54b39d263704b66cc8006ce8f7dd4743fdabae70] cgroup: cgroup namespa > ce setns support > # possible first bad commit: > [f176ae3a5df610e0373c39538cc7744c7788b3df] cgroup: introduce cgro > up namespaces >=20 > Where compiling "f176ae3a5df6" fails with: >=20 > kernel/cgroup.c: In function =E2=80=98cgroupns_put=E2=80=99: > kernel/cgroup.c:5956:2: error: implicit declaration of function > =E2=80=98to_cg_ns=E2=80=99 [-Werror=3Dimplicit-f > unction-declaration] > put_cgroup_ns(to_cg_ns(ns)); Hi, is it possible you have a bad tree? Looking at=20 https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/k= ernel/cgroup.c?id=3Drefs/tags/next-20151231 to_cg_ns should definately be defined there. -serge