Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Oct 2019 20:11:55 +0000 (16:11 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Oct 2019 20:11:55 +0000 (16:11 -0400)
commit9e2dd2ca85d211a6ef2a1e95ba9239ec69959b1e
tree109a067c150b26f9006153ae7379e56909edbca7
parent63cbb3b364c0c2500e59d24a6cde92c8f2ff1c18
parent09684950050be09ed6cd591e6fbf0c71d3473237
Merge tag 'modules-for-v5.4-rc5' of git://git./linux/kernel/git/jeyu/linux

Pull modules fixes from Jessica Yu:

 - 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.

* tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux:
  scripts/nsdeps: use alternative sed delimiter
  symbol namespaces: revert to previous __ksymtab name scheme
  modpost: make updating the symbol namespace explicit
  modpost: delegate updating namespaces to separate function