All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Richard Weinberger <richard@nod.at>,
	Tudor Ambarus <Tudor.Ambarus@linaro.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Frieder Schrempf <frieder.schrempf@kontron.de>,
	Michael Walle <michael@walle.cc>,
	Pratyush Yadav <pratyush@kernel.org>,
	linux-mtd@lists.infradead.org,
	Miquel Raynal <miquel.raynal@bootlin.com>
Subject: [GIT PULL] mtd: Fixes for 6.13-rc5
Date: Tue, 24 Dec 2024 17:12:15 +0100	[thread overview]
Message-ID: <87zfkl9i1s.fsf@bootlin.com> (raw)

Hello,

This is a fixes MTD PR for one of the next -rc cycle.

Merry Christmas,
Miquèl

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.13-rc5

for you to fetch changes up to 140054a25f85036ec847e722c76cc1bfaf3f0d96:

  mtd: rawnand: omap2: Fix build warnings with W=1 (2024-12-05 11:15:00 +0100)

----------------------------------------------------------------
Four minor fixes for NAND controller drivers (cleanup path, double
actions, and W=1 warning) as well as a cast to avoid overflows in an mtd
device driver.

----------------------------------------------------------------
Dan Carpenter (1):
      mtd: rawnand: fix double free in atmel_pmecc_create_user()

Maciej Andrzejewski (2):
      mtd: rawnand: arasan: Fix double assertion of chip-select
      mtd: rawnand: arasan: Fix missing de-registration of NAND

Roger Quadros (1):
      mtd: rawnand: omap2: Fix build warnings with W=1

Zichen Xie (1):
      mtd: diskonchip: Cast an operand to prevent potential overflow

 drivers/mtd/nand/raw/arasan-nand-controller.c | 11 +++++++++--
 drivers/mtd/nand/raw/atmel/pmecc.c            |  4 +---
 drivers/mtd/nand/raw/diskonchip.c             |  2 +-
 drivers/mtd/nand/raw/omap2.c                  | 16 ++++++++++++++++
 4 files changed, 27 insertions(+), 6 deletions(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

             reply	other threads:[~2024-12-24 16:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-24 16:12 Miquel Raynal [this message]
2024-12-24 17:30 ` [GIT PULL] mtd: Fixes for 6.13-rc5 pr-tracker-bot

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=87zfkl9i1s.fsf@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=Tudor.Ambarus@linaro.org \
    --cc=frieder.schrempf@kontron.de \
    --cc=linux-mtd@lists.infradead.org \
    --cc=michael@walle.cc \
    --cc=pratyush@kernel.org \
    --cc=richard@nod.at \
    --cc=torvalds@linux-foundation.org \
    --cc=vigneshr@ti.com \
    /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.