[PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
Andrew Morton
akpm at linux-foundation.org
Tue Jul 1 10:05:42 AEST 2025
On Mon, 30 Jun 2025 14:31:00 +0200 Alexander Gordeev <agordeev at linux.ibm.com> wrote:
> > +/*
> > + * Initialize Generic KASAN and enable runtime checks.
> > + * This should be called from arch kasan_init() once shadow memory is ready.
> > + */
> > +void __init kasan_init_generic(void)
> > +{
> > + static_branch_enable(&kasan_flag_enabled);
>
> s390 crashes at this line, when the whole series is applied.
oop. Thanks, I'll demote this seres to the mm-new branch for now, which
takes it out of linux-next.
More information about the Linuxppc-dev
mailing list