search for: 8cb6af7b3a6d

Displaying 1 result from an estimated 1 matches for "8cb6af7b3a6d".

2020 Jul 30
0
[PATCH] virtio-blk: fix discard buffer overrun
...iscard_write_zeroes > buffers. Though this issue has been fixed by commit eded341c085b > ("block: don't decrement nr_phys_segments for physically contigous segments"), > it can recure once the generic block layer breaks the guarantee as code > refactoring. > > commit 8cb6af7b3a6d ("nvme: Fix discard buffer overrun") has fixed the similar > issue in nvme driver. This patch is also inspired by this commit. > > Signed-off-by: Jeffle Xu <jefflexu at linux.alibaba.com> > Reviewed-by: Joseph Qi <joseph.qi at linux.alibaba.com> > --- > dri...