From: Eric Dumazet Date: Thu, 3 Sep 2009 14:08:06 +0000 (+0200) Subject: slub: fix slab_pad_check() X-Git-Tag: v2.6.32-rc1~695^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3d271deb0cc9c2fc47317d8e431046382939c9;p=pandora-kernel.git slub: fix slab_pad_check() When SLAB_POISON is used and slab_pad_check() finds an overwrite of the slab padding, we call restore_bytes() on the whole slab, not only on the padding. Acked-by: Christoph Lameer Reported-by: Zdenek Kabelac Signed-off-by: Eric Dumazet Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed