From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id A92991A028C for ; Wed, 13 Jan 2016 18:44:40 +1100 (AEDT) Message-ID: <1452671073.7404.1.camel@ellerman.id.au> Subject: Re: linux-next: build failure after merge of the powerpc tree From: Michael Ellerman To: "Aneesh Kumar K.V" , Stephen Rothwell , Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org Cc: Michael Neuling , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 13 Jan 2016 18:44:33 +1100 In-Reply-To: <87vb6yc9r1.fsf@linux.vnet.ibm.com> References: <20160107191613.0228560b@canb.auug.org.au> <1452162650.5826.2.camel@ellerman.id.au> <87vb6yc9r1.fsf@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2016-01-13 at 11:16 +0530, Aneesh Kumar K.V wrote: > Michael Ellerman writes: > > On Thu, 2016-01-07 at 19:16 +1100, Stephen Rothwell wrote: > > > After merging the powerpc tree, today's linux-next build (powerpc64 > > > allnoconfig) failed like this: > > > > > > arch/powerpc/mm/hash_utils_64.c: In function 'get_paca_psize': > > > arch/powerpc/mm/hash_utils_64.c:869:19: error: 'struct paca_struct' has no member named 'context' > > > return get_paca()->context.user_psize; > > > ^ > > > arch/powerpc/mm/hash_utils_64.c:870:1: error: control reaches end of non-void function [-Werror=return-type] > > > } > > > ^ > > > > > > Caused by commit > > > > > > 2fc251a8dda5 ("powerpc: Copy only required pieces of the mm_context_t to the paca") > > > > Well that's rather embarrassing, for Mikey ;D > > > This build has CONFIG_PPC_MM_SLICES not set ... > > > > Ugh, but it would seem none of our defconfigs do :/ > > 4K page size with hugetlb disabled will get that Yeah, but none of our defconfigs do that. I've got a kisskb target for it now: http://kisskb.ellerman.id.au/kisskb/target/28577/ cheers