On Thu, Feb 20, 2020 at 5:29 PM Leonard Crestez <leonard.crestez@xxxxxxx> wrote: > The imx SC api strongly assumes that messages are composed out of > 4-bytes words but some of our message structs have odd sizeofs. > > This produces many oopses with CONFIG_KASAN=y. > > Fix by marking with __aligned(4). > > Fixes: b96eea718bf6 ("pinctrl: fsl: add scu based pinctrl support") > Signed-off-by: Leonard Crestez <leonard.crestez@xxxxxxx> Patch applied for fixes. KASan needs to work. Thanks for fixing this! Yours, Linus Walleij