Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755021Ab3DZLIi (ORCPT ); Fri, 26 Apr 2013 07:08:38 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48043 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753854Ab3DZLIh (ORCPT ); Fri, 26 Apr 2013 07:08:37 -0400 Message-ID: <517A6033.5060103@suse.cz> Date: Fri, 26 Apr 2013 13:08:35 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: sedat.dilek@gmail.com, "Yann E. MORIN" Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Subject: Re: linux-next: Tree for Apr 26 References: <20130426180357.7599d1b6b7965470905dcdf3@canb.auug.org.au> <517A4FC1.3070605@suse.cz> <20130426100435.GA28733@sepie.suse.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2588 Lines: 84 On 26.4.2013 12:49, Sedat Dilek wrote: > On Fri, Apr 26, 2013 at 12:37 PM, Sedat Dilek wrote: >> On Fri, Apr 26, 2013 at 12:35 PM, Sedat Dilek wrote: >>> On Fri, Apr 26, 2013 at 12:04 PM, Michal Marek wrote: >>>> On Fri, Apr 26, 2013 at 11:58:25AM +0200, Michal Marek wrote: >>>>> Can you send a copy of your .config? >>>> >>>> I can reproduce it as well: >>>> >>>> $ yes "" | make oldconfig >>>> ... >>>> Enumeration method [M/y/?] (NEW) >>>> Basic (RAPIDIO_ENUM_BASIC) [N/m/?] n >>>> ... >>>> # >>>> # configuration written to .config >>>> # >>>> $ make oldconfig >>>> ... >>>> Enumeration method [M/y/?] (NEW) >>>> >>>> >>>> .config is attached. >>>> >>> >>> Mine, too. >>> >>> I hoped that -next release will be one w/o troubles >>> (cpufreq/intel_pstate / pm/timekeeping / ipc-sem-from-mmotm). >>> Unfortunately, I am not lucky :-(. >>> >>> Anyway, waiting for a fix. >>> >> >> Just FYI: Mail delivery troubles! >> >> Delivery to the following recipient failed permanently: >> >> yann.morin.1998@free.fr >> >> Technical details of permanent failure: >> Google tried to deliver your message, but it was rejected by the >> server for the recipient domain free.fr by mx1.free.fr. [212.27.48.6]. >> >> The error that the other server returned was: >> 550 spam detected >> ... >> > > With reverting all kbuild-next commits I was able to build again. > > Revert "kconfig: implement KCONFIG_PROBABILITY for randconfig" > Revert "kconfig: allow specifying the seed for randconfig" > Revert "kconfig: fix randomising choice entries in presence of > KCONFIG_ALLCONFIG" > Revert "kconfig: do not override symbols already set" > Revert "kconfig: fix randconfig tristate detection" I did the same, then applied all the kconfig commits once more and did a git bisect with this script: #!/bin/sh cp config-bad .config make silentoldconfig Date: Sun Mar 10 16:34:10 2013 +0100 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG The commit id is different, because it is reverted and applied again. Yann? Thanks, Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/