lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 25 Mar 2019 14:25:10 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Andrew Lunn <andrew@...n.ch>,
        Florian Fainelli <f.fainelli@...il.com>,
        Heiner Kallweit <hkallweit1@...il.com>, netdev@...r.kernel.org,
        "David S . Miller" <davem@...emloft.net>
Subject: Bad file pattern in MAINTAINERS section 'ETHERNET PHY LIBRARY'

A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

	5836	ETHERNET PHY LIBRARY
	5837	M:	Andrew Lunn <andrew@...n.ch>
	5838	M:	Florian Fainelli <f.fainelli@...il.com>
	5839	M:	Heiner Kallweit <hkallweit1@...il.com>
	5840	L:	netdev@...r.kernel.org
	5841	S:	Maintained
	5842	F:	Documentation/ABI/testing/sysfs-bus-mdio
	5843	F:	Documentation/devicetree/bindings/net/mdio*
-->	5844	F:	Documentation/networking/phy.txt
	5845	F:	drivers/net/phy/
	5846	F:	drivers/of/of_mdio.c
	5847	F:	drivers/of/of_net.c
	5848	F:	include/linux/*mdio*.h
	5849	F:	include/linux/of_net.h
	5850	F:	include/linux/phy.h
	5851	F:	include/linux/phy_fixed.h
	5852	F:	include/linux/platform_data/mdio-bcm-unimac.h
	5853	F:	include/linux/platform_data/mdio-gpio.h
	5854	F:	include/trace/events/mdio.h
	5855	F:	include/uapi/linux/mdio.h
	5856	F:	include/uapi/linux/mii.h

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/networking/phy.txt':

commit 22f08ad9721d4d1a92061b60026144627a60d644
Author: Florian Fainelli <f.fainelli@...il.com>
Date:   Tue Feb 18 09:47:49 2014 -0800

    MAINTAINERS: add entry for the PHY library
    
    The PHY library has been subject to some changes, new drivers and DT
    interactions over the past few months. Add myself as a maintainer for
    the core PHY library parts and drivers. Make sure the PHY library entry
    also covers the Device Tree files which have a close interaction with
    the MDIO bus, PHY connection and Ethernet PHY mode parsing.
    
    CC: Grant Likely <grant.likely@...aro.org>
    CC: Shaohui Xie <shaohui.xie@...escale.com>
    CC: Andy Fleming <afleming@...il.com>
    Signed-off-by: Florian Fainelli <f.fainelli@...il.com>
    Signed-off-by: David S. Miller <davem@...emloft.net>

 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

3: ---------------------------------------------------------------------------

The last commit with a real presence of file pattern 'Documentation/networking/phy.txt':

commit 25fe02d00a1e9468e0ae995beedb99867ec6701b
Author: Heiner Kallweit <hkallweit1@...il.com>
Date:   Sat Jan 26 11:25:37 2019 +0100

    Documentation: net: phy: switch documentation to rst format
    
    Switch phylib documentation to rst format.
    
    Signed-off-by: Heiner Kallweit <hkallweit1@...il.com>
    Reviewed-by: Andrew Lunn <andrew@...n.ch>
    Signed-off-by: David S. Miller <davem@...emloft.net>

 Documentation/networking/index.rst |   1 +
 Documentation/networking/phy.rst   | 447 +++++++++++++++++++++++++++++++++++++
 Documentation/networking/phy.txt   | 429 -----------------------------------
 3 files changed, 448 insertions(+), 429 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ