mbox series

[0/2,v3] nbd: fix possible page fault for nbd disk

Message ID 20190822075923.11996-1-xiubli@redhat.com (mailing list archive)
Headers show
Series nbd: fix possible page fault for nbd disk | expand

Message

Xiubo Li Aug. 22, 2019, 7:59 a.m. UTC
From: Xiubo Li <xiubli@redhat.com>

V3:
- fix the case that when the NBD_CFLAG_DESTROY_ON_DISCONNECT bit is not
  set.
- add "nbd: rename the runtime flags as NBD_RT_ prefixed"


Xiubo Li (2):
  nbd: rename the runtime flags as NBD_RT_ prefixed
  nbd: fix possible page fault for nbd disk

 drivers/block/nbd.c | 108 +++++++++++++++++++++++++++++---------------
 1 file changed, 71 insertions(+), 37 deletions(-)