diff options
author | James Morse <james.morse@arm.com> | 2021-09-17 16:59:24 +0000 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-10-06 18:45:27 +0200 |
commit | d4ebfca26dfab2803c31d68a30225be31b2f9ecf (patch) | |
tree | dad78126d785de3752998164f09543443df3aba8 /tools/perf/tests/bp_signal_overflow.c | |
parent | 64e87d4bd3201bf8a4685083ee4daf5c0d001452 (diff) |
x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()
Commit in Fixes separated the architecture specific and filesystem parts
of the resctrl domain structures.
This left the error paths in domain_add_cpu() kfree()ing the memory with
the wrong type.
This will cause a problem if someone adds a new member to struct
rdt_hw_domain meaning d_resctrl is no longer the first member.
Fixes: 792e0f6f789b ("x86/resctrl: Split struct rdt_domain")
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Reinette Chatre <reinette.chatre@intel.com>
Link: https://lkml.kernel.org/r/20210917165924.28254-1-james.morse@arm.com
Diffstat (limited to 'tools/perf/tests/bp_signal_overflow.c')
0 files changed, 0 insertions, 0 deletions