On Thu, Feb 20, 2020 at 06:29:36PM +0200, Leonard Crestez 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: d90bf296ae18 ("firmware: imx: Add support to start/stop a CPU") > Signed-off-by: Leonard Crestez <leonard.crestez@xxxxxxx> Applied, thanks.