Message ID | 20190917115606.13992-1-xiubli@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | nbd: fix possible page fault for nbd disk | expand |
On Tue, Sep 17, 2019 at 05:26:04PM +0530, xiubli@redhat.com wrote: > 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" > > V4: > - Address the use after free bug from Mike's comments > - This has been test for 3 days, works well. > > You can add Reviewed-by: Josef Bacik <josef@toxicpanda.com> to the series, Thanks, Josef
On 9/17/19 5:56 AM, xiubli@redhat.com wrote: > 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" > > 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 runtime flags as NBD_RT_ prefixed > nbd: fix possible page fault for nbd disk > > drivers/block/nbd.c | 108 +++++++++++++++++++++++++++++--------------- > 1 file changed, 72 insertions(+), 36 deletions(-) Applied for 5.4, thanks.
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" 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 runtime flags as NBD_RT_ prefixed nbd: fix possible page fault for nbd disk drivers/block/nbd.c | 108 +++++++++++++++++++++++++++++--------------- 1 file changed, 72 insertions(+), 36 deletions(-)