All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] accel/tcg: Make PageFlagsNodes' start and last immutable
@ 2026-07-06 16:51 Ilya Leoshkevich
  2026-07-06 16:51 ` [PATCH v2 1/3] " Ilya Leoshkevich
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Ilya Leoshkevich @ 2026-07-06 16:51 UTC (permalink / raw)
  To: Richard Henderson, Paolo Bonzini; +Cc: qemu-devel, Ilya Leoshkevich

v1: https://lore.kernel.org/qemu-devel/20260706110330.4150026-1-iii@linux.ibm.com/T/#t
v1 -> v2: Use a new approach: immutability.

Hi,

This series fixes the ancient vma-pthread test failures. It was sparked
by a bug report by wasmtime project. The patch seems to fix all issues -
I could run vma-pthread for an hour, while previously it would fail
reliably in under a minute.

Best regards,
Ilya


Ilya Leoshkevich (3):
  accel/tcg: Make PageFlagsNodes' start and last immutable
  tests/tcg/multiarch: Improve mutator randomness
  Revert "tests/tcg: skip the vma-pthread test on CI"

 accel/tcg/user-exec.c               | 37 ++++++++++++++++-------------
 tests/tcg/multiarch/Makefile.target |  9 -------
 tests/tcg/multiarch/vma-pthread.c   |  3 ++-
 3 files changed, 23 insertions(+), 26 deletions(-)

-- 
2.54.0



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

end of thread, other threads:[~2026-07-07 17:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-06 16:51 [PATCH v2 0/3] accel/tcg: Make PageFlagsNodes' start and last immutable Ilya Leoshkevich
2026-07-06 16:51 ` [PATCH v2 1/3] " Ilya Leoshkevich
2026-07-06 16:58   ` Ilya Leoshkevich
2026-07-07 17:54   ` Pierrick Bouvier
2026-07-06 16:51 ` [PATCH v2 2/3] tests/tcg/multiarch: Improve mutator randomness Ilya Leoshkevich
2026-07-07 17:51   ` Pierrick Bouvier
2026-07-06 16:51 ` [PATCH v2 3/3] Revert "tests/tcg: skip the vma-pthread test on CI" Ilya Leoshkevich
2026-07-07 17:50   ` Pierrick Bouvier
2026-07-07 17:31 ` [PATCH v2 0/3] accel/tcg: Make PageFlagsNodes' start and last immutable Richard Henderson

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.