Re: [PATCH v3 2/4] xen: change to

2023-02-28 Thread Oleksii
On Tue, 2023-02-28 at 14:30 +0100, Jan Beulich wrote: > On 28.02.2023 14:07, Oleksii wrote: > > On Sat, 2023-02-25 at 16:47 +, Julien Grall wrote: > > > On 24/02/2023 11:31, Oleksii Kurochko wrote: > > > > --- a/xen/arch/arm/include/asm/bug.h > > > > +++ b/xen/arch/arm/include/asm/bug.h > > >

Re: [PATCH v3 2/4] xen: change to

2023-02-28 Thread Julien Grall
On 28/02/2023 12:38, Oleksii wrote: Hi Julien, Hi, On Sat, 2023-02-25 at 16:47 +, Julien Grall wrote: Hi Oleksii, On 24/02/2023 11:31, Oleksii Kurochko wrote: Since the generic version of bug.h stuff was introduced use instead of unnecessary Signed-off-by: Oleksii Kurochko ---

Re: [PATCH v3 2/4] xen: change to

2023-02-28 Thread Jan Beulich
On 28.02.2023 14:07, Oleksii wrote: > On Sat, 2023-02-25 at 16:47 +, Julien Grall wrote: >> On 24/02/2023 11:31, Oleksii Kurochko wrote: >>> --- a/xen/arch/arm/include/asm/bug.h >>> +++ b/xen/arch/arm/include/asm/bug.h >>> @@ -1,6 +1,8 @@ >>>   #ifndef __ARM_BUG_H__ >>>   #define __ARM_BUG_H__

Re: [PATCH v3 2/4] xen: change to

2023-02-28 Thread Oleksii
On Mon, 2023-02-27 at 15:29 +0100, Jan Beulich wrote: > On 24.02.2023 12:31, Oleksii Kurochko wrote: > > Since the generic version of bug.h stuff was introduced use > > > > instead of unnecessary > > You keep saying "unnecessary" here, but that's not really correct. > Including asm/bug.h alone

Re: [PATCH v3 2/4] xen: change to

2023-02-28 Thread Oleksii
On Sat, 2023-02-25 at 16:47 +, Julien Grall wrote: > Hi Oleksii, > > On 24/02/2023 11:31, Oleksii Kurochko wrote: > > Since the generic version of bug.h stuff was introduced use > > > > instead of unnecessary > > > > Signed-off-by: Oleksii Kurochko > > --- > > Changes in V3: > >   *

Re: [PATCH v3 2/4] xen: change to

2023-02-28 Thread Oleksii
Hi Julien, On Sat, 2023-02-25 at 16:47 +, Julien Grall wrote: > Hi Oleksii, > > On 24/02/2023 11:31, Oleksii Kurochko wrote: > > Since the generic version of bug.h stuff was introduced use > > > > instead of unnecessary > > > > Signed-off-by: Oleksii Kurochko > > --- > > Changes in V3: >

Re: [PATCH v3 2/4] xen: change to

2023-02-27 Thread Jan Beulich
On 24.02.2023 12:31, Oleksii Kurochko wrote: > Since the generic version of bug.h stuff was introduced use > instead of unnecessary You keep saying "unnecessary" here, but that's not really correct. Including asm/bug.h alone simply becomes meaningless. So how about "... instead of now useless

Re: [PATCH v3 2/4] xen: change to

2023-02-25 Thread Julien Grall
Hi Oleksii, On 24/02/2023 11:31, Oleksii Kurochko wrote: Since the generic version of bug.h stuff was introduced use instead of unnecessary Signed-off-by: Oleksii Kurochko --- Changes in V3: * Update patch 2 not to break compilation: move some parts from patches 3 and 4 to patch 2:

[PATCH v3 2/4] xen: change to

2023-02-24 Thread Oleksii Kurochko
Since the generic version of bug.h stuff was introduced use instead of unnecessary Signed-off-by: Oleksii Kurochko --- Changes in V3: * Update patch 2 not to break compilation: move some parts from patches 3 and 4 to patch 2: * move some generic parts from to * add define