All of lore.kernel.org
 help / color / mirror / Atom feed
* Tools backport request for Xen 4.14
@ 2020-10-09 17:47 Julien Grall
  2020-10-09 18:49 ` Elliott Mitchell
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Grall @ 2020-10-09 17:47 UTC (permalink / raw)
  To: Ian Jackson, Jan Beulich; +Cc: xen-devel, Bertrand Marquis, ba1020

Hi Ian & Jan,

Would it be possible to consider backporting to 4.14 the following tools 
commit:

d25cc3ec93eb "libxl: workaround gcc 10.2 maybe-uninitialized warning"

This would help to build Xen tools on Debian Testing with GCC 10. I 
haven't build itself myself, so I can't promise this is only one :).

Cheers,

-- 
Julien Grall


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

* Re: Tools backport request for Xen 4.14
  2020-10-09 17:47 Tools backport request for Xen 4.14 Julien Grall
@ 2020-10-09 18:49 ` Elliott Mitchell
  2020-11-09 18:03   ` Ian Jackson
  0 siblings, 1 reply; 5+ messages in thread
From: Elliott Mitchell @ 2020-10-09 18:49 UTC (permalink / raw)
  To: Julien Grall
  Cc: Ian Jackson, Jan Beulich, xen-devel, Bertrand Marquis, ba1020

On Fri, Oct 09, 2020 at 06:47:22PM +0100, Julien Grall wrote:
> Would it be possible to consider backporting to 4.14 the following tools 
> commit:
> 
> d25cc3ec93eb "libxl: workaround gcc 10.2 maybe-uninitialized warning"
> 
> This would help to build Xen tools on Debian Testing with GCC 10. I 
> haven't build itself myself, so I can't promise this is only one :).

From Debian's repository:
https://salsa.debian.org/xen-team/debian-xen.git

The master and knorrie/4.14 branches include that commit.  They will
hopefully soon include all the Debian-specific bits for cross-building
too.


-- 
(\___(\___(\______          --=> 8-) EHM <=--          ______/)___/)___/)
 \BS (    |         ehem+sigmsg@m5p.com  PGP 87145445         |    )   /
  \_CS\   |  _____  -O #include <stddisclaimer.h> O-   _____  |   /  _/
8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/___/5445




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

* Re: Tools backport request for Xen 4.14
  2020-10-09 18:49 ` Elliott Mitchell
@ 2020-11-09 18:03   ` Ian Jackson
  2020-11-09 18:47     ` Olaf Hering
  2020-11-10  7:47     ` Jan Beulich
  0 siblings, 2 replies; 5+ messages in thread
From: Ian Jackson @ 2020-11-09 18:03 UTC (permalink / raw)
  To: Elliott Mitchell
  Cc: Julien Grall, Jan Beulich, xen-devel, Bertrand Marquis, ba1020

Elliott Mitchell writes ("Re: Tools backport request for Xen 4.14"):
> On Fri, Oct 09, 2020 at 06:47:22PM +0100, Julien Grall wrote:
> > Would it be possible to consider backporting to 4.14 the following tools 
> > commit:
> > 
> > d25cc3ec93eb "libxl: workaround gcc 10.2 maybe-uninitialized warning"
> > 
> > This would help to build Xen tools on Debian Testing with GCC 10. I 
> > haven't build itself myself, so I can't promise this is only one :).
> 
> >From Debian's repository:
> https://salsa.debian.org/xen-team/debian-xen.git
> 
> The master and knorrie/4.14 branches include that commit.  They will
> hopefully soon include all the Debian-specific bits for cross-building
> too.

I have now backported all of the GCC10 fixes to all the supported Xen
branches (ie back to 4.12).  Upstream staging-* now builds on Debian
sid, for me.  Sorry for not getting to this earlier.

Ian.


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

* Re: Tools backport request for Xen 4.14
  2020-11-09 18:03   ` Ian Jackson
@ 2020-11-09 18:47     ` Olaf Hering
  2020-11-10  7:47     ` Jan Beulich
  1 sibling, 0 replies; 5+ messages in thread
From: Olaf Hering @ 2020-11-09 18:47 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

On Mon, Nov 09, Ian Jackson wrote:

> I have now backported all of the GCC10 fixes to all the supported Xen
> branches (ie back to 4.12).

Please consider also these commits:

55ab292c42 stubdom/vtpm: include stdio.h for declaration of printf
c3999835df libxl: Offer API versions 0x040700 and 0x040800
f1d376a825 stubdom/vtpm: add extern to function declarations

Olaf

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: Tools backport request for Xen 4.14
  2020-11-09 18:03   ` Ian Jackson
  2020-11-09 18:47     ` Olaf Hering
@ 2020-11-10  7:47     ` Jan Beulich
  1 sibling, 0 replies; 5+ messages in thread
From: Jan Beulich @ 2020-11-10  7:47 UTC (permalink / raw)
  To: Ian Jackson
  Cc: Julien Grall, xen-devel, Bertrand Marquis, ba1020, Elliott Mitchell

On 09.11.2020 19:03, Ian Jackson wrote:
> Elliott Mitchell writes ("Re: Tools backport request for Xen 4.14"):
>> On Fri, Oct 09, 2020 at 06:47:22PM +0100, Julien Grall wrote:
>>> Would it be possible to consider backporting to 4.14 the following tools 
>>> commit:
>>>
>>> d25cc3ec93eb "libxl: workaround gcc 10.2 maybe-uninitialized warning"
>>>
>>> This would help to build Xen tools on Debian Testing with GCC 10. I 
>>> haven't build itself myself, so I can't promise this is only one :).
>>
>> >From Debian's repository:
>> https://salsa.debian.org/xen-team/debian-xen.git
>>
>> The master and knorrie/4.14 branches include that commit.  They will
>> hopefully soon include all the Debian-specific bits for cross-building
>> too.
> 
> I have now backported all of the GCC10 fixes to all the supported Xen
> branches (ie back to 4.12).

Just to clarify: 4.12 is only security supported at this point, from
all I can tell.

Jan


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

end of thread, other threads:[~2020-11-10  7:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 17:47 Tools backport request for Xen 4.14 Julien Grall
2020-10-09 18:49 ` Elliott Mitchell
2020-11-09 18:03   ` Ian Jackson
2020-11-09 18:47     ` Olaf Hering
2020-11-10  7:47     ` Jan Beulich

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.