lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 14 Dec 2016 18:50:41 -0800
From:   Jessica Yu <jeyu@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Rusty Russell <rusty@...tcorp.com.au>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] modules updates for 4.10

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@...hat.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(-)

Powered by blists - more mailing lists