]> Git Repo - linux.git/commit - mm/slub.c
mm/slub: Add debugging to verify correct cache use on kmem_cache_free()
authorChristoph Lameter <[email protected]>
Tue, 4 Sep 2012 23:06:14 +0000 (23:06 +0000)
committerPekka Enberg <[email protected]>
Wed, 5 Sep 2012 09:00:35 +0000 (12:00 +0300)
commit79576102afc24fcc6627d7a15691e432d9a2eacb
treedf44371aad955bc889f8d72b32b754ac1592ed60
parente21827aadd77e33833eeb393de2e8675e9b399e2
mm/slub: Add debugging to verify correct cache use on kmem_cache_free()

Add additional debugging to check that the objects is actually from the cache
the caller claims. Doing so currently trips up some other debugging code. It
takes a lot to infer from that what was happening.

Reviewed-by: Glauber Costa <[email protected]>
Signed-off-by: Christoph Lameter <[email protected]>
[email protected]: Use pr_err() ]
Signed-off-by: Pekka Enberg <[email protected]>
mm/slub.c
This page took 0.047622 seconds and 4 git commands to generate.