aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Lameter <[email protected]>2007-05-23 13:57:56 -0700
committerLinus Torvalds <[email protected]>2007-05-23 20:14:13 -0700
commit33e9e24101abac2bf3535d0d013d6d27d19197cb (patch)
tree04d4e3952331b66fef36efa0dc0612cd4f6385c9 /include/linux
parent418508c13222ddba475873ea95c8aeadd26104f2 (diff)
SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit)
The check for super sized slabs where we can no longer move the free pointer behind the object for debugging purposes etc is accessing a field that is not setup yet. We must use objsize here since the size of the slab has not been determined yet. The effect of this is that a global slab shrink via "slabinfo -s" will show errors about offsets being wrong if booted with slub_debug. Potentially there are other troubles with huge slabs under slub_debug because the calculated free pointer offset is truncated. Signed-off-by: Christoph Lameter <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions