* [GIT PULL] Modules updates for v5.5
@ 2019-12-05 20:09 Jessica Yu
2019-12-05 20:45 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jessica Yu @ 2019-12-05 20:09 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Hi Linus,
Please pull below to receive modules updates for the 5.5 merge window.
Details can be found in the signed tag.
Thanks,
Jessica
---
The following changes since commit d6d5df1db6e9d7f8f76d2911707f7d5877251b02:
Linux 5.4-rc5 (2019-10-27 13:19:19 -0400)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v5.5
for you to fetch changes up to 5d603311615f612320bb77bd2a82553ef1ced5b7:
kernel/module.c: wakeup processes in module_wq on module unload (2019-11-15 11:23:12 +0100)
----------------------------------------------------------------
Modules updates for v5.5
Summary of modules changes for the 5.5 merge window:
- Refactor include/linux/export.h and remove code duplication between
EXPORT_SYMBOL and EXPORT_SYMBOL_NS to make it more readable. The most
notable change is that no namespace is represented by an empty string ""
rather than NULL.
- Fix a module load/unload race where waiter(s) trying to load the same
module weren't being woken up when a module finally goes away.
Signed-off-by: Jessica Yu <jeyu@kernel.org>
----------------------------------------------------------------
Konstantin Khorenko (1):
kernel/module.c: wakeup processes in module_wq on module unload
Masahiro Yamada (1):
export: avoid code duplication in include/linux/export.h
Zhenzhong Duan (1):
moduleparam: fix parameter description mismatch
include/linux/export.h | 91 ++++++++++++++-------------------------------
include/linux/moduleparam.h | 4 +-
kernel/module.c | 4 +-
3 files changed, 33 insertions(+), 66 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-05 20:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-05 20:09 [GIT PULL] Modules updates for v5.5 Jessica Yu
2019-12-05 20:45 ` 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.