login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
2
Re: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Thomas Gleixner
Subject:
Re: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
Date: Thursday, October 2, 2008 - 11:58 am
On Thu, 2 Oct 2008, Olaf Kirch wrote:
quoted text
> On Thursday 02 October 2008 18:27:12 Brandeburg, Jesse wrote: > > so, why now? Drivers since before the e1000/e1000e split had this same > > code, with no reports of problems. This code has been heavily tested, > > and one of the platforms easily reproducing this has been available for > > 3 years now (ich8), with code that is basically unchanged in the driver. > > Possibly the dhcp client is doing something differently, or at a much higher > frequency. At any rate, it seems we're seeing this now even when we just > use init level 3, without X involvement. Karsten reports NVM corruption > after 34 reboots into init level 3.
Had Karsten the mutex patch applied or not ? tglx --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RFC PATCH 00/12] e1000e debug and protection patches
, Jesse Brandeburg
, (Mon Sep 29, 8:19 pm)
[RFC PATCH 01/12] x86: export set_memory_ro and set_memory_rw
, Jesse Brandeburg
, (Mon Sep 29, 8:19 pm)
[RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Jesse Brandeburg
, (Mon Sep 29, 8:19 pm)
[RFC PATCH 03/12] e1000e: reset swflag after resetting har ...
, Jesse Brandeburg
, (Mon Sep 29, 8:19 pm)
[RFC PATCH 04/12] e1000e: do not ever sleep in interrupt c ...
, Jesse Brandeburg
, (Mon Sep 29, 8:19 pm)
[RFC PATCH 05/12] e1000e: fix lockdep issues
, Jesse Brandeburg
, (Mon Sep 29, 8:19 pm)
[RFC PATCH 06/12] e1000e: drop stats lock
, Jesse Brandeburg
, (Mon Sep 29, 8:19 pm)
[RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
, Jesse Brandeburg
, (Mon Sep 29, 8:19 pm)
[RFC PATCH 08/12] e1000e: allow bad checksum
, Jesse Brandeburg
, (Mon Sep 29, 8:19 pm)
[RFC PATCH 09/12] e1000e: dump eeprom to dmesg for ich8/9
, Jesse Brandeburg
, (Mon Sep 29, 8:20 pm)
[RFC PATCH 10/12] e1000e: Use set_memory_ro()/set_memory_r ...
, Jesse Brandeburg
, (Mon Sep 29, 8:20 pm)
[RFC PATCH 11/12] e1000e: write protect ICHx NVM to preven ...
, Jesse Brandeburg
, (Mon Sep 29, 8:20 pm)
[RFC PATCH 12/12] update version
, Jesse Brandeburg
, (Mon Sep 29, 8:20 pm)
Re: [RFC PATCH 01/12] x86: export set_memory_ro and set_me ...
, Ingo Molnar
, (Tue Sep 30, 12:07 am)
Re: [RFC PATCH 08/12] e1000e: allow bad checksum
, Jiri Kosina
, (Tue Sep 30, 1:38 am)
Re: [RFC PATCH 11/12] e1000e: write protect ICHx NVM to pr ...
, Jiri Kosina
, (Tue Sep 30, 5:40 am)
RE: [RFC PATCH 11/12] e1000e: write protect ICHx NVM to pr ...
, Allan, Bruce W
, (Tue Sep 30, 8:47 am)
RE: [RFC PATCH 11/12] e1000e: write protect ICHx NVM to pr ...
, Jiri Kosina
, (Wed Oct 1, 6:29 am)
RE: [RFC PATCH 11/12] e1000e: write protect ICHx NVM to pr ...
, Allan, Bruce W
, (Wed Oct 1, 12:13 pm)
Re: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
, Jiri Kosina
, (Thu Oct 2, 7:28 am)
Re: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
, Olaf Kirch
, (Thu Oct 2, 8:03 am)
RE: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
, Brandeburg, Jesse
, (Thu Oct 2, 9:27 am)
Re: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
, Olaf Kirch
, (Thu Oct 2, 10:33 am)
RE: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
, Thomas Gleixner
, (Thu Oct 2, 11:02 am)
Re: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
, Thomas Gleixner
, (Thu Oct 2, 11:58 am)
Re: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
, Olaf Kirch
, (Thu Oct 2, 12:07 pm)
Re: [RFC PATCH 07/12] e1000e: debug contention on NVM SWFLAG
, Olaf Kirch
, (Thu Oct 2, 12:08 pm)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Jesse Barnes
, (Thu Oct 2, 3:23 pm)
[PATCH] e1000e: prevent concurrent access to NVRAM
, Thomas Gleixner
, (Thu Oct 2, 4:42 pm)
Re: [PATCH] e1000e: prevent concurrent access to NVRAM
, Jesse Brandeburg
, (Thu Oct 2, 5:19 pm)
Re: [PATCH] e1000e: prevent concurrent access to NVRAM
, Thomas Gleixner
, (Thu Oct 2, 5:28 pm)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, David Miller
, (Fri Oct 3, 1:46 pm)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Jesse Barnes
, (Fri Oct 3, 2:29 pm)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Jiri Kosina
, (Fri Oct 3, 2:45 pm)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Jesse Brandeburg
, (Fri Oct 3, 4:28 pm)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Jesse Brandeburg
, (Fri Oct 3, 4:30 pm)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Jiri Kosina
, (Sat Oct 4, 3:21 am)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Thomas Gleixner
, (Sat Oct 4, 4:02 am)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Jesse Brandeburg
, (Sat Oct 4, 6:24 pm)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Thomas Gleixner
, (Sun Oct 5, 1:51 am)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Arjan van de Ven
, (Sun Oct 5, 8:05 am)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Thomas Gleixner
, (Sun Oct 5, 8:55 am)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Arjan van de Ven
, (Sun Oct 5, 9:02 am)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Thomas Gleixner
, (Sun Oct 5, 9:16 am)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, Arjan van de Ven
, (Sun Oct 5, 10:01 am)
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
, David Miller
, (Tue Oct 7, 4:19 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer