All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-rc 0/5] some bugfix for rnbd
@ 2021-01-08 14:36 Jack Wang
  2021-01-08 14:36 ` [PATCH for-rc 1/5] block/rnbd: Select SG_POOL for RNBD_CLIENT Jack Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jack Wang @ 2021-01-08 14:36 UTC (permalink / raw)
  To: linux-block; +Cc: axboe, hch, sagi, bvanassche, danil.kipnis

Hi Jens,

Please consider to inlcude follow bugfix for rc:
- fix one compile error reported by ltp (me)
- fix UAF for sg table (guoqing)
- fix UAF in rnbd_srv_sess_dev_force_close (me)
- fix module unload race with close callback. (me)
- credit for Swapnil's contribution (swapnil).

Thanks!
Jack


Guoqing Jiang (1):
  block/rnbd-clt: Fix sg table use after free

Jack Wang (3):
  block/rnbd: Select SG_POOL for RNBD_CLIENT
  block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_close
  block/rnbd-clt: avoid module unload race with close confirmation

Swapnil Ingle (1):
  block/rnbd: Adding name to the Contributors List

 drivers/block/rnbd/Kconfig    |  1 +
 drivers/block/rnbd/README     |  1 +
 drivers/block/rnbd/rnbd-clt.c | 18 +++++++++---------
 drivers/block/rnbd/rnbd-srv.c |  8 +++++---
 4 files changed, 16 insertions(+), 12 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-01-08 15:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 14:36 [PATCH for-rc 0/5] some bugfix for rnbd Jack Wang
2021-01-08 14:36 ` [PATCH for-rc 1/5] block/rnbd: Select SG_POOL for RNBD_CLIENT Jack Wang
2021-01-08 14:36 ` [PATCH for-rc 2/5] block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_close Jack Wang
2021-01-08 14:36 ` [PATCH for-rc 3/5] block/rnbd-clt: Fix sg table use after free Jack Wang
2021-01-08 14:36 ` [PATCH for-rc 4/5] block/rnbd: Adding name to the Contributors List Jack Wang
2021-01-08 14:36 ` [PATCH for-rc 5/5] block/rnbd-clt: avoid module unload race with close confirmation Jack Wang
2021-01-08 15:19 ` [PATCH for-rc 0/5] some bugfix for rnbd Jens Axboe

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.