Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752212AbcCYIyu (ORCPT ); Fri, 25 Mar 2016 04:54:50 -0400 Received: from mail-ig0-f181.google.com ([209.85.213.181]:35762 "EHLO mail-ig0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751091AbcCYIyr (ORCPT ); Fri, 25 Mar 2016 04:54:47 -0400 MIME-Version: 1.0 In-Reply-To: <20160324205119.GA11597@pobox.suse.cz> References: <20160324205119.GA11597@pobox.suse.cz> Date: Fri, 25 Mar 2016 09:54:45 +0100 X-Google-Sender-Auth: UXGjT4647zQNG9RbyDzVZoCB9Eg Message-ID: Subject: Re: [GIT PULL] kconfig changes for v4.6-rc1 From: Geert Uytterhoeven To: Michal Marek , Al Viro Cc: Linus Torvalds , Jan Beulich , linux-kbuild , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1290 Lines: 47 Hi Michal, Al, On Thu, Mar 24, 2016 at 9:51 PM, Michal Marek wrote: > just two kconfig commits this time: > - kconfig Makefile fix for make 3.80 > - Fix calculating symbols so that KCONFIG_ALLCONFIG=... does not disable > CONFIG_MODULES silently > for you to fetch changes up to 6b87b70c5339f30e3c5b32085e69625906513dc2: > > unbreak allmodconfig KCONFIG_ALLCONFIG=... (2016-02-01 15:12:40 +0100) > > ---------------------------------------------------------------- > Al Viro (1): > unbreak allmodconfig KCONFIG_ALLCONFIG=... I can now indeed drop the CONFIG_MODULES=y line from my allmod.config However, this fix has the side-effect of enabling CONFIG_MODULES silently for make allyesconfig KCONFIG_ALLCONFIG=1 Adding an explicit CONFIG_MODULES=n to the allyes.config file fixes that. IMHO CONFIG_MODULES should default to y when using allmodconfig, and default to n when using allyesconfig. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds