Re: [PATCH v5 07/13] xen/page_alloc: introduce init_free_page_fields() helper

2024-01-12 Thread Carlo Nonato
Hi Jan, On Tue, Jan 9, 2024 at 11:36 AM Jan Beulich wrote: > > On 02.01.2024 10:51, Carlo Nonato wrote: > > Introduce a new helper to initialize fields that have different uses for > > free pages. > > > > Signed-off-by: Carlo Nonato > > Signed-off-by: Marco Solieri > > I might in principle ack

Re: [PATCH v5 07/13] xen/page_alloc: introduce init_free_page_fields() helper

2024-01-09 Thread Jan Beulich
On 02.01.2024 10:51, Carlo Nonato wrote: > Introduce a new helper to initialize fields that have different uses for > free pages. > > Signed-off-by: Carlo Nonato > Signed-off-by: Marco Solieri I might in principle ack this change, but what's the deal with this 2nd S-o-b? The typical

[PATCH v5 07/13] xen/page_alloc: introduce init_free_page_fields() helper

2024-01-02 Thread Carlo Nonato
Introduce a new helper to initialize fields that have different uses for free pages. Signed-off-by: Carlo Nonato Signed-off-by: Marco Solieri --- v5: - new patch --- xen/common/page_alloc.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git