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: Wed, 16 Mar 2011 11:58:41 -0400 [thread overview]
Message-ID: <20110316155841.GA18081@dumpdata.com> (raw)
In-Reply-To: <1300286299.13026.41.camel@zakaz.uk.xensource.com>
> > 2/5 depends on Rafael tree so will have to wait until that gets merged in.
> > But we can definitly push those two (1/5 and 2/5) right when Rafael's tree
> > has been merged.
>
> Does it? Why?
>
> If it's just the minor conflict in arch/x86/xen/Kconfig I say throw it
> in and let it get resolved at merge time.
I get this rejection:
konrad@phenom:~/work/linux$ cat drivers/xen/xenbus/xenbus_probe_frontend.c.rej
--- drivers/xen/xenbus/xenbus_probe_frontend.c
+++ drivers/xen/xenbus/xenbus_probe_frontend.c
@@ -86,9 +86,11 @@
};
static const struct dev_pm_ops xenbus_pm_ops = {
- .suspend = xenbus_dev_suspend,
- .resume = xenbus_dev_resume,
- .thaw = xenbus_dev_cancel,
+ .suspend = xenbus_dev_suspend,
+ .resume = xenbus_dev_resume,
+ .freeze = xenbus_dev_suspend,
+ .thaw = xenbus_dev_cancel,
+ .restore = xenbus_dev_resume,
};
static struct xen_bus_type xenbus_frontend = {
Which we could just omit this, but later we would still have to come up
with another patch to make up for this (I think, haven't loked in detail at
'restore' codepath in the PM core).
next prev parent reply other threads:[~2011-03-16 15:58 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
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 [this message]
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=20110316155841.GA18081@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.