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 A5157C00140 for ; Fri, 12 Aug 2022 18:53:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237592AbiHLSxV (ORCPT ); Fri, 12 Aug 2022 14:53:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236937AbiHLSxV (ORCPT ); Fri, 12 Aug 2022 14:53:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FC5012083; Fri, 12 Aug 2022 11:53:20 -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 3A9B86175E; Fri, 12 Aug 2022 18:53:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 673FDC433D6; Fri, 12 Aug 2022 18:53:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660330399; bh=Isq46jtT9saMIvYaavTN6TUWCvUM3dZVDN8O/L7fbqA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=szow6uk4k9Ys6Cdtd3k1SwzfPTtB0X1cRJgrb8D93bQFK9elYsSq2RDMc0UL6a0Hu crlB3FQTFyqpdgKRpNNPddmOYYKB5OwrcsxjfQQ36XcwUcyRXoAKd0Y3PXu29Wl4XG BWxBC7KlsjktfzITIKTI5F6DUHJRVPtriF6TQcCwCV0CEu0atjpF9Q4Dgk+px/kT4c kP1LJrip1qODqQFEzM9mOt8XC/FLgqtH/vE6l+QvmQTqHWwImuuZvmyePox2rvqlXd gZT948G5E5O4WXrrsc8vVuURn4wruSLy/Gr6M6HRrExPcUuxhGg6Cz/3ke9s7UxFuP mH0XU5N/3sbkA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id D78BA4035A; Fri, 12 Aug 2022 15:53:16 -0300 (-03) Date: Fri, 12 Aug 2022 15:53:16 -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=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org 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. - Arnaldo