[GIT PULL] mtd: Fixes for v6.9-rc6

Miquel Raynal miquel.raynal at bootlin.com
Fri Apr 26 11:51:20 PDT 2024


Hello Linus,

This is an MTD fixes PR for the next -rc.

Thanks,
Miquèl

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.9-rc6

for you to fetch changes up to d2d73a6dd17365c43e109263841f7c26da55cfb0:

  mtd: limit OTP NVMEM cell parse to non-NAND devices (2024-04-15 12:04:37 +0200)

----------------------------------------------------------------
There has been OTP support improvements in the NVMEM subsystem, and
later also improvements of OTP support in the NAND subsystem. This lead
to situations that we currently cannot handle, so better prevent this
situation from happening in order to avoid canceling device's probe.

In the raw NAND subsystem, two runtime fixes have been shared, one
fixing two important commands in the Qcom driver since it got reworked
and a NULL pointer dereference happening on STB chips.

Arnd also fixed a UBSAN link failure on diskonchip.

----------------------------------------------------------------
Arnd Bergmann (1):
      mtd: diskonchip: work around ubsan link failure

Christian Marangi (2):
      mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in qcom_misc_cmd_type_exec()
      mtd: limit OTP NVMEM cell parse to non-NAND devices

William Zhang (1):
      mtd: rawnand: brcmnand: Fix data access violation for STB chip

 drivers/mtd/mtdcore.c                    | 2 +-
 drivers/mtd/nand/raw/brcmnand/brcmnand.c | 2 +-
 drivers/mtd/nand/raw/diskonchip.c        | 4 ++--
 drivers/mtd/nand/raw/qcom_nandc.c        | 7 +++----
 4 files changed, 7 insertions(+), 8 deletions(-)



More information about the linux-mtd mailing list