Re: [PATCH] mm/mempool: Avoid KASAN marking mempool posion checks as use-after-free

2016-03-10 Thread Andrey Ryabinin
On 03/09/2016 09:16 AM, Matthew Dawson wrote: > When removing an element from the mempool, mark it as unpoisoned in KASAN > before verifying its contents for SLUB/SLAB debugging. Otherwise KASAN > will flag the reads checking the element use-after-free writes as > use-after-free reads. > > Signed

[PATCH] mm/mempool: Avoid KASAN marking mempool posion checks as use-after-free

2016-03-08 Thread Matthew Dawson
When removing an element from the mempool, mark it as unpoisoned in KASAN before verifying its contents for SLUB/SLAB debugging. Otherwise KASAN will flag the reads checking the element use-after-free writes as use-after-free reads. Signed-off-by: Matthew Dawson --- mm/mempool.c | 2 +- 1 file