All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] count: Employ new code-snippet scheme (cont.)
@ 2018-10-13 14:52 Akira Yokosawa
  2018-10-13 14:53 ` [PATCH 1/6] count: Employ new scheme for snippet of count_lim_app Akira Yokosawa
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Akira Yokosawa @ 2018-10-13 14:52 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

Hi Paul,

count_lim_sig.c was a hard one to review for me regarding the usage
of READ_ONCE()/WRITE_ONCE(). Patch #5 is my attempt to add several
of them. There might be other combination of racy accesses.

Patches #1--#4 are trivial ones.

Patch #6 is the result of quick review of your recent addition to
toolsoftrade.  I'm not sure you like the addition of comments
"/* BUGGY!!! */" to Lisitngs which look irrelevant to their
captions.

Patches #5 and #6 are more likely to need your close look.

        Thanks, Akira
--
Akira Yokosawa (6):
  count: Employ new scheme for snippet of count_lim_app
  count: Fix uses of READ/WRITE_ONCE() in count_lim_app
  count: Employ new scheme for snippet of count_lim_atomic
  count: Employ new scheme for snippet of count_lim_sig
  count: READ/WRITE_ONCE() tweaks for count_lim_sig
  toolsoftrade: Proofread newly added sections

 CodeSamples/count/count_lim_app.c    |  17 +-
 CodeSamples/count/count_lim_atomic.c | 209 ++++----
 CodeSamples/count/count_lim_sig.c    | 159 ++++---
 count/count.tex                      | 892 ++++++++++-------------------------
 toolsoftrade/toolsoftrade.tex        |  44 +-
 5 files changed, 494 insertions(+), 827 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-10-15  7:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13 14:52 [PATCH 0/6] count: Employ new code-snippet scheme (cont.) Akira Yokosawa
2018-10-13 14:53 ` [PATCH 1/6] count: Employ new scheme for snippet of count_lim_app Akira Yokosawa
2018-10-13 14:54 ` [PATCH 2/6] count: Fix uses of READ/WRITE_ONCE() in count_lim_app Akira Yokosawa
2018-10-13 14:56 ` [PATCH 3/6] count: Employ new scheme for snippet of count_lim_atomic Akira Yokosawa
2018-10-13 14:56 ` [PATCH 4/6] count: Employ new scheme for snippet of count_lim_sig Akira Yokosawa
2018-10-13 14:58 ` [PATCH 5/6] count: READ/WRITE_ONCE() tweaks for count_lim_sig Akira Yokosawa
2018-10-13 14:59 ` [PATCH 6/6] toolsoftrade: Proofread newly added sections Akira Yokosawa
2018-10-13 23:15 ` [PATCH 7/6] count: Fix typo (missing \lnref) Akira Yokosawa
2018-10-15  0:16 ` [PATCH 0/6] count: Employ new code-snippet scheme (cont.) 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.