]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sh_eth-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Mar 2014 21:22:20 +0000 (17:22 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Mar 2014 21:22:20 +0000 (17:22 -0400)
commit3c2acc3e9596ecebc1909097d66f9fb8d26913fc
tree788926a610e69f46818ec6e831948f99d9675c9a
parenta025de77cd52049ede4a6c7d3c8546d1ad7e5512
parenta9c5eabe8e7533f61199fd04401152ffd225d07e
Merge branch 'sh_eth-next'

Laurent Pinchart says:

====================
sh_eth: Fix the race between open and MDIO bus registration

This patch series fixes the race condition that exists in the sh_eth driver
between network device open and MDIO bus registration. The actual fix is in
patch 4/5, with previous patches preparing the driver and patch 5/5 cleaning
up an unrelated issue.

I've based the idea on Sergei's attempt to fix the problem and can successfully
boot the Koelsch board over NFS with this series. I might have missed other
issues though, hence the RFC status.

The patches are based on top of the latest net-next master branch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>