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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 13 Sep 2017 10:40:42 +0200
From:   Jessica Yu <jeyu@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     rusty@...tcorp.com.au, linux-kernel@...r.kernel.org
Subject: [GIT PULL] modules updates for 4.14

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@...nel.org>

----------------------------------------------------------------
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(-)

Powered by blists - more mailing lists