On (03/06/17 11:23), Johannes Thumshirn wrote: > zram can handle at most SECTORS_PER_PAGE sectors in a bio's bvec. When using > the NVMe over Fabrics loopback target which potentially sends a huge bulk of > pages attached to the bio's bvec this results in a kernel panic because of > array out of bounds accesses in zram_decompress_page(). > > Signed-off-by: Johannes Thumshirn <jthumshirn@xxxxxxx> Cc Andrew Link: lkml.kernel.org/r/20170306102335.9180-1-jthumshirn@xxxxxxx Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> thanks! -ss