This reverts commit ddb4d9d1748681cfde824d765af6cda4334fcce3. The commit says: > This reverts commit 55d98e3edeeb17dd8445db27605d2b34f4c3ba85. > > The commit introduced a regression in the replay functional test > on alpha (tests/functional/alpha/test_replay.py), that causes CI > failures regularly. Thus revert this change until someone has > figured out what is going wrong here.
I could not reproduce the alpha issue when I tried a bit while ago, but trying on a more conventional setup (x86 without ASan where I usually use Apple M2 with ASan) did a trick. So here is a fix for alpha and a patch to reapply commit 55d98e3edeeb17dd8445db27605d2b34f4c3ba85. I confirmed no failure occurs in 100 trials with the alpha fix. Signed-off-by: Akihiko Odaki <[email protected]> --- Akihiko Odaki (2): target/alpha: Reset CPU Reapply "rcu: Unify force quiescent state" target/alpha/cpu.c | 1 + util/rcu.c | 79 +++++++++++++++++++++++++++++++++++------------------- 2 files changed, 52 insertions(+), 28 deletions(-) --- base-commit: ece408818d27f745ef1b05fb3cc99a1e7a5bf580 change-id: 20260216-alpha-42072e98d5bd Best regards, -- Akihiko Odaki <[email protected]>
