From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor.suse.de ([195.135.220.2]:39285 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752816Ab0GZNwg (ORCPT ); Mon, 26 Jul 2010 09:52:36 -0400 Message-ID: <4C4D9308.3040108@suse.cz> Date: Mon, 26 Jul 2010 15:52:08 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH] kconfig: make randconfig fair for booleans References: <1279801497-810-1-git-send-email-jacmet@sunsite.dk> <20100723211138.GA27379@merkur.ravnborg.org> <4C4D5C7F.2030602@suse.cz> In-Reply-To: <4C4D5C7F.2030602@suse.cz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Sam Ravnborg Cc: Peter Korsgaard , linux-kbuild@vger.kernel.org, zippel@linux-m68k.org, Randy Dunlap On 26.7.2010 11:59, Michal Marek wrote: > On 23.7.2010 23:11, Sam Ravnborg wrote: >> On Thu, Jul 22, 2010 at 02:24:57PM +0200, Peter Korsgaard wrote: >>> Give boolean symbols a 50% chance of getting enabled, rather than 67%. >>> >>> Signed-off-by: Peter Korsgaard >> >> Good catch! >> >> Acked-by: Sam Ravnborg >> >> Michal - I assume you apply this for next merge window. > > Yes, will do. I've been busy (again :)) for the last two weeks, so only > reviewed the few patches for .35. Applied now. CCing Randy. FYI, you'll see a little less builds with CONFIG_MODULES=y starting with tomorrow's linux-next. It should not matter unless you're maintaining some statistics. Michal