From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Ian Campbell <Ian.Campbell@eu.citrix.com>
Cc: "rshriram@cs.ubc.ca" <rshriram@cs.ubc.ca>,
Jeremy Fitzhardinge <jeremy@goop.org>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Daniel De Graaf <dgdegra@tycho.nsa.gov>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: Re: Re: 2.6.39 merge window (git pulls and what is planned to go in)
Date: Tue, 15 Mar 2011 18:16:10 -0400 [thread overview]
Message-ID: <20110315221610.GA10785@dumpdata.com> (raw)
In-Reply-To: <1300222727.15812.13.camel@localhost.localdomain>
> > > 4/5 needs to be upstream (via Rafael) first though, doesn't it? That's
Yes...
> > > the keystone here, the rest appears to fall out nicely once that has
> > > gone in.
> > >
> > err, that was not the plan (though what you suggested would also work).
> > Look at thread
> > "Q: Clarification about extra option.."
> > http://lists.xensource.com/archives/html/xen-devel/2011-03/msg00267.html
> >
> > The plan was that I would create a new tree by merging Rafael and
> > Stefano's trees. And then rebase my patches on this new tree, send out to
> > the list for review. Konrad meanwhile would pull this new tree+patches into his
So whatever I was hitting earlier on is gone (it also helps when I updated
my tools)
I took your tree, stuck it on top of my #linux-next and Stefano's #linux-next
and ran it with 'xm' (4.0) and 'xl' (4.1).
The 'xm save -c' and/or 'xm save' worked just great. The ping kept on going happily
doing these 'xm save -c'.
The 'xl save -c' on the other hand, failed on me. I don't know what the failure is
but I see this state in the guest:
test 8 1024 4 ---ss- 5.3
I should update my xen-uinstable tree just to make sure I am not missing something
obvious.
> > tree and push it after Rafael & Stefano's trees have gone in.
>
> If Rafael is happy with that plan then fine, but I didn't see him ack it
> in that thread (AFAICT he only acked the concept of what the patch would
> do). Either way someone still needs to follow up with him to get an Ack
> on the 4/5 patch since it is to the PM core, if he's subsequently also
Yup. Please do ping him for his ACK. He needs to OK
PM: Add visible HIBERNATION_INTERFACE and hide HIBERNATION
patch. Which btw, I looked in a kernel built before your patch
and had /sys/power/state contain "mem disk" (good). With your patch
and with
CONFIG_HIBERNATION=y
# CONFIG_HIBERNATION_INTERFACE is not set
the /sys/power/state contained only "mem". Which is expected and
what the patch is suppose to do.
But what surprising is that I still had the /sys/power/disk attribute?
Also I saw this during compile:
/home/konrad/ssd/linux/kernel/power/hibernate.c:556: warning: ‘power_down’ defined but not used
/home/konrad/ssd/linux/kernel/power/user.c:68: warning: ‘snapshot_open’ defined but not used
/home/konrad/ssd/linux/kernel/power/user.c:128: warning: ‘snapshot_release’ defined but not used
/home/konrad/ssd/linux/kernel/power/user.c:149: warning: ‘snapshot_read’ defined but not used
/home/konrad/ssd/linux/kernel/power/user.c:182: warning: ‘snapshot_write’ defined but not used
/home/konrad/ssd/linux/kernel/power/user.c:220: warning: ‘snapshot_ioctl’ defined but not used
Which you should address (you could send a follow-up patch for it).
Hadn't tried to compile this under i386 so no idea if there are any
warnings there either.
> ok with taking it through a tree other than his own then great.
I stuck it in #linux-next-kitchensink
Will re-organize it appropiately soon.
>
> Ian.
next prev parent reply other threads:[~2011-03-15 22:16 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-10 19:29 2.6.39 merge window (git pulls and what is planned to go in) Konrad Rzeszutek Wilk
2011-03-11 1:26 ` Jeremy Fitzhardinge
2011-03-11 9:11 ` Ian Campbell
2011-03-11 14:21 ` Konrad Rzeszutek Wilk
2011-03-15 15:12 ` Ian Campbell
2011-03-15 16:53 ` Shriram Rajagopalan
2011-03-15 19:52 ` Ian Campbell
2011-03-15 20:12 ` Shriram Rajagopalan
2011-03-15 20:58 ` Ian Campbell
2011-03-15 22:16 ` Konrad Rzeszutek Wilk [this message]
2011-03-16 9:40 ` Ian Campbell
2011-03-16 14:29 ` Konrad Rzeszutek Wilk
2011-03-16 14:38 ` Ian Campbell
2011-03-16 15:28 ` Shriram Rajagopalan
2011-03-16 15:58 ` Konrad Rzeszutek Wilk
2011-03-16 16:08 ` Ian Campbell
2011-03-16 16:21 ` Konrad Rzeszutek Wilk
2011-03-16 16:24 ` Ian Campbell
2011-03-16 17:12 ` Shriram Rajagopalan
2011-03-18 13:59 ` Re: 2.6.39 merge window - git pulls and what went in Konrad Rzeszutek Wilk
2011-03-18 14:36 ` Stephan Seitz
2011-03-18 14:39 ` Stefano Stabellini
2011-03-16 15:23 ` Re: 2.6.39 merge window (git pulls and what is planned to go in) Shriram Rajagopalan
2011-03-16 16:15 ` Ian Campbell
2011-03-11 11:00 ` Stefano Stabellini
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=20110315221610.GA10785@dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=Ian.Campbell@eu.citrix.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=dgdegra@tycho.nsa.gov \
--cc=jeremy@goop.org \
--cc=rshriram@cs.ubc.ca \
--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.