From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 E8910423E98 for ; Wed, 19 Aug 2026 08:30:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787128205; cv=none; b=PBvgyN+74/yRakACbYm244nKaDGi2u0xpVuWbPOQkAs3wHpZ6iBgAgq4Pc+Qc75c5auXmFOv3hlqbujjIrC9V1XYaNz/M7ruUK01KlbjUqwZyjXHiosPQdXMxWD4zD8dquqCUzYkk/dWbfe74j9eOGYJKU/zP5k2Rts3w9JL/sI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787128205; c=relaxed/simple; bh=z/l3+fiRuS/dUnyybcXMmiKwpT/haPrEnP5E64c1j/8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mT4K7EO8LKGn9HazZkFLpZqsixIfZF4NE+P1jPJU1+sl16amjXn+rRVpL3DLqmYdvmbrdOcHX8YjaFnEtqUJ8U8JVKopkoOtALL0LLS82YH++lKzV+VsCVNKzH3VqZmjo/KfKzZjLayopYWuxfMWzHl6Tzq/fk523VyzoZYTyv8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=0M1fiIog; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="0M1fiIog" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE1C21F000E9; Wed, 19 Aug 2026 08:30:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1787128204; bh=gLcNOWCMOr5tDmMmAR/CIVfLqNQBUcdL8r9yPFgjpKg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=0M1fiIogoFUMYzAdVMsmt9i4lbPYGyIbYxlsjPezL705DyD0DAt8jqcmhV80EL1nW enM/2WgRBrTRSMF6grp6+zwg9IzTvVQgfcUHRqHFCIMimRYX2AsgFQpVMfn1sTA14d X2murec/4mmoxDMO/3fR/3Z9YiD2XkV2bp70jeHM= Date: Wed, 19 Aug 2026 09:58:26 +0200 From: Greg KH To: Suzuki K Poulose Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, coresight@lists.linaro.org, leo.yan@linux.dev, james.clark@linaro.org, mike.leach@arm.com Subject: Re: [GIT PULL] coresight: Updates for Linux v7.3 Message-ID: <2026081915-cassette-implicate-91a5@gregkh> References: <20260807230057.119105-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: <20260807230057.119105-1-suzuki.poulose@arm.com> On Sat, Aug 08, 2026 at 12:00:57AM +0100, Suzuki K Poulose wrote: > Hi Greg > > Please find this pull request for CoreSight subsystem targeting v7.3. > Almost all of them are fixes to the existing code, along with a MAINTAINERS > update for HiSilicon PTT driver. > > Kindly pull > > Suzuki > > > > The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda: > > Linux 7.2-rc2 (2026-07-05 14:44:06 -1000) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v7.3 > Sorry for the delay, now pulled and pushed out. greg k-h