From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756320AbZBFNlU (ORCPT ); Fri, 6 Feb 2009 08:41:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753677AbZBFNlJ (ORCPT ); Fri, 6 Feb 2009 08:41:09 -0500 Received: from pfepb.post.tele.dk ([195.41.46.236]:55369 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753731AbZBFNlI (ORCPT ); Fri, 6 Feb 2009 08:41:08 -0500 Date: Fri, 6 Feb 2009 14:42:53 +0100 From: Sam Ravnborg To: KOSAKI Motohiro Cc: Jaswinder Singh Rajput , Ingo Molnar , Linus Torvalds , Andrew Morton , Russell King - ARM Linux , hskinnemoen@atmel.com, cooloney@kernel.org, tony.luck@intel.com, ralf@linux-mips.org, dhowells@redhat.com, matthew@wil.cx, chris@zankel.net, LKML , linux-next , linux-ia64 Subject: Re: [linux-next][PATCH] revert headers_check fix: ia64, fpu.h Message-ID: <20090206134253.GA9919@uranus.ravnborg.org> References: <1233385816.17794.16.camel@localhost.localdomain> <20090206164546.6291.KOSAKI.MOTOHIRO@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090206164546.6291.KOSAKI.MOTOHIRO@jp.fujitsu.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 06, 2009 at 05:19:00PM +0900, KOSAKI Motohiro wrote: > > diff --git a/arch/ia64/include/asm/fpu.h b/arch/ia64/include/asm/fpu.h > > index 3859558..b6395ad 100644 > > --- a/arch/ia64/include/asm/fpu.h > > +++ b/arch/ia64/include/asm/fpu.h > > @@ -6,7 +6,7 @@ > > * David Mosberger-Tang > > */ > > > > -#include > > +#include > > this change break ia64 build perfectly. > this patch seems don't tested at all. > > Ingo, I hope you ask patch author how to test posted patch ;-) Patch author test the patch by adding it to a git tree that hits -next. And this catched ths bug - so -next served its purpose. Sam