From: Christopher Clark <christopher.w.clark@gmail.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com, Stefan Berger <stefanb@us.ibm.com>
Subject: Re: possible grant table issue
Date: Fri, 15 Jul 2005 12:26:53 -0700 [thread overview]
Message-ID: <eab08754050715122660f121f@mail.gmail.com> (raw)
In-Reply-To: <5e967a7367c95ba2ecbf918514a320e0@cl.cam.ac.uk>
--- 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@cl.cam.ac.uk> 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
>
>
prev parent reply other threads:[~2005-07-15 19:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-12 22:14 possible grant table issue Stefan Berger
2005-07-13 9:16 ` Christopher Clark
2005-07-15 18:23 ` Stefan Berger
2005-07-15 18:58 ` Christopher Clark
2005-07-15 19:17 ` Keir Fraser
2005-07-15 19:26 ` Christopher Clark [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=eab08754050715122660f121f@mail.gmail.com \
--to=christopher.w.clark@gmail.com \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=cwc22@cam.ac.uk \
--cc=stefanb@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.