aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorMike Christie <[email protected]>2022-06-16 17:27:33 -0500
committerMartin K. Petersen <[email protected]>2022-06-21 21:14:53 -0400
commitc577ab7ba5f3bf9062db8a58b6e89d4fe370447e (patch)
tree237689dc1ba5552e34b75e8916db37e04c56da78 /tools/perf/scripts/python/exported-sql-viewer.py
parentf54912b228a8df6c0133e31bc75628677bb8c6e5 (diff)
scsi: iscsi: Fix HW conn removal use after free
If qla4xxx doesn't remove the connection before the session, the iSCSI class tries to remove the connection for it. We were doing a iscsi_put_conn() in the iter function which is not needed and will result in a use after free because iscsi_remove_conn() will free the connection. Link: https://lore.kernel.org/r/[email protected] Tested-by: Nilesh Javali <[email protected]> Reviewed-by: Lee Duncan <[email protected]> Reviewed-by: Nilesh Javali <[email protected]> Signed-off-by: Mike Christie <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions