mirror of
https://github.com/torvalds/linux.git
synced 2026-09-20 01:20:03 +02:00
- the revert of the uclinux map driver which was presumably no longer
used but in fact was
- the use of SPI match data to get chip capabilities in the mchp23k256
driver
- several fixes addressing the newly introduced virt-concat support
- a missing build dependency on ndfc
There is as well the usual load (if not actually bigger than ususal) of
uninitialized variables, leaks, double free, and AI fuzzed issues being
fixed.
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE9HuaYnbmDhq/XIDIJWrqGEe9VoQFAmpaTeQACgkQJWrqGEe9
VoQ0/Af7BpZ9gxFZrgiXBdQ/XcVDfsrP7YP/3D3SLlB7ynwPHrq0YvMdBs8CCp+b
YbTDqBrt0+T1YeZ4igWu50bGSjAz0mLztE2r09/uwrG9YO+B0s98jXRFEqnaOMMf
2ghhrIKr2RB9OPJaigmtdzQij1UAjCIFpWxEz4XLytXQ5oxnzP2j50JyeVxifb1R
3KDw0KBibngn3I5MUQ4OHCg4+6Krf0rtjo8yZWB6LKgVlCcy3eEbYGZMn3YI3T6T
xsOa8KxkBLf2BeAFu2nDp0e/5vEfaVk9fCnRElBDz3kEdJ6LR6k45mLpqfB+U9HN
DhWZswONu0y54xHAmyauVWyYBK/DHg==
=SD+E
-----END PGP SIGNATURE-----
Merge tag 'mtd/fixes-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Pull mtd fixes from Miquel Raynal:
"Among the most important fixes that we have here, there are:
- the revert of the uclinux map driver which was presumed to
be no longer used but in fact was
- the use of SPI match data to get chip capabilities in the
mchp23k256 driver
- several fixes addressing the newly introduced virt-concat
support
- a missing build dependency on ndfc
as well as the usual load (if not actually bigger than usual) of
uninitialized variables, leaks, double free, and AI fuzzed issues
being fixed"
* tag 'mtd/fixes-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
Revert "mtd: maps: remove uclinux map driver"
mtd: onenand: samsung: report DMA completion timeouts
mtd: rawnand: fsl_ifc: return errors for failed page reads
mtd: mchp23k256: use SPI match data for chip caps
mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeout
mtd: rawnand: lpc32xx_mlc: fail DMA transfers on timeout
mtd: fix double free and WARN_ON in add_mtd_device() error paths
mtd: virt-concat: free duplicate generated name
mtd: nand: mtk-ecc: stop on ECC idle timeouts
mtd: mtdswap: remove debugfs stats file on teardown
mtd: mtdpart: validate partition bounds in mtd_add_partition()
mtd: mtdpart: fix uninitialized erasesize on MTDPART_OFS_RETAIN error path
mtd: rawnand: ndfc: add CONFIG_OF dependency
mtd: spinand: initialize ret in regular page reads
mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy()
mtd: rawnand: ingenic: handle ECC clock enable failures
mtd: nand: ecc-mtk: handle ECC clock enable failures
mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy_joins()
mtd: rawnand: ndfc: fix gcc uninitialized var
|
||
|---|---|---|
| .. | ||
| atmel | ||
| bcm47xxnflash | ||
| brcmnand | ||
| gpmi-nand | ||
| ingenic | ||
| ams-delta.c | ||
| arasan-nand-controller.c | ||
| au1550nd.c | ||
| cadence-nand-controller.c | ||
| cafe_nand.c | ||
| cs553x_nand.c | ||
| davinci_nand.c | ||
| denali_dt.c | ||
| denali_pci.c | ||
| denali.c | ||
| denali.h | ||
| diskonchip.c | ||
| fsl_elbc_nand.c | ||
| fsl_ifc_nand.c | ||
| fsl_upm.c | ||
| fsmc_nand.c | ||
| gpio.c | ||
| hisi504_nand.c | ||
| intel-nand-controller.c | ||
| internals.h | ||
| Kconfig | ||
| loongson-nand-controller.c | ||
| lpc32xx_mlc.c | ||
| lpc32xx_slc.c | ||
| Makefile | ||
| marvell_nand.c | ||
| meson_nand.c | ||
| mpc5121_nfc.c | ||
| mtk_nand.c | ||
| mxc_nand.c | ||
| mxic_nand.c | ||
| nand_amd.c | ||
| nand_base.c | ||
| nand_bbt.c | ||
| nand_esmt.c | ||
| nand_hynix.c | ||
| nand_ids.c | ||
| nand_jedec.c | ||
| nand_legacy.c | ||
| nand_macronix.c | ||
| nand_micron.c | ||
| nand_onfi.c | ||
| nand_samsung.c | ||
| nand_sandisk.c | ||
| nand_timings.c | ||
| nand_toshiba.c | ||
| nandsim.c | ||
| ndfc.c | ||
| nuvoton-ma35d1-nand-controller.c | ||
| omap_elm.c | ||
| omap2.c | ||
| orion_nand.c | ||
| pasemi_nand.c | ||
| pl35x-nand-controller.c | ||
| plat_nand.c | ||
| qcom_nandc.c | ||
| r852.c | ||
| r852.h | ||
| renesas-nand-controller.c | ||
| rockchip-nand-controller.c | ||
| sh_flctl.c | ||
| sharpsl.c | ||
| sm_common.c | ||
| sm_common.h | ||
| socrates_nand.c | ||
| stm32_fmc2_nand.c | ||
| sunxi_nand.c | ||
| technologic-nand-controller.c | ||
| tegra_nand.c | ||
| txx9ndfmc.c | ||
| vf610_nfc.c | ||
| xway_nand.c | ||