Re: [PATCH] zram: Fix unbalanced idr management at hot removal

From: Sergey Senozhatsky
Date: Mon Nov 21 2016 - 20:28:14 EST


On (11/22/16 10:22), Minchan Kim wrote:
[..]
> > > Acked-by: Minchan Kim <minchan@xxxxxxxxxx>
> >
> > Link: lkml.kernel.org/r/20161121132140.12683-1-tiwai@xxxxxxx
> > Fixes: 17ec4cd98578 ("zram: don't call idr_remove() from zram_remove()")
> > Cc: <stable@xxxxxxxxxxxxxxx> [4.5+]
>
> 17ec4cd98578 marked as stable: [4.2+] so we should mark this patch as
> 4.2+.

well, no objections. except that the patch in question was
not picked up -stable
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/block/zram/zram_drv.c?id=refs/tags/v4.2#n1365

the change appears starting from 4.5
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/block/zram/zram_drv.c?id=refs/tags/v4.5#n1371

-ss