diff options
author | James Morse <[email protected]> | 2022-09-02 15:48:12 +0000 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2022-09-22 15:27:15 +0200 |
commit | 7add3af4178d9e25afc8d990a7d1000ccb22b6a0 (patch) | |
tree | a7576b633b5869ec0cfa37dcd9b255355c4c8b49 /scripts/generate_rust_analyzer.py | |
parent | 3a7232cdf19e39e7f24c493117b373788b348af2 (diff) |
x86/resctrl: Group struct rdt_hw_domain cleanup
domain_add_cpu() and domain_remove_cpu() need to kfree() the child
arrays that were allocated by domain_setup_ctrlval().
As this memory is moved around, and new arrays are created, adjusting
the error handling cleanup code becomes noisier.
To simplify this, move all the kfree() calls into a domain_free() helper.
This depends on struct rdt_hw_domain being kzalloc()d, allowing it to
unconditionally kfree() all the child arrays.
Signed-off-by: James Morse <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Jamie Iles <[email protected]>
Reviewed-by: Shaopeng Tan <[email protected]>
Reviewed-by: Reinette Chatre <[email protected]>
Tested-by: Xin Hao <[email protected]>
Tested-by: Shaopeng Tan <[email protected]>
Tested-by: Cristian Marussi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions