Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751548AbdIOSYV (ORCPT ); Fri, 15 Sep 2017 14:24:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:48748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751201AbdIOSYT (ORCPT ); Fri, 15 Sep 2017 14:24:19 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9763521EAC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Fri, 15 Sep 2017 15:24:15 -0300 From: Arnaldo Carvalho de Melo To: "Liang, Kan" Cc: "peterz@infradead.org" , "mingo@redhat.com" , "linux-kernel@vger.kernel.org" , "jolsa@kernel.org" , "namhyung@kernel.org" , "Hunter, Adrian" , "Odzioba, Lukasz" , "ak@linux.intel.com" Subject: Re: [PATCH RFC V2 00/10] perf top optimization Message-ID: <20170915182415.GB14469@kernel.org> References: <1505096603-215017-1-git-send-email-kan.liang@intel.com> <20170913152506.GK5866@kernel.org> <37D7C6CF3E00A74B8858931C1DB2F077537AF31A@SHSMSX103.ccr.corp.intel.com> <20170913153819.GL5866@kernel.org> <20170914211946.GB10371@kernel.org> <37D7C6CF3E00A74B8858931C1DB2F077537BF0A8@SHSMSX103.ccr.corp.intel.com> <20170915172625.GA14469@kernel.org> <37D7C6CF3E00A74B8858931C1DB2F077537BF150@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37D7C6CF3E00A74B8858931C1DB2F077537BF150@SHSMSX103.ccr.corp.intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 583 Lines: 16 Em Fri, Sep 15, 2017 at 05:29:13PM +0000, Liang, Kan escreveu: > > Em Fri, Sep 15, 2017 at 03:11:51PM +0000, Liang, Kan escreveu: > > > They are small fixes. I think it's better to merge them with the old patches. > > > Should I include the modified hashtable patches in V3? > > I'll add these now and test, then push another branch, ok? > Sure. Thanks. > I will prepare the V3 for the new branch then. Ok, passes all the tests I trew at them, including 'perf test' and building in several distro containers. I just pushed perf/core, please continue from there, ok? - Arnaldo