aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorMustafa Ismail <[email protected]>2022-07-05 18:08:13 -0500
committerLeon Romanovsky <[email protected]>2022-07-18 10:39:57 +0300
commit8ecef7890b3aea78c8bbb501a4b5b8134367b821 (patch)
tree9cc5881afa272c944491b62923d12b78f5313e6a /scripts/gdb/linux/modules.py
parentc8c7c0758101b393017614352b6f07be6b8e6396 (diff)
RDMA/irdma: Fix a window for use-after-free
During a destroy CQ an interrupt may cause processing of a CQE after CQ resources are freed by irdma_cq_free_rsrc(). Fix this by moving the call to irdma_cq_free_rsrc() after the irdma_sc_cleanup_ceqes(), which is called under the cq_lock. Fixes: b48c24c2d710 ("RDMA/irdma: Implement device supported verb APIs") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Sobczak <[email protected]> Signed-off-by: Mustafa Ismail <[email protected]> Signed-off-by: Shiraz Saleem <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions