Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932880Ab0FDXCN (ORCPT ); Fri, 4 Jun 2010 19:02:13 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:59828 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932666Ab0FDXCL (ORCPT ); Fri, 4 Jun 2010 19:02:11 -0400 Date: Fri, 4 Jun 2010 15:57:13 -0700 (PDT) From: Linus Torvalds To: "Luck, Tony" cc: Rusty Russell , Dave Young , Stephen Rothwell , "linux-next@vger.kernel.org" , LKML Subject: RE: linux-next: Tree for June 3 In-Reply-To: <987664A83D2D224EAE907B061CE93D530114C3DE4D@orsmsx505.amr.corp.intel.com> Message-ID: References: <20100603134753.710a64b3.sfr@canb.auug.org.au> <201006032222.57411.rusty@rustcorp.com.au> <987664A83D2D224EAE907B061CE93D530114C3DC47@orsmsx505.amr.corp.intel.com> <987664A83D2D224EAE907B061CE93D530114C3DE4D@orsmsx505.amr.corp.intel.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 22 On Fri, 4 Jun 2010, Luck, Tony wrote: > > It gets rid of the oops. So that's good. Something is still > hokey in linux-next land though because no modules get loaded. > So no ehci/uhci available :-( So maybe the error (the one that caused us to exit and caused the oops due to the wrong return value) is the one that now causes it to not load. I note that ia64 has a pretty big/complex module_frob_arch_sections(). Many architectures (like x86) has a trivial one ("return 0;"), and there might be some ordering differences in the setup that only matter with architectures that do odd things there.. Linus -- 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/