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]
Date:   Thu, 5 Dec 2019 21:09:45 +0100
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.5

Hi Linus,

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

Thanks,

Jessica

---
The following changes since commit d6d5df1db6e9d7f8f76d2911707f7d5877251b02:

  Linux 5.4-rc5 (2019-10-27 13:19:19 -0400)

are available in the Git repository at:

  ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v5.5

for you to fetch changes up to 5d603311615f612320bb77bd2a82553ef1ced5b7:

  kernel/module.c: wakeup processes in module_wq on module unload (2019-11-15 11:23:12 +0100)

----------------------------------------------------------------
Modules updates for v5.5

Summary of modules changes for the 5.5 merge window:

- Refactor include/linux/export.h and remove code duplication between
  EXPORT_SYMBOL and EXPORT_SYMBOL_NS to make it more readable. The most
  notable change is that no namespace is represented by an empty string ""
  rather than NULL.

- Fix a module load/unload race where waiter(s) trying to load the same
  module weren't being woken up when a module finally goes away.

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

----------------------------------------------------------------
Konstantin Khorenko (1):
      kernel/module.c: wakeup processes in module_wq on module unload

Masahiro Yamada (1):
      export: avoid code duplication in include/linux/export.h

Zhenzhong Duan (1):
      moduleparam: fix parameter description mismatch

 include/linux/export.h      | 91 ++++++++++++++-------------------------------
 include/linux/moduleparam.h |  4 +-
 kernel/module.c             |  4 +-
 3 files changed, 33 insertions(+), 66 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ