The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT PULL] modules updates for 4.10
@ 2016-12-15  2:50 Jessica Yu
  0 siblings, 0 replies; only message in thread
From: Jessica Yu @ 2016-12-15  2:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Rusty Russell, linux-kernel

Linus,

Please pull below to receive modules updates for the 4.10 merge window.
This development cycle has been pretty quiet, mostly code cleanups, small
bugfixes. Summary and details in the tag.

Thanks,

Jessica
---

The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6:

  Linux 4.9-rc5 (2016-11-13 10:32:32 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v4.10

for you to fetch changes up to 4d217a5adccf5e806790c37c61cc374a08bd7381:

  module: fix DEBUG_SET_MODULE_RONX typo (2016-11-28 11:37:57 -0800)

----------------------------------------------------------------
Modules updates for v4.10

Summary of modules changes for the 4.10 merge window:

* The rodata= cmdline parameter has been extended to additionally
  apply to module mappings

* Fix a hard to hit race between module loader error/clean up
  handling and ftrace registration

* Some code cleanups, notably panic.c and modules code use a
  unified taint_flags table now. This is much cleaner than
  duplicating the taint flag code in modules.c

Signed-off-by: Jessica Yu <jeyu@redhat.com>

----------------------------------------------------------------
AKASHI Takahiro (1):
      module: extend 'rodata=off' boot cmdline parameter to module mappings

Aaron Tomlin (2):
      module: Ensure a module's state is set accordingly during module coming cleanup code
      module: When modifying a module's text ignore modules which are going away too

Anson Jacob (1):
      module: remove trailing whitespace

Arnd Bergmann (1):
      module: fix DEBUG_SET_MODULE_RONX typo

Heinrich Schuchardt (1):
      modpost: free allocated memory

Miroslav Benes (1):
      module: Fix a comment above strong_try_module_get()

Petr Mladek (1):
      taint/module: Clean up global and module taint flags handling

 include/linux/init.h   |  3 +++
 include/linux/kernel.h |  9 +++++++
 include/linux/module.h |  4 +--
 init/main.c            |  7 +++--
 kernel/module.c        | 69 +++++++++++++++++++++++++++++++-------------------
 kernel/panic.c         | 53 ++++++++++++++++++--------------------
 scripts/mod/modpost.c  |  2 ++
 7 files changed, 89 insertions(+), 58 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-15  2:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15  2:50 [GIT PULL] modules updates for 4.10 Jessica Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox