]> Git Repo - linux.git/commit - lib/test_meminit.c
lib/test_meminit: add a kmem_cache_alloc_bulk() test
authorAlexander Potapenko <[email protected]>
Mon, 14 Oct 2019 21:12:00 +0000 (14:12 -0700)
committerLinus Torvalds <[email protected]>
Mon, 14 Oct 2019 22:04:01 +0000 (15:04 -0700)
commit03a9349ac0e095dea6ef8b5b7b14f9c23e5fabe6
tree9bbea792d10ecc834bfa9a1efd8d94bc5a764c8f
parent0f181f9fbea8bc7ea2f7e13ae7f8c256b39e254c
lib/test_meminit: add a kmem_cache_alloc_bulk() test

Make sure allocations from kmem_cache_alloc_bulk() and
kmem_cache_free_bulk() are properly initialized.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Alexander Potapenko <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Laura Abbott <[email protected]>
Cc: Thibaut Sautereau <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/test_meminit.c
This page took 0.050103 seconds and 4 git commands to generate.