From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/5] sh_eth: Fix the race between open and MDIO bus registration Date: Thu, 20 Mar 2014 17:22:41 -0400 (EDT) Message-ID: <20140320.172241.930093531135287233.davem@davemloft.net> References: <1395324035-22918-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-sh@vger.kernel.org, sergei.shtylyov@cogentembedded.com, ben.dooks@codethink.co.uk To: laurent.pinchart+renesas@ideasonboard.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:52060 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760094AbaCTVWo (ORCPT ); Thu, 20 Mar 2014 17:22:44 -0400 In-Reply-To: <1395324035-22918-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Laurent Pinchart Date: Thu, 20 Mar 2014 15:00:30 +0100 > 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. Series applied to net-next, thanks.