On Mon, Oct 7, 2024, at 11:01, Vincenzo Frascino wrote: > On 04/10/2024 14:13, Arnd Bergmann wrote: > > It seemed harmless from the tests I did. But adding an '&& > defined(CONFIG_32BIT)' makes it logically correct. I will add a comment as well > in the next version. To clarify: this has to be "!defined(CONFIG_64BIT)", as most 32-bit architectures don't define the CONFIG_32BIT symbol (but all 64-bit ones define CONFIG_64BIT). Arnd