All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add script to detect collisions in commandchars
@ 2019-01-26 15:07 Akira Yokosawa
  2019-01-26 15:10 ` [PATCH 1/3] Add checkfcv.pl Akira Yokosawa
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Akira Yokosawa @ 2019-01-26 15:07 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

Hi Paul,

I mentioned in an earlier patch submission that to add collision
check of commandchars in fcvextract.pl was on my to-do list.

It turned out that fcvextract.pl is already complicated and
I changed my mind to add a separate script to check .fcv files for
the collisions.

Patch #1 adds the script as utilities/checkfcv.pl.
Patch #2 adds the invocations of the script in Makefile. It also
suppresses the echo of commands in the recipes.
Patch #3 fixes a couple of collisions detected by the script.

The two collisions were made by myself.  This automatic check
looks promising to me.

        Thanks, Akira
--
Akira Yokosawa (3):
  Add checkfcv.pl
  Makefile: Invoke checkfcv.pl in -> .fcv recipes
  CodeSamples: Fix commandchars collision

 CodeSamples/defer/route_hazptr.c                   |  2 +-
 .../formal/litmus/C-ISA2+o-r+a-r+a-r+a-o.litmus    |  2 +-
 Makefile                                           |  8 ++-
 utilities/checkfcv.pl                              | 78 ++++++++++++++++++++++
 4 files changed, 85 insertions(+), 5 deletions(-)
 create mode 100755 utilities/checkfcv.pl

-- 
2.7.4


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

end of thread, other threads:[~2019-01-26 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-26 15:07 [PATCH 0/3] Add script to detect collisions in commandchars Akira Yokosawa
2019-01-26 15:10 ` [PATCH 1/3] Add checkfcv.pl Akira Yokosawa
2019-01-26 15:11 ` [PATCH 2/3] Makefile: Invoke checkfcv.pl in -> .fcv recipes Akira Yokosawa
2019-01-26 15:12 ` [PATCH 3/3] CodeSamples: Fix commandchars collision Akira Yokosawa
2019-01-26 16:15 ` [PATCH 0/3] Add script to detect collisions in commandchars 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.