Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753358AbYJCPjb (ORCPT ); Fri, 3 Oct 2008 11:39:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752847AbYJCPjU (ORCPT ); Fri, 3 Oct 2008 11:39:20 -0400 Received: from styx.suse.cz ([82.119.242.94]:42563 "EHLO mail.suse.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751623AbYJCPjT (ORCPT ); Fri, 3 Oct 2008 11:39:19 -0400 Date: Fri, 3 Oct 2008 17:39:17 +0200 (CEST) From: Jiri Kosina To: Linus Torvalds cc: Jesse Brandeburg , Thomas Gleixner , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, arjan@linux.intel.com, airlied@gmail.com, davem@davemloft.net, Jeff Garzik Subject: Re: [PATCH 2.6.27-rc8 5/6] e1000e: debug contention on NVM SWFLAG In-Reply-To: Message-ID: References: <20081002233314.12556.49143.stgit@jbrandeb-bw.jf.intel.com> <20081002233340.12556.33137.stgit@jbrandeb-bw.jf.intel.com> User-Agent: Alpine 1.10 (LNX 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 22 On Fri, 3 Oct 2008, Linus Torvalds wrote: > > The debugging message is racy anyway with respect to accessing > > nvm_owner, right? It should be done after the mutex has been > > succesfully acquired. > It's done that way on purpose - to see who _could_ be racing. I know. I just wanted to point out that we probably don't want the patch in 2.6.27 in this form, users wouldn't like to have warning in their logs every time mutex is not acquired on a first attempt :) We are currently running reproduction tests on affected machines to verify that this patch really fixes the root cause of this whole e1000e saga. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/