summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJames Smart <jsmart2021@gmail.com>2017-06-21 17:43:05 -0700
committerJens Axboe <axboe@kernel.dk>2017-06-28 08:14:13 -0600
commitb4dfd6ee997d6d5d30b8ace5593ad1a9134418d6 (patch)
tree58838c07fa69d202c2ecf3a36cb884e396d4f8e2 /tools/perf/scripts/python/stackcollapse.py
parentb1465c63449cf79295164061193cb645974da53c (diff)
nvme_fc: fix double calls to nvme_cleanup_cmd()
Current fc transport code, on io termination, is calling nvme_cleanup_cmd() followed by the transport dma unmap routine which also calls nvme_cleanup_cmd(). Which means two kfrees occur on the same address, raising havoc. This resulted in odd data errors, effectively corruption.. Fix by removing the extraneous double calls. Call now occurs only in teardown paths and as part of dma unmap routine. Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Ewan D. Milne <emilne@redhat.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions