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 3D9B7C77B78 for ; Fri, 21 Apr 2023 10:50:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231674AbjDUKud (ORCPT ); Fri, 21 Apr 2023 06:50:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231609AbjDUKua (ORCPT ); Fri, 21 Apr 2023 06:50:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B8B1C17D; Fri, 21 Apr 2023 03:50:21 -0700 (PDT) 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 15D1F64EAE; Fri, 21 Apr 2023 10:50:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 6A89EC433D2; Fri, 21 Apr 2023 10:50:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682074220; bh=h3RyoSOiFiFDRTwCsypI3F6F6H66CtCaPUBSqdRhiJ8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Lwe1/I0feXEzKrBlGaiywDpyX8T/e5JLErtWqZbv3wUsSZkhLJ9QyXgi4Cl5iKKBL wtxjKqfqqi+14+me1QiDhWWYEcmTIvdkz/PWwC+QWih6sO5NfXM14zqfh+plW2/Pkb KKTLwe1yFBryWZ3R8Y4iwBFi7jbhKM6jVdn9EebM59x3OnEMjnKbJ3QwtDar9hI3gw iJiearVhA24EDIYN53Ejo5fKVA9ArYA8doB+PYgkKENBFUKpHCvECt36WBtxckwiFJ xf945wKK/hhAxktaYQ6wAkNlJ0SQXgdygfH/jlPYJQ30nRlp4fbTNW9KN/wOdHkRs7 WQOz8AdM+JgMg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 515BDC561EE; Fri, 21 Apr 2023 10:50:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v6] net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168207422032.11185.11526430974844545291.git-patchwork-notify@kernel.org> Date: Fri, 21 Apr 2023 10:50:20 +0000 References: In-Reply-To: To: Yan Wang Cc: davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, kuba@kernel.org, mcoquelin.stm32@gmail.com, peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, qiangqing.zhang@nxp.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 19 Apr 2023 22:13:46 +0800 you wrote: > The system hang because of dsa_tag_8021q_port_setup()-> > stmmac_vlan_rx_add_vid(). > > I found in stmmac_drv_probe() that cailing pm_runtime_put() > disabled the clock. > > First, when the kernel is compiled with CONFIG_PM=y,The stmmac's > resume/suspend is active. > > [...] Here is the summary with links: - [net-next,v6] net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports https://git.kernel.org/netdev/net-next/c/35226750f7ab You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html