All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Rambaldi <rambaldi@xs4all.nl>
Cc: linux-kernel <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@elte.hu>
Subject: Re: 2.6.27-rc5 xen balloon driver warnings
Date: Mon, 08 Sep 2008 09:54:49 -0700	[thread overview]
Message-ID: <48C558D9.9030006@goop.org> (raw)
In-Reply-To: <48C546B2.50108@xs4all.nl>

Rambaldi wrote:
> I used the complete patch, I had some compile warnings.

Well, the compile warning are bad news.  Just use the first hunk.

Ingo, could you send this up to Linus?  It's a subset of a patch you've
already got in your tree.

Thanks,
    J

Subject: xen-balloon: fix balloon sysfs name

Set the class so it doesn't clash with the normal memory class.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
===================================================================
--- a/drivers/xen/balloon.c
+++ b/drivers/xen/balloon.c
@@ -60,7 +60,7 @@
 
 #define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10))
 
-#define BALLOON_CLASS_NAME "memory"
+#define BALLOON_CLASS_NAME "xen_memory"
 
 struct balloon_stats {
 	/* We aim for 'current allocation' == 'target allocation'. */


  reply	other threads:[~2008-09-08 16:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-05  8:41 2.6.27-rc5 xen balloon driver warnings Rambaldi
2008-09-07 22:38 ` Jeremy Fitzhardinge
2008-09-08 15:37   ` Rambaldi
2008-09-08 16:54     ` Jeremy Fitzhardinge [this message]
2008-09-08 18:01       ` Ingo Molnar
2008-09-08 18:14         ` Jeremy Fitzhardinge
2008-09-08 18:21           ` Ingo Molnar
2008-09-08 17:59   ` Ingo Molnar
2008-09-08 18:13     ` Jeremy Fitzhardinge

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=48C558D9.9030006@goop.org \
    --to=jeremy@goop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=rambaldi@xs4all.nl \
    /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.