[PATCH 0/2] tests/paging-mempool: Testing for P2M relocation

Andrew Cooper posted 2 patches 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260512155540.1733403-1-andrew.cooper3@citrix.com
tools/tests/paging-mempool/Makefile           |   4 +
.../paging-mempool/test-paging-mempool.c      | 222 +++++++++++++++++-
xen/common/memory.c                           |   2 +-
3 files changed, 223 insertions(+), 5 deletions(-)
[PATCH 0/2] tests/paging-mempool: Testing for P2M relocation
Posted by Andrew Cooper 2 weeks, 3 days ago
Andrew Cooper (2):
  tests/paging-mempool: Misc cleanup
  tests/paging-mempool: Extend to test P2M relocation

 tools/tests/paging-mempool/Makefile           |   4 +
 .../paging-mempool/test-paging-mempool.c      | 222 +++++++++++++++++-
 xen/common/memory.c                           |   2 +-
 3 files changed, 223 insertions(+), 5 deletions(-)

-- 
2.39.5
Re: [PATCH 0/2] tests/paging-mempool: Testing for P2M relocation
Posted by Oleksii Kurochko 2 weeks, 2 days ago

On 5/12/26 5:55 PM, Andrew Cooper wrote:
> Andrew Cooper (2):
>    tests/paging-mempool: Misc cleanup
>    tests/paging-mempool: Extend to test P2M relocation
> 
>   tools/tests/paging-mempool/Makefile           |   4 +
>   .../paging-mempool/test-paging-mempool.c      | 222 +++++++++++++++++-
>   xen/common/memory.c                           |   2 +-
>   3 files changed, 223 insertions(+), 5 deletions(-)
> 

Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>

~ Oleksii
Re: [PATCH 0/2] tests/paging-mempool: Testing for P2M relocation
Posted by Jan Beulich 2 weeks, 3 days ago
On 12.05.2026 17:55, Andrew Cooper wrote:
> Andrew Cooper (2):
>   tests/paging-mempool: Misc cleanup
>   tests/paging-mempool: Extend to test P2M relocation
> 
>  tools/tests/paging-mempool/Makefile           |   4 +
>  .../paging-mempool/test-paging-mempool.c      | 222 +++++++++++++++++-
>  xen/common/memory.c                           |   2 +-
>  3 files changed, 223 insertions(+), 5 deletions(-)

Acked-by: Jan Beulich <jbeulich@suse.com>
ideally with line length of 80 chars not exceeded, as looks to be the case
in both of the patches.

Jan