Re: [PATCH v4 0/2] nbd: fix possible page fault for nbd disk

2019-09-17 Thread Jens Axboe
On 9/17/19 5:56 AM, xiu...@redhat.com wrote: > From: Xiubo Li > > 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" > > V4: > - Address the use after free bug from Mike's comments > - This has been test

Re: [PATCH v4 0/2] nbd: fix possible page fault for nbd disk

2019-09-17 Thread Josef Bacik
On Tue, Sep 17, 2019 at 05:26:04PM +0530, xiu...@redhat.com wrote: > From: Xiubo Li > > 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" > > V4: > - Address the use after free bug from Mike's comments >

[PATCH v4 0/2] nbd: fix possible page fault for nbd disk

2019-09-17 Thread xiubli
From: Xiubo Li 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" V4: - Address the use after free bug from Mike's comments - This has been test for 3 days, works well. Xiubo Li (2): nbd: rename the runti