* [GIT PULL] Modules fixes for v5.4-rc3
@ 2019-10-11 17:05 Jessica Yu
2019-10-11 17:50 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jessica Yu @ 2019-10-11 17:05 UTC (permalink / raw)
To: Linus Torvalds
Cc: Matthias Maennich, Greg Kroah-Hartman, Masahiro Yamada,
linux-kernel
Hi Linus,
Please pull this set of fixes for v5.4-rc3, consisting of code
cleanups and kbuild/namespace related fixups from Masahiro. Most
importantly, it fixed a namespace-related modpost issue for external
module builds. Details can be found in the signed tag.
Thanks,
Jessica
-----
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -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-rc3
for you to fetch changes up to fcfacb9f83745d9fa97937b8bc94a73bb0607912:
doc: move namespaces.rst from kbuild/ to core-api/ (2019-10-08 17:40:01 +0200)
----------------------------------------------------------------
Modules fixes for v5.4-rc3
- Fix broken external module builds due to a modpost bug in read_dump(),
where the namespace was not being strdup'd and sym->namespace would be
set to bogus data.
- Various namespace-related kbuild fixes and cleanups thanks to
Masahiro Yamada.
Signed-off-by: Jessica Yu <jeyu@kernel.org>
----------------------------------------------------------------
Masahiro Yamada (7):
module: swap the order of symbol.namespace
modpost: fix broken sym->namespace for external module builds
module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflict
kbuild: fix build error of 'make nsdeps' in clean tree
nsdeps: fix hashbang of scripts/nsdeps
nsdeps: make generated patches independent of locale
doc: move namespaces.rst from kbuild/ to core-api/
YueHaibing (1):
scripts: add_namespace: Fix coccicheck failed
Documentation/core-api/index.rst | 1 +
.../symbol-namespaces.rst} | 0
MAINTAINERS | 1 +
Makefile | 2 +-
include/linux/export.h | 10 ++++----
scripts/coccinelle/misc/add_namespace.cocci | 2 ++
scripts/mod/modpost.c | 29 +++++++++++-----------
scripts/nsdeps | 4 +--
8 files changed, 27 insertions(+), 22 deletions(-)
rename Documentation/{kbuild/namespaces.rst => core-api/symbol-namespaces.rst} (100%)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Modules fixes for v5.4-rc3
2019-10-11 17:05 [GIT PULL] Modules fixes for v5.4-rc3 Jessica Yu
@ 2019-10-11 17:50 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-10-11 17:50 UTC (permalink / raw)
To: Jessica Yu
Cc: Linus Torvalds, Matthias Maennich, Greg Kroah-Hartman,
Masahiro Yamada, linux-kernel
The pull request you sent on Fri, 11 Oct 2019 19:05:06 +0200:
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v5.4-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c6f6ebd77ce1bb8931f78412a841dd1371820181
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-11 17:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-11 17:05 [GIT PULL] Modules fixes for v5.4-rc3 Jessica Yu
2019-10-11 17:50 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox