From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:38873 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750791Ab3FXVnD (ORCPT ); Mon, 24 Jun 2013 17:43:03 -0400 Message-ID: <51C8BD63.8030205@suse.cz> Date: Mon, 24 Jun 2013 23:42:59 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [pull request v2] Pull request for branch yem-kconfig-for-next References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "Yann E. MORIN" Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Dne 24.6.2013 20:11, Yann E. MORIN napsal(a): > From: "Yann E. MORIN" > > Hello Michal, All! > │ > Michal, please pull these patches against kconfig that I have accumulated > for 3.11. > > Note-whorthy this time: > - fix values of tristates that are selected by boolean choices (Arve) > - fix choice randomisation in presence of KCONFIG_ALLCONFIG (me) > - fix choice randomisation selecting more than one value in > a choice (but only if it is conditional) (me) > - fix choice-in-a-choice randomisation not selecting any value > for the inner-most choice (me) > > Also, some code-cleanups and eye-candy: > - mconf and nconf code cleanups (Dirk, Sedat) > - mconf and nconf eye-candy (Dirk, me) > - scripts/config script-name in help text (Clément) > - heuristic to sort found symbols by relevance (me) > - more randconfig debugging help (me) > > Changes v1 -> v2: > - simplify sorting heuristic (Jean) > - make it clear in mconf/nconf that the search expression can > be a regexp (Jean) Pulled, thanks a lot! Michal