From patchwork Sat Sep 30 17:53:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boris Brezillon X-Patchwork-Id: 820217 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="I4KBXEeP"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3y4GJY1BvNz9sDB for ; Sun, 1 Oct 2017 04:54:05 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Pve/N8JRaM+9hA4GWkOzotSqBdTbQ7JXyjMbHQTbdUw=; b=I4KBXEePRjwSSp O54bGaIni9TAOwyoknKyk5/QJhchlnT4C20uuJ3A6TBaPdkjkRkdwAcwMHljX8s355paXBrzssLXm NBTGPCWsFeWmX3kw/0ZmtBAtETB2JI1iw6Mc0i/yjH4JclD2bqlKRuAZ1lqy5cLLqYbZ3t/R0xmOl kXfXN+FPXlP7U5V+EeqRDbwJFrevKIbcpoRhk5WwEhft6Ncss53r1iVwNrEFKZFQqwvSmz4athqPZ dMQCKXs6vr5dky6R5Vg2BgxWDyzrFUBaAxyxe+oSIqbxJI86EMVC35zBOauqUe62ZgbyOKIn3i+8v HhBKSbCDXYZW7HOm4kgg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dyLxe-0000Tx-Mn; Sat, 30 Sep 2017 17:53:58 +0000 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dyLxF-0000Mu-JZ for linux-mtd@lists.infradead.org; Sat, 30 Sep 2017 17:53:35 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id DB7CA209D6; Sat, 30 Sep 2017 19:53:08 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from bbrezillon (91-160-177-164.subs.proxad.net [91.160.177.164]) by mail.free-electrons.com (Postfix) with ESMTPSA id 81B08209BF; Sat, 30 Sep 2017 19:53:08 +0200 (CEST) Date: Sat, 30 Sep 2017 19:53:08 +0200 From: Boris Brezillon To: Linus Torvalds 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170930_105333_810103_4B363DCB X-CRM114-Status: GOOD ( 12.08 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , Richard Weinberger , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , Cyrille Pitchen , Brian Norris Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org 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(-)