From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org
Cc: kay.sievers@vrfy.org, linux@eikelenboom.it
Subject: [GIT PULL] (xen) stable/for-linus-fixes-3.3 bug-fix for rc1.
Date: Tue, 17 Jan 2012 14:50:31 -0500 [thread overview]
Message-ID: <20120117195031.GA21666@phenom.dumpdata.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]
Hey Linus,
Please pull this branch, which has one fix:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-fixes-3.3
which is a fix to Kay Sievers global "convert sysdev_class -> device/subsystem" patchset
which inadvertly missed the proper subsystem in the balloon code. The negative effect
of his patch is that the xen tool stack can't now properly balloon the memory hence
we can't launch the guests.
The patch is based on 070680218379e15c1901f4bf21b98e3cbf12b527, which
was the "xen-balloon: convert sysdev_class to a regular subsystem"
Konrad Rzeszutek Wilk (1):
xen/balloon: Move the registration from device to subsystem.
drivers/xen/xen-balloon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
And the bug-fix:
Thanks!!
diff --git a/drivers/xen/xen-balloon.c b/drivers/xen/xen-balloon.c
index 3832e30..596e6a7 100644
--- a/drivers/xen/xen-balloon.c
+++ b/drivers/xen/xen-balloon.c
@@ -221,7 +221,7 @@ static int register_balloon(struct device *dev)
{
int i, error;
- error = bus_register(&balloon_subsys);
+ error = subsys_system_register(&balloon_subsys, NULL);
if (error)
return error;
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
reply other threads:[~2012-01-17 19:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20120117195031.GA21666@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=kay.sievers@vrfy.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@eikelenboom.it \
--cc=torvalds@linux-foundation.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox