All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -perfbook 0/4] periodcheck and other updates
@ 2021-04-30  4:42 Akira Yokosawa
  2021-04-30  4:51 ` [PATCH -perfbook 1/4] Auto run periodcheck on 'make' Akira Yokosawa
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Akira Yokosawa @ 2021-04-30  4:42 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

Hi Paul,

This patch set consists of random updates.

Patch 1/4 is a revised one to run periodcheck on "make"
or "make all", with the option to run only periodcheck
by "make periodcheck".  It also improves obsolete targets
"qq" and "mslm" by adding dependencies in the same way
done in "periodcheck-auto".

Patch 2/4 adds patterns to catch wrong uses of "\@." and
".\@".
I expect these two are confusing to anybody including myself.

Patch 3/4 is a trivial fix somewhat related to periods.
I think this type of errors can also be checked by a script.
Such a script is now on my todo list.

Patch 4/4 adds data of v5.12 in Figure 12.4.
I don't see any anomaly in v5.12, but I'm not closely
watching the changes in rcu/rcutorture of kernel tree.
If you are aware of any changes which necessitate updates
in CodeSamples/formal/rcutorture.sh, put this one on hold
and let me know what I can do.

        Thanks, Akira
--
Akira Yokosawa (4):
  Auto run periodcheck on 'make'
  periodcheck: Add check of '\@.' and '.\@' uses
  locking: Fix typo
  formal: Add v5.12 rcu-test data in Figure 12.4

 Makefile                  |   15 +-
 formal/RCU-test-ratio.eps | 1113 +++++++++++++++++++------------------
 formal/data/rcu-test.dat  |    3 +-
 locking/locking.tex       |    2 +-
 utilities/periodcheck.pl  |    4 +
 5 files changed, 585 insertions(+), 552 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-04-30 19:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30  4:42 [PATCH -perfbook 0/4] periodcheck and other updates Akira Yokosawa
2021-04-30  4:51 ` [PATCH -perfbook 1/4] Auto run periodcheck on 'make' Akira Yokosawa
2021-04-30  4:53 ` [PATCH -perfbook 2/4] periodcheck: Add check of '\@.' and '.\@' uses Akira Yokosawa
2021-04-30  4:53 ` [PATCH -perfbook 3/4] locking: Fix typo Akira Yokosawa
2021-04-30  4:55 ` [PATCH -perfbook 4/4] formal: Add v5.12 rcu-test data in Figure 12.4 Akira Yokosawa
2021-04-30 19:09 ` [PATCH -perfbook 0/4] periodcheck and other updates 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.