Re: [Xen-devel] [PATCH v6 03/11] x86: provide executable fixmap facility

2020-02-03 Thread Wei Liu
On Mon, Feb 03, 2020 at 02:10:07PM +0100, Jan Beulich wrote: > On 31.01.2020 18:49, Wei Liu wrote: > > --- a/xen/arch/x86/xen.lds.S > > +++ b/xen/arch/x86/xen.lds.S > > @@ -2,6 +2,8 @@ > > /* Modified for i386/x86-64 Xen by Keir Fraser */ > > > > #include > > + > > +#include > > I don't thin

Re: [Xen-devel] [PATCH v6 03/11] x86: provide executable fixmap facility

2020-02-03 Thread Jan Beulich
On 31.01.2020 18:49, Wei Liu wrote: > --- a/xen/arch/x86/xen.lds.S > +++ b/xen/arch/x86/xen.lds.S > @@ -2,6 +2,8 @@ > /* Modified for i386/x86-64 Xen by Keir Fraser */ > > #include > + > +#include I don't think you need this anymore? If so, with this dropped Reviewed-by: Jan Beulich Otherwi