1. 01 Feb, 2016 2 commits
    • Al Viro's avatar
      unbreak allmodconfig KCONFIG_ALLCONFIG=... · 6b87b70c
      Al Viro authored
      	Prior to 3.13 make allmodconfig KCONFIG_ALLCONFIG=/dev/null used
      to be equivalent to make allmodconfig; these days it hardwires MODULES to n.
      In fact, any KCONFIG_ALLCONFIG that doesn't set MODULES explicitly is
      treated as if it set it to n.
      
      	Regression had been introduced by commit cfa98f ("kconfig: do not
      override symbols already set"); what happens is that conf_read_simple()
      does sym_calc_value(modules_sym) on exit, which leaves SYMBOL_VALID set and
      has conf_set_all_new_symbols() skip modules_sym.
      
      	It's pretty easy to fix - simply move that call of sym_calc_value()
      into the callers, except for the ones in KCONFIG_ALLCONFIG handling.
      Objections?
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Fixes: cfa98f2e ("kconfig: do not override symbols already set")
      Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
      6b87b70c
    • Jan Beulich's avatar
      scripts/kconfig: allow building with make 3.80 again · 42f9d3c6
      Jan Beulich authored
      Documentation/Changes still lists this as the minimal required version,
      so it ought to remain usable for the time being.
      
      Fixes: d2036f30 ("scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target")
      Signed-off-by: default avatarJan Beulich <jbeulich@suse.com>
      Cc: Michael Ellerman <mpe@ellerman.id.au>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
      42f9d3c6
  2. 24 Jan, 2016 38 commits