Skip to content
Commit 9264bd22 authored by James Morse's avatar James Morse Committed by Greg Kroah-Hartman
Browse files

x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() fails

commit 64e87d4b upstream.

domain_add_cpu() is called whenever a CPU is brought online. The
earlier call to domain_setup_ctrlval() allocates the control value
arrays.

If domain_setup_mon_state() fails, the control value arrays are not
freed.

Add the missing kfree() calls.

Fixes: 1bd2a63b ("x86/intel_rdt/mba_sc: Add initialization support")
Fixes: edf6fa1c

 ("x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) management")
Signed-off-by: default avatarJames Morse <james.morse@arm.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Acked-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Cc: <stable@vger.kernel.org>
Link: https://lkml.kernel.org/r/20210917165958.28313-1-james.morse@arm.com
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 10b77e16
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment