All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH] Config.mk: update OVMF to edk2-stable202108
@ 2021-08-31 12:36 Anthony PERARD
  2021-08-31 13:01 ` Jan Beulich
  2021-08-31 13:58 ` Ian Jackson
  0 siblings, 2 replies; 6+ messages in thread
From: Anthony PERARD @ 2021-08-31 12:36 UTC (permalink / raw)
  To: xen-devel
  Cc: Anthony PERARD, Andrew Cooper, George Dunlap, Ian Jackson,
	Jan Beulich, Julien Grall, Stefano Stabellini, Wei Liu

Update to the latest stable tag.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index 4d723eec1d0d..82b0c7c22743 100644
--- a/Config.mk
+++ b/Config.mk
@@ -244,7 +244,7 @@ QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-traditional.git
 SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
-OVMF_UPSTREAM_REVISION ?= b37cfdd2807181aed2fee1e17bd7ec1190db266a
+OVMF_UPSTREAM_REVISION ?= 7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5
 QEMU_UPSTREAM_REVISION ?= master
 MINIOS_UPSTREAM_REVISION ?= 051b87bb9c19609976fb038f386920e1ce5454c5
 
-- 
Anthony PERARD



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [XEN PATCH] Config.mk: update OVMF to edk2-stable202108
  2021-08-31 12:36 [XEN PATCH] Config.mk: update OVMF to edk2-stable202108 Anthony PERARD
@ 2021-08-31 13:01 ` Jan Beulich
  2021-08-31 13:48   ` Anthony PERARD
  2021-08-31 13:58 ` Ian Jackson
  1 sibling, 1 reply; 6+ messages in thread
From: Jan Beulich @ 2021-08-31 13:01 UTC (permalink / raw)
  To: Anthony PERARD
  Cc: Andrew Cooper, George Dunlap, Ian Jackson, Julien Grall,
	Stefano Stabellini, Wei Liu, xen-devel

On 31.08.2021 14:36, Anthony PERARD wrote:
> Update to the latest stable tag.

Largely out of curiosity - if that's truly a tag, ...

> --- a/Config.mk
> +++ b/Config.mk
> @@ -244,7 +244,7 @@ QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-traditional.git
>  SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
>  MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
>  endif
> -OVMF_UPSTREAM_REVISION ?= b37cfdd2807181aed2fee1e17bd7ec1190db266a
> +OVMF_UPSTREAM_REVISION ?= 7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5

... why not refer to it here and instead spell out a hash?

Jan



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [XEN PATCH] Config.mk: update OVMF to edk2-stable202108
  2021-08-31 13:01 ` Jan Beulich
@ 2021-08-31 13:48   ` Anthony PERARD
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony PERARD @ 2021-08-31 13:48 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Andrew Cooper, George Dunlap, Ian Jackson, Julien Grall,
	Stefano Stabellini, Wei Liu, xen-devel

On Tue, Aug 31, 2021 at 03:01:54PM +0200, Jan Beulich wrote:
> On 31.08.2021 14:36, Anthony PERARD wrote:
> > Update to the latest stable tag.
> 
> Largely out of curiosity - if that's truly a tag, ...

Well, it's a git tag, but it's not signed by upstream :-(.

Upstream started to do a release for OVMF every 3 months somewhat
recently. They will stop taking new feature and only take fixes for a
couple of weeks, then tag the tree.

> > --- a/Config.mk
> > +++ b/Config.mk
> > @@ -244,7 +244,7 @@ QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-traditional.git
> >  SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
> >  MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
> >  endif
> > -OVMF_UPSTREAM_REVISION ?= b37cfdd2807181aed2fee1e17bd7ec1190db266a
> > +OVMF_UPSTREAM_REVISION ?= 7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5
> 
> ... why not refer to it here and instead spell out a hash?

Since the tag isn't signed, it's probably better to keep using a hash.

-- 
Anthony PERARD


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [XEN PATCH] Config.mk: update OVMF to edk2-stable202108
  2021-08-31 12:36 [XEN PATCH] Config.mk: update OVMF to edk2-stable202108 Anthony PERARD
  2021-08-31 13:01 ` Jan Beulich
@ 2021-08-31 13:58 ` Ian Jackson
  2021-09-28  7:17   ` Anthony PERARD
  1 sibling, 1 reply; 6+ messages in thread
From: Ian Jackson @ 2021-08-31 13:58 UTC (permalink / raw)
  To: Anthony PERARD
  Cc: xen-devel, Andrew Cooper, George Dunlap, Jan Beulich,
	Julien Grall, Stefano Stabellini, Wei Liu

Anthony PERARD writes ("[XEN PATCH] Config.mk: update OVMF to edk2-stable202108"):
> Update to the latest stable tag.

Thanks.  I am OK with this but I think we should hold off committing
it until the XSA fallout has been sorted.

Ian.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [XEN PATCH] Config.mk: update OVMF to edk2-stable202108
  2021-08-31 13:58 ` Ian Jackson
@ 2021-09-28  7:17   ` Anthony PERARD
  2021-09-28 11:51     ` Ian Jackson
  0 siblings, 1 reply; 6+ messages in thread
From: Anthony PERARD @ 2021-09-28  7:17 UTC (permalink / raw)
  To: Ian Jackson
  Cc: xen-devel, Andrew Cooper, George Dunlap, Jan Beulich,
	Julien Grall, Stefano Stabellini, Wei Liu

On Tue, Aug 31, 2021 at 02:58:36PM +0100, Ian Jackson wrote:
> Anthony PERARD writes ("[XEN PATCH] Config.mk: update OVMF to edk2-stable202108"):
> > Update to the latest stable tag.
> 
> Thanks.  I am OK with this but I think we should hold off committing
> it until the XSA fallout has been sorted.

Hopefully, this is sorted now. Time to commit the patch?

Thanks,

-- 
Anthony PERARD


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [XEN PATCH] Config.mk: update OVMF to edk2-stable202108
  2021-09-28  7:17   ` Anthony PERARD
@ 2021-09-28 11:51     ` Ian Jackson
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Jackson @ 2021-09-28 11:51 UTC (permalink / raw)
  To: Anthony PERARD
  Cc: xen-devel, Andrew Cooper, George Dunlap, Jan  Beulich,
	Julien Grall, Stefano  Stabellini, Wei Liu

Anthony PERARD writes ("Re: [XEN PATCH] Config.mk: update OVMF to edk2-stable202108"):
> On Tue, Aug 31, 2021 at 02:58:36PM +0100, Ian Jackson wrote:
> > Anthony PERARD writes ("[XEN PATCH] Config.mk: update OVMF to edk2-stable202108"):
> > > Update to the latest stable tag.
> > 
> > Thanks.  I am OK with this but I think we should hold off committing
> > it until the XSA fallout has been sorted.
> 
> Hopefully, this is sorted now. Time to commit the patch?

Well, things are still not good, but, yes, I have committed this.

git seems to have auto-merged this successfully with the Mini-OS
version update.

Ian.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-28 11:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31 12:36 [XEN PATCH] Config.mk: update OVMF to edk2-stable202108 Anthony PERARD
2021-08-31 13:01 ` Jan Beulich
2021-08-31 13:48   ` Anthony PERARD
2021-08-31 13:58 ` Ian Jackson
2021-09-28  7:17   ` Anthony PERARD
2021-09-28 11:51     ` Ian Jackson

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.