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:   Fri, 31 Jan 2020 18:23:19 +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.6

Hi Linus,

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

Thanks,

Jessica

---
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6080d608eeff7cb5090a2ddbaf723bfb0ff133fc:

  module.h: Annotate mod_kallsyms with __rcu (2020-01-23 18:19:48 +0100)

----------------------------------------------------------------
Modules updates for v5.6

Summary of modules changes for the 5.6 merge window:

- Add "MS" (SHF_MERGE|SHF_STRINGS) section flags to __ksymtab_strings to
  indicate to the linker that it can perform string deduplication (i.e.,
  duplicate strings are reduced to a single copy in the string table).
  This means any repeated namespace string would be merged to just one
  entry in __ksymtab_strings.

- Various code cleanups and small fixes (fix small memleak in error path,
  improve moduleparam docs, silence rcu warnings, improve error logging)

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

----------------------------------------------------------------
Fabien Dessenne (1):
      moduleparam: fix kerneldoc

Jessica Yu (3):
      export.h: reduce __ksymtab_strings string duplication by using "MS" section flags
      modsign: print module name along with error message
      module: avoid setting info->name early in case we can fall back to info->mod->name

Madhuparna Bhowmik (1):
      module.h: Annotate mod_kallsyms with __rcu

Masami Hiramatsu (1):
      modules: lockdep: Suppress suspicious RCU usage warning

YueHaibing (1):
      kernel/module: Fix memleak in module_add_modinfo_attrs()

 include/asm-generic/export.h |  8 +++--
 include/linux/export.h       | 33 ++++++++++++------
 include/linux/module.h       |  2 +-
 include/linux/moduleparam.h  | 82 +++++++++++++++++++++++++++++++++++++++++---
 kernel/module.c              | 22 +++++++-----
 5 files changed, 119 insertions(+), 28 deletions(-)

Powered by blists - more mailing lists