mbox series

[GIT,PULL] mtd: Fixes for 6.8-rc7

Message ID 20240226121124.0cad7cdf@xps-13
State New
Headers show
Series [GIT,PULL] mtd: Fixes for 6.8-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.8-rc7

Message

Miquel Raynal Feb. 26, 2024, 11:11 a.m. UTC
Hello Linus,

This is a fixes MTD PR for v6.8-rc7.

Thanks,
Miquèl

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -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.8-rc7

for you to fetch changes up to e6a30d0c48a1e8a68f1cc413bee65302ab03ddfb:

  mtd: rawnand: marvell: fix layouts (2024-02-05 16:16:24 +0100)

----------------------------------------------------------------
Many NAND page layouts have been added to the Marvell NAND controller
but could not be used in practice so they are being removed.

Regarding the SPI-NAND area, Gigadevice chips were not using the right
buffer for an ECC status check operation.

Aside from these driver fixes, there is also a refcount fix in the MTD
core nodes parsing logic.

----------------------------------------------------------------
Elad Nachman (1):
      mtd: rawnand: marvell: fix layouts

Han Xu (1):
      mtd: spinand: gigadevice: Fix the get ecc status issue

Miquel Raynal (1):
      mtd: Fix possible refcounting issue when going through partition nodes

 drivers/mtd/mtdcore.c               |  1 +
 drivers/mtd/nand/raw/marvell_nand.c | 13 +++++--------
 drivers/mtd/nand/spi/gigadevice.c   |  6 ++++--
 3 files changed, 10 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 26, 2024, 7:29 p.m. UTC | #1
The pull request you sent on Mon, 26 Feb 2024 12:11:24 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.8-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/45ec2f5f6ed3ec3a79ba1329ad585497cdcbe663

Thank you!