From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754404AbcKVB2L (ORCPT ); Mon, 21 Nov 2016 20:28:11 -0500 Received: from mail-pg0-f66.google.com ([74.125.83.66]:35827 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753995AbcKVB2K (ORCPT ); Mon, 21 Nov 2016 20:28:10 -0500 Date: Tue, 22 Nov 2016 10:28:12 +0900 From: Sergey Senozhatsky To: Minchan Kim Cc: Sergey Senozhatsky , Andrew Morton , Takashi Iwai , Nitin Gupta , David Disseldorp , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [PATCH] zram: Fix unbalanced idr management at hot removal Message-ID: <20161122012812.GB5197@jagdpanzerIV> References: <20161121132140.12683-1-tiwai@suse.de> <20161122001104.GA31611@bbox> <20161122010930.GA5197@jagdpanzerIV> <20161122012212.GA11635@bbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161122012212.GA11635@bbox> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (11/22/16 10:22), Minchan Kim wrote: [..] > > > Acked-by: Minchan Kim > > > > Link: lkml.kernel.org/r/20161121132140.12683-1-tiwai@suse.de > > Fixes: 17ec4cd98578 ("zram: don't call idr_remove() from zram_remove()") > > Cc: [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