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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190718113346.GA19574@linux-8ccs>
Date:   Thu, 18 Jul 2019 13:33:49 +0200
From:   Jessica Yu <jeyu@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] Modules updates for v5.3

Hi Linus,

Please pull below to receive modules updates for the 5.3 merge window.
Details can be found in the signed tag.

Thanks!

Jessica

---
The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

  Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v5.3

for you to fetch changes up to 93651f80dcb616b8c9115cdafc8e57a781af22d0:

  modules: fix compile error if don't have strict module rwx (2019-06-26 19:27:59 +0200)

----------------------------------------------------------------
Modules updates for v5.3

Summary of modules changes for the 5.3 merge window:

- Code fixes and cleanups

- Fix bug where set_memory_x() wasn't being called when rodata=n

- Fix bug where -EEXIST was being returned for going modules

- Allow arches to override module_exit_section()

Signed-off-by: Jessica Yu <jeyu@...nel.org>

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      kernel: module: Use struct_size() helper

Matthias Schiffer (2):
      module: allow arch overrides for .exit section names
      ARM: module: recognize unwind exit sections

Prarit Bhargava (1):
      kernel/module.c: Only return -EEXIST for modules that have finished loading

Yang Yingliang (2):
      modules: fix BUG when load module with rodata=n
      modules: fix compile error if don't have strict module rwx

YueHaibing (1):
      kernel/module: Fix mem leak in module_add_modinfo_attrs

 arch/arm/kernel/module.c     |  7 ++++++
 include/linux/moduleloader.h |  5 ++++
 kernel/module.c              | 60 ++++++++++++++++++++++++++++++--------------
 3 files changed, 53 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ