Re: [PATCH] mtd: spi-nor: Fix integer overflow in stacked memories support

2024-11-11 Thread Tom Rini
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

RE: [PATCH] mtd: spi-nor: Fix integer overflow in stacked memories support

2024-11-04 Thread Abbarapu, Venkatesh
> ; 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

[PATCH] mtd: spi-nor: Fix integer overflow in stacked memories support

2024-11-02 Thread Marek Vasut
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