Re: [PATCH mm] slub, kasan: improve interaction of KASAN and slub_debug poisoning

From: Andrey Konovalov
Date: Wed Nov 22 2023 - 22:13:27 EST


On Thu, Nov 23, 2023 at 3:58 AM Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx> wrote:
>
> 1. I reverted the commit "kasan: improve free meta storage in Generic KASAN",
> on top of linux-next (next-20231122), and it is still stuck at boot.

This is expected: the patch you bisected to still requires this fix
that I posted.

> 2. I reverted the commit "kasan: improve free meta storage in Generic KASAN",
> on top of linux-next (next-20231122),
> _and_ applied this patch on top of it, now it boots fine!

Great! Thank you for testing!