All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] advsync: Misc. fixes around litmus tests
@ 2017-07-12 15:07 Akira Yokosawa
  2017-07-12 15:08 ` [PATCH 1/6] advsync: Fix typo of litmus name Akira Yokosawa
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Akira Yokosawa @ 2017-07-12 15:07 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From de45acd5a73354cbe03abaf3130177687c77e4cb Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Wed, 12 Jul 2017 23:45:17 +0900
Subject: [PATCH 0/6] advsync: Misc. fixes around litmus tests

Hi Paul,

This patch set tries to cleanup recently updated material in advsync.

Patches 1 to 3 are fixes of litmus tests under CodeSamples/advsync/herd
and their corresponding snippets in memorybarriers.tex.

Patch 4 is trivial fixes.

Patch 5 is my attempt for the sentence to make sense.

Patch 6 updates the usage of x0 and x1 in the tables of Store-Buffering
Sequence of Events. I stopped short of using READ_ONCE() and WRITE_ONCE()
in the "Instruction" columns. The change seems unnecessary for me.
I think we can assume a reader of this section can easily translate
READ_ONCE() and WRITE_ONCE() to simple assignments in his/her mind.
Also, you are calling x0 and x1 as if they are variables in the text.
But I don't think the current way of description is ambiguous.

So, Patches 1 to 4 should be all right. You might feel otherwise to
Patches 5 and 6.

Thoughts?

            Thanks, Akira
-- 
Akira Yokosawa (6):
  advsync: Fix typo of litmus name
  advsync: Fix typos in load-buffering litmus tests
  advsync: Fix remaining typo in exists condition
  advsync: Trivial typo fixes
  advsync: Fix grammatical error
  advsync: Adjust value expressions in Tables 14.1 and 14.2

 CodeSamples/advsync/herd/C-LB+o-o+o-o.litmus       |   2 +-
 CodeSamples/advsync/herd/C-LB+o-r+a-o.litmus       |   4 +-
 .../advsync/herd/C-MP+o-wmb-o+o-rmb-o.litmus       |   2 +-
 advsync/memorybarriers.tex                         | 103 ++++++++++-----------
 4 files changed, 55 insertions(+), 56 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2017-07-13 18:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12 15:07 [PATCH 0/6] advsync: Misc. fixes around litmus tests Akira Yokosawa
2017-07-12 15:08 ` [PATCH 1/6] advsync: Fix typo of litmus name Akira Yokosawa
2017-07-12 15:10 ` [PATCH 2/6] advsync: Fix typos in load-buffering litmus tests Akira Yokosawa
2017-07-12 15:10 ` [PATCH 3/6] advsync: Fix remaining typo in exists condition Akira Yokosawa
2017-07-12 15:11 ` [PATCH 4/6] advsync: Trivial typo fixes Akira Yokosawa
2017-07-12 15:13 ` [PATCH 5/6] advsync: Fix grammatical error Akira Yokosawa
2017-07-12 15:14 ` [PATCH 6/6] advsync: Adjust value expressions in Tables 14.1 and 14.2 Akira Yokosawa
2017-07-13 13:38 ` [PATCH 7/6] advsync: Catch up changes in litmus tests Akira Yokosawa
2017-07-13 18:03 ` [PATCH 0/6] advsync: Misc. fixes around " Paul E. McKenney
2017-07-13 18:12   ` Paul E. McKenney

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.