+++ Jessica Yu [21/02/17 17:27 -0800]:
Linus,
Please pull below to receive modules updates for the 4.11 merge window.
All small code cleanups this time around. Summary in the tag.
Thanks,
Jessica
I've forgotten to CC lkml (now added to cc), my mistake!
---
The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git
tags/modules-for-v4.11
for you to fetch changes up to 0d4ec7849f5a197d46c062a49f47ed326dd0388c:
MAINTAINERS: add tree for modules (2017-02-21 12:35:11 -0800)
----------------------------------------------------------------
Modules updates for v4.11
Summary of modules changes for the 4.11 merge window:
- A few small code cleanups
- Add modules git tree url to MAINTAINERS
Signed-off-by: Jessica Yu <j...@redhat.com>
----------------------------------------------------------------
Arnd Bergmann (1):
modules: mark __inittest/__exittest as __maybe_unused
Jean Delvare (1):
module: Drop redundant declaration of struct module
Jessica Yu (1):
MAINTAINERS: add tree for modules
Joe Lawrence (1):
livepatch/module: print notice of TAINT_LIVEPATCH
Luis R. Rodriguez (1):
module: fix memory leak on early load_module() failures
Peter Zijlstra (1):
module: Optimize search_module_extables()
MAINTAINERS | 1 +
include/linux/module.h | 6 ++----
kernel/module.c | 30 +++++++++++++++++-------------
3 files changed, 20 insertions(+), 17 deletions(-)