From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: randconfig build error with next-20140512, in mm/slub.c Date: Mon, 12 May 2014 21:53:58 +0300 Message-ID: <537118C6.7050203@iki.fi> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:39876 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752414AbaELSyE (ORCPT ); Mon, 12 May 2014 14:54:04 -0400 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id E9F1121184 for ; Mon, 12 May 2014 14:54:00 -0400 (EDT) In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Christoph Lameter , Jim Davis Cc: Stephen Rothwell , linux-next , linux-kernel , penberg@kernel.org, mpm@selenic.com, linux-mm@kvack.org On 05/12/2014 09:47 PM, Christoph Lameter wrote: > A patch was posted today for this issue. AFAICT, it's coming from -mm. Andrew, can you pick up the fix? > Date: Mon, 12 May 2014 09:36:30 -0300 > From: Fabio Estevam > To: akpm@linux-foundation.org > Cc: linux-mm@kvack.org, festevam@gmail.com, Fabio Estevam > , Christoph Lameter , D= avid Rientjes , Pekka Enberg > Subject: [PATCH] mm: slub: Place count_partial() outside CONFIG_SLUB_= DEBUG if block > > > On Mon, 12 May 2014, Jim Davis wrote: > >> Building with the attached random configuration file, >> >> mm/slub.c: In function =A1show_slab_objects=A2: >> mm/slub.c:4361:5: error: implicit declaration of function =A1count_p= artial=A2 [-Werr >> or=3Dimplicit-function-declaration] >> x =3D count_partial(n, count_total); >> ^ >> cc1: some warnings being treated as errors >> make[1]: *** [mm/slub.o] Error 1 > >