All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Modules fixes for v5.4-rc5
@ 2019-10-25 15:55 Jessica Yu
  2019-10-25 21:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jessica Yu @ 2019-10-25 15:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Matthias Maennich, linux-kernel

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@gitolite.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@kernel.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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-25 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-25 15:55 [GIT PULL] Modules fixes for v5.4-rc5 Jessica Yu
2019-10-25 21:35 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.