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:   Fri, 28 Sep 2018 14:54:22 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Hauke Mehrtens <hauke@...ke-m.de>, netdev@...r.kernel.org
Subject: Bad MAINTAINERS pattern in section 'LANTIQ / INTEL Ethernet drivers'

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	8155	LANTIQ / INTEL Ethernet drivers
	8156	M:	Hauke Mehrtens <hauke@...ke-m.de>
	8157	L:	netdev@...r.kernel.org
	8158	S:	Maintained
	8159	F:	net/dsa/tag_gswip.c
	8160	F:	drivers/net/ethernet/lantiq_xrx200.c
	8161	F:	drivers/net/dsa/lantiq_pce.h
-->	8162	F:	drivers/net/dsa/intel_gswip.c

Commit that introduced this:

commit 14fceff4771e51b23b4485b575cf9e5b3414b89b
 Author: Hauke Mehrtens <hauke@...ke-m.de>
 Date:   Sun Sep 9 22:20:39 2018 +0200
 
     net: dsa: Add Lantiq / Intel DSA driver for vrx200
     
     This adds the DSA driver for the GSWIP Switch found in the VRX200 SoC.
     This switch is integrated in the DSL SoC, this SoC uses a GSWIP version
     2.1, there are other SoCs using different versions of this IP block, but
     this driver was only tested with the version found in the VRX200.
     Currently only the basic features are implemented which will forward all
     packages to the CPU and let the CPU do the forwarding. The hardware also
     support Layer 2 offloading which is not yet implemented in this driver.
     
     The GPHY FW loaded is now done by this driver and not any more by the
     separate driver in drivers/soc/lantiq/gphy.c, I will remove this driver
     is a separate patch. to make use of the GPHY this switch driver is
     needed anyway. Other SoCs have more embedded GPHYs so this driver should
     support a variable number of GPHYs. After the firmware was loaded the
     GPHY can be probed on the MDIO bus and it behaves like an external GPHY,
     without the firmware it can not be probed on the MDIO bus.
     
     The clock names in the sysctrl.c file have to be changed because the
     clocks are now used by a different driver. This should be cleaned up and
     a real common clock driver should provide the clocks instead.
     
     Signed-off-by: Hauke Mehrtens <hauke@...ke-m.de>
     Signed-off-by: David S. Miller <davem@...emloft.net>
 
  MAINTAINERS                     |    2 +
  arch/mips/lantiq/xway/sysctrl.c |    8 +-
  drivers/net/dsa/Kconfig         |    8 +
  drivers/net/dsa/Makefile        |    1 +
  drivers/net/dsa/lantiq_gswip.c  | 1169 +++++++++++++++++++++++++++++++++++++++
  drivers/net/dsa/lantiq_pce.h    |  153 +++++
  6 files changed, 1337 insertions(+), 4 deletions(-)

No commit with drivers/net/dsa/intel_gswip.c found

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ