From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marc - A. Dahlhaus [ Administration | Westermann GmbH ]" Subject: Re: pv_ops dom0 x86_32 PAE kernel buildlog of missingsymbols... Date: Wed, 17 Dec 2008 17:32:06 +0100 Message-ID: <1229531526.7033.24.camel@marc> References: <49402FA9.80403@wol.de> <1228996810.19933.48.camel@zakaz.uk.xensource.com> <4941216C.76E4.0078.0@novell.com> <1229528947.7033.16.camel@marc> <1229529337.25701.106.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1229529337.25701.106.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Am Mittwoch, den 17.12.2008, 15:55 +0000 schrieb Ian Campbell: > On Wed, 2008-12-17 at 16:49 +0100, Marc - A. Dahlhaus [ Administration | > Westermann GmbH ] wrote: > > Hello Jan, > > hello Ian, > > > > > > i did another build today (c/s 2239) and can confirm that only the > > following two warnings are left: > > > > ERROR: "blk_put_queue" [drivers/xen/blkback/blkbk.ko] undefined! > > ERROR: "blk_get_queue" [drivers/xen/blkback/blkbk.ko] undefined! > > > > Should i give Jan's patch a try or is another patch to address this > > errors planed to be added to the patchset soon? > > I say just make these symbols EXPORT_SYMBOL_GPL or build blkback > statically for the time being. Used EXPORT_SYMBOL as remainder of exports in file used the same... Build went silently of course. > The exports were removed upstream because there was no in-tree module > users but if we are adding one then reverting that could be acceptable. > If that turns out to be unacceptable upstream then we could consider > Jan's patch. > > Ian. Thanks for the hint. Marc