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 E54A5CD13CF for ; Tue, 3 Sep 2024 10:47:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=obeCAD5iebrf8A8lfeS25JmvjPLC2RhssQNj6QpEoJo=; b=PEz67Ar+ZW8Bny7znhODj1x9Uy SmsF4ldN+iw0nO8tFKS0kuFh4I+9IhdA4MarI5T0wl7uv4F+cOIHm2F/MYUA9Br3Pc7Oo4L1QG8QF v/grVqONxGfWD15TVLl0IvLEgHSAr4KOVTYkRgbowH5ILvSIuro5LW9efZjVSD6FkOOCI9KIzq319 9vAN22z/834tgLTMDYTiCA8+x0VXtVy7YUGrqFElQP0Y93kBE4R6A/xpjVwnr5RviY5GZVbvjfrc8 2KIIXFL/MqXZLbMtmBaW3o6OmYybsLkLo11oqasLuJhxd9XeudCF1Lb7l2kuebpUi6itfbV5oQPnc NXZhCacQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slR4U-0000000HOSd-0zQR; Tue, 03 Sep 2024 10:47:38 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slR3V-0000000HODN-3rcF for linux-arm-kernel@lists.infradead.org; Tue, 03 Sep 2024 10:46:40 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F1113FEC; Tue, 3 Sep 2024 03:47:02 -0700 (PDT) Received: from [10.57.74.1] (unknown [10.57.74.1]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C36073F73B; Tue, 3 Sep 2024 03:46:35 -0700 (PDT) Message-ID: <7f80b892-efc2-48ee-9aa4-01eff5137e46@arm.com> Date: Tue, 3 Sep 2024 11:46:34 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [GIT PULL] coresight: Updates for Linux v6.12 Content-Language: en-GB To: Greg KH Cc: coresight@lists.linaro.org, james.clark@linaro.org, mike.leach@linaro.org, linux-arm-kernel@lists.infradead.org References: <20240827192644.366727-1-suzuki.poulose@arm.com> <2024090339-legwarmer-blooper-5eb3@gregkh> From: Suzuki K Poulose In-Reply-To: <2024090339-legwarmer-blooper-5eb3@gregkh> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240903_034638_480671_1527BA10 X-CRM114-Status: UNSURE ( 9.77 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 03/09/2024 11:07, Greg KH wrote: > On Tue, Aug 27, 2024 at 08:26:44PM +0100, Suzuki K Poulose wrote: >> >> Greg, >> >> Please find the updates for CoreSight/hwtracing subsystem for v6.12. >> >> Kindly pull >> >> Suzuki >> >> >> >> The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399: >> >> Linux 6.11-rc4 (2024-08-18 13:17:27 -0700) >> >> are available in the Git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.12 >> > > Pulled and pushed out, thanks. > Thanks Greg ! Suzuki