|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] possible grant table issue
--- xen-unstable.hg.ori/xen/common/grant_table.c 2005-07-01
10:36:08.000000000 -0400
+++ xen-unstable.hg/xen/common/grant_table.c 2005-07-15 13:31:43.000000000
-0400
@@ -901,6 +901,9 @@ gnttab_check_unmap(
for ( handle = 0; handle < lgt->maptrack_limit; handle++ )
{
+ if ( lgt->maptrack[handle].domid != rd->domain_id )
+ continue;
+
map = &lgt->maptrack[handle];
if ( ( map->ref_and_flags & MAPTRACK_GNTMAP_MASK ) &&
Signed-off-by: Stefan Berger
Signed-off-by: Christopher Clark
On 7/15/05, Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> wrote:
>
> On 15 Jul 2005, at 19:58, Christopher Clark wrote:
>
> > Hi Stefan
> >
> > Good catch. I vote apply.
> >
> > Christopher
>
> Can one of you post the patch to the list, and I'll pick it up.
>
> -- Keir
>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|