On Mon, 30 Jun 2025 14:31:00 +0200 Alexander Gordeev <agord...@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.

Reply via email to