Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756853AbXFGGvg (ORCPT ); Thu, 7 Jun 2007 02:51:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752103AbXFGGva (ORCPT ); Thu, 7 Jun 2007 02:51:30 -0400 Received: from wr-out-0506.google.com ([64.233.184.229]:44731 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752015AbXFGGv3 (ORCPT ); Thu, 7 Jun 2007 02:51:29 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=bwZVrYe68QWRopDeaMC0gjqDJ2Je4PeiSTuIxIvGwYrJTDtreg7zqSyWdDGlfCb58VkH5szkr54Xw1W+e+W99MqWb5CooJCi+2bq8l9Y6/f49083QI+KL3HST+80SqDrfu03KMNRqtK6hACbBJqxi0Fh928RhMg9UB8amz2ZY0k= Date: Thu, 7 Jun 2007 14:51:58 +0800 From: WANG Cong To: Matt Mackall Cc: Andrew Morton , linux-kernel@vger.kernel.org, Rusty Russell Subject: Re: 2.6.22-rc4-mm1 Message-ID: <20070607065158.GA1996@localhost.localdomain> Reply-To: WANG Cong References: <20070606020737.4663d686.akpm@linux-foundation.org> <20070606161936.GA8952@localhost.localdomain> <20070606110931.fda845de.akpm@linux-foundation.org> <20070607022608.GA2416@localhost.localdomain> <20070607055912.GX11166@waste.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070607055912.GX11166@waste.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2595 Lines: 59 On Thu, Jun 07, 2007 at 12:59:13AM -0500, Matt Mackall wrote: >On Thu, Jun 07, 2007 at 10:26:09AM +0800, WANG Cong wrote: >> On Wed, Jun 06, 2007 at 11:09:31AM -0700, Andrew Morton wrote: >> >On Thu, 7 Jun 2007 00:19:36 +0800 WANG Cong wrote: >> > >> >> On Wed, Jun 06, 2007 at 02:07:37AM -0700, Andrew Morton wrote: >> >> > >> >> >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ >> >> > >> >> >- Somebody broke it on my powerpc G5, but I didn't have time to do yet >> >> > another bisection yet. >> >> > >> >> >> >> It seems strange that a new C source file (mlguest.c) appears in the top dir of the >> >> kernel source. There are some problems with it. >> >> >> >> First, I used `make mlguest.o` to compile that file, but I got tons of warnings and errors. >> >> (Too many to put here.) What's wrong with it? Or I didn't compile/configure it correctly? >> >> >> >> Second, mlguest.c #includes a head file named "../../include/linux/lguest_launcher.h". >> >> Since mlguest.c is in the top dir, so where is ../../include/linux/lguest_launcher.h? >> >> >> > >> >Confused. I've grepped the entire universe here for "mlguest" and came up >> >with nothing. >> > >> >I don't have a clue where that file came from on your system. >> >> >> I used 'ketchup' to update my kernel from -rc3 to -rc4-mm1. I got the follow: >> >> [wangcong@localhost linux-2.6.22-rc4-mm1]$ ls >> arch Documentation ipc Makefile README System.map >> block drivers Kbuild mlguest.c REPORTING-BUGS usr >> COPYING fs kernel mm scripts vmlinux >> CREDITS include lib Module.symvers security >> crypto init MAINTAINERS net sound >> >> Maybe there's something wrong with ketchup. ;( > >Can you do an 'lsdiff | grep lguest' on the patch in your ~/.ketchup directory? > >Ketchup simply applies patches, it never touches filenames directly. >So for something to go wrong here and drop a file in the tree with a >damaged pathname, you've either got a damaged patch, a bug in patch >itself, or some form of filesystem corruption. Thanks for your point. It should be Documentation/lguest/lguest.c, maybe it was corrupted and ketchup backuped it as mlguest.c. Sorry for this. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/