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
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.
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
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/
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
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