All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jessica Yu <jeyu@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Modules updates for v5.5
Date: Thu, 5 Dec 2019 21:09:45 +0100	[thread overview]
Message-ID: <20191205200945.GA1750@linux-8ccs> (raw)

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

             reply	other threads:[~2019-12-05 20:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05 20:09 Jessica Yu [this message]
2019-12-05 20:45 ` [GIT PULL] Modules updates for v5.5 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191205200945.GA1750@linux-8ccs \
    --to=jeyu@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.