From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Date: Wed, 15 Aug 2012 06:34:58 +0000 Subject: Re: [userns:for-next 10/23] ERROR: "free_pid_ns" [net/ipv6/ipv6.ko] undefined! Message-Id: <87has4fyst.fsf@xmission.com> List-Id: References: <877gt0hgak.fsf@xmission.com> In-Reply-To: <877gt0hgak.fsf@xmission.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org Fengguang Wu writes: > On Tue, Aug 14, 2012 at 10:31:47PM -0700, Eric W. Biederman wrote: >> Fengguang Wu writes: >> >> > Hi Eric, >> > >> > FYI, kernel build failed on >> > >> > tree: git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-next >> > head: 0625c883bc4b3eba6f93f268cf67b5664244c0fe >> > commit: 4f82f45730c68fdaf9b0472495a965188404866e [10/23] net ip6 flowlabel: Make owner a union of struct pid * and kuid_t >> > config: x86_64-allmodconfig (attached as .config) >> > >> > Build errors: >> > >> > ERROR: "free_pid_ns" [net/ipv6/ipv6.ko] undefined! >> >> Yes, and the next patch fixes that. >> >> My apologies to git bisect users that the support for modular ipv6 is >> not perfect. > > Fine for me - I normally build-in everything ;) I guess that was my long winded way of saying once patches hit my for-next branch I have no intention of rebasing to fix problems. Now if you automated checker had gone to the base of my userns-always-map-user-v46 branch where these patches were staged and complained then I probably would have fixed the problem. It looks like your checker limits itself to only the last 99 patches in a branch and my branch has about 130 or so. Eric