* problem of build and install blktap2 module
@ 2010-01-07 12:05 fanliang
2010-01-07 12:37 ` Pasi Kärkkäinen
0 siblings, 1 reply; 4+ messages in thread
From: fanliang @ 2010-01-07 12:05 UTC (permalink / raw)
To: xen-devel; +Cc: cqj
[-- Attachment #1.1: Type: text/plain, Size: 606 bytes --]
Hi,all:
I got warning messages as this : WARNING: "xen_multi_update_va_mapping"
[drivers/xen/blktap2/blktap.ko] undefined! when I tried to build the
blktap2 module. I can see that in linux-2.6.27 lots of changes in file
arch/i386/mm/hypervisor.c, but "xen_multi_update_va_mapping " is not used in
the blktap2 module. I don't know why this warning appeared. Can any body
help me?
And if I insert the module blktap.ko that I build out, the system told
me "insmod: error inserting 'blktap.ko': -1 Unknown symbol in module
" . It made me creazy . Kind if you can give me any suggestion.
Thanks,
Lyman
[-- Attachment #1.2: Type: text/html, Size: 1226 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: problem of build and install blktap2 module
2010-01-07 12:05 problem of build and install blktap2 module fanliang
@ 2010-01-07 12:37 ` Pasi Kärkkäinen
[not found] ` <001f01ca8f97$b149d500$e538a60a@china.huawei.com>
0 siblings, 1 reply; 4+ messages in thread
From: Pasi Kärkkäinen @ 2010-01-07 12:37 UTC (permalink / raw)
To: fanliang; +Cc: cqj, xen-devel
On Thu, Jan 07, 2010 at 08:05:02PM +0800, fanliang wrote:
> Hi,all:
> I got warning messages as this : WARNING: "xen_multi_update_va_mapping"
> [drivers/xen/blktap2/blktap.ko] undefined! when I tried to build the
> blktap2 module. I can see that in linux-2.6.27 lots of changes in file
> arch/i386/mm/hypervisor.c, but "xen_multi_update_va_mapping " is not used
> in the blktap2 module. I don't know why this warning appeared. Can any
> body help me?
> And if I insert the module blktap.ko that I build out, the system told
> me "insmod: error inserting 'blktap.ko': -1 Unknown symbol in module
> " . It made me creazy . Kind if you can give me any suggestion.
>
What kernel exactly are you using?
-- Pasi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ??????: problem of build and install blktap2 module
[not found] ` <001f01ca8f97$b149d500$e538a60a@china.huawei.com>
@ 2010-01-07 12:50 ` Pasi Kärkkäinen
2010-01-09 5:18 ` 答复: ??????: [Xen-devel] " fanliang
0 siblings, 1 reply; 4+ messages in thread
From: Pasi Kärkkäinen @ 2010-01-07 12:50 UTC (permalink / raw)
To: fanliang; +Cc: cqj, xen-devel
On Thu, Jan 07, 2010 at 08:48:20PM +0800, fanliang wrote:
>
> Thanks, Pasi.
> I used kernel-2.6.27 of SUSE11. And blkback was build successfully and blkbk.ko can be insert as a module. It was strange for blktap2 . I don't know what should I do now, but my target is to backport blktap2 to suse11.
> Any suggestion?
>
You might want to take a look at XCP or XCI dom0 kernels.
They're based on SLES11 2.6.27, and they both have blktap2 already
backported.
http://wiki.xensource.com/xenwiki/XenDom0Kernels
-- Pasi
> Thanks again,
> Lyman
>
>
> -----????????????-----
> ?????????: Pasi Kärkkäinen [mailto:pasik@iki.fi]
> ????????????: 2010???1???7??? 20:38
> ?????????: fanliang
> ??????: xen-devel@lists.xensource.com; cqj@huawei.com
> ??????: Re: [Xen-devel] problem of build and install blktap2 module
>
> On Thu, Jan 07, 2010 at 08:05:02PM +0800, fanliang wrote:
> > Hi,all:
> > I got warning messages as this : WARNING: "xen_multi_update_va_mapping"
> > [drivers/xen/blktap2/blktap.ko] undefined! when I tried to build the
> > blktap2 module. I can see that in linux-2.6.27 lots of changes in file
> > arch/i386/mm/hypervisor.c, but "xen_multi_update_va_mapping " is not used
> > in the blktap2 module. I don't know why this warning appeared. Can any
> > body help me?
> > And if I insert the module blktap.ko that I build out, the system told
> > me "insmod: error inserting 'blktap.ko': -1 Unknown symbol in module
> > " . It made me creazy . Kind if you can give me any suggestion.
> >
>
> What kernel exactly are you using?
>
> -- Pasi
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* 答复: ??????: [Xen-devel] problem of build and install blktap2 module
2010-01-07 12:50 ` ??????: " Pasi Kärkkäinen
@ 2010-01-09 5:18 ` fanliang
0 siblings, 0 replies; 4+ messages in thread
From: fanliang @ 2010-01-09 5:18 UTC (permalink / raw)
To: 'Pasi Kärkkäinen'; +Cc: cqj, xen-devel
Thanks for the reply! My blktap2source codes came from XCP dom0 kernel. I still got the message:WARNING: "xen_multi_update_va_mapping"
[drivers/xen/blktap2/blktap.ko] undefined!
-----邮件原件-----
发件人: Pasi Kärkkäinen [mailto:pasik@iki.fi]
发送时间: 2010年1月7日 20:51
收件人: fanliang
抄送: cqj@huawei.com; xen-devel@lists.xensource.com
主题: Re: ??????: [Xen-devel] problem of build and install blktap2 module
On Thu, Jan 07, 2010 at 08:48:20PM +0800, fanliang wrote:
>
> Thanks, Pasi.
> I used kernel-2.6.27 of SUSE11. And blkback was build successfully and blkbk.ko can be insert as a module. It was strange for blktap2 . I don't know what should I do now, but my target is to backport blktap2 to suse11.
> Any suggestion?
>
You might want to take a look at XCP or XCI dom0 kernels.
They're based on SLES11 2.6.27, and they both have blktap2 already backported.
http://wiki.xensource.com/xenwiki/XenDom0Kernels
-- Pasi
> Thanks again,
> Lyman
>
>
> -----????????????-----
> ?????????: Pasi Kärkkäinen [mailto:pasik@iki.fi]
> ????????????: 2010???1???7??? 20:38
> ?????????: fanliang
> ??????: xen-devel@lists.xensource.com; cqj@huawei.com
> ??????: Re: [Xen-devel] problem of build and install blktap2 module
>
> On Thu, Jan 07, 2010 at 08:05:02PM +0800, fanliang wrote:
> > Hi,all:
> > I got warning messages as this : WARNING: "xen_multi_update_va_mapping"
> > [drivers/xen/blktap2/blktap.ko] undefined! when I tried to build the
> > blktap2 module. I can see that in linux-2.6.27 lots of changes in file
> > arch/i386/mm/hypervisor.c, but "xen_multi_update_va_mapping " is not used
> > in the blktap2 module. I don't know why this warning appeared. Can any
> > body help me?
> > And if I insert the module blktap.ko that I build out, the system told
> > me "insmod: error inserting 'blktap.ko': -1 Unknown symbol in module
> > " . It made me creazy . Kind if you can give me any suggestion.
> >
>
> What kernel exactly are you using?
>
> -- Pasi
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-01-09 5:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 12:05 problem of build and install blktap2 module fanliang
2010-01-07 12:37 ` Pasi Kärkkäinen
[not found] ` <001f01ca8f97$b149d500$e538a60a@china.huawei.com>
2010-01-07 12:50 ` ??????: " Pasi Kärkkäinen
2010-01-09 5:18 ` 答复: ??????: [Xen-devel] " fanliang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.