Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752977AbcCLAB2 (ORCPT ); Fri, 11 Mar 2016 19:01:28 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:35613 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751720AbcCLABZ (ORCPT ); Fri, 11 Mar 2016 19:01:25 -0500 Date: Fri, 11 Mar 2016 16:01:21 -0800 From: Brian Norris To: Linus Torvalds Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, David Woodhouse , Richard Weinberger , Boris Brezillon , Artem Bityutskiy Subject: [GIT PULL] Late MTD fix for v4.5 Message-ID: <20160312000121.GF2545@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1337 Lines: 38 Hi Linus, I have 2 small, late updates for MTD. The fix is trivial and tested. Both low reward (it's just a test) and even lower risk. And some suckers^Wlovely people offered to help out maintaining and reviewing "officially," so we might as well get them in now. The following changes since commit 44248affb5d82d32cdb58a92a94ce191d4ddee60: MAINTAINERS: add maintainer entry for FREESCALE GPMI NAND driver (2016-02-25 11:22:37 -0800) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20160311 for you to fetch changes up to 9df4f913eb39046fa57c4217bb3429a63e164000: MAINTAINERS: add a maintainer for the NAND subsystem (2016-03-10 10:48:04 -0800) ---------------------------------------------------------------- Late MTD fix for v4.5: * A simple error code handling fix for the NAND ECC test; this was a regression in v4.5-rc1 * A MAINTAINERS update, which might as well go in ASAP ---------------------------------------------------------------- Boris BREZILLON (1): MAINTAINERS: add a maintainer for the NAND subsystem Jorge Ramirez-Ortiz (1): mtd: nand: tests: fix regression introduced in mtd_nandectest MAINTAINERS | 11 +++++++++++ drivers/mtd/tests/mtd_nandecctest.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-)