From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751595AbdJ0O7t (ORCPT ); Fri, 27 Oct 2017 10:59:49 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:35147 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750882AbdJ0O7s (ORCPT ); Fri, 27 Oct 2017 10:59:48 -0400 Date: Fri, 27 Oct 2017 16:59:45 +0200 From: Sebastian Andrzej Siewior To: Mike Galbraith Cc: Thomas Gleixner , LKML , linux-rt-users , Steven Rostedt Subject: Re: [patch-rt] drivers/zram: pass num_pages to zram_meta_init_table_locks() Message-ID: <20171027145945.fexsind2urzbbs5n@linutronix.de> References: <20171017152952.6ab7qsgeqgisqci4@linutronix.de> <1508387247.12823.38.camel@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1508387247.12823.38.camel@gmx.de> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017-10-19 06:27:27 [+0200], Mike Galbraith wrote: > > zram cleanup forgot to adjust passed argument when changing > zram_meta_init_table_locks() to expect page count instead > of disk size. Doing so fixes ltp inspired explosions. Thank you. Since only v4.13-RT is affected, I merged this into the original patch. > Signed-off-by: Mike Galbraith Sebastian