From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= Subject: Regression in 4.19 net/phy/realtek: garbled sysfs output Date: Wed, 24 Oct 2018 21:36:02 +0200 Message-ID: <5e989478-0d33-cd05-efa7-fe3ec54856ab@applied-asynchrony.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Netdev , Jassi Brar , "David S. Miller" Return-path: Received: from mail02.iobjects.de ([188.40.134.68]:53882 "EHLO mail02.iobjects.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726207AbeJYEF0 (ORCPT ); Thu, 25 Oct 2018 00:05:26 -0400 Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: Hi, Since 4.19 r8169 depends on phylib: $lsmod | grep r8169 r8169 81920 0 libphy 57344 2 r8169,realtek Unfortunately this now gives me the following sysfs error: $cd /sys/module/realtek/drivers $ls -l ls: cannot access 'mdio_bus:RTL8201F 10/100Mbps Ethernet': No such file or directory total 0 lrwxrwxrwx 1 root root 0 Oct 24 21:09 'mdio_bus:RTL8201CP Ethernet' -> '../../../bus/mdio_bus/drivers/RTL8201CP Ethernet' l????????? ? ? ? ? ? 'mdio_bus:RTL8201F 10/100Mbps Ethernet' lrwxrwxrwx 1 root root 0 Oct 24 21:09 'mdio_bus:RTL8211 Gigabit Ethernet' -> '../../../bus/mdio_bus/drivers/RTL8211 Gigabit Ethernet' [..] Apparently the forward slash in "10/100Mbps Ethernet" is interpreted as directory separator that leads nowhere, and was introduced in commit 513588dd44b ("net: phy: realtek: add RTL8201F phy-id and functions"). Would it be acceptable to change the name simply to "RTL8201F Ethernet"? thanks, Holger