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=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 27D00C433EF for ; Thu, 23 Sep 2021 18:09:17 +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 E5B9A611B0 for ; Thu, 23 Sep 2021 18:09:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E5B9A611B0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com 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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Ba1mEoIreBN8mx6kFgWNPMNj83DE6Xla0BB4QjzgNjk=; b=Vw/wp57cRhyKVZU7ij8Ms1jHkh 70rs0qmn+UYkqzn3Np3Xp1WIspbE0G3+Q7k1uDT6dWJMD/BzTLZZgoFesUf8ISwkdBWlJGPubCAAI WhT73P+EtMRYgMLkV4kKeVJJImQufJSvKPSxyOHKLSHW7gV5ml7w3JofFG8BnmXb7FYVXbpD4uvla 3tHOY7hQWsYIZW9ENoh3P5vUH3O742tM3lA2/uV+DrMXiQtVcAp6T3UlHWJuNWOR+0veoAx6ashks P/fcDFZes/0sXfUVnAlVuwXbbw8p7CWYz3T3I8U1Dk39bfmjTjXbGSJnVUCZSdp1SkGSxdlH13Jcq C5R1JBRQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mTT85-00CJUi-ET; Thu, 23 Sep 2021 18:07:29 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mTT81-00CJTh-Kh for linux-arm-kernel@lists.infradead.org; Thu, 23 Sep 2021 18:07:27 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7B6F9106F; Thu, 23 Sep 2021 11:07:22 -0700 (PDT) Received: from [10.57.95.68] (unknown [10.57.95.68]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 61B753F59C; Thu, 23 Sep 2021 11:07:21 -0700 (PDT) Subject: Re: [PATCH v4 0/5] coresight: TRBE and Self-Hosted trace fixes To: Mathieu Poirier Cc: linux-arm-kernel@lists.infradead.org, anshuman.khandual@arm.com, mike.leach@linaro.org, leo.yan@linaro.org, coresight@lists.linaro.org, linux-kernel@vger.kernel.org References: <20210923143919.2944311-1-suzuki.poulose@arm.com> <20210923165503.GB2189675@p14s> From: Suzuki K Poulose Message-ID: <8ec6620f-d799-228e-8cf2-69964c4c1798@arm.com> Date: Thu, 23 Sep 2021 19:07:19 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210923165503.GB2189675@p14s> Content-Language: en-GB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210923_110725_781508_93CAA5EE X-CRM114-Status: GOOD ( 15.69 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 23/09/2021 17:55, Mathieu Poirier wrote: > On Thu, Sep 23, 2021 at 03:39:14PM +0100, Suzuki K Poulose wrote: >> Here is the updated patches from the v3 of the series [0], parts of which >> have been queued to coresight/next. This series now applies on the >> coresight/next branch. >> >> Changes since v3: >> - Split the spurious IRQ handling patch to : >> a) coresight: trbe: irq handler: Do not disable TRBE if no action is needed >> b) coresight: trbe: Fix handling of spurious interrupts >> >> - Added a helper to mark the ring buffer when there is WRAP event >> and added a comment to explain. >> >> [0] https://lkml.kernel.org/r/20210914102641.1852544-1-suzuki.poulose@arm.com >> >> Suzuki K Poulose (5): >> coresight: trbe: irq handler: Do not disable TRBE if no action is needed >> coresight: trbe: Fix handling of spurious interrupts >> coresight: trbe: Do not truncate buffer on IRQ >> coresight: trbe: End the AUX handle on truncation >> coresight: trbe: Prohibit trace before disabling TRBE >> >> .../coresight/coresight-self-hosted-trace.h | 4 +- >> drivers/hwtracing/coresight/coresight-trbe.c | 96 ++++++++++++------- >> 2 files changed, 64 insertions(+), 36 deletions(-) > > Applied and pushed - thanks for the modifications. Thank you for the review and support ! Suzuki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel