From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753501AbcFQXku (ORCPT ); Fri, 17 Jun 2016 19:40:50 -0400 Received: from mx2.suse.de ([195.135.220.15]:56376 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751103AbcFQXkt (ORCPT ); Fri, 17 Jun 2016 19:40:49 -0400 Date: Sat, 18 Jun 2016 01:40:43 +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: <20160617234043.GZ11948@wotan.suse.de> References: <1466121559-22363-1-git-send-email-mcgrof@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466121559-22363-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 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. Luis