]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf587cc5f8c5d10ba4ec86b536aa3095bfbd97c8e
tree109a067c150b26f9006153ae7379e56909edbca7
parent2fb61568b42e3a25008dd3fd86603ad7548bb594
parent46b4b329b32af2f8f8e678de84c59ece275bc1f2
Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/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