]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
spi: spi-qpic-snand: avoid memory corruption
authorMark Brown <broonie@kernel.org>
Mon, 30 Jun 2025 11:42:36 +0000 (12:42 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 30 Jun 2025 11:42:36 +0000 (12:42 +0100)
Merge series from Gabor Juhos <j4g8y7@gmail.com>:

The 'spi-qpic-nand' driver may cause memory corruption under some
circumstances. The first patch in the series changes the driver to
avoid that, whereas the second adds some sanity checks to the common
QPIC code in order to make detecting such errors easier in the future.


Trivial merge