* [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
@ 2016-02-15 14:38 Doug Goldstein
2016-02-15 16:13 ` Wei Liu
0 siblings, 1 reply; 11+ messages in thread
From: Doug Goldstein @ 2016-02-15 14:38 UTC (permalink / raw)
To: xen-devel
Cc: Keir Fraser, Ian Campbell, Tim Deegan, Doug Goldstein,
Jan Beulich, Ian Jackson
Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
Please make sure to sync git://xenbits.xen.org/seabios.git to
upstream prior to pushing this to staging.
---
Config.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Config.mk b/Config.mk
index 429e460..79eb2bd 100644
--- a/Config.mk
+++ b/Config.mk
@@ -255,9 +255,9 @@ MINIOS_UPSTREAM_REVISION ?= 89268f00b0b0215057cb74edd94e866536a02489
# Fri Jan 15 13:24:03 2016 +0000
# mini-os: Include libxenforeignmemory with libxc
-SEABIOS_UPSTREAM_REVISION ?= 3403ac4313812752be6e6aac35239ca6888a8cab
-# Mon Dec 28 13:50:41 2015 +0100
-# build: fix typo in buildversion.py
+SEABIOS_UPSTREAM_REVISION ?= rel-1.9.1
+# Fri Jan 15 15:49:32 2016 +0000
+# biostables: Support SMBIOS 2.6+ UUID format
ETHERBOOT_NICS ?= rtl8139 8086100e
--
2.4.10
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-15 14:38 [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1 Doug Goldstein
@ 2016-02-15 16:13 ` Wei Liu
2016-02-16 13:43 ` Ian Campbell
0 siblings, 1 reply; 11+ messages in thread
From: Wei Liu @ 2016-02-15 16:13 UTC (permalink / raw)
To: Doug Goldstein
Cc: Keir Fraser, Ian Campbell, Tim Deegan, Ian Jackson, xen-devel,
Jan Beulich, wei.liu2
On Mon, Feb 15, 2016 at 08:38:02AM -0600, Doug Goldstein wrote:
> Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
>
Thanks for this patch.
We can't apply this patch just yet. We need to wait a bit until the
change to upstream trickles down to our own tree [0] -- OSSTest will
work on that shortly. See [1] for an example output.
Wei.
[0] git://xenbits.xen.org/osstest/seabios.git
[1] <osstest-80975-mainreport@xen.org>
> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
> ---
>
> Please make sure to sync git://xenbits.xen.org/seabios.git to
> upstream prior to pushing this to staging.
>
> ---
> Config.mk | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Config.mk b/Config.mk
> index 429e460..79eb2bd 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -255,9 +255,9 @@ MINIOS_UPSTREAM_REVISION ?= 89268f00b0b0215057cb74edd94e866536a02489
> # Fri Jan 15 13:24:03 2016 +0000
> # mini-os: Include libxenforeignmemory with libxc
>
> -SEABIOS_UPSTREAM_REVISION ?= 3403ac4313812752be6e6aac35239ca6888a8cab
> -# Mon Dec 28 13:50:41 2015 +0100
> -# build: fix typo in buildversion.py
> +SEABIOS_UPSTREAM_REVISION ?= rel-1.9.1
> +# Fri Jan 15 15:49:32 2016 +0000
> +# biostables: Support SMBIOS 2.6+ UUID format
>
> ETHERBOOT_NICS ?= rtl8139 8086100e
>
> --
> 2.4.10
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-15 16:13 ` Wei Liu
@ 2016-02-16 13:43 ` Ian Campbell
2016-02-16 13:52 ` Wei Liu
0 siblings, 1 reply; 11+ messages in thread
From: Ian Campbell @ 2016-02-16 13:43 UTC (permalink / raw)
To: Wei Liu, Doug Goldstein
Cc: Tim Deegan, Keir Fraser, Ian Jackson, Jan Beulich, xen-devel
On Mon, 2016-02-15 at 16:13 +0000, Wei Liu wrote:
> On Mon, Feb 15, 2016 at 08:38:02AM -0600, Doug Goldstein wrote:
> > Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
> >
>
> Thanks for this patch.
>
> We can't apply this patch just yet. We need to wait a bit until the
> change to upstream trickles down to our own tree [0] -- OSSTest will
> work on that shortly. See [1] for an example output.
Our osstest branch only tests seabios.git#master whereas this is tracking
the 1.9.x stable branch.
I don't think we really want/need the overhead of testing multiple branches
of SeaBIOS, so IMHO it is sufficient to observe that all of the commits on
the stable branch have passed our master branch commit gate (even if that
means they did so in the context of other un-backported patches). I haven't
checked but given the timings and http://logs.test-lab.xenproject.org/osste
st/results/all-branch-statuses.txt indicating our seabios branch is up to
date I expect this is the case.
There is some risk to this, but SeaBIOS gets a fairly small number of
changes so the stable branches do not stray too far from master in general
so I think this approach is fine.
IOW it would be fine to push upstreams 1.9-stable to our repo along with
the rel-1.9.1 tag and to then apply this patch.
>
> Wei.
>
> [0] git://xenbits.xen.org/osstest/seabios.git
> [1] <osstest-80975-mainreport@xen.org>
>
> > Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
> > ---
> >
> > Please make sure to sync git://xenbits.xen.org/seabios.git to
> > upstream prior to pushing this to staging.
> >
> > ---
> > Config.mk | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/Config.mk b/Config.mk
> > index 429e460..79eb2bd 100644
> > --- a/Config.mk
> > +++ b/Config.mk
> > @@ -255,9 +255,9 @@ MINIOS_UPSTREAM_REVISION ?=
> > 89268f00b0b0215057cb74edd94e866536a02489
> > # Fri Jan 15 13:24:03 2016 +0000
> > # mini-os: Include libxenforeignmemory with libxc
> >
> > -SEABIOS_UPSTREAM_REVISION ?= 3403ac4313812752be6e6aac35239ca6888a8cab
> > -# Mon Dec 28 13:50:41 2015 +0100
> > -# build: fix typo in buildversion.py
> > +SEABIOS_UPSTREAM_REVISION ?= rel-1.9.1
> > +# Fri Jan 15 15:49:32 2016 +0000
> > +# biostables: Support SMBIOS 2.6+ UUID format
> >
> > ETHERBOOT_NICS ?= rtl8139 8086100e
> >
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-16 13:43 ` Ian Campbell
@ 2016-02-16 13:52 ` Wei Liu
2016-02-24 14:34 ` Doug Goldstein
0 siblings, 1 reply; 11+ messages in thread
From: Wei Liu @ 2016-02-16 13:52 UTC (permalink / raw)
To: Ian Campbell
Cc: Keir Fraser, Tim Deegan, Doug Goldstein, xen-devel, Jan Beulich,
Wei Liu, Ian Jackson
On Tue, Feb 16, 2016 at 01:43:26PM +0000, Ian Campbell wrote:
> On Mon, 2016-02-15 at 16:13 +0000, Wei Liu wrote:
> > On Mon, Feb 15, 2016 at 08:38:02AM -0600, Doug Goldstein wrote:
> > > Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
> > >
> >
> > Thanks for this patch.
> >
> > We can't apply this patch just yet. We need to wait a bit until the
> > change to upstream trickles down to our own tree [0] -- OSSTest will
> > work on that shortly. See [1] for an example output.
>
> Our osstest branch only tests seabios.git#master whereas this is tracking
> the 1.9.x stable branch.
>
> I don't think we really want/need the overhead of testing multiple branches
> of SeaBIOS, so IMHO it is sufficient to observe that all of the commits on
> the stable branch have passed our master branch commit gate (even if that
> means they did so in the context of other un-backported patches). I haven't
> checked but given the timings and http://logs.test-lab.xenproject.org/osste
> st/results/all-branch-statuses.txt indicating our seabios branch is up to
> date I expect this is the case.
>
> There is some risk to this, but SeaBIOS gets a fairly small number of
> changes so the stable branches do not stray too far from master in general
> so I think this approach is fine.
>
> IOW it would be fine to push upstreams 1.9-stable to our repo along with
> the rel-1.9.1 tag and to then apply this patch.
>
Makes sense.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-16 13:52 ` Wei Liu
@ 2016-02-24 14:34 ` Doug Goldstein
2016-02-24 14:41 ` Wei Liu
0 siblings, 1 reply; 11+ messages in thread
From: Doug Goldstein @ 2016-02-24 14:34 UTC (permalink / raw)
To: Wei Liu, Ian Campbell
Cc: Tim Deegan, Keir Fraser, Ian Jackson, Jan Beulich, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 1558 bytes --]
On 2/16/16 7:52 AM, Wei Liu wrote:
> On Tue, Feb 16, 2016 at 01:43:26PM +0000, Ian Campbell wrote:
>> On Mon, 2016-02-15 at 16:13 +0000, Wei Liu wrote:
>>> On Mon, Feb 15, 2016 at 08:38:02AM -0600, Doug Goldstein wrote:
>>>> Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
>>>>
>>>
>>> Thanks for this patch.
>>>
>>> We can't apply this patch just yet. We need to wait a bit until the
>>> change to upstream trickles down to our own tree [0] -- OSSTest will
>>> work on that shortly. See [1] for an example output.
>>
>> Our osstest branch only tests seabios.git#master whereas this is tracking
>> the 1.9.x stable branch.
>>
>> I don't think we really want/need the overhead of testing multiple branches
>> of SeaBIOS, so IMHO it is sufficient to observe that all of the commits on
>> the stable branch have passed our master branch commit gate (even if that
>> means they did so in the context of other un-backported patches). I haven't
>> checked but given the timings and http://logs.test-lab.xenproject.org/osste
>> st/results/all-branch-statuses.txt indicating our seabios branch is up to
>> date I expect this is the case.
>>
>> There is some risk to this, but SeaBIOS gets a fairly small number of
>> changes so the stable branches do not stray too far from master in general
>> so I think this approach is fine.
>>
>> IOW it would be fine to push upstreams 1.9-stable to our repo along with
>> the rel-1.9.1 tag and to then apply this patch.
>>
>
> Makes sense.
>
ping?
--
Doug Goldstein
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 959 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-24 14:34 ` Doug Goldstein
@ 2016-02-24 14:41 ` Wei Liu
2016-02-24 15:14 ` Jan Beulich
0 siblings, 1 reply; 11+ messages in thread
From: Wei Liu @ 2016-02-24 14:41 UTC (permalink / raw)
To: Doug Goldstein
Cc: Keir Fraser, Ian Campbell, Ian Jackson, Tim Deegan, xen-devel,
Jan Beulich, Wei Liu
On Wed, Feb 24, 2016 at 08:34:31AM -0600, Doug Goldstein wrote:
> On 2/16/16 7:52 AM, Wei Liu wrote:
> > On Tue, Feb 16, 2016 at 01:43:26PM +0000, Ian Campbell wrote:
> >> On Mon, 2016-02-15 at 16:13 +0000, Wei Liu wrote:
> >>> On Mon, Feb 15, 2016 at 08:38:02AM -0600, Doug Goldstein wrote:
> >>>> Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
> >>>>
> >>>
> >>> Thanks for this patch.
> >>>
> >>> We can't apply this patch just yet. We need to wait a bit until the
> >>> change to upstream trickles down to our own tree [0] -- OSSTest will
> >>> work on that shortly. See [1] for an example output.
> >>
> >> Our osstest branch only tests seabios.git#master whereas this is tracking
> >> the 1.9.x stable branch.
> >>
> >> I don't think we really want/need the overhead of testing multiple branches
> >> of SeaBIOS, so IMHO it is sufficient to observe that all of the commits on
> >> the stable branch have passed our master branch commit gate (even if that
> >> means they did so in the context of other un-backported patches). I haven't
> >> checked but given the timings and http://logs.test-lab.xenproject.org/osste
> >> st/results/all-branch-statuses.txt indicating our seabios branch is up to
> >> date I expect this is the case.
> >>
> >> There is some risk to this, but SeaBIOS gets a fairly small number of
> >> changes so the stable branches do not stray too far from master in general
> >> so I think this approach is fine.
> >>
> >> IOW it would be fine to push upstreams 1.9-stable to our repo along with
> >> the rel-1.9.1 tag and to then apply this patch.
> >>
> >
> > Makes sense.
> >
>
> ping?
>
With my recently acquired seabios maintainer hat on:
Acked-by: Wei Liu <wei.liu2@citrix.com>
One of the committers will need to pick this up to do the actual push.
Wei.
> --
> Doug Goldstein
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-24 14:41 ` Wei Liu
@ 2016-02-24 15:14 ` Jan Beulich
2016-02-24 15:18 ` Wei Liu
0 siblings, 1 reply; 11+ messages in thread
From: Jan Beulich @ 2016-02-24 15:14 UTC (permalink / raw)
To: Wei Liu
Cc: Keir Fraser, Ian Campbell, Tim Deegan, Ian Jackson, xen-devel,
Doug Goldstein
>>> On 24.02.16 at 15:41, <wei.liu2@citrix.com> wrote:
> On Wed, Feb 24, 2016 at 08:34:31AM -0600, Doug Goldstein wrote:
>> On 2/16/16 7:52 AM, Wei Liu wrote:
>> > On Tue, Feb 16, 2016 at 01:43:26PM +0000, Ian Campbell wrote:
>> >> On Mon, 2016-02-15 at 16:13 +0000, Wei Liu wrote:
>> >>> On Mon, Feb 15, 2016 at 08:38:02AM -0600, Doug Goldstein wrote:
>> >>>> Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
>> >>>>
>> >>>
>> >>> Thanks for this patch.
>> >>>
>> >>> We can't apply this patch just yet. We need to wait a bit until the
>> >>> change to upstream trickles down to our own tree [0] -- OSSTest will
>> >>> work on that shortly. See [1] for an example output.
>> >>
>> >> Our osstest branch only tests seabios.git#master whereas this is tracking
>> >> the 1.9.x stable branch.
>> >>
>> >> I don't think we really want/need the overhead of testing multiple branches
>> >> of SeaBIOS, so IMHO it is sufficient to observe that all of the commits on
>> >> the stable branch have passed our master branch commit gate (even if that
>> >> means they did so in the context of other un-backported patches). I haven't
>> >> checked but given the timings and http://logs.test-lab.xenproject.org/osste
>> >> st/results/all-branch-statuses.txt indicating our seabios branch is up to
>> >> date I expect this is the case.
>> >>
>> >> There is some risk to this, but SeaBIOS gets a fairly small number of
>> >> changes so the stable branches do not stray too far from master in general
>> >> so I think this approach is fine.
>> >>
>> >> IOW it would be fine to push upstreams 1.9-stable to our repo along with
>> >> the rel-1.9.1 tag and to then apply this patch.
>> >>
>> >
>> > Makes sense.
>> >
>>
>> ping?
>>
>
> With my recently acquired seabios maintainer hat on:
>
> Acked-by: Wei Liu <wei.liu2@citrix.com>
>
> One of the committers will need to pick this up to do the actual push.
I can't see a rel-1.9.1 tag yet in the repo on xenbits, so - are you
sure?
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-24 15:14 ` Jan Beulich
@ 2016-02-24 15:18 ` Wei Liu
2016-02-24 15:44 ` Jan Beulich
0 siblings, 1 reply; 11+ messages in thread
From: Wei Liu @ 2016-02-24 15:18 UTC (permalink / raw)
To: Jan Beulich
Cc: Tim Deegan, Keir Fraser, Ian Campbell, Doug Goldstein,
Ian Jackson, xen-devel, Wei Liu
On Wed, Feb 24, 2016 at 08:14:09AM -0700, Jan Beulich wrote:
> >>> On 24.02.16 at 15:41, <wei.liu2@citrix.com> wrote:
> > On Wed, Feb 24, 2016 at 08:34:31AM -0600, Doug Goldstein wrote:
> >> On 2/16/16 7:52 AM, Wei Liu wrote:
> >> > On Tue, Feb 16, 2016 at 01:43:26PM +0000, Ian Campbell wrote:
> >> >> On Mon, 2016-02-15 at 16:13 +0000, Wei Liu wrote:
> >> >>> On Mon, Feb 15, 2016 at 08:38:02AM -0600, Doug Goldstein wrote:
> >> >>>> Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
> >> >>>>
> >> >>>
> >> >>> Thanks for this patch.
> >> >>>
> >> >>> We can't apply this patch just yet. We need to wait a bit until the
> >> >>> change to upstream trickles down to our own tree [0] -- OSSTest will
> >> >>> work on that shortly. See [1] for an example output.
> >> >>
> >> >> Our osstest branch only tests seabios.git#master whereas this is tracking
> >> >> the 1.9.x stable branch.
> >> >>
> >> >> I don't think we really want/need the overhead of testing multiple branches
> >> >> of SeaBIOS, so IMHO it is sufficient to observe that all of the commits on
> >> >> the stable branch have passed our master branch commit gate (even if that
> >> >> means they did so in the context of other un-backported patches). I haven't
> >> >> checked but given the timings and http://logs.test-lab.xenproject.org/osste
> >> >> st/results/all-branch-statuses.txt indicating our seabios branch is up to
> >> >> date I expect this is the case.
> >> >>
> >> >> There is some risk to this, but SeaBIOS gets a fairly small number of
> >> >> changes so the stable branches do not stray too far from master in general
> >> >> so I think this approach is fine.
> >> >>
> >> >> IOW it would be fine to push upstreams 1.9-stable to our repo along with
> >> >> the rel-1.9.1 tag and to then apply this patch.
> >> >>
> >> >
> >> > Makes sense.
> >> >
> >>
> >> ping?
> >>
> >
> > With my recently acquired seabios maintainer hat on:
> >
> > Acked-by: Wei Liu <wei.liu2@citrix.com>
> >
> > One of the committers will need to pick this up to do the actual push.
>
> I can't see a rel-1.9.1 tag yet in the repo on xenbits, so - are you
> sure?
>
That's what I meant -- a committer needs to fetch from upstream tree
then push the tag to our own seabios tree before applying this patch.
The upstream tree is at git://git.seabios.org/seabios.git .
If you can handle that, it would be great. :-)
Wei.
> Jan
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-24 15:18 ` Wei Liu
@ 2016-02-24 15:44 ` Jan Beulich
2016-02-24 15:50 ` Wei Liu
0 siblings, 1 reply; 11+ messages in thread
From: Jan Beulich @ 2016-02-24 15:44 UTC (permalink / raw)
To: Wei Liu, Ian Jackson
Cc: Keir Fraser, Tim Deegan, Doug Goldstein, IanCampbell, xen-devel
>>> On 24.02.16 at 16:18, <wei.liu2@citrix.com> wrote:
> On Wed, Feb 24, 2016 at 08:14:09AM -0700, Jan Beulich wrote:
>> >>> On 24.02.16 at 15:41, <wei.liu2@citrix.com> wrote:
>> > On Wed, Feb 24, 2016 at 08:34:31AM -0600, Doug Goldstein wrote:
>> >> On 2/16/16 7:52 AM, Wei Liu wrote:
>> >> > On Tue, Feb 16, 2016 at 01:43:26PM +0000, Ian Campbell wrote:
>> >> >> On Mon, 2016-02-15 at 16:13 +0000, Wei Liu wrote:
>> >> >>> On Mon, Feb 15, 2016 at 08:38:02AM -0600, Doug Goldstein wrote:
>> >> >>>> Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
>> >> >>>>
>> >> >>>
>> >> >>> Thanks for this patch.
>> >> >>>
>> >> >>> We can't apply this patch just yet. We need to wait a bit until the
>> >> >>> change to upstream trickles down to our own tree [0] -- OSSTest will
>> >> >>> work on that shortly. See [1] for an example output.
>> >> >>
>> >> >> Our osstest branch only tests seabios.git#master whereas this is tracking
>> >> >> the 1.9.x stable branch.
>> >> >>
>> >> >> I don't think we really want/need the overhead of testing multiple
> branches
>> >> >> of SeaBIOS, so IMHO it is sufficient to observe that all of the commits on
>> >> >> the stable branch have passed our master branch commit gate (even if that
>> >> >> means they did so in the context of other un-backported patches). I haven't
>> >> >> checked but given the timings and http://logs.test-lab.xenproject.org/osste
>
>> >> >> st/results/all-branch-statuses.txt indicating our seabios branch is up to
>> >> >> date I expect this is the case.
>> >> >>
>> >> >> There is some risk to this, but SeaBIOS gets a fairly small number of
>> >> >> changes so the stable branches do not stray too far from master in general
>> >> >> so I think this approach is fine.
>> >> >>
>> >> >> IOW it would be fine to push upstreams 1.9-stable to our repo along with
>> >> >> the rel-1.9.1 tag and to then apply this patch.
>> >> >>
>> >> >
>> >> > Makes sense.
>> >> >
>> >>
>> >> ping?
>> >>
>> >
>> > With my recently acquired seabios maintainer hat on:
>> >
>> > Acked-by: Wei Liu <wei.liu2@citrix.com>
>> >
>> > One of the committers will need to pick this up to do the actual push.
>>
>> I can't see a rel-1.9.1 tag yet in the repo on xenbits, so - are you
>> sure?
>>
>
> That's what I meant -- a committer needs to fetch from upstream tree
> then push the tag to our own seabios tree before applying this patch.
>
> The upstream tree is at git://git.seabios.org/seabios.git .
>
> If you can handle that, it would be great. :-)
I'd rather leave this to someone being a better friend with git
than I am, so Ian, maybe you could do this?
Ultimately I think you, Wei, should really have commit rights
on that particular tree, to efficiently fulfill your role as its
maintainer.
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-24 15:44 ` Jan Beulich
@ 2016-02-24 15:50 ` Wei Liu
2016-02-26 19:02 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 11+ messages in thread
From: Wei Liu @ 2016-02-24 15:50 UTC (permalink / raw)
To: Jan Beulich
Cc: Tim Deegan, Keir Fraser, IanCampbell, Doug Goldstein, Ian Jackson,
xen-devel, Wei Liu
On Wed, Feb 24, 2016 at 08:44:44AM -0700, Jan Beulich wrote:
> >>> On 24.02.16 at 16:18, <wei.liu2@citrix.com> wrote:
> > On Wed, Feb 24, 2016 at 08:14:09AM -0700, Jan Beulich wrote:
> >> >>> On 24.02.16 at 15:41, <wei.liu2@citrix.com> wrote:
> >> > On Wed, Feb 24, 2016 at 08:34:31AM -0600, Doug Goldstein wrote:
> >> >> On 2/16/16 7:52 AM, Wei Liu wrote:
> >> >> > On Tue, Feb 16, 2016 at 01:43:26PM +0000, Ian Campbell wrote:
> >> >> >> On Mon, 2016-02-15 at 16:13 +0000, Wei Liu wrote:
> >> >> >>> On Mon, Feb 15, 2016 at 08:38:02AM -0600, Doug Goldstein wrote:
> >> >> >>>> Switch from tracking a commit post 1.9.0 to the 1.9.1 release.
> >> >> >>>>
> >> >> >>>
> >> >> >>> Thanks for this patch.
> >> >> >>>
> >> >> >>> We can't apply this patch just yet. We need to wait a bit until the
> >> >> >>> change to upstream trickles down to our own tree [0] -- OSSTest will
> >> >> >>> work on that shortly. See [1] for an example output.
> >> >> >>
> >> >> >> Our osstest branch only tests seabios.git#master whereas this is tracking
> >> >> >> the 1.9.x stable branch.
> >> >> >>
> >> >> >> I don't think we really want/need the overhead of testing multiple
> > branches
> >> >> >> of SeaBIOS, so IMHO it is sufficient to observe that all of the commits on
> >> >> >> the stable branch have passed our master branch commit gate (even if that
> >> >> >> means they did so in the context of other un-backported patches). I haven't
> >> >> >> checked but given the timings and http://logs.test-lab.xenproject.org/osste
> >
> >> >> >> st/results/all-branch-statuses.txt indicating our seabios branch is up to
> >> >> >> date I expect this is the case.
> >> >> >>
> >> >> >> There is some risk to this, but SeaBIOS gets a fairly small number of
> >> >> >> changes so the stable branches do not stray too far from master in general
> >> >> >> so I think this approach is fine.
> >> >> >>
> >> >> >> IOW it would be fine to push upstreams 1.9-stable to our repo along with
> >> >> >> the rel-1.9.1 tag and to then apply this patch.
> >> >> >>
> >> >> >
> >> >> > Makes sense.
> >> >> >
> >> >>
> >> >> ping?
> >> >>
> >> >
> >> > With my recently acquired seabios maintainer hat on:
> >> >
> >> > Acked-by: Wei Liu <wei.liu2@citrix.com>
> >> >
> >> > One of the committers will need to pick this up to do the actual push.
> >>
> >> I can't see a rel-1.9.1 tag yet in the repo on xenbits, so - are you
> >> sure?
> >>
> >
> > That's what I meant -- a committer needs to fetch from upstream tree
> > then push the tag to our own seabios tree before applying this patch.
> >
> > The upstream tree is at git://git.seabios.org/seabios.git .
> >
> > If you can handle that, it would be great. :-)
>
> I'd rather leave this to someone being a better friend with git
> than I am, so Ian, maybe you could do this?
>
This is fine. It's not very urgent anyway.
> Ultimately I think you, Wei, should really have commit rights
> on that particular tree, to efficiently fulfill your role as its
> maintainer.
This works for me, too.
Wei.
>
> Jan
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
2016-02-24 15:50 ` Wei Liu
@ 2016-02-26 19:02 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 11+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-02-26 19:02 UTC (permalink / raw)
To: Wei Liu
Cc: Keir Fraser, IanCampbell, Tim Deegan, Ian Jackson, xen-devel,
Jan Beulich, Doug Goldstein
> > >> I can't see a rel-1.9.1 tag yet in the repo on xenbits, so - are you
> > >> sure?
> > >>
> > >
> > > That's what I meant -- a committer needs to fetch from upstream tree
> > > then push the tag to our own seabios tree before applying this patch.
> > >
> > > The upstream tree is at git://git.seabios.org/seabios.git .
> > >
> > > If you can handle that, it would be great. :-)
> >
> > I'd rather leave this to someone being a better friend with git
> > than I am, so Ian, maybe you could do this?
> >
>
> This is fine. It's not very urgent anyway.
Pushed the new tag in seabios.git and also pushed this patch in staging.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2016-02-26 19:02 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 14:38 [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1 Doug Goldstein
2016-02-15 16:13 ` Wei Liu
2016-02-16 13:43 ` Ian Campbell
2016-02-16 13:52 ` Wei Liu
2016-02-24 14:34 ` Doug Goldstein
2016-02-24 14:41 ` Wei Liu
2016-02-24 15:14 ` Jan Beulich
2016-02-24 15:18 ` Wei Liu
2016-02-24 15:44 ` Jan Beulich
2016-02-24 15:50 ` Wei Liu
2016-02-26 19:02 ` Konrad Rzeszutek Wilk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).