Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1422281

[PATCH v2 0/5] coccicheck: extend with parmap and indexing heuristics

From "Luis R. Rodriguez" <mcgrof@kernel.org>
Newsgroups linux.kernel
Subject [PATCH v2 0/5] coccicheck: extend with parmap and indexing heuristics
Date 2016-06-14 22:10 +0200
Message-ID <rK2OR-1aP-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This v2 addresses the feedback from the v1 series. It also adds 2 more
patches, one to document how to add extra additional options and refers
to a wiki for further documentation.

Luis R. Rodriguez (5):
  coccicheck: enable parmap support
  scripts: add glimpse.sh for indexing the kernel
  coccicheck: add indexing enhancement options
  coccicheck: document how to pass extra options to coccinelle
  coccicheck: refer to coccicheck bottest wiki for documentation

 scripts/coccicheck | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 scripts/glimpse.sh |  12 +++++
 2 files changed, 161 insertions(+), 6 deletions(-)
 create mode 100755 scripts/glimpse.sh

-- 
2.8.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] coccicheck: extend with parmap and indexing heuristics "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:10 +0200
  [PATCH v2 2/5] scripts: add glimpse.sh for indexing the kernel "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:10 +0200
  [PATCH v2 3/5] coccicheck: add indexing enhancement options "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:10 +0200
  Re: [PATCH v2 0/5] coccicheck: extend with parmap and indexing  heuristics "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:20 +0200
    [PATCH v3 6/6] coccicheck: refer to coccicheck bottest wiki for documentation "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:30 +0200
    [PATCH v3 1/6] coccicheck: move spatch binary check up "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:30 +0200
    [PATCH v3 3/6] scripts: add glimpse.sh for indexing the kernel "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:30 +0200
      Aw: [Cocci] [PATCH v3 3/6] scripts: add glimpse.sh for indexing the  kernel "SF Markus Elfring" <elfring@users.sourceforge.net> - 2016-06-15 12:30 +0200
        Re: [Cocci] [PATCH v3 3/6] scripts: add glimpse.sh for indexing the  kernel "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-15 20:10 +0200
          Re: scripts: add glimpse.sh for indexing the kernel SF Markus Elfring <elfring@users.sourceforge.net> - 2016-06-15 20:30 +0200
            Re: scripts: add glimpse.sh for indexing the kernel "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-15 20:50 +0200
              Re: scripts: add glimpse.sh for indexing the kernel SF Markus Elfring <elfring@users.sourceforge.net> - 2016-06-17 18:10 +0200
                Re: scripts: add glimpse.sh for indexing the kernel "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-17 19:30 +0200
    [PATCH v3 0/6] coccicheck: extend with parmap and indexing heuristics "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:30 +0200
      [PATCH v3 2/6] coccicheck: enable parmap support "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:30 +0200
      [PATCH v3 5/6] coccicheck: document how to pass extra options to coccinelle "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:30 +0200
      [PATCH v3 4/6] coccicheck: add indexing enhancement options "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 22:30 +0200
        Aw: [Cocci] [PATCH v3 4/6] coccicheck: add indexing enhancement  options "SF Markus Elfring" <elfring@users.sourceforge.net> - 2016-06-15 13:30 +0200
          Re: [Cocci] [PATCH v3 4/6] coccicheck: add indexing enhancement  options "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-15 22:10 +0200

csiph-web