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 9C2D0EB64DC for ; Sun, 9 Jul 2023 10:30:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230365AbjGIKa0 (ORCPT ); Sun, 9 Jul 2023 06:30:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230356AbjGIKaV (ORCPT ); Sun, 9 Jul 2023 06:30:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C6A712A for ; Sun, 9 Jul 2023 03:30:21 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AEE1860BBF for ; Sun, 9 Jul 2023 10:30:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 193EEC433C9; Sun, 9 Jul 2023 10:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688898620; bh=JNjdE7h2KECVVFRvJju8wvUIdWAf0hYPNyWWMZWiwuE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=cta4/LHpwmWC2DGW1rTuvflBNM0PuxedXbH94A5f1yG6Noihxu+ZEqvKF+bypLOKO 8t5IsKUasS4+mXtOGnnumr8lfgjuk3x39881byrMaWByhL5V6RHjycKEiqUBxxZdmV DfrMziZndtZ6ddnzYcEVFxgioPW6MunbG6Bmre8vC5SSQ0aot4IQRYEUmCf0FW12dS q/SvBPH0bYT/KLivtdWau31sfIGklBmZ+vBA8UotUpf4PkNqgUfoXvF2x1WhHM00dI wvQBz82GvO5HCYUDwze/kTk996qE2gdMjivF0/KwdjQ0bCd9cZagoa0lVIRTCkFBg4 0HYsBNF/hUKCw== 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 EF446C395F8; Sun, 9 Jul 2023 10:30:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: lan743x: select FIXED_PHY From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168889861997.29064.9707742111397535356.git-patchwork-notify@kernel.org> Date: Sun, 09 Jul 2023 10:30:19 +0000 References: <20230708-lan743x-fixed-phy-v1-1-3fd19580546c@kernel.org> In-Reply-To: <20230708-lan743x-fixed-phy-v1-1-3fd19580546c@kernel.org> To: Simon Horman Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, Pavithra.Sathyanarayanan@microchip.com, rdunlap@infradead.org, stable@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Sat, 08 Jul 2023 15:06:25 +0100 you wrote: > The blamed commit introduces usage of fixed_phy_register() but > not a corresponding dependency on FIXED_PHY. > > This can result in a build failure. > > s390-linux-ld: drivers/net/ethernet/microchip/lan743x_main.o: in function `lan743x_phy_open': > drivers/net/ethernet/microchip/lan743x_main.c:1514: undefined reference to `fixed_phy_register' > > [...] Here is the summary with links: - [net] net: lan743x: select FIXED_PHY https://git.kernel.org/netdev/net/c/73c4d1b307ae You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html