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 6CD44C4332F for ; Tue, 7 Nov 2023 22:40:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344003AbjKGWkd (ORCPT ); Tue, 7 Nov 2023 17:40:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235187AbjKGWk1 (ORCPT ); Tue, 7 Nov 2023 17:40:27 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DDD1718C; Tue, 7 Nov 2023 14:40:24 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 51367C433C9; Tue, 7 Nov 2023 22:40:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699396824; bh=pYPaAOKhkOnqMQPnBq/62m98rcoU7/1+8vw8apMNzgQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=mL8+q5eu+LM2wSD4En4cmCUzt0LHvRqyo5jRjoqADmvpKDRl9ri6ynEdIS9ptSP8J kIL75F2T4B/x5cwhR18Ey0ASLblnPH1pJvrPVY7chXO+e9oEn4isNKVsXTLzWmZIFk HrRkqKaIx3fb1p/daIcpV/MlR78Fiuh5wGLsuZH/OZ9jlwu726KOZPmd3h/q6eRtGC B+lsFuF/Trc05W8jp8Letis+nUqH5aEXrhgV1KK3SgKn16fZz8aiP0eGibsjNSJFo5 L80Rl6VY26TWYNZ+pJoOOeUInr2hquqwFdOx+xh+xKeKblRWRtuw3VrqYCOrs4OBAM sSgnWWmG2gD9Q== 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 342FBE00084; Tue, 7 Nov 2023 22:40:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] net: phylink: initialize carrier state at creation From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169939682420.4464.18159621143495635365.git-patchwork-notify@kernel.org> Date: Tue, 07 Nov 2023 22:40:24 +0000 References: <20231107174402.3590-1-klaus.kudielka@gmail.com> In-Reply-To: <20231107174402.3590-1-klaus.kudielka@gmail.com> To: Klaus Kudielka Cc: rmk+kernel@armlinux.org.uk, andrew@lunn.ch, hkallweit1@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 7 Nov 2023 18:44:02 +0100 you wrote: > Background: Turris Omnia (Armada 385); eth2 (mvneta) connected to SFP bus; > SFP module is present, but no fiber connected, so definitely no carrier. > > After booting, eth2 is down, but netdev LED trigger surprisingly reports > link active. Then, after "ip link set eth2 up", the link indicator goes > away - as I would have expected it from the beginning. > > [...] Here is the summary with links: - [net,v2] net: phylink: initialize carrier state at creation https://git.kernel.org/netdev/net/c/02d5fdbf4f2b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html