All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Norris <computersforpeace@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org,
	David Woodhouse <dwmw2@infradead.org>,
	Brian Norris <computersforpeace@gmail.com>
Subject: [GIT PULL] MTD fixes for 4.3-rc
Date: Tue, 6 Oct 2015 18:28:44 +0100	[thread overview]
Message-ID: <20151006172844.GA5270@localhost> (raw)

Hi Linus,

These fixes have sat a bit longer than they should, but better late than
never.

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/for-linus-20151006

for you to fetch changes up to e5a5d92d9dc36055b971d79e408e345f5ce88701:

  mxc_nand: fix copy_spare (2015-09-27 17:09:35 -0700)

----------------------------------------------------------------
A few MTD fixes:

 * mxc_nand: a "refactoring only" change in 4.3-rc1 had some bad pointer
   (array) arithmetic. Fix that

 * sunxi_nand:

   - Fix an old list manipulation / memory management bug in the device
     release() code path

   - Correct a few mistakes in OOB write support

----------------------------------------------------------------
Boris BREZILLON (2):
      mtd: nand: sunxi: fix OOB handling in ->write_xxx() functions
      mtd: nand: sunxi: fix sunxi_nand_chips_cleanup()

Eric Benard (1):
      mxc_nand: fix copy_spare

 drivers/mtd/nand/mxc_nand.c   |    2 +-
 drivers/mtd/nand/sunxi_nand.c |   27 ++++++++++-----------------
 2 files changed, 11 insertions(+), 18 deletions(-)

                 reply	other threads:[~2015-10-06 17:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151006172844.GA5270@localhost \
    --to=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.