Re: [PATCH 1/3] xen/riscv: Drop legacy __ro_after_init definition

2024-06-24 Thread Oleksii
On Mon, 2024-06-24 at 10:04 +0200, Jan Beulich wrote: > On 24.06.2024 10:02, Oleksii wrote: > > On Fri, 2024-06-21 at 21:19 +0100, Andrew Cooper wrote: > > > Hide the legacy __ro_after_init definition in xen/cache.h for > > > RISC-V, > > > to avoid > > > its use creeping in.  Only mm.c needs adjust

Re: [PATCH 1/3] xen/riscv: Drop legacy __ro_after_init definition

2024-06-24 Thread Oleksii
On Fri, 2024-06-21 at 21:19 +0100, Andrew Cooper wrote: > Hide the legacy __ro_after_init definition in xen/cache.h for RISC-V, > to avoid > its use creeping in.  Only mm.c needs adjusting as a consequence > > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: Oleksii Kurochko

Re: [PATCH 1/3] xen/riscv: Drop legacy __ro_after_init definition

2024-06-24 Thread Jan Beulich
On 24.06.2024 10:02, Oleksii wrote: > On Fri, 2024-06-21 at 21:19 +0100, Andrew Cooper wrote: >> Hide the legacy __ro_after_init definition in xen/cache.h for RISC-V, >> to avoid >> its use creeping in.  Only mm.c needs adjusting as a consequence >> >> No functional change. >> >> Signed-off-by: And

Re: [PATCH 1/3] xen/riscv: Drop legacy __ro_after_init definition

2024-06-24 Thread Oleksii
On Fri, 2024-06-21 at 21:19 +0100, Andrew Cooper wrote: > Hide the legacy __ro_after_init definition in xen/cache.h for RISC-V, > to avoid > its use creeping in.  Only mm.c needs adjusting as a consequence > > No functional change. > > Signed-off-by: Andrew Cooper > --- > CC: Shawn Anastasio >

[PATCH 1/3] xen/riscv: Drop legacy __ro_after_init definition

2024-06-21 Thread Andrew Cooper
Hide the legacy __ro_after_init definition in xen/cache.h for RISC-V, to avoid its use creeping in. Only mm.c needs adjusting as a consequence No functional change. Signed-off-by: Andrew Cooper --- CC: Shawn Anastasio CC: Oleksii Kurochko CC: George Dunlap CC: Jan Beulich CC: Stefano Stabel