All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix a deadlock in the ib_srp driver
@ 2022-02-15 18:26 Bart Van Assche
  2022-02-15 18:26 ` [PATCH 1/3] ib_srp: Add more documentation Bart Van Assche
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Bart Van Assche @ 2022-02-15 18:26 UTC (permalink / raw)
  To: Jason Gunthorpe
  Cc: Leon Romanovsky, linux-rdma, Tetsuo Handa, Bart Van Assche

Hi Jason,

This patch series fixes a deadlock in the ib_srp driver that was discovered
by syzbot. Please consider these patches for kernel v5.18.

Thanks,

Bart.

Bart Van Assche (3):
  ib_srp: Add more documentation
  ib_srp: Protect the target list with a mutex instead of a spinlock
  ib_srp: Fix a deadlock

 drivers/infiniband/ulp/srp/ib_srp.c | 24 +++++++++++-------------
 drivers/infiniband/ulp/srp/ib_srp.h | 13 +++++++++++--
 2 files changed, 22 insertions(+), 15 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-02-16  7:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 18:26 [PATCH 0/3] Fix a deadlock in the ib_srp driver Bart Van Assche
2022-02-15 18:26 ` [PATCH 1/3] ib_srp: Add more documentation Bart Van Assche
2022-02-15 18:42   ` Leon Romanovsky
2022-02-15 20:34     ` Bart Van Assche
2022-02-16  7:02       ` Leon Romanovsky
2022-02-15 18:26 ` [PATCH 2/3] ib_srp: Protect the target list with a mutex instead of a spinlock Bart Van Assche
2022-02-15 18:44   ` Leon Romanovsky
2022-02-15 20:35     ` Bart Van Assche
2022-02-15 18:26 ` [PATCH 3/3] ib_srp: Fix a deadlock Bart Van Assche
2022-02-15 18:51   ` Leon Romanovsky
2022-02-15 20:37     ` Bart Van Assche
2022-02-15 20:41       ` Jason Gunthorpe
2022-02-15 20:50         ` Bart Van Assche

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.