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 E887DC4321E for ; Tue, 29 Nov 2022 12:30:44 +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=GWj3ZMP0WJcxv+YrGqgE3J+vGlX6kS3vFNafHtuRL24=; b=wljJAGJmGeN7Nn FTwYHZKHiKkagYym/RcSb9DtlE9o/PqmCxATuRMzn9mzC3g3zcdBn+Jnp+l3hRf1V9j3GSL5Rq/vE 1KHqbHDU5SCr3fbdWuLoJtfp9k+tKtWJ203imHd1mvSCkty6QFK4AdbX4YRHUFYRnPHmlZ/lEVOZ1 oP2PUI3OQHIOo3xPj88G3+ZvOpjBzNgyNfodWeMLssT6FUFE9HMNioDOG9U2X+LmPQOeZS05Wq3go YOjEVs+2bt2j9V9sjAK5QPsk+NLM7yBP5KDKyBFKOtYUby5vFnPp3cUHJeGRy2JxAFHNpB4NDWe51 agLqRP4NiwRim2hPq9lw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ozzkF-008ctS-9b; Tue, 29 Nov 2022 12:29:51 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ozzkB-008cs3-Ue for linux-arm-kernel@lists.infradead.org; Tue, 29 Nov 2022 12:29:49 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 32E31616DD; Tue, 29 Nov 2022 12:29:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 420D3C433D6; Tue, 29 Nov 2022 12:29:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669724984; bh=k33mzxVQunQb6qc/FUMQxSht6hI3bdnjFZQXxbtHdqI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l2PI1ZBs4/KxjhAC7aA/tKxM1SCjwacu4VDxHm7mSKq7UXjUuGqT21J2Yp7PWVOVL 4zpQo4HVBEzN2flU8ct4yNXGO+a2RPSxJzt5gSbpDi5cJivSav9BqptC9OVmMeZRU/ Nido8b9OPNVF+Oppgf0OvTyBiEswtcl3V6KNKDI0= Date: Tue, 29 Nov 2022 13:23:18 +0100 From: Greg KH To: Suzuki K Poulose Cc: coresight@lists.linaro.org, mike.leach@linaro.org, mathieu.poirier@linaro.org, james.clark@arm.com, leo.yan@linaro.org, linux-arm-kernel@lists.infradead.org Subject: Re: [GIT PULL v2] coresight: updates for v6.2 Message-ID: References: <20221128190342.2418027-1-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221128190342.2418027-1-suzuki.poulose@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221129_042948_042575_89A18CD4 X-CRM114-Status: GOOD ( 12.75 ) 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 Mon, Nov 28, 2022 at 07:03:42PM +0000, Suzuki K Poulose wrote: > Hi Greg, > > Please find the updated pull request with coresight updates to v6.2. > Kindly consider pulling. > > Changes: > - Fix empty lines around "Fixes" tag in the CTI Fix. > > Thanks > Suzuki > > > > The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763: > > Linux 6.1-rc3 (2022-10-30 15:19:28 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.2 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