[GIT PULL] modules updates for 4.14
From: Jessica Yu
Date: Wed Sep 13 2017 - 04:40:58 EST
Linus,
Please pull below to receive modules updates for the 4.14 merge window.
Details can be found in the signed tag.
Thanks,
Jessica
---
The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9:
Linux 4.13-rc2 (2017-07-23 16:15:17 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v4.14
for you to fetch changes up to 0bf8bf50eddc7511b52461bae798cbfaa0157a34:
module: Remove const attribute from alias for MODULE_DEVICE_TABLE (2017-07-29 23:39:23 +0200)
----------------------------------------------------------------
Modules updates for v4.14
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
Signed-off-by: Jessica Yu <jeyu@xxxxxxxxxx>
----------------------------------------------------------------
Matthias Kaehlcke (1):
module: Remove const attribute from alias for MODULE_DEVICE_TABLE
Wanlong Gao (1):
modpost: abort if module name is too long
Zhou Chengming (1):
module: fix ddebug_remove_module()
include/linux/module.h | 2 +-
kernel/module.c | 12 ++++++------
scripts/mod/modpost.c | 29 ++++++++++++++++++++++++-----
3 files changed, 31 insertions(+), 12 deletions(-)