* [GIT PULL] Add bind_interdomain_evtchn_to_irqhandler (needed for netback, pciback etc)
@ 2011-02-28 10:40 Ian Campbell
2011-02-28 10:44 ` Ian Campbell
0 siblings, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2011-02-28 10:40 UTC (permalink / raw)
To: xen-devel; +Cc: Jeremy Fitzhardinge, Konrad Rzeszutek Wilk
The following changes since commit cf7d7e5a1980d1116ee152d25dac382b112b9c17:
Linus Torvalds (1):
Linux 2.6.37-rc5
are available in the git repository at:
git://xenbits.xen.org/people/ianc/linux-2.6.git upstream/evtchn
Ian Campbell (1):
xen: implement bind_interdomain_evtchn_to_irqhandler for backend drivers
drivers/xen/events.c | 38 ++++++++++++++++++++++++++++++++++++++
include/xen/events.h | 6 ++++++
2 files changed, 44 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Add bind_interdomain_evtchn_to_irqhandler (needed for netback, pciback etc)
2011-02-28 10:40 [GIT PULL] Add bind_interdomain_evtchn_to_irqhandler (needed for netback, pciback etc) Ian Campbell
@ 2011-02-28 10:44 ` Ian Campbell
2011-02-28 14:42 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2011-02-28 10:44 UTC (permalink / raw)
To: xen-devel; +Cc: Jeremy Fitzhardinge, Konrad Rzeszutek Wilk
Ooops, hit send by mistake.
I was about to say, can someone take this into their linux-next branch
for 2.6.39, I'd like to base my netback branch on it, the other
prerequisites are upstream already.
Konrad, you have this commit in some of your branches already but it is
entangled with pciback. If you would rather disentangle it than take
this specific pull request that would be fine too.
Ian.
On Mon, 2011-02-28 at 10:40 +0000, Ian Campbell wrote:
> The following changes since commit cf7d7e5a1980d1116ee152d25dac382b112b9c17:
> Linus Torvalds (1):
> Linux 2.6.37-rc5
>
> are available in the git repository at:
>
> git://xenbits.xen.org/people/ianc/linux-2.6.git upstream/evtchn
>
> Ian Campbell (1):
> xen: implement bind_interdomain_evtchn_to_irqhandler for backend drivers
>
> drivers/xen/events.c | 38 ++++++++++++++++++++++++++++++++++++++
> include/xen/events.h | 6 ++++++
> 2 files changed, 44 insertions(+), 0 deletions(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Add bind_interdomain_evtchn_to_irqhandler (needed for netback, pciback etc)
2011-02-28 10:44 ` Ian Campbell
@ 2011-02-28 14:42 ` Konrad Rzeszutek Wilk
2011-02-28 14:57 ` Ian Campbell
0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-02-28 14:42 UTC (permalink / raw)
To: Ian Campbell; +Cc: Jeremy Fitzhardinge, xen-devel
On Mon, Feb 28, 2011 at 10:44:23AM +0000, Ian Campbell wrote:
> Ooops, hit send by mistake.
>
> I was about to say, can someone take this into their linux-next branch
> for 2.6.39, I'd like to base my netback branch on it, the other
> prerequisites are upstream already.
>
> Konrad, you have this commit in some of your branches already but it is
> entangled with pciback. If you would rather disentangle it than take
> this specific pull request that would be fine too.
I disentagled it and stuck some other ones as well, but let me just
make one branch with this particular patch.
stable/backends
It should show up in 10 minutes or so.
>
> Ian.
>
> On Mon, 2011-02-28 at 10:40 +0000, Ian Campbell wrote:
> > The following changes since commit cf7d7e5a1980d1116ee152d25dac382b112b9c17:
> > Linus Torvalds (1):
> > Linux 2.6.37-rc5
> >
> > are available in the git repository at:
> >
> > git://xenbits.xen.org/people/ianc/linux-2.6.git upstream/evtchn
> >
> > Ian Campbell (1):
> > xen: implement bind_interdomain_evtchn_to_irqhandler for backend drivers
> >
> > drivers/xen/events.c | 38 ++++++++++++++++++++++++++++++++++++++
> > include/xen/events.h | 6 ++++++
> > 2 files changed, 44 insertions(+), 0 deletions(-)
> >
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Add bind_interdomain_evtchn_to_irqhandler (needed for netback, pciback etc)
2011-02-28 14:42 ` Konrad Rzeszutek Wilk
@ 2011-02-28 14:57 ` Ian Campbell
2011-02-28 15:05 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2011-02-28 14:57 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: Jeremy Fitzhardinge, xen-devel
On Mon, 2011-02-28 at 14:42 +0000, Konrad Rzeszutek Wilk wrote:
> On Mon, Feb 28, 2011 at 10:44:23AM +0000, Ian Campbell wrote:
> > Ooops, hit send by mistake.
> >
> > I was about to say, can someone take this into their linux-next branch
> > for 2.6.39, I'd like to base my netback branch on it, the other
> > prerequisites are upstream already.
> >
> > Konrad, you have this commit in some of your branches already but it is
> > entangled with pciback. If you would rather disentangle it than take
> > this specific pull request that would be fine too.
>
> I disentagled it and stuck some other ones as well, but let me just
> make one branch with this particular patch.
>
> stable/backends
>
> It should show up in 10 minutes or so.
Thanks. Are you sticking it in linux-next too?
> >
> > Ian.
> >
> > On Mon, 2011-02-28 at 10:40 +0000, Ian Campbell wrote:
> > > The following changes since commit cf7d7e5a1980d1116ee152d25dac382b112b9c17:
> > > Linus Torvalds (1):
> > > Linux 2.6.37-rc5
> > >
> > > are available in the git repository at:
> > >
> > > git://xenbits.xen.org/people/ianc/linux-2.6.git upstream/evtchn
> > >
> > > Ian Campbell (1):
> > > xen: implement bind_interdomain_evtchn_to_irqhandler for backend drivers
> > >
> > > drivers/xen/events.c | 38 ++++++++++++++++++++++++++++++++++++++
> > > include/xen/events.h | 6 ++++++
> > > 2 files changed, 44 insertions(+), 0 deletions(-)
> > >
> >
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [GIT PULL] Add bind_interdomain_evtchn_to_irqhandler (needed for netback, pciback etc)
2011-02-28 14:57 ` Ian Campbell
@ 2011-02-28 15:05 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-02-28 15:05 UTC (permalink / raw)
To: Ian Campbell; +Cc: Jeremy Fitzhardinge, xen-devel
On Mon, Feb 28, 2011 at 02:57:10PM +0000, Ian Campbell wrote:
> On Mon, 2011-02-28 at 14:42 +0000, Konrad Rzeszutek Wilk wrote:
> > On Mon, Feb 28, 2011 at 10:44:23AM +0000, Ian Campbell wrote:
> > > Ooops, hit send by mistake.
> > >
> > > I was about to say, can someone take this into their linux-next branch
> > > for 2.6.39, I'd like to base my netback branch on it, the other
> > > prerequisites are upstream already.
> > >
> > > Konrad, you have this commit in some of your branches already but it is
> > > entangled with pciback. If you would rather disentangle it than take
> > > this specific pull request that would be fine too.
> >
> > I disentagled it and stuck some other ones as well, but let me just
> > make one branch with this particular patch.
> >
> > stable/backends
> >
> > It should show up in 10 minutes or so.
>
> Thanks. Are you sticking it in linux-next too?
<nods> and in #master, #devel/next-2.6.38
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-28 15:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 10:40 [GIT PULL] Add bind_interdomain_evtchn_to_irqhandler (needed for netback, pciback etc) Ian Campbell
2011-02-28 10:44 ` Ian Campbell
2011-02-28 14:42 ` Konrad Rzeszutek Wilk
2011-02-28 14:57 ` Ian Campbell
2011-02-28 15:05 ` Konrad Rzeszutek Wilk
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.