From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [GIT PULL] (xen) pm-bug-fixes for 2.6.32 Date: Mon, 21 Mar 2011 16:20:51 +0000 Message-ID: <4D877AE3.5070202@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "rshriram@cs.ubc.ca" Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 03/21/2011 03:13 AM, Shriram Rajagopalan wrote: > Hi Jeremy, > > Can you please pull > > git://athos.nss.cs.ubc.ca/linux-2.6-pvops.git > xen/pm-bug-fix > > #xen/pm-bug-fix is based off xen/next-2.6.32, > commit ea954f6ff4ff5c15c9e2120e86335f6d6490ae0f > "Merge commit 'konrad-xen/for-2.6.32/bug-fixes~1' into xen/next-2.6.32" > > All patches in this branch have been merged into upstream kernel. Are they marked to go into the stable/longterm tree, or are we just going to maintain them separately? J > > The diffstat: > > drivers/xen/manage.c | 16 ++++++++-------- > drivers/xen/xenbus/xenbus_probe.c | 12 ++++++++++-- > drivers/xen/xenbus/xenbus_probe.h | 3 ++- > drivers/xen/xenbus/xenbus_probe_frontend.c | 26 > ++++++++++++++++---------- > include/xen/xenbus.h | 2 +- > 5 files changed, 37 insertions(+), 22 deletions(-) > > Kazuhiro SUZUKI (1): > xen: xenbus PM events support > > Shriram Rajagopalan (1): > xen: use freeze/restore/thaw PM events for suspend/resume/chkpt > > shriram