Star64_linux/tools/testing/radix-tree/linux
Matthew Wilcox bbe9d71f2c radix tree test suite: cache recently freed objects
The kmem_cache_alloc implementation simply allocates new memory from
malloc() and calls the ctor, which zeroes out the entire object.  This
means it cannot spot bugs where the object isn't properly reinitialised
before being freed.

Add a small (11 objects) cache before freeing objects back to malloc.
This is enough to let us write a test to catch it, although the memory
allocator is now aware of the structure of the radix tree node, since it
chains free objects through ->private_data (like the percpu cache does).

Link: http://lkml.kernel.org/r/1481667692-14500-2-git-send-email-mawilcox@linuxonhyperv.com
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-12-14 16:04:10 -08:00
..
bitops radix tree test suite: use common find-bit code 2016-12-14 16:04:10 -08:00
bitops.h radix tree test suite: use common find-bit code 2016-12-14 16:04:10 -08:00
bug.h tools: add WARN_ON_ONCE 2016-12-14 16:04:09 -08:00
cpu.h Revert "radix tree test suite: fix compilation" 2016-12-09 10:41:42 -08:00
export.h
gfp.h radix tree test suite: allow GFP_ATOMIC allocations to fail 2016-12-14 16:04:09 -08:00
init.h radix-tree: add test for radix_tree_locate_item() 2016-05-20 17:58:30 -07:00
kernel.h radix tree test suite: add some more functionality 2016-12-14 16:04:10 -08:00
kmemleak.h
mempool.h
notifier.h Revert "radix tree test suite: fix compilation" 2016-12-09 10:41:42 -08:00
percpu.h
preempt.h radix tree test suite: track preempt_count 2016-12-14 16:04:09 -08:00
radix-tree.h
rcupdate.h
slab.h radix tree test suite: cache recently freed objects 2016-12-14 16:04:10 -08:00
types.h tools: add WARN_ON_ONCE 2016-12-14 16:04:09 -08:00