]> Git Repo - linux.git/commit
SLUB: change error reporting format to follow lockdep loosely
authorChristoph Lameter <[email protected]>
Tue, 17 Jul 2007 11:03:18 +0000 (04:03 -0700)
committerLinus Torvalds <[email protected]>
Tue, 17 Jul 2007 17:23:01 +0000 (10:23 -0700)
commit2492268472e7d326a6fe10f92f9211c4578f2482
tree5f668469190b96bc0db13f836d774ae73cf385ca
parent8e1f936b73150f5095448a0fee6d4f30a1f9001d
SLUB: change error reporting format to follow lockdep loosely

Changes the error reporting format to loosely follow lockdep.

If data corruption is detected then we generate the following lines:

============================================
BUG <slab-cache>: <problem>
--------------------------------------------

INFO: <more information> [possibly multiple times]

<object dump>

FIX <slab-cache>: <remedial action>

This also adds some more intelligence to the data corruption detection. Its
now capable of figuring out the start and end.

Add a comment on how to configure SLUB so that a production system may
continue to operate even though occasional slab corruption occur through
a misbehaving kernel component. See "Emergency operations" in
Documentation/vm/slub.txt.

[[email protected]: build fix]
Signed-off-by: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/vm/slub.txt
mm/slub.c
This page took 0.053153 seconds and 4 git commands to generate.