All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xen: Memory claims fixes and testing
@ 2025-12-16 16:32 Andrew Cooper
  2025-12-16 16:32 ` [PATCH 1/4] xen/domain: Disallow XENMEM_claim_pages on dying domains Andrew Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Andrew Cooper @ 2025-12-16 16:32 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Jan Beulich,
	Julien Grall, Roger Pau Monné, Stefano Stabellini

Two bugfixes, and a test for some basic behaviour.

https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/2218133231

Andrew Cooper (4):
  xen/domain: Disallow XENMEM_claim_pages on dying domains
  tools/libxc: Delete ENOSYS squashing in xc_domain_claim_pages()
  tools/tests: Sort Makefile
  tools/tests: Memory Claims

 tools/libs/ctrl/xc_domain.c            |   9 +-
 tools/tests/Makefile                   |  12 +-
 tools/tests/mem-claim/.gitignore       |   1 +
 tools/tests/mem-claim/Makefile         |  38 +++++
 tools/tests/mem-claim/test-mem-claim.c | 190 +++++++++++++++++++++++++
 xen/common/memory.c                    |   3 +
 6 files changed, 240 insertions(+), 13 deletions(-)
 create mode 100644 tools/tests/mem-claim/.gitignore
 create mode 100644 tools/tests/mem-claim/Makefile
 create mode 100644 tools/tests/mem-claim/test-mem-claim.c


base-commit: 46f3ed0d53db6daf38c230dff0d2910bcb61fbe2
-- 
2.39.5



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-12-17 17:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16 16:32 [PATCH 0/4] xen: Memory claims fixes and testing Andrew Cooper
2025-12-16 16:32 ` [PATCH 1/4] xen/domain: Disallow XENMEM_claim_pages on dying domains Andrew Cooper
2025-12-17  8:00   ` Jan Beulich
2025-12-16 16:32 ` [PATCH 2/4] tools/libxc: Delete ENOSYS squashing in xc_domain_claim_pages() Andrew Cooper
2025-12-17 16:29   ` Roger Pau Monné
2025-12-16 16:32 ` [PATCH 3/4] tools/tests: Sort Makefile Andrew Cooper
2025-12-17 16:30   ` Roger Pau Monné
2025-12-16 16:32 ` [PATCH 4/4] tools/tests: Memory Claims Andrew Cooper
2025-12-17 17:01   ` Roger Pau Monné
2025-12-17 17:22     ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.