Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Sep 2017 18:28:19 +0000 (11:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Sep 2017 18:28:19 +0000 (11:28 -0700)
commit4791bcccf8ce02c2bf6f9dfbc328a3a46d9e9569
tree5224a477d2c8b81acf6798f719cf302de71a9c96
parent3882a734c19b3cd7feb9e30e1dbd8ae54ac0905a
parent0bf8bf50eddc7511b52461bae798cbfaa0157a34
Merge tag 'modules-for-v4.14' of git://git./linux/kernel/git/jeyu/linux

Pull modules updates from Jessica Yu:
 "Summary of modules changes for the 4.14 merge window:

   - minor code cleanups and fixes

   - modpost: avoid building modules that have names that exceed the
     size of the name field in struct module"

* tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux:
  module: Remove const attribute from alias for MODULE_DEVICE_TABLE
  module: fix ddebug_remove_module()
  modpost: abort if module name is too long
scripts/mod/modpost.c