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 9555EC4332F for ; Mon, 7 Nov 2022 09:13:43 +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=dqaC5cd4D8lOdiLgBAdRYUwyRl6NF7Q7QQaVuxP1hRc=; b=ZeL9x2wlzkIdvp TiYRxGw1J89SjNchX1lLH3lT7f/pRfA70a/JZ6F0KDJOvK4Ws+jW6Q/MjnkC2iEct9dJmk2Z1yhSw N3kT1f/0yVciTUqRdu+9Ot3XG0OarDVvsFX9BTx7/7A2E72X8blYf1clKeBX4zcK9rnmlODSXNnyR 3WyrtZpjEqmqzh6ynTAf/Pk+7jC1jHt/LAnG8WjoDYdp4eFLLfejX16ncSyeec5dObl+pqPMRqTXG 4zWwNYSRolE6oVqxBELZVUA0mptLoF9Eog1PwxxB1kZakQBvKCuP6lhxsGouWQ4c8EVXBdoVVqIc6 IjTnKY2ox7O/Og1dv1Zw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oryBL-00D989-Kg; Mon, 07 Nov 2022 09:12:39 +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 1oryAG-00D8cx-8G for linux-arm-kernel@lists.infradead.org; Mon, 07 Nov 2022 09:11:33 +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 9E90760F6A; Mon, 7 Nov 2022 09:11:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 615CEC433C1; Mon, 7 Nov 2022 09:11:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667812290; bh=ur3m8XTjWGanbIdV1M7CZKfN7rLxjtUgxCH7EPAmr+o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wXyJioX5vB62tgxOhSC8DT2i3wkNRMBbmgJC00TrXJ/vzvDzwdfk3lIdxtZ7Woj5r QyhM77RW/vCKsKpnddHxyN7TqsRS/ao0kJnulYRcZfdKjj0E6fdrws45GTWg1levrd qlaSlq7wnUEcw+VyxsPnVTYyjvWqgPBhscoOg/Z0= Date: Mon, 7 Nov 2022 10:11:26 +0100 From: Greg Kroah-Hartman To: James Clark Cc: stable@kernel.org, Suzuki.Poulose@arm.com, Aishwarya TCV , Cristian Marussi , Mike Leach , Mathieu Poirier , Leo Yan , Alexander Shishkin , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5.10] coresight: cti: Fix hang in cti_disable_hw() Message-ID: References: <20221102112003.2318583-1-james.clark@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221102112003.2318583-1-james.clark@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221107_011132_376349_148D3BFD X-CRM114-Status: UNSURE ( 8.35 ) 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, Nov 02, 2022 at 11:20:03AM +0000, James Clark wrote: > commit 6746eae4bbaddcc16b40efb33dab79210828b3ce upstream. Isn't this commit 665c157e0204176023860b51a46528ba0ba62c33 instead? confused, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel