All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memorder: Realign OMCA visibility attribution with litmus causality
@ 2026-03-11  9:29 Kunwu Chan
  0 siblings, 0 replies; only message in thread
From: Kunwu Chan @ 2026-03-11  9:29 UTC (permalink / raw)
  To: perfbook; +Cc: paulmck, Kunwu Chan

Fix the OMCA explanatory text to attribute the two stores to P0 (not P1), matching C-MP-OMCA+o-o-o+o-rmb-o.litmus. This keeps the narrative causality aligned with the executable model.

Signed-off-by: Kunwu Chan <kunwu.chan@linux.dev>
---
 memorder/memorder.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index 8eb14a29..388903b6 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -2415,7 +2415,7 @@ value directly from the store buffer, which improves performance.
 
 	In contrast, on an other-multicopy-atomic platform, \co{P0()}
 	could see its own store early, so that there would be no constraint
-	on the order of visibility of the two stores from \co{P1()},
+	on the order of visibility of the two stores from \co{P0()},
 	which in turn allows the \co{exists} clause to trigger.
 }\QuickQuizEnd
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-11  9:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11  9:29 [PATCH] memorder: Realign OMCA visibility attribution with litmus causality Kunwu Chan

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.