On Wed, Sep 13, 2023 at 7:18 PM <andrey.konovalov@xxxxxxxxx> wrote: > > From: Andrey Konovalov <andreyknvl@xxxxxxxxxx> > > Make tag-based KASAN modes to evict stack traces from the stack depot "Make tag-based KASAN modes evict stack traces from the stack depot" (without "to") > Internally, pass STACK_DEPOT_FLAG_GET to stack_depot_save_flags (via > kasan_save_stack) to increment the refcount when saving a new entry > to stack ring and call stack_depot_put when removing an entry from > stack ring. > > Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx> Reviewed-by: Alexander Potapenko <glider@xxxxxxxxxx> (but see the two other comments) > --- a/mm/kasan/report_tags.c > +++ b/mm/kasan/report_tags.c > @@ -7,6 +7,7 @@ > #include <linux/atomic.h> > > #include "kasan.h" > +#include "../slab.h" Why?