From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:35608 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751248AbeCLTV1 (ORCPT ); Mon, 12 Mar 2018 15:21:27 -0400 Date: Mon, 12 Mar 2018 15:21:26 -0400 (EDT) Message-Id: <20180312.152126.895919418535215372.davem@davemloft.net> To: jeffrey.t.kirsher@intel.com Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com Subject: Re: [net 0/2][pull request] Intel Wired LAN Driver Updates 2018-03-12 From: David Miller In-Reply-To: <20180312191914.1444-1-jeffrey.t.kirsher@intel.com> References: <20180312191914.1444-1-jeffrey.t.kirsher@intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Mon, 12 Mar 2018 12:19:12 -0700 > This series contains fixes to e1000e only. > > Benjamin Poirier provides two fixes, first reverts commits that changed > what happens to the link status when there is an error. These commits > were to resolve a race condition, but in the process of fixing the race > condition, they changed the behavior when an error occurred. Second fix > resolves a race condition by not setting "get_link_status" to false > after checking the link. Series applied, thanks Jeff.