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:	Mon, 13 Feb 2012 12:23:19 +0100
From:	Florian Fainelli <florian@...nwrt.org>
To:	davem@...emloft.net
Cc:	netdev@...r.kernel.org, Florian Fainelli <florian@...nwrt.org>
Subject: [PATCH 0/5] NET: PHY names vs MDIO bus names regression fixes

Hello David,

This patch serie aims at fixing the regressions introduced with the
"use an unique MDIO bus name" patchset. Some drivers still formatted
the PHY id to use the old bus name (e.g: "0" or "1") and therefore
the PHY probing logic gets broken because their underlying MDIO bus
name was changed too from "0" to <foo>-<id>.

The offending patches got introduced during 3.3-rc1.

Thanks!

Florian Fainelli (5):
  cpmac: fix PHY name to match MDIO bus name
  bcm63xx-enet: fix PHY name to match MDIO bus name
  fec: fix PHY name to match fixed MDIO bus name
  octeon: fix PHY name to match MDIO bus name
  ixp4xx-eth: fix PHY name to match MDIO bus name

 drivers/net/ethernet/broadcom/bcm63xx_enet.c |    2 +-
 drivers/net/ethernet/freescale/fec.c         |    2 +-
 drivers/net/ethernet/octeon/octeon_mgmt.c    |    4 ++--
 drivers/net/ethernet/ti/cpmac.c              |    4 ++--
 drivers/net/ethernet/xscale/ixp4xx_eth.c     |    3 ++-
 5 files changed, 8 insertions(+), 7 deletions(-)

-- 
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ