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, 23 Feb 2016 20:16:57 +0100
From:	Clemens Gruber <clemens.gruber@...ruber.com>
To:	"David S . Miller" <davem@...emloft.net>
Cc:	netdev@...r.kernel.org,
	Clemens Gruber <clemens.gruber@...ruber.com>
Subject: [PATCH 0/1] net and net-next merge conflict bug

Hi Dave,

in your merge commit b633353115e3 ("Merge
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net"), you merged
net into net-next and commit 930b37ee8d84 ("net: phy: Add SGMII support
for Marvell 88E1510/1512/1514/1518") overwrote a fix from
commit 79be1a1c9090 ("phy: marvell: Fix and unify reg-init behavior").
Now, for the 88E1510, marvell_of_reg_init is not called anymore.

Solution:
Instead of returning 0 at m88e1510_config_init it should call
marvell_config_init.

I am sending you a patch for net-next to avoid any issues in case the
SGMII commit is merged back into davem/net. (?)

davem/net is fine, the problem exists only in davem/net-next.

Thanks,
Clemens

Clemens Gruber (1):
  phy: marvell: Fix 88E1510 initialization

 drivers/net/phy/marvell.c | 70 +++++++++++++++++++++++------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

-- 
2.7.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ