From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753806AbcKVGjC (ORCPT ); Tue, 22 Nov 2016 01:39:02 -0500 Received: from mail-pg0-f66.google.com ([74.125.83.66]:36451 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752541AbcKVGjB (ORCPT ); Tue, 22 Nov 2016 01:39:01 -0500 Date: Tue, 22 Nov 2016 15:39:03 +0900 From: Sergey Senozhatsky To: Andrew Morton Cc: Takashi Iwai , Nitin Gupta , David Disseldorp , linux-kernel@vger.kernel.org, Minchan Kim , Sergey Senozhatsky , Sergey Senozhatsky Subject: Re: [PATCH] zram: Fix unbalanced idr management at hot removal Message-ID: <20161122063903.GA1677@jagdpanzerIV> References: <20161121132140.12683-1-tiwai@suse.de> <20161122001104.GA31611@bbox> <20161122010930.GA5197@jagdpanzerIV> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161122010930.GA5197@jagdpanzerIV> 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 A correction, On (11/22/16 10:09), Sergey Senozhatsky wrote: [..] > > > Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1010970 > > > Reported-and-tested-by: David Disseldorp > > > Reviewed-by: David Disseldorp > > > Cc: > > > Signed-off-by: Takashi Iwai > > > > 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+] ^^^^ 4.4+ > Acked-by: Sergey Senozhatsky but somehow I didn't notice that Takashi Cc'd stable in the original patch. so mine can be dropped. -ss