On Sun, 03 Nov 2024 00:57:31 +0100, Marek Vasut wrote:
> The 5d40b3d384dc ("mtd: spi-nor: Add parallel and stacked memories support")
> adds new SPI bus flags, but also introduces a completely new set of
> SPI bus flags in another location. The existing flags field is type
> u8, while the new sepa
> ; Tom Rini ; Abbarapu, Venkatesh
> ; William Zhang
> Subject: [PATCH] mtd: spi-nor: Fix integer overflow in stacked memories
> support
>
> The 5d40b3d384dc ("mtd: spi-nor: Add parallel and stacked memories support")
> adds new SPI bus flags, but also introduce
The 5d40b3d384dc ("mtd: spi-nor: Add parallel and stacked memories support")
adds new SPI bus flags, but also introduces a completely new set of
SPI bus flags in another location. The existing flags field is type
u8, while the new separate flags are BIT(8) and higher. Use of those
new flags trigger
3 matches
Mail list logo