On Thu, 27 Feb 2025 11:03:06 -0600, Mario Limonciello wrote: > `cb_mutex` was introduced in commit 9e0894d07072e ("platform/x86/amd/pmf: > Enable Custom BIOS Inputs for PMF-TA") to prevent conccurrent access for > BIOS inputs. It however isn't initialized and so on use it may lead to > a NULL pointer dereference. > > Add code to initialize on probe and clean up on destroy. > > [...] Thank you for your contribution, it has been applied to my local review-ilpo-fixes branch. Note it will show up in the public platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my local branch there, which might take a while. The list of commits applied: [1/1] platform/x86/amd/pmf: Initialize and clean up `cb_mutex` commit: 1be4e29e94a6be77de3bc210820b74f40814f17a -- i.