From: Andrew Morton Cc: "Randy.Dunlap" Cc: Christoph Lameter Signed-off-by: Andrew Morton --- Documentation/kernel-parameters.txt | 2 +- vm/slub.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/kernel-parameters.txt~slub-more-documentation-fix Documentation/kernel-parameters.txt --- a/Documentation/kernel-parameters.txt~slub-more-documentation-fix +++ a/Documentation/kernel-parameters.txt @@ -1614,7 +1614,7 @@ and is between 256 and 4096 characters. slram= [HW,MTD] slub_debug [MM, SLUB] - Enabling slub_debug allows to determine the culprit + Enabling slub_debug allows one to determine the culprit if slab objects become corrupted. Enabling slub_debug creates guard zones around objects and poisons objects when not in use. Also tracks the last alloc / free. diff -puN Documentation/vm/slub.txt~slub-more-documentation-fix Documentation/vm/slub.txt _