commit | 8a3d271deb0cc9c2fc47317d8e431046382939c9 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Sep 03 16:08:06 2009 +0200 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Mon Sep 14 07:57:55 2009 +0300 |
tree | 0e6d53380e24bee70afb6102faa3fea8b762f0aa | |
parent | 5788d8ad6c113c589eeaaa48a173adbbe6b1cb3d [diff] |
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 <cl@linux-foundation.org> Reported-by: Zdenek Kabelac <zdenek.kabelac@gmail.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>