From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:35755 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935570Ab3IEKCz (ORCPT ); Thu, 5 Sep 2013 06:02:55 -0400 Message-ID: <522856C9.3030106@suse.cz> Date: Thu, 05 Sep 2013 12:02:49 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol References: <1378242287-12759-1-git-send-email-yann.morin.1998@free.fr> <5228510C.1020906@suse.cz> In-Reply-To: <5228510C.1020906@suse.cz> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "Yann E. MORIN" Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Sam Ravnborg On 5.9.2013 11:38, Michal Marek wrote: > On 3.9.2013 23:04, Yann E. MORIN wrote: >> From: "Yann E. MORIN" >> This patch changes the way we enable/disable tristates: if a symbol was >> found with 'option modules' attached to it, then that symbol controls >> enabling tristates. Otherwise, tristates are disabled, even if a symbol >> named 'MODULES' exists. > > Wasn't this change supposed to fix allmodconfig with KCONFIG_ALLCONFIG > (http://lkml.org/lkml/2013/8/8/573)? Or is there still more to do? > Because I'm still getting: > [...] > $ grep MODULES .config > CONFIG_MODULES_USE_ELF_RELA=y > # CONFIG_MODULES is not set > $ Otherwise, I have no problem merging this series. I'm just curious what to do with the allmodconfig with KCONFIG_ALLCONFIG bug. Michal