All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jessica Yu <jeyu@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matthias Maennich <maennich@google.com>, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Modules fixes for v5.4-rc5
Date: Fri, 25 Oct 2019 17:55:13 +0200	[thread overview]
Message-ID: <20191025155512.GA30503@linux-8ccs> (raw)

Hi Linus,

Please pull this small set of fixes for v5.4-rc5. As usual, details
can be found in the signed tag.

Thanks!

Jessica

---

The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

  Linux 5.4-rc3 (2019-10-13 16:37:36 -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-rc5

for you to fetch changes up to 09684950050be09ed6cd591e6fbf0c71d3473237:

  scripts/nsdeps: use alternative sed delimiter (2019-10-23 11:21:06 +0200)

----------------------------------------------------------------
Modules fixes for v5.4-rc5

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

Signed-off-by: Jessica Yu <jeyu@kernel.org>

----------------------------------------------------------------
Jessica Yu (1):
      scripts/nsdeps: use alternative sed delimiter

Matthias Maennich (3):
      modpost: delegate updating namespaces to separate function
      modpost: make updating the symbol namespace explicit
      symbol namespaces: revert to previous __ksymtab name scheme

 include/linux/export.h | 14 +++++-------
 scripts/mod/modpost.c  | 59 ++++++++++++++++++++++++++++++++++----------------
 scripts/mod/modpost.h  |  1 +
 scripts/nsdeps         |  2 +-
 4 files changed, 47 insertions(+), 29 deletions(-)

             reply	other threads:[~2019-10-25 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-25 15:55 Jessica Yu [this message]
2019-10-25 21:35 ` [GIT PULL] Modules fixes for v5.4-rc5 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=20191025155512.GA30503@linux-8ccs \
    --to=jeyu@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maennich@google.com \
    --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.