]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'localmodconfig-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Aug 2015 22:13:41 +0000 (15:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Aug 2015 22:13:41 +0000 (15:13 -0700)
commit58ccab91342c1cc1fe08da9b198ac5d763706c2e
tree0f802231888dfff152033244fbcd72d7561083b7
parentedf15b4d4b01b565cb5f4fd2e2d08940b9f92e2f
parentc0ddc8c745b7f89c50385fd7aa03c78dc543fa7a
Merge tag 'localmodconfig-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig

Pull localmodconfig fix from Steven Rostedt:
 "Leonidas Spyropoulos found that modules like nouveau were being
  unselected by make localmodconfig even though their configs were set
  and the module was loaded and visible by lsmod.

  The reason for this was because streamline-config.pl only looks at
  Makefiles, and not Kbuild files.  As these modules use Kbuild for
  their names, they too need to be checked by localmodconfig.  This was
  fixed by Richard Weinberger"

* tag 'localmodconfig-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig:
  localmodconfig: Use Kbuild files too