Re: [PATCH v4 11/11] xen/x86: remove cf_check attribute from hypercall handlers

2022-03-22 Thread Teo Couprie Diaz
Hello, On 3/10/22 02:34, Juergen Gross wrote: Now that the hypercall handlers are all being called directly instead through a function vector, the "cf_check" attribute can be removed. Signed-off-by: Juergen Gross Tested-by: Téo Couprie Diaz I tested the latest patch series on Armv8 on the

Re: [PATCH v4 11/11] xen/x86: remove cf_check attribute from hypercall handlers

2022-03-17 Thread Jan Beulich
On 17.03.2022 17:47, Jan Beulich wrote: > On 10.03.2022 08:34, Juergen Gross wrote: >> Now that the hypercall handlers are all being called directly instead >> through a function vector, the "cf_check" attribute can be removed. >> >> Signed-off-by: Juergen Gross >> --- >> V4: >> - new patch >>

Re: [PATCH v4 11/11] xen/x86: remove cf_check attribute from hypercall handlers

2022-03-17 Thread Juergen Gross
On 17.03.22 17:47, Jan Beulich wrote: On 10.03.2022 08:34, Juergen Gross wrote: Now that the hypercall handlers are all being called directly instead through a function vector, the "cf_check" attribute can be removed. Signed-off-by: Juergen Gross --- V4: - new patch ---

Re: [PATCH v4 11/11] xen/x86: remove cf_check attribute from hypercall handlers

2022-03-17 Thread Jan Beulich
On 10.03.2022 08:34, Juergen Gross wrote: > Now that the hypercall handlers are all being called directly instead > through a function vector, the "cf_check" attribute can be removed. > > Signed-off-by: Juergen Gross > --- > V4: > - new patch > --- > xen/arch/x86/compat.c | 6

Re: [PATCH v4 11/11] xen/x86: remove cf_check attribute from hypercall handlers

2022-03-14 Thread Daniel P. Smith
On 3/10/22 02:34, Juergen Gross wrote: > Now that the hypercall handlers are all being called directly instead > through a function vector, the "cf_check" attribute can be removed. > > Signed-off-by: Juergen Gross > --- > V4: > - new patch > --- > xen/arch/x86/compat.c | 6 +++---

[PATCH v4 11/11] xen/x86: remove cf_check attribute from hypercall handlers

2022-03-09 Thread Juergen Gross
Now that the hypercall handlers are all being called directly instead through a function vector, the "cf_check" attribute can be removed. Signed-off-by: Juergen Gross --- V4: - new patch --- xen/arch/x86/compat.c | 6 +++--- xen/arch/x86/cpu/mcheck/mce.c | 2 +-