From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932734AbcFRAcK (ORCPT ); Fri, 17 Jun 2016 20:32:10 -0400 Received: from mx2.suse.de ([195.135.220.15]:58591 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752843AbcFRAcI (ORCPT ); Fri, 17 Jun 2016 20:32:08 -0400 Date: Sat, 18 Jun 2016 02:32:03 +0200 From: "Luis R. Rodriguez" To: "Luis R. Rodriguez" Cc: ming.lei@canonical.com, akpm@linux-foundation.org, mmarek@suse.com, gregkh@linuxfoundation.org, bp@alien8.de, chunkeey@googlemail.com, linux-kernel@vger.kernel.org, markivx@codeaurora.org, stephen.boyd@linaro.org, zohar@linux.vnet.ibm.com, broonie@kernel.org, tiwai@suse.de, johannes@sipsolutions.net, hauke@hauke-m.de, jwboyer@fedoraproject.org, dmitry.torokhov@gmail.com, dwmw2@infradead.org, jslaby@suse.com, torvalds@linux-foundation.org, luto@amacapital.net, fengguang.wu@intel.com, rpurdie@rpsys.net, ki@samsung.com, Abhay_Salunke@dell.com, Julia.Lawall@lip6.fr, Gilles.Muller@lip6.fr, nicolas.palix@imag.fr, teg@jklm.no, dhowells@redhat.com, keescook@chromium.org, tj@kernel.org, daniel.vetter@ffwll.ch, corbet@lwn.net Subject: Re: [PATCH v2 0/8] firmware: add new sysdata API Message-ID: <20160618003203.GC11948@wotan.suse.de> References: <1466121559-22363-1-git-send-email-mcgrof@kernel.org> <20160617234043.GZ11948@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160617234043.GZ11948@wotan.suse.de> 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 Sat, Jun 18, 2016 at 01:40:43AM +0200, Luis R. Rodriguez wrote: > On Thu, Jun 16, 2016 at 04:59:11PM -0700, Luis R. Rodriguez wrote: > > FWIW running it against linux-next next-20160616 on a 32-core system takes > > about 3 minutes using glimpse, also ~3 minutes with gitgrep and produces the > > following diffstat: > > > > 148 files changed, 5676 insertions(+), 4504 deletions(-) > > FWIW by using idutils the amount it takes is reduced considerably to 1 minute > for the entire kernel as well. Actually... even though idutils seems to be performing better Coccinelle 1.0.5 and even github version as of right now have an issue with idutils when these SmPL patches are used, so for now please use only gitgrep (default if you merge the pendign coccicheck enhancements if you are on a git tree with no ID or .id-utils.index from idutils). Luis