summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTyrel Datwyler <tyreld@linux.ibm.com>2026-07-22 17:01:20 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2026-07-26 16:47:44 -0400
commit99143433f7f14139ac373c553ec8e1317d0ae58a (patch)
treedbf451d551d1635f99023003511fe294424cf7e3 /tools/perf/scripts/python
parent0122eab60b151d7815f420a91c7315944a037714 (diff)
scsi: ibmvfc: free ibmvfc_target allocations with mempool_free
The ibmvfc_target *tgt structures for discovery are allocated using mempool_alloc but in turn free'd via kfree in ibmvfc_release_target breaking pool guarentees. Fixup ibmvfc_release_target to call mempool_free instead so that memory is properly returned to the mempool instead of the general allocator. Signed-off-by: Tyrel Datwyler <tyreld@linux.ibm.com> Link: https://patch.msgid.link/20260723000149.969416-5-tyreld@linux.ibm.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions