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 BC90EC74A5B for ; Tue, 21 Mar 2023 16:23:38 +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-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=Xxh4i/3ZYJlFuPU0H6khpLbpwYusRaxwDnwBdEuqQQ4=; b=0p65Guex/qsIDB lSwVQQw8mvaGO8wirwVsowF9HOIdgxghjNRdMi2VDxSmofjvDwnDKB5Y2jzuiwYKznkl3GWFCACv2 hKBXd5rt7tjqbEtrUm4RQQPX/UchJN4KrCWarqefaPYULEugJF4Sk9CIedQbfeyAcLZDfklie/cw1 ZsjC7n6Z5NUkPkwz/UA0vZGLmB4gQUyJBC+xpA7c96y/FkzaxPxTo2l1cLcnqRnOIG20tWcrX79rL 1BXaY49OtFN+4CoC6+XQel+sdadJ+Pb8UqjDl5gSGFKJ1h4EKjRgjXi+YbuHIWgOyGEkHIac9FHnM x8BUkHHXx+ZE8ptovQog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1peekN-00D3wW-0K; Tue, 21 Mar 2023 16:22:03 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1peekK-00D3vp-13 for linux-arm-kernel@lists.infradead.org; Tue, 21 Mar 2023 16:22:01 +0000 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 2F5FDB818C8; Tue, 21 Mar 2023 16:21:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90077C433EF; Tue, 21 Mar 2023 16:21:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1679415716; bh=1iLEKfyDf7ozygGCrQzRPhnydgQ5/LWZipuDZdcLSAw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wOEFO9SFmWwq9PVKAxYL6bVhZz2AAsWpig6R9ZF29yDLeFKp4VULHMdrCQbQsaPQu GmY9DobPmtCx0Vp/uwsaZYlVwkfulX4GdyvCed4Fhxf0wtjlR05eivOx79/rcoqslV O7YWXSS6LAH6UUhWwlgnWhKdjammWoPl06i1KhtI= Date: Tue, 21 Mar 2023 17:21:54 +0100 From: Greg KH To: Suzuki K Poulose Cc: linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org, mike.leach@linaro.org, james.clark@arm.com, anshuman.khandual@arm.com, leo.yan@linaro.org, scclevenger@os.amperecomputing.com Subject: Re: [GIT PULL] coresight: Fixes for v6.3 Message-ID: References: <20230321133852.1551692-1-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230321133852.1551692-1-suzuki.poulose@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230321_092200_537130_71BCCD93 X-CRM114-Status: GOOD ( 10.91 ) 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 On Tue, Mar 21, 2023 at 01:38:52PM +0000, Suzuki K Poulose wrote: > Greg, > > Please find a couple of fixes for coresight self-hosted tracing for v6.3. Kindly > consider pulling. > > Suzuki > > > The following changes since commit eeac8ede17557680855031c6f305ece2378af326: > > Linux 6.3-rc2 (2023-03-12 16:36:44 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.3 Pulled and pushed out, thanks. greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel