linux/drivers/infiniband/sw
Bob Pearson 21adfa7a3c RDMA/rxe: Replace irqsave locks with bh locks
Most of the locks in the rxe driver are _irqsave/restore locks but in fact
there are no interrupt threads that run rxe code or share data with
rxe. There are softirq threads and data sharing so the appropriate lock
type is _bh. This patch replaces all irqsave type locks with bh type
locks.

Link: https://lore.kernel.org/r/20211103050241.61293-2-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2021-11-19 13:29:14 -04:00
..
rdmavt RDMA/rdmavt: Fix error code in rvt_create_qp() 2021-10-13 13:59:47 -03:00
rxe RDMA/rxe: Replace irqsave locks with bh locks 2021-11-19 13:29:14 -04:00
siw RDMA: Remove redundant 'flush_workqueue()' calls 2021-10-12 13:21:23 -03:00
Makefile rdma/siw: addition to kernel build environment 2019-07-02 17:03:41 -03:00