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 8B2B6C433FE for ; Thu, 13 Oct 2022 00:49:27 +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:MIME-Version:References:In-Reply-To: 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=gGxNPJcYVFfO9bOPtuvM66UABaq0yNxOvi1XjM2FLqM=; b=tZdkR+qInP2lMz Pc9mLhwWpd2ob/wT3HoeczGPy60rg19G8LpOfKc1I0nf1p+sNtwn5mxplZzyMGR/BowUvbGPVq/NY b1HjdXGFefG+VOaf5e9RbStbJriXhJLh133nqkJQxxt8GVHExFyLQN1caLDOtbfetEHb7iyQuupk+ 5i8dfKk0yvsv0r1zVHJ2eTheKurF6D8KWVw2uRYuIaLxurfLCYQQHJaWJydnGTxfIocBnlcVcIDl8 cuvNhwCFdZRErp0ghyuJ77BMQ+DthCyLgEqc1XgQRcDX1xounlj7dWZBJvC6MqrSMRW+Upm/DEpiG nHLAfA+lOXVtdwD8zKxQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oimOV-00A1IZ-SD; Thu, 13 Oct 2022 00:48:17 +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 1oimLW-009zjr-VW for linux-arm-kernel@lists.infradead.org; Thu, 13 Oct 2022 00:45:12 +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 A039D616DC; Thu, 13 Oct 2022 00:45:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 217F6C43470; Thu, 13 Oct 2022 00:45:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665621908; bh=BY6NSNTsGspisONHzJBR5FbCDR3j3NmpXA4EUtKNq7k=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=h39oegE9/yYg4mdGObUEHdbBB1VHfmT4ffOkxp0632dgmwqJ6djgYrneUd2A3PXGz 26g2y6oXX14aMeuxRKHQ8e4CMl25pwTPXxw5NDPzcSUKgFqxtclUjhH7mLuLGnQNzx 6HujuDZYXjMKZ/MPfCjW3jowQmo48A6shj66kg0UTCIcKnCc22L9DxNVhHp6pbDCev tlhB+KHLLzQe8ldacaT0cqYzx9rx1vzrBfPJ0SoU7v8Uh4CULMYfNwHe7xtZhV0Pbv xNeAvgJvmaelU9ZT4hqsqIqloJ/zJ8WhoMKrqwEhwHNt5yZ7OkyZpsnvCz38w/6tC6 KOnqddIhMD15A== Date: Wed, 12 Oct 2022 17:45:07 -0700 From: Jakub Kicinski To: Shenwei Wang Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Maxime Coquelin , Russell King , Andrew Lunn , Heiner Kallweit , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev Subject: Re: [PATCH v4 2/2] net: stmmac: Enable mac_managed_pm phylink config Message-ID: <20221012174507.1938d533@kernel.org> In-Reply-To: <20221010204827.153296-3-shenwei.wang@nxp.com> References: <20221010204827.153296-1-shenwei.wang@nxp.com> <20221010204827.153296-3-shenwei.wang@nxp.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221012_174511_195051_1B327315 X-CRM114-Status: UNSURE ( 9.61 ) 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 Mon, 10 Oct 2022 15:48:27 -0500 Shenwei Wang wrote: > Enable the mac_managed_pm configuration in the phylink_config > structure to avoid the kernel warning during system resume. > > Signed-off-by: Shenwei Wang Could you add a Fixes tag pointing to where the warning first appeared? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel