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 X-Spam-Level: X-Spam-Status: No, score=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9183EC433F5 for ; Fri, 3 Sep 2021 11:20:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 549CD61056 for ; Fri, 3 Sep 2021 11:20:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 549CD61056 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=cOqnkXBHyYxotLQ5xPaDJYHqfmPOziffWFHnhntYGIQ=; b=RJA/n76dHnrpsi RWwVU2HYaAMypx5vFXt9sPyRkIaNyV8YzfglGzELawA2o6ZmsPkCzAGQdk3gjUrmQTDjPMLoxBclZ D8R7/cgXf1x/ZhlsQomTfTSq2vVCxS9+ZAgGCAywNGwQa/2Pj+cZUzBKsmiUnR2whdFJ5sShDjtun MW/kOMFAyIQHFN1SzYuqbhuKpCM2taZ4Svr9/jPRbXqAsE/yLAkfdzFBiN9s3oS/Jh5FTG0ZaKJzU XxQPQR3vnZ9bT/HKN+mq/Cig6OiVvy1xcrr15qU2jlzgSeHGb9naqpFa6dVhWFBCtc3eQ2Ej48u3f MDwHH1VJi5AlNFVc4wOw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mM7Cz-00Blzi-63; Fri, 03 Sep 2021 11:18:09 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mM7Cw-00BlzH-Po for linux-arm-kernel@bombadil.infradead.org; Fri, 03 Sep 2021 11:18:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=HLIRBOHMYdL+H4reoRY5tDUFcdVOS6tRISHDrc7ZvBI=; b=CWqjiHRfL6OEmTCPxM0sJ1gqug hiVnySFqj1Gk3t40Rl1/Ur/xAj167za6/2C8o8PNAEcsBn7aSHrllqKFyqmrVChSi/w77o1zJCMVR bpexJpTzxJu7KiUVt3rcfdPwbjcWwXdmdI6NtROsh1f2q3vtVtsnwxJR6SRCWfgBh7c0KE5Y2PceI ERuaVC3erUqQH3dgKju8S9NgxCxUEeXq5UMs6mVBqURyqQGrVDVCsUfB8wMUgIMrV3kg22J2pnnPB P0nBcZqqeDyl7vJ4lhu+89Ke9cLeEtqYdcPbVBKlE74x55QkyATYjgMCzhuCG891XxUn2DqOPGxMp XYwjJoMg==; Received: from [179.97.37.151] (helo=quaco.ghostprotocols.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mM7BQ-004OHw-A1 for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 11:16:57 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 2E876400FE; Fri, 3 Sep 2021 08:16:30 -0300 (-03) Date: Fri, 3 Sep 2021 08:16:30 -0300 From: Arnaldo Carvalho de Melo To: Suzuki K Poulose Cc: James Clark , mathieu.poirier@linaro.org, leo.yan@linaro.org, coresight@lists.linaro.org, linux-perf-users@vger.kernel.org, mike.leach@linaro.org, John Garry , Will Deacon , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 6/9] perf cs-etm: Update OpenCSD decoder for ETE Message-ID: References: <20210806134109.1182235-1-james.clark@arm.com> <20210806134109.1182235-7-james.clark@arm.com> <63c17023-7451-6445-2110-f1f92b06dd41@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <63c17023-7451-6445-2110-f1f92b06dd41@arm.com> X-Url: http://acmel.wordpress.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Em Fri, Sep 03, 2021 at 10:10:01AM +0100, Suzuki K Poulose escreveu: > On 06/08/2021 14:41, James Clark wrote: > > OpenCSD v1.1.1 has a bug fix for the installation of the ETE decoder > > headers. This also means that including headers separately for each > > decoder is unnecessary so remove these. > > > > Reviewed-by: Leo Yan > > Signed-off-by: James Clark > > Acked-by: Suzuki K Poulose Thanks, collected the Acked-by. - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel