From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 22 Jun 2006 20:31:23 -0700 From: Andrew Morton Subject: Re: [PATCH] mm: tracking shared dirty pages -v10 Message-Id: <20060622203123.affde061.akpm@osdl.org> In-Reply-To: <20060623031012.GA8395@ccure.user-mode-linux.org> References: <20060619175243.24655.76005.sendpatchset@lappy> <20060619175253.24655.96323.sendpatchset@lappy> <1151019590.15744.144.camel@lappy> <20060623031012.GA8395@ccure.user-mode-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Jeff Dike Cc: hpa@zytor.com, a.p.zijlstra@chello.nl, hugh@veritas.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, dhowells@redhat.com, christoph@lameter.com, mbligh@google.com, npiggin@suse.de, torvalds@osdl.org List-ID: On Thu, 22 Jun 2006 23:10:12 -0400 Jeff Dike wrote: > On Fri, Jun 23, 2006 at 01:39:49AM +0200, Peter Zijlstra wrote: > > (PS, 2.6.17-mm1 UML doesn't seem to boot) > > I don't get that far - it doesn't build for me. It dies in klibc thusly: > > gcc -Wp,-MD,usr/klibc/syscalls/.typesize.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/include -I/home/jdike/linux/2.6/test/linux-2.6.17/usr/include/arch/i386 -Iusr/include/arch/i386 -I/home/jdike/linux/2.6/test/linux-2.6.17/usr/include/bits32 -Iusr/include/bits32 -I/home/jdike/linux/2.6/test/linux-2.6.17/obj/usr/klibc/../include -I/home/jdike/linux/2.6/test/linux-2.6.17/usr/include -Iusr/include -I/home/jdike/linux/2.6/test/linux-2.6.17/include -I/home/jdike/linux/2.6/test/linux-2.6.17/include2 -Iinclude2 -I/home/jdike/linux/2.6/test/linux-2.6.17/include -Iinclude -I/home/jdike/linux/2.6/test/linux-2.6.17/include -D__KLIBC__=1 -D__KLIBC_MINOR__=4 -D_BITSIZE=32 -m32 -march=i386 -Os -g -fomit-frame-pointer -falign-functions=0 -falign-jumps=0 -falign-loops=0 -W -Wall -Wno-sign-compare -Wno-unused-parameter -c -o usr/klibc/syscalls/typesize.o usr/klibc/syscalls/typesize.c > usr/klibc/syscalls/typesize.c:1:23: error: syscommon.h: No such file or directory That's probably a parallel kbuild race. Type `make' again ;) -- 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: email@kvack.org