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 DD519C76188 for ; Wed, 5 Apr 2023 10:32:14 +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=du5gMl30rsA7u9rKsTNPFGds3EebrDerO5mXjDM36tI=; b=WS/Hn4ePbQG0UR gLUAZ6dIsqX+B+fCB+mkXPXUjQdoANU8iGus6It7cIzOVBrvY28wg6YRgtXMLvkke8x6/z2RUHmU/ o2xN48K6x8n4hWknxtdq1+zO1IMNSjliY3JTmyUBtfH346Fx0ZMTRkidkRJCSl4hQJ1UHYT9ahQbu ieFgBMUCToNMsPNMQiY5kF4mP8Ai1iXi7ZSsXiFRvwedfUcIgqpk/4erPg48AkF98fK9/RORRE9XC KgmKI/qkS/98iFkqwyw3Zikguqv2m6ZCZx1wzi85yw4pOEXlPJVJq5I7TO5mMJkp4ZaONMZeiGl2S 3eWO/oVoIaT1V4wyZYLQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pk0Q4-00464E-21; Wed, 05 Apr 2023 10:31:12 +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 1pk0Q0-00463j-2D for linux-arm-kernel@lists.infradead.org; Wed, 05 Apr 2023 10:31:09 +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 0BF99622B6; Wed, 5 Apr 2023 10:31:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BD52C433EF; Wed, 5 Apr 2023 10:31:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680690667; bh=UZtnftNpbzEZfkZTF456M+AlRytiPM4AMjQBKX1snc0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FSS/tbotfawYjc4GJRMg/qt0HGyjUlxEpEgdcKsTp2co2LixpG26LduSo7XUiGhnO 3tfw8J3bFO37jVAQ3AwFXs9P/lfwxCBHfNkdrVY9Y1AwMXVtHKomPiIezG/CPmyHLR 45pea2JoihpLGM6Es//o7r7VnljsyJnKhzS1kdGA= Date: Wed, 5 Apr 2023 12:31:04 +0200 From: Greg KH To: Suzuki K Poulose Cc: linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org, mike.leach@linaro.org, james.clark@arm.com, anshuman.khandual@arm.com, leo.yan@linaro.org, scclevenger@os.amperecomputing.com Subject: Re: [GIT PULL] coresight: Fixes for v6.3 Message-ID: <2023040500-apron-sandfish-af52@gregkh> References: <20230321133852.1551692-1-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230405_033108_776308_39ECA2EC X-CRM114-Status: GOOD ( 15.26 ) 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, Apr 05, 2023 at 11:16:17AM +0100, Suzuki K Poulose wrote: > Hi Greg, > > On 21/03/2023 16:21, Greg KH wrote: > > On Tue, Mar 21, 2023 at 01:38:52PM +0000, Suzuki K Poulose wrote: > > > Greg, > > > > > > Please find a couple of fixes for coresight self-hosted tracing for v6.3. Kindly > > > consider pulling. > > > > > > Suzuki > > > > > > > > > The following changes since commit eeac8ede17557680855031c6f305ece2378af326: > > > > > > Linux 6.3-rc2 (2023-03-12 16:36:44 -0700) > > > > > > are available in the Git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.3 > > > > > Pulled and pushed out, thanks. > > Just wondering, why this hasn't shown up on linus' tree yet ? Do you plan to > send it for rc6 ? Yes. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel