]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
authorAlexander Sverdlin <alexander.sverdlin@nokia.com>
Fri, 19 Nov 2021 08:14:12 +0000 (09:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:41:49 +0000 (11:41 +0100)
commitb82d68b6721a3ab7d237aa2dd531f94429a1160f
tree1e07711746f1ef673a34c4c1387e70ab3e5a69f3
parent7e4dc1346e949db32531ee4085990eebaec6bafe
mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()

commit 2ebc336be08160debfe27f87660cf550d710f3e9 upstream.

Erase can be zeroed in spi_nor_parse_4bait() or
spi_nor_init_non_uniform_erase_map(). In practice it happened with
mt25qu256a, which supports 4K, 32K, 64K erases with 3b address commands,
but only 4K and 64K erase with 4b address commands.

Fixes: 94fd364f3325 ("mtd: spi-nor: fix erase_type array to indicate current map conf")
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20211119081412.29732-1-alexander.sverdlin@nokia.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mtd/spi-nor/spi-nor.c