Linux Modules
 help / color / mirror / Atom feed
From: Sami Tolvanen <samitolvanen@google.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Sami Tolvanen <samitolvanen@google.com>,
	Aaron Tomlin <atomlin@atomlin.com>,
	 Andreas Hindborg <a.hindborg@kernel.org>,
	Andrii Kuchmenko <capyenglishlite@gmail.com>,
	 Daniel Gomez <da.gomez@kernel.org>,
	Kenny Glowner <sisyphuscode0311@gmail.com>,
	 linux-kernel@vger.kernel.org, linux-modules@vger.kernel.org,
	 Luis Chamberlain <mcgrof@kernel.org>,
	Petr Pavlu <petr.pavlu@suse.com>
Subject: [GIT PULL] Modules changes for v7.2-rc1
Date: Mon, 15 Jun 2026 15:55:17 +0000	[thread overview]
Message-ID: <20260615155518.3644770-2-samitolvanen@google.com> (raw)

The following changes since commit e7ae89a0c97ce2b68b0983cd01eda67cf373517d:

  Linux 7.1-rc5 (2026-05-24 13:48:06 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git tags/modules-7.2-rc1

for you to fetch changes up to 36d6b929bb0c7cc1cc742d9b5805537d3b651094:

  rust: module_param: add missing newline to pr_warn_once (2026-06-04 16:42:34 +0000)

----------------------------------------------------------------
Modules changes for v7.2-rc1

- Add a missing return value check for module_extend_max_pages()
  to prevent a kernel oops on memory allocation failure.

- Force sh_addr to 0 for architecture-specific module sections on
  arm, arm64, m68k, and riscv. This prevents non-zero section
  addresses when linking modules with ld.bfd -r, which may cause
  tools to misbehave and result in worse compressibility.

- Replace pr_warn! with pr_warn_once! for set_param null pointer
  warnings in Rust abstractions, now that the _once variant is
  available.

Note that as part of our maintainer rotation, Petr Pavlu will be
taking over module subsystem pull requests for the next six months.

Signed-off-by: Sami Tolvanen <samitolvanen@google.com>

----------------------------------------------------------------
Andreas Hindborg (1):
      rust: module_param: use `pr_warn_once!` for null pointer warning

Andrii Kuchmenko (1):
      module: decompress: check return value of module_extend_max_pages()

Kenny Glowner (1):
      rust: module_param: add missing newline to pr_warn_once

Petr Pavlu (4):
      module, arm: force sh_addr=0 for arch-specific sections
      module, arm64: force sh_addr=0 for arch-specific sections
      module, m68k: force sh_addr=0 for arch-specific sections
      module, riscv: force sh_addr=0 for arch-specific sections

 arch/arm/include/asm/module.lds.h   | 4 ++--
 arch/arm64/include/asm/module.lds.h | 4 ++--
 arch/m68k/include/asm/module.lds.h  | 2 +-
 arch/riscv/include/asm/module.lds.h | 6 +++---
 kernel/module/decompress.c          | 2 ++
 rust/kernel/module_param.rs         | 3 +--
 6 files changed, 11 insertions(+), 10 deletions(-)

             reply	other threads:[~2026-06-15 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-15 15:55 Sami Tolvanen [this message]
2026-06-17 11:25 ` [GIT PULL] Modules changes for v7.2-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=20260615155518.3644770-2-samitolvanen@google.com \
    --to=samitolvanen@google.com \
    --cc=a.hindborg@kernel.org \
    --cc=atomlin@atomlin.com \
    --cc=capyenglishlite@gmail.com \
    --cc=da.gomez@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-modules@vger.kernel.org \
    --cc=mcgrof@kernel.org \
    --cc=petr.pavlu@suse.com \
    --cc=sisyphuscode0311@gmail.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