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 F34AAC19F2D for ; Sat, 13 Aug 2022 18:11:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240064AbiHMSLb (ORCPT ); Sat, 13 Aug 2022 14:11:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239951AbiHMSL3 (ORCPT ); Sat, 13 Aug 2022 14:11:29 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AFA3D60D4; Sat, 13 Aug 2022 11:11:28 -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 ams.source.kernel.org (Postfix) with ESMTPS id 4A8E6B8069F; Sat, 13 Aug 2022 18:11:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D61C8C433C1; Sat, 13 Aug 2022 18:11:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660414286; bh=R+sHRHJ+FydUbrZnKVvnVZRYfXdSBTppYcgv1s7lKPs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rEs9nsUEQMleVFfqXBIT8fcq36bkmL/lMBp2yp+F2+RQcTzRn/9Nxw8Zsp6ce32Ov uJOwkkKSUYzf1yZRJsPyS1Enz7bwUIN2A7UkCRXRcg+fLdHJB9YNM7u2zw1J4LCW+1 sCyssXpHnGpoYLMeuCNnzXv/7mcOTvfnkxGo2dGreYvOYWVBcdKf3TnupFPOO9xZJb geeTMLT1RvmiEWEpwXwTRV8/6rZKQCvWfXzgbgMiOkRuM1viw42YG0CcWfZen+72aW ku+kMkfHbck27pBZ+IDBLL+HMVS+R/rEnm0NJiEJW8AA2lkjg9cdbBIWOr3tzbKxZy 532p8LPq5gyDg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 7C7784035A; Sat, 13 Aug 2022 15:11:23 -0300 (-03) Date: Sat, 13 Aug 2022 15:11:23 -0300 From: Arnaldo Carvalho de Melo To: Leo Yan Cc: carsten.haitzler@foss.arm.com, linux-kernel@vger.kernel.org, coresight@lists.linaro.org, suzuki.poulose@arm.com, mathieu.poirier@linaro.org, mike.leach@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> <20220813141739.GB687527@leoy-huanghe.lan> 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 Sat, Aug 13, 2022 at 03:10:18PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Sat, Aug 13, 2022 at 10:17:39PM +0800, Leo Yan escreveu: > > On Fri, Aug 12, 2022 at 04:02:50PM -0300, Arnaldo Carvalho de Melo wrote: > > So with fixing the merging conflict: > > > > Tested-by: Leo Yan > > Reviewed-by: Leo Yan > > [PATCH v7 14/14] perf test: Add relevant documentation about CoreSight testing > + Tested-by: Leo Yan (✓ DKIM/linaro.org) > + Reviewed-by: Leo Yan (✓ DKIM/linaro.org) > --- > Total patches: 14 > --- > NOTE: some trailers ignored due to from/email mismatches: > ! Trailer: Link: https://lore.kernel.org/r/20220728145256.2985298-1-carsten.haitzler@foss.arm.com > Msg From: Arnaldo Carvalho de Melo > NOTE: Rerun with -S to apply them anyway > --- > Cover: ./v7_20220812_carsten_haitzler_perf_test_add_trace_data_quality_tests_for_coresight.cover > Link: https://lore.kernel.org/r/20220812121641.336465-1-carsten.haitzler@foss.arm.com > Base: not specified > git am ./v7_20220812_carsten_haitzler_perf_test_add_trace_data_quality_tests_for_coresight.mbx > ⬢[acme@toolbox perf]$ git am ./v7_20220812_carsten_haitzler_perf_test_add_trace_data_quality_tests_for_coresight.mbx > Applying: perf test: Refactor shell tests allowing subdirs > .git/rebase-apply/patch:56: trailing whitespace. > /* > warning: 1 line adds whitespace errors. > tools/perf/tests/builtin-test-list.c:29: trailing whitespace. > +/* > ⬢[acme@toolbox perf]$ > > > Fixing... After that: ⬢[acme@toolbox perf]$ git am ./v7_20220812_carsten_haitzler_perf_test_add_trace_data_quality_tests_for_coresight.mbx Applying: perf test: Refactor shell tests allowing subdirs Applying: perf test: Add CoreSight shell lib shared code for future tests Applying: perf test: Add build infra for perf test tools for CoreSight tests error: patch failed: tools/perf/Makefile.perf:1015 error: tools/perf/Makefile.perf: patch does not apply .git/rebase-apply/patch:109: new blank line at EOF. + Patch failed at 0003 perf test: Add build infra for perf test tools for CoreSight tests hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". ⬢[acme@toolbox perf]$ Fixing...