Linux-Modules Archive mirror
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-modules@vger.kernel.org, maninder1.s@samsung.com,
	thunder.leizhen@huawei.com, onkarnath.1@samsung.com,
	keescook@chromium.org, arnd@arndb.de, bigeasy@linutronix.de,
	mcgrof@kernel.org
Subject: [GIT PULL] Modules for v6.5-rc1
Date: Wed, 28 Jun 2023 11:45:36 -0700	[thread overview]
Message-ID: <ZJx/0HbObiC9kMAH@bombadil.infradead.org> (raw)

The following changes since commit d36f6efbe0cb422fe1e4475717d75f3737088832:

  module: Fix use-after-free bug in read_file_mod_stats() (2023-05-22 14:13:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/v6.5-rc1-modules-next

for you to fetch changes up to 0eeaf1eb40a34fddd1d568a9b32c3d6669238743:

  kallsyms: make kallsyms_show_value() as generic function (2023-06-08 12:27:20 -0700)

----------------------------------------------------------------
v6.5-rc1-modules-next

The changes queued up for v6.5-rc1 for modules are pretty tame, mostly
code removal of moving of code. Only two minor functional changes are
made, the only one which stands out is Sebastian Andrzej Siewior's
simplification of module reference counting by removing preempt_disable()
and that has been tested on linux-next for well over a month without
no regressions. I'm now, I guess, also a kitchen sink for some kallsyms
changes.

----------------------------------------------------------------
Arnd Bergmann (1):
      kallsyms: remove unused arch_get_kallsym() helper

Maninder Singh (3):
      kallsyms: remove unsed API lookup_symbol_attrs
      kallsyms: move kallsyms_show_value() out of kallsyms.c
      kallsyms: make kallsyms_show_value() as generic function

Sebastian Andrzej Siewior (1):
      module: Remove preempt_disable() from module reference counting.

 include/linux/kallsyms.h                          | 17 +----
 include/linux/module.h                            |  9 ---
 kernel/Makefile                                   |  2 +-
 kernel/kallsyms.c                                 | 91 +----------------------
 kernel/ksyms_common.c                             | 43 +++++++++++
 kernel/module/kallsyms.c                          | 28 -------
 kernel/module/main.c                              |  7 --
 tools/testing/selftests/bpf/progs/bpf_iter_ksym.c |  4 +-
 8 files changed, 49 insertions(+), 152 deletions(-)
 create mode 100644 kernel/ksyms_common.c

             reply	other threads:[~2023-06-28 18:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-28 18:45 Luis Chamberlain [this message]
2023-06-28 23:15 ` [GIT PULL] Modules for v6.5-rc1 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=ZJx/0HbObiC9kMAH@bombadil.infradead.org \
    --to=mcgrof@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bigeasy@linutronix.de \
    --cc=keescook@chromium.org \
    --cc=linux-modules@vger.kernel.org \
    --cc=maninder1.s@samsung.com \
    --cc=onkarnath.1@samsung.com \
    --cc=thunder.leizhen@huawei.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).