All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@kernel.org>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH -perfbook 0/4] periodcheck and other updates
Date: Fri, 30 Apr 2021 13:42:57 +0900	[thread overview]
Message-ID: <9ccade63-dbc0-a089-b79d-3f1b619a6932@gmail.com> (raw)

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


             reply	other threads:[~2021-04-30  4:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-30  4:42 Akira Yokosawa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9ccade63-dbc0-a089-b79d-3f1b619a6932@gmail.com \
    --to=akiyks@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=perfbook@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.