diff options
| author | Tyrel Datwyler <tyreld@linux.ibm.com> | 2026-07-22 17:01:20 -0700 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2026-07-26 16:47:44 -0400 |
| commit | 99143433f7f14139ac373c553ec8e1317d0ae58a (patch) | |
| tree | dbf451d551d1635f99023003511fe294424cf7e3 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 0122eab60b151d7815f420a91c7315944a037714 (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/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
