[GIT PULL] Modules fixes for v5.4-rc5

From: Jessica Yu
Date: Fri Oct 25 2019 - 11:55:21 EST


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@xxxxxxxxxxxxxxxxxxx/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@xxxxxxxxxx>

----------------------------------------------------------------
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(-)