From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752822AbcFNUF6 (ORCPT ); Tue, 14 Jun 2016 16:05:58 -0400 Received: from mail.kernel.org ([198.145.29.136]:53730 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752184AbcFNUF5 (ORCPT ); Tue, 14 Jun 2016 16:05:57 -0400 From: "Luis R. Rodriguez" To: Julia.Lawall@lip6.fr, Gilles.Muller@lip6.fr, nicolas.palix@imag.fr, mmarek@suse.com Cc: linux-kernel@vger.kernel.org, cocci@systeme.lip6.fr, "Luis R. Rodriguez" Subject: [PATCH v2 0/5] coccicheck: extend with parmap and indexing heuristics Date: Tue, 14 Jun 2016 13:05:47 -0700 Message-Id: <1465934752-13792-1-git-send-email-mcgrof@kernel.org> X-Mailer: git-send-email 2.7.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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