Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751644AbdI3RxM (ORCPT ); Sat, 30 Sep 2017 13:53:12 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:58213 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751069AbdI3RxL (ORCPT ); Sat, 30 Sep 2017 13:53:11 -0400 Date: Sat, 30 Sep 2017 19:53:08 +0200 From: Boris Brezillon To: Linus Torvalds Cc: Brian Norris , Marek Vasut , Richard Weinberger , Cyrille Pitchen , "linux-mtd@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: [GIT PULL] mtd: Fixes for 4.14-rc3 Message-ID: <20170930195308.608737c2@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: 1044 Lines: 34 Hello Linus, I'm a bit late, but here is a fixes PR for 4.14-rc3. Regards, Boris The following changes since commit 73600b619bf8b9803a0610624a0e11f5ed8f761e: mtd: nand: remove unused blockmask variable (2017-09-18 14:51:02 +0200) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.14-rc3 for you to fetch changes up to 36de80740008e6a4a55115b4a92e2059e47c1cba: mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user (2017-09-27 17:33:28 +0200) ---------------------------------------------------------------- * Fix partition alignment check in mtdcore.c * Fix a buffer overflow in the Atmel NAND driver ---------------------------------------------------------------- Boris Brezillon (1): mtd: Fix partition alignment check on multi-erasesize devices Richard Genoud (1): mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user drivers/mtd/mtdpart.c | 8 ++++++++ drivers/mtd/nand/atmel/pmecc.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-)