[GIT PULL] modules updates for 4.13
From: Jessica Yu
Date: Wed Jul 12 2017 - 19:39:51 EST
Linus,
Please pull below to receive modules updates for the 4.13 merge window.
Details can be found in the signed tag.
Thanks,
Jessica
---
The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:
Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v4.13
for you to fetch changes up to 96b5b19459b3c2aed2872bac42cbe19edfae710f:
module: make the modinfo name const (2017-06-29 14:19:17 +0200)
----------------------------------------------------------------
Modules updates for v4.13
Summary of modules changes for the 4.13 merge window:
- Minor code cleanups
- Avoid accessing mod struct prior to checking module struct version, from Kees
- Fix racy atomic inc/dec logic of kmod_concurrent_max in kmod, from Luis
Signed-off-by: Jessica Yu <jeyu@xxxxxxxxxx>
----------------------------------------------------------------
Corentin Labbe (1):
kernel/module.c: suppress warning about unused nowarn variable
Kees Cook (2):
module: Pass struct load_info into symbol checks
module: Add module name to modinfo
Luis R. Rodriguez (3):
module: use list_for_each_entry_rcu() on find_module_all()
kmod: reduce atomic operations on kmod_concurrent and simplify
module: make the modinfo name const
kernel/kmod.c | 40 +++++++++++-------------
kernel/module.c | 85 ++++++++++++++++++++++++++++++++-------------------
scripts/mod/modpost.c | 1 +
3 files changed, 73 insertions(+), 53 deletions(-)