From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752906Ab1ASDNi (ORCPT ); Tue, 18 Jan 2011 22:13:38 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:47150 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751820Ab1ASDNh (ORCPT >); Tue, 18 Jan 2011 22:13:37 -0500 Date: Tue, 18 Jan 2011 22:12:40 -0500 From: Konrad Rzeszutek Wilk To: Stephen Rothwell Cc: Jeremy Fitzhardinge , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Subject: Re: linux-next: build failure in Linus' tree Message-ID: <20110119031240.GA22583@dumpdata.com> References: <20110115104004.64335bc5.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110115104004.64335bc5.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 15, 2011 at 10:40:04AM +1100, Stephen Rothwell wrote: > Hi all, > > While building Linus' tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: "arbitrary_virt_to_machine" [drivers/xen/xen-gntdev.ko] undefined! > > Caused by commit ba5d1012292403c8037adf4a54c4ec50dfe846c4 ("xen/gntdev: > stop using "token" argument"). > > I have applied this patch for today: Ok. Thanks for spotting that. I stuck it in my tree along with some other patches for rc1. > > From: Stephen Rothwell > Date: Sat, 15 Jan 2011 10:36:26 +1100 > Subject: [PATCH] xen: export arbitrary_virt_to_machine > > fixes build error: > > ERROR: "arbitrary_virt_to_machine" [drivers/xen/xen-gntdev.ko] undefined! > > Signed-off-by: Stephen Rothwell > --- > arch/x86/xen/mmu.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c > index 7575e55..5e92b61 100644 > --- a/arch/x86/xen/mmu.c > +++ b/arch/x86/xen/mmu.c > @@ -201,6 +201,7 @@ xmaddr_t arbitrary_virt_to_machine(void *vaddr) > offset = address & ~PAGE_MASK; > return XMADDR(((phys_addr_t)pte_mfn(*pte) << PAGE_SHIFT) + offset); > } > +EXPORT_SYMBOL_GPL(arbitrary_virt_to_machine); > > void make_lowmem_page_readonly(void *vaddr) > { > -- > 1.7.2.3 > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > http://www.canb.auug.org.au/~sfr/ > -- > To unsubscribe from this list: send the line "unsubscribe linux-next" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html