[PATCH -v2 mm 0/4] lib/stackdepot, kasan: fixes for stack eviction series

From: andrey . konovalov
Date: Wed Dec 13 2023 - 19:48:04 EST


From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>

A few fixes for the stack depot eviction series.

Changes v1->v2:
- Add Fixes tags.
- Use per-object spinlock for protecting aux stack handles instead of a
global one.

Andrey Konovalov (4):
lib/stackdepot: add printk_deferred_enter/exit guards
kasan: handle concurrent kasan_record_aux_stack calls
kasan: memset free track in qlink_free
lib/stackdepot: fix comment in include/linux/stackdepot.h

include/linux/stackdepot.h | 2 --
lib/stackdepot.c | 9 +++++++++
mm/kasan/generic.c | 32 +++++++++++++++++++++++++++++---
mm/kasan/kasan.h | 2 ++
mm/kasan/quarantine.c | 2 +-
5 files changed, 41 insertions(+), 6 deletions(-)

--
2.25.1