aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorBrett Creeley <[email protected]>2022-10-17 16:31:23 -0700
committerJakub Kicinski <[email protected]>2022-10-18 19:19:31 -0700
commitaa1d7e1267c12e07d979aa34c613716a89029db2 (patch)
tree83a61b2957c1acde64372aefcfc9c6f923efa3c6 /tools/perf/scripts/python/intel-pt-events.py
parentd8b57135fd9ffe9a5b445350a686442a531c5339 (diff)
ionic: catch NULL pointer issue on reconfig
It's possible that the driver will dereference a qcq that doesn't exist when calling ionic_reconfigure_queues(), which causes a page fault BUG. If a reduction in the number of queues is followed by a different reconfig such as changing the ring size, the driver can hit a NULL pointer when trying to clean up non-existent queues. Fix this by checking to make sure both the qcqs array and qcq entry exists bofore trying to use and free the entry. Fixes: 101b40a0171f ("ionic: change queue count with no reset") Signed-off-by: Brett Creeley <[email protected]> Signed-off-by: Shannon Nelson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions