From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 18FB8306486 for ; Thu, 9 Apr 2026 07:22:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775719363; cv=none; b=g+08YNlMkotfu9DBxQg/Frq0VNbdgCiKJ+QkEBOkUUEwTMN3Ct6YEVk2fiEtK8J4Df1YyCrILz9+KddR1GEu6GvUGiMOpXxPpx3NBm6r99zSfF6xFyxf6UNY/Txq2/PnsFb7eidzxDgAXXQ4TguOiSxLPlPBtmk9TQ5fFgaPY0E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775719363; c=relaxed/simple; bh=MQb1+Jz5y5Ig3kVCSoDtWT7H8WWW5yDB7zkk7JBDwUo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DIsmvbq7A/gxr53Upm+Nru9ZY9MzNs1Ipv1qyJKALPeHVb3zvtITC1xJhuuoRFxr0k6eLnx0Wv3B4xv9e7R7u5LiLqP+4s6ltyhzdNXKM1LfGz2r673QA5FPeOAoBPpVyvxb0TzkALkepgzhsCQotqACZ5tHMlrzANMcPO3WAgk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=q1zsWJxf; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="q1zsWJxf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D861C4CEF7; Thu, 9 Apr 2026 07:22:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775719362; bh=MQb1+Jz5y5Ig3kVCSoDtWT7H8WWW5yDB7zkk7JBDwUo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q1zsWJxfTZ2UnakZqhLAUyGulBFoxIdQL5WsCy7JJ9x9ln76eAcO/oj/qEr0XA6Fs r7wo4DK2J+MQOU5xJFC/Uyg2UiWZX67nRkknM5ozxrIc/i2C0tY9gLYqweQVTpVNQm cJ+rGtPfscredyl00ZcxaB2WtkYUFLFFGcacG0jw= Date: Thu, 9 Apr 2026 09:21:45 +0200 From: Greg KH To: Suzuki K Poulose Cc: leo.yan@linux.dev, mike.leach@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, james.clark@linaro.org Subject: Re: [GIT PULL] coresight: Updates for Linux v7.1 Message-ID: <2026040937-starboard-circling-cff9@gregkh> References: <20260408213248.3825788-1-suzuki.poulose@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260408213248.3825788-1-suzuki.poulose@arm.com> On Wed, Apr 08, 2026 at 10:32:48PM +0100, Suzuki K Poulose wrote: > Hi Greg > > Please find the updates for CoreSight self-hosted tracing subsystem targeting > v7.1 > > Kindly pull, > > Suzuki > > > The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: > > Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v7.1 Pulled and pushed out, thanks. greg k-h