Re: [PATCH net-next] net: phy: fix issue with loading PHY driver w/o initramfs

2019-01-22 Thread Heiner Kallweit
On 22.01.2019 23:45, David Miller wrote: > From: Heiner Kallweit > Date: Sat, 19 Jan 2019 10:30:21 +0100 > >> It was reported that on a system with nfsboot and w/o initramfs network >> fails because trying to load the PHY driver returns -ENOENT. Reason was >> that due to missing initramfs the mod

Re: [PATCH net-next] net: phy: fix issue with loading PHY driver w/o initramfs

2019-01-22 Thread David Miller
From: Heiner Kallweit Date: Sat, 19 Jan 2019 10:30:21 +0100 > It was reported that on a system with nfsboot and w/o initramfs network > fails because trying to load the PHY driver returns -ENOENT. Reason was > that due to missing initramfs the modprobe binary isn't available. > So we have to igno

Re: [PATCH net-next] net: phy: fix issue with loading PHY driver w/o initramfs

2019-01-21 Thread Krzysztof Kozlowski
On Sat, 19 Jan 2019 at 10:30, Heiner Kallweit wrote: > > It was reported that on a system with nfsboot and w/o initramfs network > fails because trying to load the PHY driver returns -ENOENT. Reason was > that due to missing initramfs the modprobe binary isn't available. > So we have to ignore err