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, 25 Oct 2019 17:55:13 +0200
From:   Jessica Yu <jeyu@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Matthias Maennich <maennich@...gle.com>,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] Modules fixes for v5.4-rc5

Hi Linus,

Please pull this small set of fixes for v5.4-rc5. As usual, details
can be found in the signed tag.

Thanks!

Jessica

---

The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

  Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 09684950050be09ed6cd591e6fbf0c71d3473237:

  scripts/nsdeps: use alternative sed delimiter (2019-10-23 11:21:06 +0200)

----------------------------------------------------------------
Modules fixes for v5.4-rc5

- Revert __ksymtab_$namespace.$symbol naming scheme back to
  __ksymtab_$symbol, as it was causing issues with depmod. Instead,
  have modpost extract a symbol's namespace from __kstrtabns and
  __ksymtab_strings.

- Fix `make nsdeps` for out of tree kernel builds (make O=...) caused by
  unescaped '/'. Use a different sed delimiter to avoid this problem.

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

----------------------------------------------------------------
Jessica Yu (1):
      scripts/nsdeps: use alternative sed delimiter

Matthias Maennich (3):
      modpost: delegate updating namespaces to separate function
      modpost: make updating the symbol namespace explicit
      symbol namespaces: revert to previous __ksymtab name scheme

 include/linux/export.h | 14 +++++-------
 scripts/mod/modpost.c  | 59 ++++++++++++++++++++++++++++++++++----------------
 scripts/mod/modpost.h  |  1 +
 scripts/nsdeps         |  2 +-
 4 files changed, 47 insertions(+), 29 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ