From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Clark Subject: Re: possible grant table issue Date: Fri, 15 Jul 2005 12:26:53 -0700 Message-ID: References: <5e967a7367c95ba2ecbf918514a320e0@cl.cam.ac.uk> Reply-To: cwc22@cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <5e967a7367c95ba2ecbf918514a320e0@cl.cam.ac.uk> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com, Stefan Berger List-Id: xen-devel@lists.xenproject.org --- xen-unstable.hg.ori/xen/common/grant_table.c=092005-07-01 10:36:08.000000000 -0400 +++ xen-unstable.hg/xen/common/grant_table.c=092005-07-15 13:31:43.00000000= 0 -0400 @@ -901,6 +901,9 @@ gnttab_check_unmap( =20 for ( handle =3D 0; handle < lgt->maptrack_limit; handle++ ) { + if ( lgt->maptrack[handle].domid !=3D rd->domain_id ) + continue; + =20 map =3D &lgt->maptrack[handle]; =20 if ( ( map->ref_and_flags & MAPTRACK_GNTMAP_MASK ) && Signed-off-by: Stefan Berger Signed-off-by: Christopher Clark On 7/15/05, Keir Fraser wrote: >=20 > On 15 Jul 2005, at 19:58, Christopher Clark wrote: >=20 > > Hi Stefan > > > > Good catch. I vote apply. > > > > Christopher >=20 > Can one of you post the patch to the list, and I'll pick it up. >=20 > -- Keir >=20 >