Re: [RFC v2 1/4] vmalloc: introduce vmalloc_exec and vfree_exec
From: Song Liu
Date: Mon Oct 10 2022 - 15:04:48 EST
> On Oct 10, 2022, at 11:13 AM, Edgecombe, Rick P <rick.p.edgecombe@xxxxxxxxx> wrote:
>
> How does this work with kasan?
With KASAN enabled, BPF works fine. But module load does hit some issues.
I guess we are missing some kasan_*() calls?
Thanks,
Song