[GIT PULL] Modules fixes for v6.15-rc6
From: Petr Pavlu
Date: Fri May 09 2025 - 11:14:24 EST
The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb:
Linux 6.15-rc5 (2025-05-04 13:55:04 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.15-rc6
for you to fetch changes up to a6aeb739974ec73e5217c75a7c008a688d3d5cf1:
module: ensure that kobject_put() is safe for module type kobjects (2025-05-07 20:24:59 +0200)
----------------------------------------------------------------
Modules fixes for v6.15-rc6
A single fix to prevent use of an uninitialized completion pointer when
releasing a module_kobject in specific situations.
This addresses a latent bug exposed by commit f95bbfe18512 ("drivers: base:
handle module_kobject creation"), which was merged in 6.15-rc5. The fix has
been on modules-next only since yesterday but should be safe.
----------------------------------------------------------------
Dmitry Antipov (1):
module: ensure that kobject_put() is safe for module type kobjects
kernel/params.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)