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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 1945BE784B0 for ; Mon, 2 Oct 2023 10:20:28 +0000 (UTC) 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:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=N5FngSuys1uqsGBM+zfc9uWAlvMD4ZV8C7sTKPZ4ohY=; b=bfen2AVLxvfZFV f48pFqJWy66/1j/8qvXSEFWhrkRJoRGoRIo2sBc2zUvPbBoHSlwuorjXfmh0mJ4iUCfFrHnnABXQm AGiaM0RJRezB/0Bz5Rkv6EEWKEjQWcThJ9mlOMHKPLiUePBAsdXiN81S4kk6c/pGqvj6gizrHwZb0 eYhrWaeSNmqdqTiuXVe5yQKwE/zhDoZuWn9rHRrE65KWH8cz5zcV7cLgoW8hHYJNBaP75c7WvU0IC 7KtAZSdR/al8VfVY7e4yr2GztgYXRr5ocGDDqsmhNRd4QHnBlak5srxwye5AMMj8wZOAhN042LHOY g8+cCT0vcS88JmPEUPDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnG20-00CJkr-2k; Mon, 02 Oct 2023 10:20:04 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnG1y-00CJkH-0L for linux-arm-kernel@lists.infradead.org; Mon, 02 Oct 2023 10:20:03 +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 7C000C15; Mon, 2 Oct 2023 03:20:37 -0700 (PDT) Received: from [10.57.1.8] (unknown [10.57.1.8]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2E8CB3F762; Mon, 2 Oct 2023 03:19:58 -0700 (PDT) Message-ID: Date: Mon, 2 Oct 2023 11:19:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [GIT PULL] coresight: Fixes for v6.6 To: gregkh@linuxfoundation.org Cc: coresight@lists.linaro.org, james.clark@arm.com, mike.leach@linaro.org, linux-arm-kernel@lists.infradead.org, lcherian@marvell.com References: <20230920101052.1761286-1-suzuki.poulose@arm.com> From: Suzuki K Poulose In-Reply-To: <20230920101052.1761286-1-suzuki.poulose@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231002_032002_193105_FFCB4B3F X-CRM114-Status: GOOD ( 12.66 ) 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 Hi Greg Gentle ping on this one. On 20/09/2023 11:10, Suzuki K Poulose wrote: > Hi Greg > > Please find a couple of fixes for coresight subsystem targetting v6.6 > Kind regards Suzuki > Kindly pull > > Suzuki > > The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: > > Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.6-1 > > for you to fetch changes up to e5028011885a85032aa3c1b7e3e493bcdacb4a0a: > > coresight: tmc-etr: Disable warnings for allocation failures (2023-09-20 10:46:30 +0100) > > ---------------------------------------------------------------- > coresight: Fixes for v6.6 > > Couple of fixes for the CoreSight self-hosted tracing > targeting v6.6. Includes : > > - Fix runtime warnings while reusing the TMC-ETR buffer > - Fix (disable) warning when a large buffer is allocated in > the flat mode. > > ---------------------------------------------------------------- > Linu Cherian (1): > coresight: Fix run time warnings while reusing ETR buffer > > Suzuki K Poulose (1): > coresight: tmc-etr: Disable warnings for allocation failures > > drivers/hwtracing/coresight/coresight-tmc-etr.c | 27 ++++++++++++++----------- > 1 file changed, 15 insertions(+), 12 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel