All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: xen-devel@lists.xensource.com
Cc: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
Subject: Re: [Xen-changelog] Eliminate uninitialised variables warnings.
Date: Tue, 31 Jan 2006 09:53:38 -0600	[thread overview]
Message-ID: <43DF8802.2040402@us.ibm.com> (raw)
In-Reply-To: <E1F3tH6-0003uV-OW@xenbits.xensource.com>

Hi,

I saw 3.0.1 was tagged right before this changeset.  Can you make sure 
that 3.0.1 includes this changeset?  Without, Xen doesn't build at all 
on gcc 4.0.2 because of -Werror.

Regards,

Anthony Liguori

Xen patchbot -3.0-testing wrote:

># HG changeset patch
># User kaf24@firebug.cl.cam.ac.uk
># Node ID 3f835fa609bb5d41be0c41f0694b405247e496a6
># Parent  78d6d016ffc0e428f3782a9469a911a56fa53a23
>Eliminate uninitialised variables warnings.
>
>Signed-off-by: Leendert Van Doorn <leendert@watson.ibm.com>
>
>diff -r 78d6d016ffc0 -r 3f835fa609bb xen/include/xen/domain_page.h
>--- a/xen/include/xen/domain_page.h	Tue Jan 31 00:04:13 2006
>+++ b/xen/include/xen/domain_page.h	Tue Jan 31 09:54:40 2006
>@@ -48,6 +48,8 @@
> {
>     ASSERT(cache != NULL);
>     cache->flags = 0;
>+    cache->pfn = 0;
>+    cache->va = NULL;
> }
> 
> static inline void *
>
>_______________________________________________
>Xen-changelog mailing list
>Xen-changelog@lists.xensource.com
>http://lists.xensource.com/xen-changelog
>
>  
>

           reply	other threads:[~2006-01-31 15:53 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <E1F3tH6-0003uV-OW@xenbits.xensource.com>]

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=43DF8802.2040402@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=m+Ian.Pratt@cl.cam.ac.uk \
    --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.