aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2022-02-15 13:44:49 -0600
committerJason Gunthorpe <[email protected]>2022-02-16 11:51:28 -0400
commita099b08599e6ae6b8e9faccee83760dab622c11e (patch)
tree7eb8cfe2ef11fc51cb2fe174422c8a6be06ac34d /tools/perf/scripts/python
parent3c8bc3954d771fc4889508ad5d16f084adc4d64d (diff)
RDMA/rxe: Revert changes from irqsave to bh locks
A previous patch replaced all irqsave locks in rxe with bh locks. This ran into problems because rdmacm has a bad habit of calling rdma verbs APIs while disabling irqs. This is not allowed during spin_unlock_bh() causing programs that use rdmacm to fail. This patch reverts the changes to locks that had this problem or got dragged into the same mess. After this patch blktests/check -q srp now runs correctly. Link: https://lore.kernel.org/r/[email protected] Fixes: 21adfa7a3c4e ("RDMA/rxe: Replace irqsave locks with bh locks") Reported-by: Guoqing Jiang <[email protected]> Reported-by: Bart Van Assche <[email protected]> Signed-off-by: Bob Pearson <[email protected]> Tested-by: Bart Van Assche <[email protected]> Acked-by: Zhu Yanjun <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions