Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756872AbYBKKDr (ORCPT ); Mon, 11 Feb 2008 05:03:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753506AbYBKKDh (ORCPT ); Mon, 11 Feb 2008 05:03:37 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:55059 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752158AbYBKKDg (ORCPT ); Mon, 11 Feb 2008 05:03:36 -0500 Date: Mon, 11 Feb 2008 10:02:49 +0000 From: Russell King To: Boaz Harrosh Cc: James Bottomley , Andrew Morton , Adrian Bunk , FUJITA Tomonori , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: scsi/arm/fas216.c compile error Message-ID: <20080211100249.GA10520@flint.arm.linux.org.uk> References: <20080209000413.GE6505@cs181133002.pp.htv.fi> <47AEF6FD.8080801@panasas.com> <20080210135851.GB25703@flint.arm.linux.org.uk> <1202653224.3136.20.camel@localhost.localdomain> <20080210220200.GA26654@flint.arm.linux.org.uk> <1202683456.3136.77.camel@localhost.localdomain> <47B019CD.3060502@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47B019CD.3060502@panasas.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 Content-Length: 1697 Lines: 34 On Mon, Feb 11, 2008 at 11:47:57AM +0200, Boaz Harrosh wrote: > On Mon, Feb 11 2008 at 0:44 +0200, James Bottomley wrote: > Andrew this patch was in -mm for two month or so. I was under the impression > that you have an arm cross compiler that tries to build every -mm kernel. > Is it possible that for some reason this portion did not get compiled? > Is there a place that one can inspect the output of -mm compilations, Specially > for cross compiled ARCHs? Having a patch sit in -mm for ARM doesn't mean a lot since there's no guarantee that it'll get built, and that is because the ARM architecture is very diverse; it's not possible to build a single kernel to support everything. So, when akpm builds a kernel for ARM, it's normally centered around one particular ARM defconfig (maybe with allyconfig or allmodconfig afterwards) but even that won't build all ARM specific code. This is why we now have kautobuild - http://armlinux.simtec.co.uk/kautobuild/ That's the only way we can get decent compilation coverage. That system isn't publically accessible (it's not even accessible to me) and it only builds the mainline kernels. Adding -mm to it might be possible, but as I understand the situation, even though it uses things like ccache, it can take about 10 or so hours to complete a set of builds. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: -- 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/