From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB16CC00140 for ; Fri, 12 Aug 2022 18:55:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237897AbiHLSzY (ORCPT ); Fri, 12 Aug 2022 14:55:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234923AbiHLSzV (ORCPT ); Fri, 12 Aug 2022 14:55:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 78E92A19F; Fri, 12 Aug 2022 11:55:19 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CF9526178A; Fri, 12 Aug 2022 18:55:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B6B1C433C1; Fri, 12 Aug 2022 18:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660330518; bh=sl0V2l9X7KY7mD8KVg8tW/Vg883/uuNXNxoi8bpdqkY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UBR3CE6UNMwea/iRAAIMionvI0Qtjeo1cZI6FsLdmMN8JRP8iSFwm4HXPDZSypLBn /16sz+d5toOMEYR3aqyoXxZw04uNhUosr99NxXi/BXVJr3F41EpI+IPiUY3NJFnall reJP1DQom12/C/GKqflQdi6r8yXoJzaXa8IBh7pYsvQhdTtFzWCsh2vgJqMFXQL6jV 7w7UQWvAO+UpG8FEY/9z5g0pu1RINpEP5k4nRi7YzJtyKFx9tp16o7lRBpvEkobrTQ rb+8QOOt6zqGH7LizwN8WplMp77xyGIGIw5Dcqk9Xq1RzGX1W+frG5jkFJ/IzqBYNt jibqFKgeB6KSg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id B44C74035A; Fri, 12 Aug 2022 15:55:15 -0300 (-03) Date: Fri, 12 Aug 2022 15:55:15 -0300 From: Arnaldo Carvalho de Melo To: carsten.haitzler@foss.arm.com Cc: linux-kernel@vger.kernel.org, coresight@lists.linaro.org, suzuki.poulose@arm.com, mathieu.poirier@linaro.org, mike.leach@linaro.org, leo.yan@linaro.org, linux-perf-users@vger.kernel.org Subject: Re: [PATCH v7 00/14] perf: test: Add trace data quality tests for CoreSight Message-ID: References: <20220812121641.336465-1-carsten.haitzler@foss.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Aug 12, 2022 at 03:53:16PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Aug 12, 2022 at 03:51:17PM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Fri, Aug 12, 2022 at 01:16:27PM +0100, carsten.haitzler@foss.arm.com escreveu: > > > previous older versions of test scripts that are editor backup files > > > as well as skipping perf.data files that may appear and so on. > > > > Signed-off-by: Carsten Haitzler > > > On the next series, please add to the cover letter a summary of what > > changed on each repost. > > I also saw that several of your patches got reviewed and given > "Reviewed-by" tags, so if some of the patches in the previous versions > didn't change and received Reviewed-by tags, please collect them on the > current version. I tried getting v5 to see if b4 would find v6 and v7 and go on figuring this out for us, but somehow it can't match v5 to v6 and v7: ⬢[acme@toolbox perf]$ b4 am -ctsl --cc-trailers 20220728145256.2985298-1-carsten.haitzler@foss.arm.com Grabbing thread from lore.kernel.org/all/20220728145256.2985298-1-carsten.haitzler%40foss.arm.com/t.mbox.gz Checking for newer revisions on https://lore.kernel.org/all/ Analyzing 36 messages in the thread ('Reviewed-by', 'Leo Yan ', None) Checking attestation on all messages, may take a moment... --- [PATCH v5 1/14] perf test: Refactor shell tests allowing subdirs + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 2/14] perf test: Add CoreSight shell lib shared code for future tests + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 3/14] perf test: Add build infra for perf test tools for CoreSight tests [PATCH v5 4/14] perf test: Add asm pureloop test tool + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 5/14] perf test: Add asm pureloop test shell script + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 6/14] perf test: Add git ignore for perf data generated by the CoreSight tests + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 7/14] perf test: Add memcpy thread test tool + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 8/14] perf test: Add memcpy thread test shell script + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 9/14] perf test: Add thread loop test tool + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 10/14] perf test: Add thread loop test shell scripts + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 11/14] perf test: Add unroll thread test tool + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 12/14] perf test: Add unroll thread test shell script + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 13/14] perf test: Add git ignore for tmp and output files of CoreSight tests + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) [PATCH v5 14/14] perf test: Add relevant documentation about CoreSight testing + Reviewed-by: Mike Leach (✓ DKIM/linaro.org) + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) --- Total patches: 14 --- Cover: ./v5_20220728_carsten_haitzler_a_patch_series_improving_data_quality_of_perf_test_for_coresight.cover Link: https://lore.kernel.org/r/20220728145256.2985298-1-carsten.haitzler@foss.arm.com Base: not specified git am ./v5_20220728_carsten_haitzler_a_patch_series_improving_data_quality_of_perf_test_for_coresight.mbx ⬢[acme@toolbox perf]$ - Arnaldo