drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 23 Apr 2025 13:18:44 +0000 (08:18 -0500)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 29 Apr 2025 14:47:41 +0000 (17:47 +0300)
commit690d722e02819ef978f90cd7553973eba1007e6c
tree414597ff882e5cc52ece7e9a67f4bad271e26fbc
parent02c6e43397c39edd0c172859bf8c851b46be09a8
drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies

If a policy is passed into amd_pmf_get_pb_data() that causes the engine
to fail to start there is a memory leak. Free the memory in this failure
path.

Fixes: 10817f28e5337 ("platform/x86/amd/pmf: Add capability to sideload of policy binary")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20250423132002.3984997-2-superm1@kernel.org
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/amd/pmf/tee-if.c