WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] netback crash with xen3.0.3

On Mon, 2006-11-27 at 12:36 +0100, Jacob Gorm Hansen wrote:
> I am using rx-copy. The bug seems to stem from the first DPRINTK in
> netbk_check_gop, where gop may be used unitialized. Actually, gcc already 
> warns
> about this, and since most people will not have this printk, it is probably 
> harmless in real life.

>             if (copy_op->status != GNTST_okay) {
>                 DPRINTK("Bad status %d from copy to DOM%d.\n",
>                     gop->status, domid);

That looks to me like a straight typo: it should be printing the value
of 
copy_op->status not gop->status

Does a change as simple as this need a patch sending in or will someone
in Xensource pick it up from here?

Kieran


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>