From this webpage screenshot, the following key information about the vulnerability can be obtained: Vulnerability Description: - The vulnerability occurs during the creation of SRIOV VFs, causing a kernel crash. - Specifically, it triggers a kernel BUG at . Error Message: Call Stack: Root Cause: - calls while holding a spinlock. - The fix is to perform memory deallocation only after releasing the lock. Commit Information: - Commit ID: - Author: Michal Schmidt ( ) - Committer: Greg Kroah-Hartman ( ) - Commit Date: 2025-08-01 12:13:37 +0200 Fix Link: - https://patchwork.kernel.org/project/linux-kernel/patch/20250801101338.72502-1-mschmidt@redhat.com File Changes: - Modified file: - 1 file changed, 1 insertion(+), 1 deletion(-)