Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750972Ab1EXEK7 (ORCPT ); Tue, 24 May 2011 00:10:59 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:64253 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749Ab1EXEK5 (ORCPT ); Tue, 24 May 2011 00:10:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=XT/Y5J2EI7qOZTYXFzdoxn6bLuQZ7WhNP60qiuhUQvy55xzc0TGvKjjli/jLVxlS/O 3m4pvvtIpNu0Ix+IzCvGNZyrf02A5H90ri8iDxQnVMMjSgYQFtF+M+5fBHjTj92grg87 cR9Iz+egsY/uPlb0Hd7AD58LDAnAgo4b+a+WE= MIME-Version: 1.0 In-Reply-To: References: <20110520161816.dda6f1fd.sfr@canb.auug.org.au> From: Mike Frysinger Date: Tue, 24 May 2011 00:10:35 -0400 Message-ID: Subject: Re: linux-next: build failure after merge of the final tree To: Linus Torvalds Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , netdev@vger.kernel.org, Andrew Morton , Mel Gorman , linux-mm@kvack.org, Alexander Viro , linux-fsdevel@vger.kernel.org, "Paul E. McKenney" , Dipankar Sarma Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1092 Lines: 28 On Tue, May 24, 2011 at 00:01, Linus Torvalds wrote: > On Mon, May 23, 2011 at 7:06 PM, Mike Frysinger wrote: >> >> more failures: > > Is this blackfin or something? let's go with "something" ... > I did an allyesconfig with a special x86 patch that should have caught > everything that didn't have the proper prefetch.h include, but non-x86 > drivers would have passed that. the isp1362-hcd failure probably is before your 268bb0ce3e87872cb9290c322b0d35bce230d88f. i think i was reading a log that is a few days old (ive been traveling and am playing catch up atm). i'll refresh and see what's what still. the common musb code only allows it to be built if the arch glue is available, and there is no x86 glue. so an allyesconfig on x86 wouldnt have picked up the failure. it'll bomb though for any target which does have the glue. -mike -- 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/