public inbox for linux-modules@vger.kernel.org
 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>,
	 Daniel Gomez <da.gomez@kernel.org>,
	Ihor Solodrai <ihor.solodrai@linux.dev>,
	 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 fixes for v7.0-rc3
Date: Wed,  4 Mar 2026 23:28:58 +0000	[thread overview]
Message-ID: <20260304232900.149281-2-samitolvanen@google.com> (raw)

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git tags/modules-7.0-rc3.fixes

for you to fetch changes up to f9d69d5e7bde2295eb7488a56f094ac8f5383b92:

  module: Fix kernel panic when a symbol st_shndx is out of bounds (2026-02-23 19:37:28 +0000)

----------------------------------------------------------------
Modules fixes for v7.0-rc3

- Fix a potential kernel panic in the module loader by adding a bounds
  check for the ELF section index. This prevents crashes if attempting
  to load a module that uses SHN_XINDEX or is corrupted.

- Fix the Kconfig menu layout for module versioning, signing, and
  compression options so they correctly appear as submenus in menuconfig.

- Remove a redundant lockdep_free_key_range() call in the load_module()
  error path. This is already handled by module_deallocate() calling
  free_mod_mem() since the module_memory rework.

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

----------------------------------------------------------------
Ihor Solodrai (1):
      module: Fix kernel panic when a symbol st_shndx is out of bounds

Petr Pavlu (2):
      module: Remove duplicate freeing of lockdep classes
      module: Fix the modversions and signing submenus

 kernel/module/Kconfig | 23 +++++++++++++----------
 kernel/module/main.c  | 13 +++++++------
 2 files changed, 20 insertions(+), 16 deletions(-)

             reply	other threads:[~2026-03-04 23:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-04 23:28 Sami Tolvanen [this message]
2026-03-05  2:30 ` [GIT PULL] Modules fixes for v7.0-rc3 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=20260304232900.149281-2-samitolvanen@google.com \
    --to=samitolvanen@google.com \
    --cc=atomlin@atomlin.com \
    --cc=da.gomez@kernel.org \
    --cc=ihor.solodrai@linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-modules@vger.kernel.org \
    --cc=mcgrof@kernel.org \
    --cc=petr.pavlu@suse.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