Message ID | 1452771149-73095-1-git-send-email-roger.pau@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
>>> On 14.01.16 at 12:32, <roger.pau@citrix.com> wrote: > --- a/Config.mk > +++ b/Config.mk > @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?= d25773c8afa2f4dbbb466116daeb60159ddd22bd > # Thu Dec 3 11:23:25 2015 +0000 > # mini-os: Include libxentoollog with libxc > > -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0 > -# Tue Nov 17 09:18:44 2015 -0500 > -# docs: Note v1.9.0 release > +SEABIOS_UPSTREAM_REVISION ?= 44250252eeaefd5e81bae2f73639bd323682217b > +# Thu Jan 7 12:02:51 2016 -0500 > +# tpm: Do not set TPM in failure mode if menu command fails > +# NB: we should try to update to a rel-* version before releasing Xen. Assuming they cut a 1.9.1 by then including that fix, won't we risk moving backwards in that case? Wouldn't it be better in such a situation to follow the ipxe model and apply patches on top of the most recent release? Jan
On Thu, 2016-01-14 at 06:00 -0700, Jan Beulich wrote: > > > > On 14.01.16 at 12:32, <roger.pau@citrix.com> wrote: > > --- a/Config.mk > > +++ b/Config.mk > > @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?= > > d25773c8afa2f4dbbb466116daeb60159ddd22bd > > # Thu Dec 3 11:23:25 2015 +0000 > > # mini-os: Include libxentoollog with libxc > > > > -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0 > > -# Tue Nov 17 09:18:44 2015 -0500 > > -# docs: Note v1.9.0 release > > +SEABIOS_UPSTREAM_REVISION ?= 44250252eeaefd5e81bae2f73639bd323682217b > > +# Thu Jan 7 12:02:51 2016 -0500 > > +# tpm: Do not set TPM in failure mode if menu command fails > > +# NB: we should try to update to a rel-* version before releasing Xen. > > Assuming they cut a 1.9.1 by then including that fix, won't we risk > moving backwards in that case? Wouldn't it be better in such a > situation to follow the ipxe model and apply patches on top of the > most recent release? Good point. I shall drop seabios-devel a line re 1.9.1 or 1.10.0 and see what's what. Ian.
diff --git a/Config.mk b/Config.mk index 62f8209..7b101e3 100644 --- a/Config.mk +++ b/Config.mk @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?= d25773c8afa2f4dbbb466116daeb60159ddd22bd # Thu Dec 3 11:23:25 2015 +0000 # mini-os: Include libxentoollog with libxc -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0 -# Tue Nov 17 09:18:44 2015 -0500 -# docs: Note v1.9.0 release +SEABIOS_UPSTREAM_REVISION ?= 44250252eeaefd5e81bae2f73639bd323682217b +# Thu Jan 7 12:02:51 2016 -0500 +# tpm: Do not set TPM in failure mode if menu command fails +# NB: we should try to update to a rel-* version before releasing Xen. ETHERBOOT_NICS ?= rtl8139 8086100e
This is the last revision that passed the OSSTest push gate, and is needed in order to pickup the build fix contained in 3b8c53. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- Cc: Ian Campbell <ian.campbell@citrix.com> Cc: Ian Jackson <ian.jackson@eu.citrix.com> Cc: Jan Beulich <jbeulich@suse.com> Cc: Keir Fraser <keir@xen.org> Cc: Tim Deegan <tim@xen.org> Remember to also push 442502 into seabios.git. --- Config.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)