From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: [PATCH -next] kconfig: Don't go out from read config loop when you read new symbol Date: Thu, 30 Sep 2010 22:02:46 +0200 Message-ID: <20100930200246.GA25629@sepie.suse.cz> References: <87sk0rghne.fsf@elisp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cantor2.suse.de ([195.135.220.15]:49999 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756126Ab0I3UCx (ORCPT ); Thu, 30 Sep 2010 16:02:53 -0400 Content-Disposition: inline In-Reply-To: <87sk0rghne.fsf@elisp.net> Sender: linux-next-owner@vger.kernel.org List-ID: To: Naohiro Aota Cc: Roman Zippel , Arnaud Lacombe , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, linux-kbuild@vger.kernel.org, Sam Ravnborg , Ulf Magnusson , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= On Fri, Oct 01, 2010 at 04:23:17AM +0900, Naohiro Aota wrote: > commit 8baefd30b5b0101aa07aa75da44a9eee881eed28 of linux-next replaced > a `switch()' statement with some `if()' statements, but left `break's > in the `switch()' statement untouched. This cause read config loop to > exit and so "make oldconfig" is not much usable (see below). Good catch, applied. Michal