[GIT PULL] mtd: Fixes for 6.13-rc5

Miquel Raynal miquel.raynal at bootlin.com
Tue Dec 24 08:12:15 PST 2024


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(-)



More information about the linux-mtd mailing list