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.18-rc7
Date: Mon, 17 Nov 2025 12:16:14 +0100 [thread overview]
Message-ID: <87fracewox.fsf@bootlin.com> (raw)
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/
next reply other threads:[~2025-11-17 11:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-17 11:16 Miquel Raynal [this message]
2025-11-17 17:51 ` [GIT PULL] mtd: Fixes for 6.18-rc7 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=87fracewox.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox