Re: 2.6.0-test5-mm1

From: Joshua Kwan
Date: Tue Sep 09 2003 - 02:03:15 EST


On Mon, Sep 08, 2003 at 11:50:28PM -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test5/2.6.0-test5-mm1/

Needs the following patch to compile:

--- mm/slab.c~ 2003-09-08 23:58:31.000000000 -0700
+++ mm/slab.c 2003-09-08 23:58:33.000000000 -0700
@@ -2794,11 +2794,13 @@
} else {
kernel_map_pages(virt_to_page(objp), c->objsize/PAGE_SIZE, 1);

+#if DEBUG
if (c->flags & SLAB_RED_ZONE)
printk("redzone: 0x%lx/0x%lx.\n", *dbg_redzone1(c, objp), *dbg_redzone2(c, objp));

if (c->flags & SLAB_STORE_USER)
printk("Last user: %p.\n", *dbg_userword(c, objp));
+#endif
}
spin_unlock_irqrestore(&c->spinlock, flags);

--
Joshua Kwan

Attachment: pgp00001.pgp
Description: PGP signature