From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752772AbYIZLuU (ORCPT ); Fri, 26 Sep 2008 07:50:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750985AbYIZLuG (ORCPT ); Fri, 26 Sep 2008 07:50:06 -0400 Received: from mga06.intel.com ([134.134.136.21]:26066 "EHLO orsmga101.jf.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750875AbYIZLuF (ORCPT ); Fri, 26 Sep 2008 07:50:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.33,313,1220252400"; d="scan'208";a="443938631" Message-ID: <48DCCC5F.8040609@linux.intel.com> Date: Fri, 26 Sep 2008 04:49:51 -0700 From: Arjan van de Ven User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Jiri Kosina CC: "Brandeburg, Jesse" , LKML , agospoda@redhat.com, "Ronciak, John" , "Allan, Bruce W" , "Graham, David" , kkiel@suse.de, tglx@linutronix.de, chris.jones@canonical.com, arjan@linux.jf.intel.com Subject: Re: e1000e NVM corruption issue status References: <987CEB09A2567F4A963E1E226364E2D33A685B4B@orsmsx418.amr.corp.intel.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jiri Kosina wrote: > On Thu, 25 Sep 2008, Brandeburg, Jesse wrote: > >> this is the current set of patches that I have to help us debug >> and/or fix e1000e issues found during this debug effort for >> the corrupt NVM. the "drop stats lock" - "reset swflag" patches allow >> Thomas' patch for a mutex in the SWFLAG acquire function to run without >> any errors. > > Thanks. Also Jesse Barnes' patch shouldn't be forgotten, could you please > add it to that lineup? > > http://marc.info/?l=linux-kernel&m=122237193628087&w=2 > can we (for now) also stick a WARN_ON() into that failure path? that way we can at least catch if/when this happens more visibly..... if it happens consistently in say the new distros we can be more confident that we're down the right path in diagnosing the issue.