Re: [Xen-devel] [PATCH v4 0/2] misc safety certification fixes

2018-12-21 Thread Stefano Stabellini
On Fri, 21 Dec 2018, Julien Grall wrote: > Hi, > > On 21/12/2018 09:27, Jan Beulich wrote: > > > > > On 20.12.18 at 18:26, wrote: > > > On 11/12/18 11:06 PM, Stefano Stabellini wrote: > > > Discussing with Stefano today, he is aiming to get this series for Xen > > > 4.12. I will be away until the

Re: [Xen-devel] [PATCH v4 0/2] misc safety certification fixes

2018-12-21 Thread Julien Grall
Hi, On 21/12/2018 09:27, Jan Beulich wrote: On 20.12.18 at 18:26, wrote: On 11/12/18 11:06 PM, Stefano Stabellini wrote: Discussing with Stefano today, he is aiming to get this series for Xen 4.12. I will be away until the x86/common code freeze. I agree with him that I will waive my ack if i

Re: [Xen-devel] [PATCH v4 0/2] misc safety certification fixes

2018-12-21 Thread Jan Beulich
>>> On 20.12.18 at 18:26, wrote: > On 11/12/18 11:06 PM, Stefano Stabellini wrote: > Discussing with Stefano today, he is aiming to get this series for Xen > 4.12. I will be away until the x86/common code freeze. > > I agree with him that I will waive my ack if it gets reviewed by any > committ

Re: [Xen-devel] [PATCH v4 0/2] misc safety certification fixes

2018-12-20 Thread Julien Grall
(+ Juergen) On 11/12/18 11:06 PM, Stefano Stabellini wrote: Hi all, Hi, Discussing with Stefano today, he is aiming to get this series for Xen 4.12. I will be away until the x86/common code freeze. I agree with him that I will waive my ack if it gets reviewed by any committers. Cheers,

[Xen-devel] [PATCH v4 0/2] misc safety certification fixes

2018-11-12 Thread Stefano Stabellini
Hi all, The first patch introduces a new macro that is used throughout the code in patch #2 to access _stext, _etext pointers and friends. Cheers, Stefano Stefano Stabellini (2): xen: introduce SYMBOL xen: use SYMBOL when required xen/arch/arm/alternative.c| 7 --- xe