Re: [PATCH] x86/mem_sharing: silence ubsan warning

2021-01-18 Thread Tamas K Lengyel
On Mon, Jan 18, 2021 at 4:10 AM Jan Beulich wrote: > > On 18.01.2021 02:38, Tamas K Lengyel wrote: > > On Mon, Jan 4, 2021 at 12:21 PM Tamas K Lengyel wrote: > >> > >> On Mon, Jan 4, 2021 at 7:31 AM Andrew Cooper > >> wrote: > >>> > >>> On 03/01/2021 18:47, Tamas K Lengyel wrote: > Running

Re: [PATCH] x86/mem_sharing: silence ubsan warning

2021-01-18 Thread Jan Beulich
On 18.01.2021 02:38, Tamas K Lengyel wrote: > On Mon, Jan 4, 2021 at 12:21 PM Tamas K Lengyel wrote: >> >> On Mon, Jan 4, 2021 at 7:31 AM Andrew Cooper >> wrote: >>> >>> On 03/01/2021 18:47, Tamas K Lengyel wrote: Running Xen compiled with UBSAN produces a warning for mismatched size.

Re: [PATCH] x86/mem_sharing: silence ubsan warning

2021-01-17 Thread Tamas K Lengyel
On Mon, Jan 4, 2021 at 12:21 PM Tamas K Lengyel wrote: > > On Mon, Jan 4, 2021 at 7:31 AM Andrew Cooper > wrote: > > > > On 03/01/2021 18:47, Tamas K Lengyel wrote: > > > Running Xen compiled with UBSAN produces a warning for mismatched size. > > > It's > > > benign but this patch silences the

Re: [PATCH] x86/mem_sharing: silence ubsan warning

2021-01-04 Thread Tamas K Lengyel
On Mon, Jan 4, 2021 at 7:31 AM Andrew Cooper wrote: > > On 03/01/2021 18:47, Tamas K Lengyel wrote: > > Running Xen compiled with UBSAN produces a warning for mismatched size. It's > > benign but this patch silences the warning. > > > > Signed-off-by: Tamas K Lengyel > > --- > > xen/arch/x86/mm/

Re: [PATCH] x86/mem_sharing: silence ubsan warning

2021-01-04 Thread Andrew Cooper
On 03/01/2021 18:47, Tamas K Lengyel wrote: > Running Xen compiled with UBSAN produces a warning for mismatched size. It's > benign but this patch silences the warning. > > Signed-off-by: Tamas K Lengyel > --- > xen/arch/x86/mm/mem_sharing.c | 5 - > 1 file changed, 4 insertions(+), 1 deletio

[PATCH] x86/mem_sharing: silence ubsan warning

2021-01-03 Thread Tamas K Lengyel
Running Xen compiled with UBSAN produces a warning for mismatched size. It's benign but this patch silences the warning. Signed-off-by: Tamas K Lengyel --- xen/arch/x86/mm/mem_sharing.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xen/arch/x86/mm/mem_sharing.c b/xen/ar