* [PATCH] Update QEMU_UPSTREAM_REVISION
@ 2013-11-27 17:02 Anthony PERARD
2013-11-27 17:17 ` Ian Jackson
0 siblings, 1 reply; 15+ messages in thread
From: Anthony PERARD @ 2013-11-27 17:02 UTC (permalink / raw)
To: Xen Devel; +Cc: Anthony PERARD, Stefano Stabellini, Ian Jackson, Ian Campbell
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
the commit sha correspond to the last tree that pass the qemu-xen push
gate (master).
Should we change this value to master once a release is done, during the
developpement phase?
---
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Config.mk b/Config.mk
index 7eeed31..4a74a33 100644
--- a/Config.mk
+++ b/Config.mk
@@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
endif
OVMF_UPSTREAM_REVISION ?= a93b0e3f6895a074b99c8817181dfa6dbc7a4807
-QEMU_UPSTREAM_REVISION ?= 1c514a7734b7f98625a0d18d5e8ee7581f26e50c
+QEMU_UPSTREAM_REVISION ?= b97307ecaad98360f41ea36cd9674ef810c4f8cf
SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1
# Fri Aug 2 14:12:09 2013 -0400
# Fix bug in CBFS file walking with compressed files.
--
Anthony PERARD
^ permalink raw reply related [flat|nested] 15+ messages in thread
* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2013-11-27 17:02 [PATCH] Update QEMU_UPSTREAM_REVISION Anthony PERARD
@ 2013-11-27 17:17 ` Ian Jackson
2013-11-27 17:31 ` Ian Campbell
0 siblings, 1 reply; 15+ messages in thread
From: Ian Jackson @ 2013-11-27 17:17 UTC (permalink / raw)
To: Anthony PERARD; +Cc: Stefano Stabellini, Ian Campbell, Xen Devel
Anthony PERARD writes ("[PATCH] Update QEMU_UPSTREAM_REVISION"):
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> ---
> the commit sha correspond to the last tree that pass the qemu-xen push
> gate (master).
>
> Should we change this value to master once a release is done, during the
> developpement phase?
Perhaps we should change it to master now. That way if further
updates are made to the tree, and pass the push gate, they will be
included. Which is surely the intent ?
Ian.
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2013-11-27 17:17 ` Ian Jackson
@ 2013-11-27 17:31 ` Ian Campbell
2013-11-28 19:44 ` Anthony PERARD
0 siblings, 1 reply; 15+ messages in thread
From: Ian Campbell @ 2013-11-27 17:31 UTC (permalink / raw)
To: Ian Jackson; +Cc: Anthony PERARD, Stefano Stabellini, Xen Devel
On Wed, 2013-11-27 at 17:17 +0000, Ian Jackson wrote:
> Anthony PERARD writes ("[PATCH] Update QEMU_UPSTREAM_REVISION"):
> > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> > ---
> > the commit sha correspond to the last tree that pass the qemu-xen push
> > gate (master).
> >
> > Should we change this value to master once a release is done, during the
> > developpement phase?
>
> Perhaps we should change it to master now. That way if further
> updates are made to the tree, and pass the push gate, they will be
> included. Which is surely the intent ?
It looks like it was "master" until 4de97462d34f when it was updated to
"qemu-xen-4.3.0-rc1" (presumably in anticipation of branching or
releasing the rc) then it was turned into a sha at 1fee00908ae9 -- which
I think was likely to have been in error.
I agree that at least during the development phases it should be
"master".
It should probably be a tag for a release, including rcs, so that they
refer to a single consistent thing.
Given our policy of branching in the later rcs I'm not sure how we can
deal with this other than as we attempted last time by committing
something other than "master" to xen.git:Config.mk and remembering what
to do to put it back later afterwards. (or by revisiting the branching
policy, but I don't think this issue is reason enough to change).
Ian.
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH] Update QEMU_UPSTREAM_REVISION
2013-11-27 17:31 ` Ian Campbell
@ 2013-11-28 19:44 ` Anthony PERARD
2013-11-29 10:52 ` Ian Campbell
0 siblings, 1 reply; 15+ messages in thread
From: Anthony PERARD @ 2013-11-28 19:44 UTC (permalink / raw)
To: Xen Devel; +Cc: Anthony PERARD, Stefano Stabellini, Ian Jackson, Ian Campbell
Changing to master, otherwise we don't get the last updates.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
change since previous patch:
- use master instead of a specific commit id
---
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Config.mk b/Config.mk
index 7eeed31..ce20844 100644
--- a/Config.mk
+++ b/Config.mk
@@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
endif
OVMF_UPSTREAM_REVISION ?= a93b0e3f6895a074b99c8817181dfa6dbc7a4807
-QEMU_UPSTREAM_REVISION ?= 1c514a7734b7f98625a0d18d5e8ee7581f26e50c
+QEMU_UPSTREAM_REVISION ?= master
SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1
# Fri Aug 2 14:12:09 2013 -0400
# Fix bug in CBFS file walking with compressed files.
--
Anthony PERARD
^ permalink raw reply related [flat|nested] 15+ messages in thread
* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2013-11-28 19:44 ` Anthony PERARD
@ 2013-11-29 10:52 ` Ian Campbell
2013-12-02 11:30 ` George Dunlap
0 siblings, 1 reply; 15+ messages in thread
From: Ian Campbell @ 2013-11-29 10:52 UTC (permalink / raw)
To: Anthony PERARD; +Cc: George Dunlap, Stefano Stabellini, Ian Jackson, Xen Devel
On Thu, 2013-11-28 at 19:44 +0000, Anthony PERARD wrote:
> Changing to master, otherwise we don't get the last updates.
>
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
WRT the release this patch is equivalent to "we should move to qemu
1.6". Did that get an exception already / is it on the list?
(please don't forget to CC George at this stage in the release for his
Ack, or to reference an existing release ack he gave)
> ---
> change since previous patch:
> - use master instead of a specific commit id
> ---
> Config.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Config.mk b/Config.mk
> index 7eeed31..ce20844 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
> SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
> endif
> OVMF_UPSTREAM_REVISION ?= a93b0e3f6895a074b99c8817181dfa6dbc7a4807
> -QEMU_UPSTREAM_REVISION ?= 1c514a7734b7f98625a0d18d5e8ee7581f26e50c
> +QEMU_UPSTREAM_REVISION ?= master
> SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1
> # Fri Aug 2 14:12:09 2013 -0400
> # Fix bug in CBFS file walking with compressed files.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2013-11-29 10:52 ` Ian Campbell
@ 2013-12-02 11:30 ` George Dunlap
2013-12-02 11:40 ` Ian Campbell
2013-12-02 12:34 ` Ian Jackson
0 siblings, 2 replies; 15+ messages in thread
From: George Dunlap @ 2013-12-02 11:30 UTC (permalink / raw)
To: Ian Campbell, Anthony PERARD; +Cc: Stefano Stabellini, Ian Jackson, Xen Devel
On 11/29/2013 10:52 AM, Ian Campbell wrote:
> On Thu, 2013-11-28 at 19:44 +0000, Anthony PERARD wrote:
>> Changing to master, otherwise we don't get the last updates.
>>
>> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
>
> WRT the release this patch is equivalent to "we should move to qemu
> 1.6". Did that get an exception already / is it on the list?
>
> (please don't forget to CC George at this stage in the release for his
> Ack, or to reference an existing release ack he gave)
Actually, isn't this "Fix incorrect assignment of a specific revision
instead of most-recently-passed for development branch"? It's the push
into the qemu tree that would require a release ack, but that happened a
month ago before the code freeze IIRC.
-George
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2013-12-02 11:30 ` George Dunlap
@ 2013-12-02 11:40 ` Ian Campbell
2013-12-02 12:34 ` Ian Jackson
1 sibling, 0 replies; 15+ messages in thread
From: Ian Campbell @ 2013-12-02 11:40 UTC (permalink / raw)
To: George Dunlap; +Cc: Anthony PERARD, Stefano Stabellini, Ian Jackson, Xen Devel
On Mon, 2013-12-02 at 11:30 +0000, George Dunlap wrote:
> On 11/29/2013 10:52 AM, Ian Campbell wrote:
> > On Thu, 2013-11-28 at 19:44 +0000, Anthony PERARD wrote:
> >> Changing to master, otherwise we don't get the last updates.
> >>
> >> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> > Acked-by: Ian Campbell <ian.campbell@citrix.com>
> >
> > WRT the release this patch is equivalent to "we should move to qemu
> > 1.6". Did that get an exception already / is it on the list?
> >
> > (please don't forget to CC George at this stage in the release for his
> > Ack, or to reference an existing release ack he gave)
>
> Actually, isn't this "Fix incorrect assignment of a specific revision
> instead of most-recently-passed for development branch"? It's the push
> into the qemu tree that would require a release ack, but that happened a
> month ago before the code freeze IIRC.
The concern was that we weren't testing the result of that push yet and
that this change would be in effect merging that code into the main
tree, which ought to at least be done with the release manager's
awareness.
However it turns out that OSStest uses the latest qemu push gate
regardless of Config.mk -- which changes the equation somewhat -- we
should obviously update Config.mk to what we are testing.
Ian.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2013-12-02 11:30 ` George Dunlap
2013-12-02 11:40 ` Ian Campbell
@ 2013-12-02 12:34 ` Ian Jackson
2013-12-04 14:53 ` Ian Campbell
1 sibling, 1 reply; 15+ messages in thread
From: Ian Jackson @ 2013-12-02 12:34 UTC (permalink / raw)
To: George Dunlap; +Cc: Anthony PERARD, Stefano Stabellini, Ian Campbell, Xen Devel
George Dunlap writes ("Re: [PATCH] Update QEMU_UPSTREAM_REVISION"):
> Actually, isn't this "Fix incorrect assignment of a specific revision
> instead of most-recently-passed for development branch"? It's the push
> into the qemu tree that would require a release ack, but that happened a
> month ago before the code freeze IIRC.
Yes, I think so.
Ian.
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2013-12-02 12:34 ` Ian Jackson
@ 2013-12-04 14:53 ` Ian Campbell
0 siblings, 0 replies; 15+ messages in thread
From: Ian Campbell @ 2013-12-04 14:53 UTC (permalink / raw)
To: Ian Jackson; +Cc: George Dunlap, Anthony PERARD, Stefano Stabellini, Xen Devel
On Mon, 2013-12-02 at 12:34 +0000, Ian Jackson wrote:
> George Dunlap writes ("Re: [PATCH] Update QEMU_UPSTREAM_REVISION"):
> > Actually, isn't this "Fix incorrect assignment of a specific revision
> > instead of most-recently-passed for development branch"? It's the push
> > into the qemu tree that would require a release ack, but that happened a
> > month ago before the code freeze IIRC.
>
> Yes, I think so.
I've applied Anthony's patch to switch to master.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH] Update QEMU_UPSTREAM_REVISION
@ 2013-12-19 16:34 Ian Jackson
0 siblings, 0 replies; 15+ messages in thread
From: Ian Jackson @ 2013-12-19 16:34 UTC (permalink / raw)
To: xen-devel
We should have done this a few days ago really.
I am about to push this to master (not staging!) and then merge it
into staging. If the push gate gets a pass in the intervening time,
it will fail to push due to lack of fast-forward.
Ian.
Subject: [PATCH] Update QEMU_UPSTREAM_REVISION
Switch to specific tag, for 4.4.0 RC1 release.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Config.mk b/Config.mk
index 2007b22..ba4087f 100644
--- a/Config.mk
+++ b/Config.mk
@@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
endif
OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423
-QEMU_UPSTREAM_REVISION ?= master
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.4.0-rc1
SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1
# Fri Aug 2 14:12:09 2013 -0400
# Fix bug in CBFS file walking with compressed files.
--
1.7.10.4
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [PATCH] Update QEMU_UPSTREAM_REVISION
@ 2014-01-28 15:23 Stefano Stabellini
2014-01-28 15:26 ` George Dunlap
2014-01-28 16:05 ` Konrad Rzeszutek Wilk
0 siblings, 2 replies; 15+ messages in thread
From: Stefano Stabellini @ 2014-01-28 15:23 UTC (permalink / raw)
To: xen-devel; +Cc: George Dunlap, Jan Beulich, Stefano Stabellini
Switch back to master.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff --git a/Config.mk b/Config.mk
index 55dce20..484cfdb 100644
--- a/Config.mk
+++ b/Config.mk
@@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
endif
OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423
-QEMU_UPSTREAM_REVISION ?= qemu-xen-4.4.0-rc1
+QEMU_UPSTREAM_REVISION ?= master
SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1
# Fri Aug 2 14:12:09 2013 -0400
# Fix bug in CBFS file walking with compressed files.
^ permalink raw reply related [flat|nested] 15+ messages in thread
* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2014-01-28 15:23 Stefano Stabellini
@ 2014-01-28 15:26 ` George Dunlap
2014-01-28 16:05 ` Konrad Rzeszutek Wilk
1 sibling, 0 replies; 15+ messages in thread
From: George Dunlap @ 2014-01-28 15:26 UTC (permalink / raw)
To: Stefano Stabellini, xen-devel; +Cc: George Dunlap, Jan Beulich
On 01/28/2014 03:23 PM, Stefano Stabellini wrote:
> Switch back to master.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
I don't think this needs an ack; switching back should be part of the
normal process of cutting the RC.
-George
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2014-01-28 15:23 Stefano Stabellini
2014-01-28 15:26 ` George Dunlap
@ 2014-01-28 16:05 ` Konrad Rzeszutek Wilk
2014-01-28 16:09 ` Stefano Stabellini
1 sibling, 1 reply; 15+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-01-28 16:05 UTC (permalink / raw)
To: Stefano Stabellini; +Cc: xen-devel, George Dunlap, Jan Beulich
On Tue, Jan 28, 2014 at 03:23:19PM +0000, Stefano Stabellini wrote:
> Switch back to master.
Could you say why please?
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
>
> diff --git a/Config.mk b/Config.mk
> index 55dce20..484cfdb 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
> SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
> endif
> OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423
> -QEMU_UPSTREAM_REVISION ?= qemu-xen-4.4.0-rc1
> +QEMU_UPSTREAM_REVISION ?= master
> SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1
> # Fri Aug 2 14:12:09 2013 -0400
> # Fix bug in CBFS file walking with compressed files.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2014-01-28 16:05 ` Konrad Rzeszutek Wilk
@ 2014-01-28 16:09 ` Stefano Stabellini
2014-01-28 16:17 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 15+ messages in thread
From: Stefano Stabellini @ 2014-01-28 16:09 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk
Cc: xen-devel, George Dunlap, Jan Beulich, Stefano Stabellini
On Tue, 28 Jan 2014, Konrad Rzeszutek Wilk wrote:
> On Tue, Jan 28, 2014 at 03:23:19PM +0000, Stefano Stabellini wrote:
> > Switch back to master.
>
> Could you say why please?
See this thread: http://marc.info/?l=xen-devel&m=139090192108528
This should just be an automatic commit (that at the moment
unfortunately is manual) to switch the xen build system to clone the
master branch of qemu-xen instead of the RC1 tag.
Obviously we switch to cloning the RC1 tag for the RC1 release. However
now that RC1 is over we should go back to master.
> > Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> >
> > diff --git a/Config.mk b/Config.mk
> > index 55dce20..484cfdb 100644
> > --- a/Config.mk
> > +++ b/Config.mk
> > @@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
> > SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
> > endif
> > OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423
> > -QEMU_UPSTREAM_REVISION ?= qemu-xen-4.4.0-rc1
> > +QEMU_UPSTREAM_REVISION ?= master
> > SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1
> > # Fri Aug 2 14:12:09 2013 -0400
> > # Fix bug in CBFS file walking with compressed files.
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xen.org
> > http://lists.xen.org/xen-devel
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] Update QEMU_UPSTREAM_REVISION
2014-01-28 16:09 ` Stefano Stabellini
@ 2014-01-28 16:17 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 15+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-01-28 16:17 UTC (permalink / raw)
To: Stefano Stabellini; +Cc: xen-devel, George Dunlap, Jan Beulich
On Tue, Jan 28, 2014 at 04:09:13PM +0000, Stefano Stabellini wrote:
> On Tue, 28 Jan 2014, Konrad Rzeszutek Wilk wrote:
> > On Tue, Jan 28, 2014 at 03:23:19PM +0000, Stefano Stabellini wrote:
> > > Switch back to master.
> >
> > Could you say why please?
>
> See this thread: http://marc.info/?l=xen-devel&m=139090192108528
Just read it after I sent this email out :-)
I was thinking that the commit message should have at least
some description. Like 'Because we are going for rc2 and
its time to test new code' or 'rc1 tag had bugs, rc2 does
not.'
>
> This should just be an automatic commit (that at the moment
> unfortunately is manual) to switch the xen build system to clone the
> master branch of qemu-xen instead of the RC1 tag.
> Obviously we switch to cloning the RC1 tag for the RC1 release. However
> now that RC1 is over we should go back to master.
Or for the pre-rc2 tag.
>
> > > Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> > >
> > > diff --git a/Config.mk b/Config.mk
> > > index 55dce20..484cfdb 100644
> > > --- a/Config.mk
> > > +++ b/Config.mk
> > > @@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
> > > SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
> > > endif
> > > OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423
> > > -QEMU_UPSTREAM_REVISION ?= qemu-xen-4.4.0-rc1
> > > +QEMU_UPSTREAM_REVISION ?= master
> > > SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1
> > > # Fri Aug 2 14:12:09 2013 -0400
> > > # Fix bug in CBFS file walking with compressed files.
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xen.org
> > > http://lists.xen.org/xen-devel
> >
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2014-01-28 16:17 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27 17:02 [PATCH] Update QEMU_UPSTREAM_REVISION Anthony PERARD
2013-11-27 17:17 ` Ian Jackson
2013-11-27 17:31 ` Ian Campbell
2013-11-28 19:44 ` Anthony PERARD
2013-11-29 10:52 ` Ian Campbell
2013-12-02 11:30 ` George Dunlap
2013-12-02 11:40 ` Ian Campbell
2013-12-02 12:34 ` Ian Jackson
2013-12-04 14:53 ` Ian Campbell
-- strict thread matches above, loose matches on Subject: below --
2013-12-19 16:34 Ian Jackson
2014-01-28 15:23 Stefano Stabellini
2014-01-28 15:26 ` George Dunlap
2014-01-28 16:05 ` Konrad Rzeszutek Wilk
2014-01-28 16:09 ` Stefano Stabellini
2014-01-28 16:17 ` 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.