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 C50D7C4332F for ; Tue, 12 Dec 2023 13:36:17 +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=N0UcbMkvjgDOI2eXTcxjuMj82XBHwfeHWuO4P8o+iio=; b=xFYRjz3qTQoQEG 6jWSe3QfVfbJHTrq4qtENqze4ph2PY5CUxWEz5dY5aE9z/GzjuvyuUzz32b7UJ3oC+VCTdZr2DGEz urM+7+SECvpjMKsvh179I1pGMarVhzDiz054c36RFJLEdja2H8J8FFy2aJ6b1d5K43qGSXpb+mNWi eDiCE2DOd8pkbTfoKUQ3w3wq91JlYv2ThYgmGRipD32d5WMviJP3iZCjXm6SaJNI59PFeNWcWlnoZ LcoW0TEz/8P+lZobThldIpPuLMxHmXUY3nW5e7+QKpTD0yBf4B8KTdsIsxTZfh5IMrQE6U1FQuADS I+SmAcyoSq6mwHPFwOmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rD2vP-00Bp8a-1K; Tue, 12 Dec 2023 13:35:51 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rD2vM-00Bp8A-0X for linux-arm-kernel@lists.infradead.org; Tue, 12 Dec 2023 13:35:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id D84E16158D; Tue, 12 Dec 2023 13:35:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35BE4C433C8; Tue, 12 Dec 2023 13:35:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1702388146; bh=N9ZglRQ1Ead4zZxrDUs1tn8iogHTCy7elZVDWOl80Gk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kt1WDfB0sgeJU4zfl/0wXnGwbODb9B5yQJ8Yk5EssHkm4p0N95au2mXVcD6pFCuc+ 7CnV9lBsJgSlDDL+MqQwhMHlbMnc2trAQYi8J2WWJfT1T67F0wZolBdElCwBdSn9b/ RYbGbSuaKElDG0W54k8jIcD9+KOhDhL5SycYcWJk= Date: Tue, 12 Dec 2023 14:35:15 +0100 From: Greg KH To: Suzuki K Poulose Cc: coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, anshuman.khandual@arm.com, mike.leach@linaro.org, james.clark@arm.com, bagasdotme@gmail.com, hejunhao3@huawei.com, leo.yan@linaro.org, quic_taozha@quicinc.com, u.kleine-koenig@pengutronix.de, yangyicong@hisilicon.com Subject: Re: [GIT PULL] coresight: Updates for linux v6.8 Message-ID: <2023121204-subsoil-herring-1ff1@gregkh> References: <20231212121316.2804146-1-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231212121316.2804146-1-suzuki.poulose@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231212_053548_258655_2CDFEB78 X-CRM114-Status: UNSURE ( 9.32 ) 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 Tue, Dec 12, 2023 at 12:13:16PM +0000, Suzuki K Poulose wrote: > Hi Greg > > Please find the updates for coresight and hwtracing subsystems targeting > Linux v6.8. Please note that the branch is based on the stable tag, > "coresight-fixes-for-v6.7-rc1" (which was merged in v6.7-rc5, on v6.7-rc1). > > i.e, coresight-next-v6.8....coresight-fixes-for-v6.7-rc1...v6.7-rc1 > > > Kindly pull > > Suzuki > > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.8 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