From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: linux-next: Tree for January 23 (kvm) Date: Wed, 28 Jan 2009 01:51:49 -0800 Message-ID: <20090128015149.791e10dd.akpm@linux-foundation.org> References: <20090123184826.f2c91472.sfr@canb.auug.org.au> <497A29D0.2010307@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:36860 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbZA1Jx5 (ORCPT ); Wed, 28 Jan 2009 04:53:57 -0500 In-Reply-To: <497A29D0.2010307@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , avi@redhat.com, Marcelo Tosatti , Alexander Graf On Fri, 23 Jan 2009 12:34:24 -0800 Randy Dunlap wrote: > Stephen Rothwell wrote: > > Hi all, > > > > News: I will be on leave next week, so there will probably be no > > linux-next release until Feb 2. > > > > Changes since 20090122: > > > kvm changes cause this build error on i386: > > when kvm is built as module: > ERROR: "__moddi3" [arch/x86/kvm/kvm.ko] undefined! > > or when kvm is built into the kernel image: > lapic.c:(.text+0x19276): undefined reference to `__moddi3' > > > I guess it's this line: > ns = ktime_to_ns(remaining) % apic->timer.period; > dammit, I just spent N minutes hunting down the same thing in the Jan 26 linux-next :(