Re: [PATCH v2 0/7] SLAB support for KASAN
From: Christoph Lameter <hidden>
Date: 2016-02-18 17:32:59
Also in:
lkml
From: Christoph Lameter <hidden>
Date: 2016-02-18 17:32:59
Also in:
lkml
On Thu, 18 Feb 2016, Alexander Potapenko wrote:
Unlike SLUB, SLAB doesn't store allocation/deallocation stacks for heap objects, therefore we reimplement this feature in mm/kasan/stackdepot.c. The intention is to ultimately switch SLUB to use this implementation as well, which will remove the dependency on SLUB_DEBUG.
This needs to be clarified a bit. CONFIG_SLUB_DEBUG is on by default. So the dependency does not matter much. I think you depend on the slowpath debug processing right? The issue is that you want to do these things in the fastpath? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>