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 1600CC5478C for ; Sat, 2 Mar 2024 18:59:12 +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=1rbcfNRh2n2eEQg0kiXDuUQ/Vc3YOztu7Jn2NGHxX3c=; b=VB4aeFmjhOv4ax iKIQGuWDnKK7IlK3BSebSqB3dLvqjNFl0esZuC1mFj6jlJC5NzOfRhA5tjEROf2Rz5xpd7bN1SyUo Zw6+VT5HfsMJxmxod+cdxLaTTY2rzsXa3Irnv5UNwN9H85KkUyLLJrk6vgtMAf/7gC5NrsvHs+7Sw fKFlOlluOdrp52UqMR+weEY0waKiaT8rliEPeZiqMFHGo/YZF8YXDjJbkbe8ug/AfF7y7n1amcwTX foIYj5kY4A1k8tHmN6KOtN3wHEeyh8+qpdS7eRIVAbAUjWeztOxxFeyklxV4+UlENWMjKEeEux7bF eSf1j/IGGMW0B3HVdtrQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rgUZX-00000004DGG-0Hq7; Sat, 02 Mar 2024 18:58:59 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rgUZU-00000004DFm-3iv0 for linux-arm-kernel@lists.infradead.org; Sat, 02 Mar 2024 18:58:58 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 9D196CE0A22; Sat, 2 Mar 2024 18:58:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F5B5C433F1; Sat, 2 Mar 2024 18:58:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1709405933; bh=7m1aiydcbMvXzsfYqlfBokNgl05G4845AvuIr4CUOFA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K24LHSNFSPP6/+3WlCTHEU7oUdR6SCQgjGwZK8jyizvqVsm5haF7GQIWU4C33YeUW EfjxuqNbROKvBBzBHBGgedo6K+ceaND+SglAuo1J68VVTMQz/gMWiFymHVu06orELz GWh/nP1KERAyuddLbKbZ2yIRbbhwMQtydDvPpUks= Date: Sat, 2 Mar 2024 19:58:51 +0100 From: Greg KH To: Suzuki K Poulose Cc: coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, mike.leach@linaro.org, james.clark@arm.com, quic_jinlmao@quicinc.com, yangjihong1@huawei.com, quic_taozha@quicinc.com Subject: Re: [GIT PULL] coresight: hwtracing subsystem updates for v6.9 Message-ID: <2024030243-amigo-clip-f062@gregkh> References: <20240228110025.221879-1-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240228110025.221879-1-suzuki.poulose@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240302_105857_123972_78618622 X-CRM114-Status: UNSURE ( 9.11 ) X-CRM114-Notice: Please train this message. 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 Wed, Feb 28, 2024 at 11:00:25AM +0000, Suzuki K Poulose wrote: > Hi Greg, > > Please find the updates for coresight/hwtracing subsystem updates targeting > Linux v6.9. > > Kindly pull. > > Suzuki > > > The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de: > > Linux 6.8-rc4 (2024-02-11 12:18:13 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.9 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