All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Andres Lagar-Cavilla <andres@lagarcavilla.org>
Cc: ian.jackson@citrix.com, andres@gridcentric.ca,
	xen-devel@lists.xensource.com, tim@xen.org, adin@gridcentric.ca
Subject: Re: [PATCH 3 of 3] Teach xenpaging to use the new and non-racy xc_mem_paging_load
Date: Thu, 1 Dec 2011 19:00:59 +0100	[thread overview]
Message-ID: <20111201180059.GA15876@aepfle.de> (raw)
In-Reply-To: <90ded86b0a30c34e1644.1322760074@xdev.gridcentric.ca>

On Thu, Dec 01, Andres Lagar-Cavilla wrote:

> Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
 
Acked-by: Olaf Hering <olaf@aepfle.de>

> diff -r e71f880c0518 -r 90ded86b0a30 tools/xenpaging/xenpaging.c
> --- a/tools/xenpaging/xenpaging.c
> +++ b/tools/xenpaging/xenpaging.c
> @@ -45,6 +45,7 @@ static char *dom_path;
>  static char watch_token[16];
>  static char *filename;
>  static int interrupted;
> +static void *paging_buffer = NULL;

Globals need no assignment.

Olaf

  parent reply	other threads:[~2011-12-01 18:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-01 17:21 [PATCH 0 of 3] Resend: correctness race when paging-in Andres Lagar-Cavilla
2011-12-01 17:21 ` [PATCH 1 of 3] After preparing a page for page-in, allow immediate fill-in of the page contents Andres Lagar-Cavilla
2011-12-01 17:39   ` Tim Deegan
2011-12-01 17:21 ` [PATCH 2 of 3] Tools: Libxc wrappers to automatically fill in page oud page contents on prepare Andres Lagar-Cavilla
2011-12-01 17:23   ` Ian Jackson
2011-12-01 17:21 ` [PATCH 3 of 3] Teach xenpaging to use the new and non-racy xc_mem_paging_load Andres Lagar-Cavilla
2011-12-01 17:24   ` Ian Jackson
2011-12-01 18:00   ` Olaf Hering [this message]
2011-12-01 18:21 ` [PATCH 0 of 3] Resend: correctness race when paging-in Tim Deegan

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=20111201180059.GA15876@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=adin@gridcentric.ca \
    --cc=andres@gridcentric.ca \
    --cc=andres@lagarcavilla.org \
    --cc=ian.jackson@citrix.com \
    --cc=tim@xen.org \
    --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.