aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorGaosheng Cui <[email protected]>2022-09-16 13:04:02 +0100
committerGreg Kroah-Hartman <[email protected]>2022-09-24 14:52:19 +0200
commitbd1244561fa2a4531ded40dbf09c9599084f8b29 (patch)
tree26b686aee970a9dfccbadcf31d6e76688e39b883 /tools/perf/scripts/python/sctop.py
parente291691c69776ad278cd39dec2306dd39d681a9f (diff)
nvmem: core: Fix memleak in nvmem_register()
dev_set_name will alloc memory for nvmem->dev.kobj.name in nvmem_register, when nvmem_validate_keepouts failed, nvmem's memory will be freed and return, but nobody will free memory for nvmem->dev.kobj.name, there will be memleak, so moving nvmem_validate_keepouts() after device_register() and let the device core deal with cleaning name in error cases. Fixes: de0534df9347 ("nvmem: core: fix error handling while validating keepout regions") Cc: [email protected] Signed-off-by: Gaosheng Cui <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions