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 07509C43217 for ; Thu, 20 Oct 2022 08:42:26 +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=wzida/+TKYDblPSu5ZyJxnof34Aapo8y5KDfB3D/Pxc=; b=OTA/iaxopxmknr doaJDsSEVAXp0gncAdXl6vyAfrh58dATGyLe0xODRMAPDIPKht9t0OKG+H/ksTwROloMWinEThwTJ zNOzsmfl4ZdCidS8Td5Ot82HcZUu4XCIX3abDgwRo11jPGawVMHYArdXqrXGRpNbv6e0p7gvpYHg/ 1C2EjBZburkq3PjA/u4Ldzx4x490CLMYFxSy9jR2Y6H5D5g6PUWLxHXdfm00cHEuF6Xl0J8iSabSs PU/1bC6p+w3Mwz5otXiEWSleheyzPkePzMFup60OEW5Fo3PuaBC9tBz1XcYLg9J7dGKRVu7FgwREd y+gwo3pMEWVPUAtEJXag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1olR76-00CMFC-Cj; Thu, 20 Oct 2022 08:41:16 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1olR72-00CMDt-O6 for linux-arm-kernel@lists.infradead.org; Thu, 20 Oct 2022 08:41:14 +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 ams.source.kernel.org (Postfix) with ESMTPS id 2A945B8221F; Thu, 20 Oct 2022 08:41:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 854C8C43470; Thu, 20 Oct 2022 08:41:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666255269; bh=R9LzMSEV110vBHbJ1rF1cI1v07EuX3V4uQqtzpEcdJY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZoTLOHGPjT6MEDHororJK7qq0yb2syPGO+zSD0G2JBBLlTUxX3VpqB7lqpmD2sWM5 v3dBTeD6xmqXImjFGX2AoeUBpEYU5ppWhO3w8DYNKFnL/xojuyPziiVapArNUpRIGw Vihd+PhHdex4zXUcZFe3z6aYsFPVsdv+gQdEpemw= Date: Thu, 20 Oct 2022 10:41:07 +0200 From: Greg KH To: Suzuki K Poulose Cc: mathieu.poirier@linaro.org, mike.leach@linaro.org, leo.yan@linaro.org, coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, james.clark@arm.com Subject: Re: [GIT PULL] coresight: Fixes for v6.1 Message-ID: References: <20221019213118.797967-1-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221019213118.797967-1-suzuki.poulose@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221020_014112_960030_70A1BCD8 X-CRM114-Status: GOOD ( 18.72 ) 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, Oct 19, 2022 at 10:31:18PM +0100, Suzuki K Poulose wrote: > Greg, > > Please find some of the fixes coresight drivers for v6.1. > The important ones are a couple for the CTI driver which > could cause hangs on a system with tracing. > > Please pull, > Suzuki > > > The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: > > Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) > > are available in the Git repository at: > > git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.1-1 > > for you to fetch changes up to 262068519b562dcf73297b2a75fb850342ba99e5: > > coresight: cti: Fix hang in cti_disable_hw() (2022-10-19 15:47:53 +0100) > > ---------------------------------------------------------------- > coresight: Fixes for v6.1 > > Fixes for coresight drivers for v6.1 > > - Fix possible deadlock CTI mutexes (LOCKDEP) > - Fix hang in CTI with runtime power management > - Fix grammars in a comment > - Use sysfs_emit() instead of scnprintf() Sorry, but patch 2 here, doing the sysfs_emit() is not allowed. That user has been banned from lore.kernel.org for sending patches through a random gmail account with no verification that they really are from ZTE at all. Until we get proof from ZTE that this developer really is who they say they are, we can't take patches from them. Please do not take any future patches from anyone sending from gmail.com that purports to be from ZTE until this is worked out. Also, it's not a "fix" at all, and shouldn't be needed for 6.1-final at all. I'll just drop that patch and regenerate this on my end to get the 3 other fixes merged in here properly. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel