From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932269AbcFNUT1 (ORCPT ); Tue, 14 Jun 2016 16:19:27 -0400 Received: from mx2.suse.de ([195.135.220.15]:33256 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932085AbcFNUTZ (ORCPT ); Tue, 14 Jun 2016 16:19:25 -0400 Date: Tue, 14 Jun 2016 22:19:23 +0200 From: "Luis R. Rodriguez" To: "Luis R. Rodriguez" Cc: Julia.Lawall@lip6.fr, Gilles.Muller@lip6.fr, nicolas.palix@imag.fr, mmarek@suse.com, linux-kernel@vger.kernel.org, cocci@systeme.lip6.fr Subject: Re: [PATCH v2 0/5] coccicheck: extend with parmap and indexing heuristics Message-ID: <20160614201923.GC11948@wotan.suse.de> References: <1465934752-13792-1-git-send-email-mcgrof@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465934752-13792-1-git-send-email-mcgrof@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 14, 2016 at 01:05:47PM -0700, Luis R. Rodriguez wrote: > 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 > Sorry I forgot the first patch so this should be 6 patches will send v3... Luis