From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.bootlin.com ([62.4.15.54]:47554 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726467AbeK3Uqc (ORCPT ); Fri, 30 Nov 2018 15:46:32 -0500 From: Boris Brezillon To: Schrempf Frieder , Boris Brezillon , Miquel Raynal , Richard Weinberger Cc: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Marek Vasut , "linux-mtd@lists.infradead.org" , Brian Norris , David Woodhouse Subject: Re: mtd: nand: Fix memory allocation in nanddev_bbt_init() Date: Fri, 30 Nov 2018 10:37:48 +0100 Message-Id: <20181130093748.5475-1-boris.brezillon@bootlin.com> In-Reply-To: <1543304637-27308-1-git-send-email-frieder.schrempf@kontron.de> Sender: stable-owner@vger.kernel.org List-ID: On Tue, 2018-11-27 at 07:44:52 UTC, Schrempf Frieder wrote: > Fix the size of the buffer allocated to store the in-memory BBT. > This bug was previously hidden by a different bug, that was fixed in > d098093ba06e. > > Fixes: 9c3736a3de21 ("mtd: nand: Add core infrastructure to deal with NAND devices") > Cc: > Signed-off-by: Frieder Schrempf > Acked-by: Miquel Raynal Applied to http://git.infradead.org/linux-mtd.git master, thanks. Boris