From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [Xen-devel] BUG: ARM build failures due to Xen Date: Fri, 9 Nov 2012 07:50:33 -0500 Message-ID: <20121109125033.GA30634@phenom.dumpdata.com> References: <20121106175749.GO28327@n2100.arm.linux.org.uk> <201211081745.06518.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <201211081745.06518.arnd@arndb.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Arnd Bergmann Cc: "xen-devel@lists.xensource.com" , Russell King - ARM Linux , Ian Campbell , Stefano Stabellini , "arm@kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: xen-devel@lists.xenproject.org On Thu, Nov 08, 2012 at 05:45:06PM +0000, Arnd Bergmann wrote: > On Thursday 08 November 2012, Stefano Stabellini wrote: > > From: Konrad Rzeszutek Wilk > > > > xen/arm: Fix compile errors when drivers are compiled as modules. > > > > We end up with: > > > > ERROR: "HYPERVISOR_event_channel_op" [drivers/xen/xen-gntdev.ko] undefined! > > ERROR: "privcmd_call" [drivers/xen/xen-privcmd.ko] undefined! > > ERROR: "HYPERVISOR_grant_table_op" [drivers/net/xen-netback/xen-netback.ko] undefined! > > > > and this patch exports said function (which is implemented in hypercall.S). > > > > Signed-off-by: Konrad Rzeszutek Wilk > > Signed-off-by: Stefano Stabellini > > > > Acked-by: Arnd Bergmann > > I guess it's best to merge that through the Xen tree. applied.