diff options
author | 2016-03-11 13:08:07 -0800 | |
---|---|---|
committer | 2016-03-11 16:17:47 -0800 | |
commit | 7640131032db9118a78af715ac77ba2debeeb17c (patch) | |
tree | f95d88b244a0d55b0cc9461542826888db62c6a9 /fs/jbd2/commit.c | |
parent | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (diff) | |
download | wireguard-linux-7640131032db9118a78af715ac77ba2debeeb17c.tar.xz wireguard-linux-7640131032db9118a78af715ac77ba2debeeb17c.zip |
mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
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 <matthew@mjdsystems.ca>
Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions