[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200327.155753.1558332088898122758.davem@davemloft.net>
Date: Fri, 27 Mar 2020 15:57:53 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: hkallweit1@...il.com
Cc: nic_swsd@...ltek.com, cwhuang@...roid-x86.org,
netdev@...r.kernel.org
Subject: Re: [PATCH net] r8169: fix PHY driver check on platforms w/o
module softdeps
From: Heiner Kallweit <hkallweit1@...il.com>
Date: Fri, 27 Mar 2020 17:33:32 +0100
> On Android/x86 the module loading infrastructure can't deal with
> softdeps. Therefore the check for presence of the Realtek PHY driver
> module fails. mdiobus_register() will try to load the PHY driver
> module, therefore move the check to after this call and explicitly
> check that a dedicated PHY driver is bound to the PHY device.
>
> Fixes: f32593773549 ("r8169: check that Realtek PHY driver module is loaded")
> Reported-by: Chih-Wei Huang <cwhuang@...roid-x86.org>
> Signed-off-by: Heiner Kallweit <hkallweit1@...il.com>
> ---
> Please apply fix back to 5.4 only. On 4.19 it would break processing.
Applied, but am I missing something here? The Fixes: tag is a v5.6 change
which was not sent to -stable.
Powered by blists - more mailing lists