]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Feb 2020 00:05:50 +0000 (16:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Feb 2020 00:05:50 +0000 (16:05 -0800)
commite063d42e00cb1b66095ca326b1c5c79daa0ccd52
tree9d52cfbcfc49ee7b45ce530e7b9754a6380c0832
parentb83d90f0c0a5d9408bfbef44eb35d1f66d1ffeb7
parent3fd5a40d1d9865c20dba08490ce5e6710147b1b4
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild

Pull more Kbuild updates from Masahiro Yamada:

 - fix randconfig to generate a sane .config

 - rename hostprogs-y / always to hostprogs / always-y, which are more
   natual syntax.

 - optimize scripts/kallsyms

 - fix yes2modconfig and mod2yesconfig

 - make multiple directory targets ('make foo/ bar/') work

* tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kbuild: make multiple directory targets work
  kconfig: Invalidate all symbols after changing to y or m.
  kallsyms: fix type of kallsyms_token_table[]
  scripts/kallsyms: change table to store (strcut sym_entry *)
  scripts/kallsyms: rename local variables in read_symbol()
  kbuild: rename hostprogs-y/always to hostprogs/always-y
  kbuild: fix the document to use extra-y for vmlinux.lds
  kconfig: fix broken dependency in randconfig-generated .config
kernel/kallsyms.c
lib/Makefile
usr/Makefile