[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.6.0-test5-mm1



OSDL's STP saw this problem, no tests ran on 2.6.0-test5-mm1

We've added this patch (PLM #2112) and are running tests now.
cliffw


> 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


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>