From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from oproxy5-pub.bluehost.com ([67.222.38.55]:44817 "HELO oproxy5-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753061Ab1KTRlu (ORCPT ); Sun, 20 Nov 2011 12:41:50 -0500 Message-ID: <4EC93B56.4020403@xenotime.net> Date: Sun, 20 Nov 2011 09:39:34 -0800 From: Randy Dunlap MIME-Version: 1.0 Subject: Re: strange build failure when kconfig symbol is bool but not when tristate References: <4E98B845.8050009@xenotime.net> <4E991F9E.2020303@xenotime.net> <4EBD537C.9070908@xenotime.net> <4EC907D0.5040104@suse.cz> In-Reply-To: <4EC907D0.5040104@suse.cz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Michal Marek Cc: Arnaud Lacombe , linux kbuild list On 11/20/2011 05:59 AM, Michal Marek wrote: > On 11.11.2011 17:55, Randy Dunlap wrote: >> On 10/14/2011 11:08 PM, Arnaud Lacombe wrote: >>> Hi, >>> >>> On Sat, Oct 15, 2011 at 1:52 AM, Randy Dunlap wrote: >>>> On 10/14/2011 10:39 PM, Arnaud Lacombe wrote >>>>> There was something like this not too long ago, does this: >>>>> >>>>> https://github.com/lacombar/linux-2.6/tree/master/kconfig/expr-woes >>>>> >>>>> helps ? >>>> >>>> Am I supposed to use that full kernel tree? >>>> Can I just get a patch to test? >>>> >>> You can merge that with whatever kernel tree. Sending the proper patch >>> has been on my TODO for a while >> >> Can we get a testable patch for this? >> or can we get this merged into linux-next so that I can test it? > > You can do > $ git checkout -b kconfig-test v3.1 > $ git pull git://github.com/lacombar/linux-2.6.git master/kconfig/expr-woes Thanks, did that, but it would have gone a lot easier and faster IMHO if a patch could have been posted. > and test if your bug is fixed. Acked-and-tested-by: Randy Dunlap -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***