Re: [PATCH v4 12/14] xen/asm-generic: introduce stub header softirq.h

2023-11-29 Thread Shawn Anastasio
Hi Oleksii, On 11/27/23 8:13 AM, Oleksii Kurochko wrote: > is common between Arm, PPC and RISC-V so it is > moved to asm-generic. > > Drop Arm and PPC's softirq.h and use asm-generic version instead. > Acked-by: Shawn Anastasio Thanks, Shawn

Re: [PATCH v4 12/14] xen/asm-generic: introduce stub header softirq.h

2023-11-29 Thread Shawn Anastasio
Hi Oleksii, On 11/27/23 8:13 AM, Oleksii Kurochko wrote: > is common between Arm, PPC and RISC-V so it is > moved to asm-generic. > > Drop Arm and PPC's softirq.h and use asm-generic version instead. > Acked-by: Shawn Anastasio Thanks, Shawn

Re: [PATCH v4 12/14] xen/asm-generic: introduce stub header softirq.h

2023-11-27 Thread Oleksii
On Mon, 2023-11-27 at 15:36 +0100, Jan Beulich wrote: > On 27.11.2023 15:13, Oleksii Kurochko wrote: > > is common between Arm, PPC and RISC-V so it is > > moved to asm-generic. > > > > Drop Arm and PPC's softirq.h and use asm-generic version instead. > > > > Signed-off-by: Oleksii Kurochko > >

Re: [PATCH v4 12/14] xen/asm-generic: introduce stub header softirq.h

2023-11-27 Thread Jan Beulich
On 27.11.2023 15:13, Oleksii Kurochko wrote: > is common between Arm, PPC and RISC-V so it is > moved to asm-generic. > > Drop Arm and PPC's softirq.h and use asm-generic version instead. > > Signed-off-by: Oleksii Kurochko > Reviewed-by: Michal Orzel > Added Acked-by: Jan Beulich In case a

[PATCH v4 12/14] xen/asm-generic: introduce stub header softirq.h

2023-11-27 Thread Oleksii Kurochko
is common between Arm, PPC and RISC-V so it is moved to asm-generic. Drop Arm and PPC's softirq.h and use asm-generic version instead. Signed-off-by: Oleksii Kurochko Reviewed-by: Michal Orzel Added Acked-by: Jan Beulich --- Changes in V4: - Added Reviewed-by: Michal Orzel - Added Acked-by