Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751905AbdIUIR5 (ORCPT ); Thu, 21 Sep 2017 04:17:57 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:37877 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751521AbdIUIR4 (ORCPT ); Thu, 21 Sep 2017 04:17:56 -0400 Date: Thu, 21 Sep 2017 10:17:44 +0200 From: Boris Brezillon To: Brian Norris , Linus Torvalds Cc: Geert Uytterhoeven , Richard Weinberger , Marek Vasut , Cyrille Pitchen , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" Subject: [GIT PULL] mtd: Fixes for 4.14-rc2 Message-ID: <20170921101744.0903215d@bbrezillon> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1336 Lines: 45 Hello Linus, Here is my fixes PR for 4.14-rc2. Regards, Boris The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: Linux 4.14-rc1 (2017-09-16 15:47:51 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.14-rc2 for you to fetch changes up to 73600b619bf8b9803a0610624a0e11f5ed8f761e: mtd: nand: remove unused blockmask variable (2017-09-18 14:51:02 +0200) ---------------------------------------------------------------- SPI NOR: * Fix the SFDP parsing code (bugs reported by Geert Uytterhoeven) NAND: * Fix a resource leak in the lpc32xx_mlc driver * Fix a build warning in the core ---------------------------------------------------------------- Boris Brezillon (1): mtd: spi-nor: Check consistency of the memory size extracted from the SFDP Christophe JAILLET (1): mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe() Corentin Labbe (1): mtd: nand: remove unused blockmask variable Cyrille Pitchen (1): mtd: spi-nor: fix DMA unsafe buffer issue in spi_nor_read_sfdp() drivers/mtd/nand/lpc32xx_mlc.c | 3 ++- drivers/mtd/nand/nand_base.c | 3 +-- drivers/mtd/spi-nor/spi-nor.c | 45 ++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 45 insertions(+), 6 deletions(-)