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>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 15 Jan 2019 17:27:09 +0100
From:   Andrew Lunn <andrew@...n.ch>
To:     netdev <netdev@...r.kernel.org>
Cc:     Florian Fainelli <f.fainelli@...il.com>,
        Heiner Kallweit <hkallweit1@...il.com>,
        Andrew Lunn <andrew@...n.ch>
Subject: [RFC net-next 0/5] SDPX tags for PHY and MDIO drivers

Since net-next is still closed, this is RFC.

This patchset adds SPDX tags to various PHY and MDIO drivers.  The
first two patches should not be an issue. I will probably post those
separate from the rest when net-next reopens. The other three might
cause discussion. There are various contradictions with the license
information. The license text says one thing, the MODULE_LICENSE()
says something else. To solve this contradiction, i've assumed the
license text is correct, since it is much easier to understand. Based
on this i've corrected the MODULE_LICENSE() and added the appropriated
SDPX tag. All the relevant authors should be Cc: for these changes.

Andrew Lunn (5):
  net: phy: Convert some PHY and MDIO driver files to SPDX headers
  net: phy: Remove redundent License text when SPDX header is present
  net: phy: Fixup GPLv2+ SPDX tags based on license text
  net: phy: Fixup GPLv2 SPDX tags based on license text
  net: phy: Add SDPX tag based on COPYING file

 drivers/net/phy/amd.c                |  7 +------
 drivers/net/phy/aquantia.c           |  5 +----
 drivers/net/phy/asix.c               |  8 +-------
 drivers/net/phy/at803x.c             |  6 +-----
 drivers/net/phy/bcm-cygnus.c         | 10 +---------
 drivers/net/phy/bcm-phy-lib.c        | 10 +---------
 drivers/net/phy/bcm-phy-lib.h        | 10 +---------
 drivers/net/phy/bcm63xx.c            |  6 +-----
 drivers/net/phy/bcm7xxx.c            |  6 +-----
 drivers/net/phy/bcm87xx.c            |  7 ++-----
 drivers/net/phy/broadcom.c           |  6 +-----
 drivers/net/phy/cicada.c             |  7 +------
 drivers/net/phy/cortina.c            | 11 +----------
 drivers/net/phy/davicom.c            |  7 +------
 drivers/net/phy/dp83640.c            | 15 +--------------
 drivers/net/phy/dp83822.c            | 12 ++----------
 drivers/net/phy/dp83848.c            | 12 ++----------
 drivers/net/phy/dp83867.c            | 12 ++----------
 drivers/net/phy/et1011c.c            |  7 +------
 drivers/net/phy/fixed_phy.c          |  6 +-----
 drivers/net/phy/icplus.c             |  7 +------
 drivers/net/phy/intel-xway.c         | 11 +----------
 drivers/net/phy/lxt.c                |  7 +------
 drivers/net/phy/marvell.c            |  7 +------
 drivers/net/phy/marvell10g.c         |  1 +
 drivers/net/phy/mdio-bcm-iproc.c     | 10 +---------
 drivers/net/phy/mdio-bcm-unimac.c    |  6 +-----
 drivers/net/phy/mdio-bitbang.c       |  7 ++-----
 drivers/net/phy/mdio-boardinfo.c     |  6 +-----
 drivers/net/phy/mdio-cavium.c        |  7 ++-----
 drivers/net/phy/mdio-cavium.h        |  5 +----
 drivers/net/phy/mdio-gpio.c          |  7 ++-----
 drivers/net/phy/mdio-hisi-femac.c    | 16 ++--------------
 drivers/net/phy/mdio-i2c.c           |  5 +----
 drivers/net/phy/mdio-i2c.h           |  5 +----
 drivers/net/phy/mdio-moxart.c        |  7 ++-----
 drivers/net/phy/mdio-mux-bcm-iproc.c | 13 +------------
 drivers/net/phy/mdio-mux-gpio.c      |  7 ++-----
 drivers/net/phy/mdio-mux-mmioreg.c   |  5 +----
 drivers/net/phy/mdio-mux.c           |  7 ++-----
 drivers/net/phy/mdio-octeon.c        |  7 ++-----
 drivers/net/phy/mdio-sun4i.c         |  7 ++-----
 drivers/net/phy/mdio-thunder.c       |  7 ++-----
 drivers/net/phy/mdio-xgene.c         | 14 +-------------
 drivers/net/phy/mdio-xgene.h         | 14 +-------------
 drivers/net/phy/mdio_bus.c           |  7 +------
 drivers/net/phy/mdio_device.c        |  7 +------
 drivers/net/phy/meson-gxl.c          | 12 +-----------
 drivers/net/phy/micrel.c             |  6 +-----
 drivers/net/phy/microchip.c          | 14 +-------------
 drivers/net/phy/mscc.c               |  1 +
 drivers/net/phy/national.c           |  7 +------
 drivers/net/phy/phy-core.c           |  6 +-----
 drivers/net/phy/phy.c                |  7 +------
 drivers/net/phy/phy_device.c         |  7 +------
 drivers/net/phy/phy_led_triggers.c   | 14 ++------------
 drivers/net/phy/phylink.c            |  7 ++-----
 drivers/net/phy/qsemi.c              |  7 +------
 drivers/net/phy/realtek.c            |  7 +------
 drivers/net/phy/rockchip.c           |  9 ++-------
 drivers/net/phy/sfp.c                |  1 +
 drivers/net/phy/smsc.c               |  6 +-----
 drivers/net/phy/spi_ks8995.c         |  5 +----
 drivers/net/phy/ste10Xp.c            |  7 +------
 drivers/net/phy/swphy.c              |  6 +-----
 drivers/net/phy/teranetics.c         |  5 +----
 drivers/net/phy/uPD60620.c           |  7 +------
 drivers/net/phy/vitesse.c            |  9 +--------
 drivers/net/phy/xilinx_gmii2rgmii.c  | 11 +----------
 69 files changed, 86 insertions(+), 454 deletions(-)

-- 
2.20.1

Powered by blists - more mailing lists