Cc: Zdenek Kabelac <zdenek.kabelac@...>, Ingo Molnar <mingo@...>, Jiri Slaby <jirislaby@...>, Rafael J. Wysocki <rjw@...>, <paulmck@...>, David Miller <davem@...>, Linux Kernel Mailing List <linux-kernel@...>, Andrew Morton <akpm@...>, <linux-ext4@...>, <herbert@...>, Christoph Lameter <clameter@...>
On Wed, Apr 23, 2008 at 6:53 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
Is the POISON_FREE ("6b") region really contiguous Zdenek? The problem
here is that the object looks to be 29104 bytes that is subject to
kmalloc_large() which by-passes SLUB poisoning completely.
Pekka