From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759991Ab2EPMt2 (ORCPT ); Wed, 16 May 2012 08:49:28 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:44543 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751090Ab2EPMt0 (ORCPT ); Wed, 16 May 2012 08:49:26 -0400 X-Sasl-enc: VfwA2x3PQ8zVXVGfRvj/OE0BWUzCI+eDMz6CwTDAgA7A 1337172565 Date: Wed, 16 May 2012 05:49:24 -0700 From: Greg KH To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Dan Magenheimer Subject: Re: linux-next: build failure after merge of the final tree (staging tree related) Message-ID: <20120516124924.GB32064@kroah.com> References: <20120516200659.000314e53de07a7a7fda46b8@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120516200659.000314e53de07a7a7fda46b8@canb.auug.org.au> 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 On Wed, May 16, 2012 at 08:06:59PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/staging/zsmalloc/zsmalloc-main.c: In function 'zs_map_object': > drivers/staging/zsmalloc/zsmalloc-main.c:704:3: error: implicit declaration of function 'set_pte' [-Werror=implicit-function-declaration] > drivers/staging/zsmalloc/zsmalloc-main.c: In function 'zs_unmap_object': > drivers/staging/zsmalloc/zsmalloc-main.c:738:3: error: implicit declaration of function '__flush_tlb_one' [-Werror=implicit-function-declaration] > > Presumably caused by commit 49b81a3c7415 ("ramster: switch over to > zsmalloc and crypto interface") which now has CONFIG_RAMSTER selecting > CONFIG_ZSMALLOC explicitly which in turn ignores the dependency of > CONFIG_ZSMALLOC on X86 ... > > I have reverted that commit for today. Ick, sorry about that. Dan, care to send me a follow-on patch, or do you just want me to revert this patch from my tree for now? thanks, greg k-h