* [GIT PULL] mtd: Fixes for 6.18-rc7
@ 2025-11-17 11:16 Miquel Raynal
2025-11-17 17:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Miquel Raynal @ 2025-11-17 11:16 UTC (permalink / raw)
To: Linus Torvalds
Cc: Richard Weinberger, Tudor Ambarus, Vignesh Raghavendra,
Frieder Schrempf, Michael Walle, Pratyush Yadav, linux-mtd,
Miquel Raynal
Hello,
This is a MTD fixes PR for 6.18-rc7.
Thanks,
Miquèl
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -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.18-rc7
for you to fetch changes up to 97315e7c901a1de60e8ca9b11e0e96d0f9253e18:
mtd: onenand: Pass correct pointer to IRQ handler (2025-11-03 11:37:57 +0100)
----------------------------------------------------------------
Mostly small misc fixes, here they are sorted by sub-subsystem:
ECC fixes:
- Realtek Kconfig fix
SPI NAND fixes:
- Remove unexistent QE bit on FMSH FM25S01A
Raw NAND fixes:
- Prevent DMA device NULL pointer dereference in Cadence driver
MTD devices fixes:
- Possible integer overflow in read/write ioctls
- Fix the IRQ handler pointer in the onenand driver, even if in practice
it is never dereferenced.
----------------------------------------------------------------
Dan Carpenter (3):
mtdchar: fix integer overflow in read/write ioctls
mtd: nand: realtek-ecc: Fix a IS_ERR() vs NULL bug in probe
mtd: onenand: Pass correct pointer to IRQ handler
Geert Uytterhoeven (1):
mtd: nand: MTD_NAND_ECC_REALTEK should depend on HAS_DMA
Li Qiang (1):
mtd: rawnand: realtek: Make rtl_ecc_engine_ops const
Mikhail Kshevetskiy (1):
mtd: spinand: fmsh: remove QE bit for FM25S01A flash
Niravkumar L Rabara (1):
mtd: rawnand: cadence: fix DMA device NULL pointer dereference
drivers/mtd/mtdchar.c | 6 ++++--
drivers/mtd/nand/Kconfig | 2 +-
drivers/mtd/nand/ecc-realtek.c | 6 +++---
drivers/mtd/nand/onenand/onenand_samsung.c | 2 +-
drivers/mtd/nand/raw/cadence-nand-controller.c | 3 ++-
drivers/mtd/nand/spi/fmsh.c | 2 +-
6 files changed, 12 insertions(+), 9 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] mtd: Fixes for 6.18-rc7
2025-11-17 11:16 [GIT PULL] mtd: Fixes for 6.18-rc7 Miquel Raynal
@ 2025-11-17 17:51 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-11-17 17:51 UTC (permalink / raw)
To: Miquel Raynal
Cc: Linus Torvalds, Richard Weinberger, Tudor Ambarus,
Vignesh Raghavendra, Frieder Schrempf, Michael Walle,
Pratyush Yadav, linux-mtd, Miquel Raynal
The pull request you sent on Mon, 17 Nov 2025 12:16:14 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.18-rc7
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e97c61885bfe3919ed1f7d56bf05d3ffef392ccb
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-17 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17 11:16 [GIT PULL] mtd: Fixes for 6.18-rc7 Miquel Raynal
2025-11-17 17:51 ` pr-tracker-bot
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.