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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E034DC433FE for ; Mon, 7 Nov 2022 09:11:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231651AbiKGJLm (ORCPT ); Mon, 7 Nov 2022 04:11:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231668AbiKGJLe (ORCPT ); Mon, 7 Nov 2022 04:11:34 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CB1B17068 for ; Mon, 7 Nov 2022 01:11:32 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 4ED39B80E88 for ; 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221102112003.2318583-1-james.clark@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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