|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] pv_ops dom0 x86_32 PAE kernel buildlog of missing symbol
On Wed, 2008-12-10 at 22:07 +0100, Marc - A. Dahlhaus wrote:
> Hello,
>
> i did a quick compile of changeset 2225 today and got some missing
> symbol errors.
> It is on a x86_32 PAE system with up to date stable glibc, gcc and
> binutils releases.
> I attached the logs and config i used to build.
>
> Maybe it could be of some use...
Thanks, I think you are the first to try to build blkback modular.
ERROR: "alloc_empty_pages_and_pagevec" [drivers/xen/blkback/blkbk.ko]
undefined!
ERROR: "blk_put_queue" [drivers/xen/blkback/blkbk.ko] undefined!
ERROR: "free_empty_pages_and_pagevec" [drivers/xen/blkback/blkbk.ko] undefined!
ERROR: "blk_get_queue" [drivers/xen/blkback/blkbk.ko] undefined!
ERROR: "set_phys_to_machine" [drivers/xen/blkback/blkbk.ko] undefined!
The *_empty_pages_and_pagevec and set_phys_to_machine are probably fair
game for an EXPORT_SYMBOL_GPL. The two blk subsystem ones are
suspicious, the fact that they aren't already exported suggests there is
another API we should be using.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|