From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:46069 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752468Ab3HPMsy (ORCPT ); Fri, 16 Aug 2013 08:48:54 -0400 Message-ID: <520E1FAF.3020003@suse.cz> Date: Fri, 16 Aug 2013 14:48:47 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [pull request] 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 On 15.8.2013 23:17, Yann E. MORIN wrote: > From: "Yann E. MORIN" > > Hello Michal, > > Please pull a few more changes queued for 3.12 since your last pull: > > - POSIX compliance when using sed in scripts/config (CLément) > - use 'long long' to represent hex and ranges, so their width > is not dependent on the architecture (32/64 bits) (Kees) > - remove the warning when parsing auto.conf, that frigthened > Linus when he merged the ext4 tree > - explicit use CONFIG_MODULES to enable tristates Pulled, thanks! Now you can remove the CONFIG_MODULES special handling from kconfig. Michal