Closed ramosian-glider closed 4 years ago
Sure, I'll send this patch separately.
Hmm, I investigated a bit more and for some reason include/linux/sl*b_def.h don't include dependencies for structs on purpose it seems. So my guess is, such a patch will be rejected.
We just have to include <linux/slab.h> in kfence/kfence.h, which should solve it (because linux/slab.h includes kasan.h and hopefully any other future dependencies? although it is a bit of a mess..). I have some more fixes queued and will send Monday.
Sure, I'll send this patch separately.
On Fri, Jul 31, 2020 at 6:53 PM Marco Elver notifications@github.com wrote: