From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co202.xi-lite.net ([149.6.83.202]:34216 "EHLO co202.xi-lite.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754280Ab1IFPNJ (ORCPT ); Tue, 6 Sep 2011 11:13:09 -0400 Message-ID: <4E663882.4050404@parrot.com> Date: Tue, 6 Sep 2011 17:13:06 +0200 From: Matthieu CASTET MIME-Version: 1.0 Subject: Re: randconfig broken on choice References: <4E65DF36.6040507@parrot.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Arnaud Lacombe Cc: "linux-kernel@vger.kernel.org" , "linux-kbuild@vger.kernel.org" Hi, Arnaud Lacombe a écrit : > Hi, > > On Tue, Sep 6, 2011 at 4:52 AM, Matthieu CASTET > wrote: >> Hi, >> >> I am using v3.1-rc4 and make randconfig look broken for choice. >> The choice config is always the same or choice entry can have more than one entry. >> > Could you includes testcases showing that behavior, please ? $ make randconfig $ grep -e SLUB -e SLAB -e SLOB .config # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SLOB=y # CONFIG_FAILSLAB is not set We have 2 choice selected (SLUB and SLOB). You may run randconfig (more than one time to get this result). Matthieu