Re: [PATCH] zram: set physical queue limits to avoid array out of bounds accesses
From: Sergey Senozhatsky
Date: Mon Mar 06 2017 - 05:46:35 EST
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