From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:35761 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751454Ab1KTN7m (ORCPT ); Sun, 20 Nov 2011 08:59:42 -0500 Message-ID: <4EC907D0.5040104@suse.cz> Date: Sun, 20 Nov 2011 14:59:44 +0100 From: Michal Marek 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> In-Reply-To: <4EBD537C.9070908@xenotime.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Arnaud Lacombe , linux kbuild list 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 and test if your bug is fixed. Michal