Key Information Vulnerability Description: - In the function, an internal kobject is created using . - Calling on the error handling path may attempt to use an uninitialized completion pointer, which is unsafe in . Fix: - Add an additional check to ensure is actually needed, making safe on the module type kobject. Related Commit: - Commit ID: faa9059631d3491d69c69ecf512de9e1a3d6649 - Author: Dmitry Antipov - Committer: Greg Kroah-Hartman - Date: 2025-05-07 09:50:44 +0300 (author), 2025-05-18 08:24:08 +0200 (committer) Affected File: - Code Changes: Related Links: - Lore Link - Bug Report