public inbox for linux-modules@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Modules fixes for v7.0-rc3
@ 2026-03-04 23:28 Sami Tolvanen
  2026-03-05  2:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Sami Tolvanen @ 2026-03-04 23:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sami Tolvanen, Aaron Tomlin, Daniel Gomez, Ihor Solodrai,
	linux-kernel, linux-modules, Luis Chamberlain, Petr Pavlu

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-05  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04 23:28 [GIT PULL] Modules fixes for v7.0-rc3 Sami Tolvanen
2026-03-05  2:30 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox