[Bug #10724] ACPI: EC: GPE storm detected, disabling EC GPE

Previous thread: Linux 2.6.25.11 by Greg KH on Sunday, July 13, 2008 - 11:14 am. (2 messages)

Next thread: /proc/data information by Rafael C. de Almeida on Sunday, July 13, 2008 - 1:07 pm. (3 messages)
From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 10:59 am

[Empty message]
From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 10:59 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10493
Subject		: mips BCM47XX compile error
Submitter	: Adrian Bunk <adrian.bunk@movial.fi>
Date		: 2008-04-20 17:07 (85 days old)
References	: http://lkml.org/lkml/2008/4/20/34
		  http://lkml.org/lkml/2008/5/12/30
		  http://lkml.org/lkml/2008/5/18/131
		  http://lkml.org/lkml/2008/5/31/202
		  http://lkml.org/lkml/2008/6/7/154
Patch		: http://marc.info/?l=linux-kernel&m=120876451216558&w=2


--

From: Adrian Bunk
Date: Sunday, July 13, 2008 - 12:23 pm

cu
Adrian
--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10714
Subject		: powerpc: Badness seen on 2.6.26-rc2 with lockdep enabled
Submitter	: Balbir Singh <balbir@linux.vnet.ibm.com>
Date		: 2008-05-14 12:57 (61 days old)
References	: http://marc.info/?l=linux-kernel&m=121076917429133&w=4
Handled-By	: Benjamin Herrenschmidt <benh@kernel.crashing.org>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10724
Subject		: ACPI: EC: GPE storm detected, disabling EC GPE
Submitter	: Justin Mattock <justinmattock@gmail.com>
Date		: 2008-05-16 6:17 (59 days old)
References	: http://marc.info/?l=linux-kernel&m=121091875711824&w=4
		  http://lkml.org/lkml/2008/5/18/168
		  http://lkml.org/lkml/2008/5/25/195
Patch		: http://bugzilla.kernel.org/attachment.cgi?id=16364&action=view
		  http://bugzilla.kernel.org/attachment.cgi?id=16365&action=view


--

From: Justin Mattock
Date: Sunday, July 13, 2008 - 12:34 pm

Yeah I think it would be a good idea to still have this as a bug.

-- 
Justin P. Mattock
--

From: Vegard Nossum
Date: Sunday, July 13, 2008 - 12:52 pm

I didn't follow the discussion, but I may contribute the following information:

This message first appears in my logs on May 16. That was with kernel
version 2.6.24.5-85.fc8. The kernel I used before that was
2.6.24.4-64.fc8 (May 3). My logs go back to November 8
(2.6.23.1-42.fc8). So we can hardly consider this a regression since
2.6.25, but rather one since 2.6.24?

(I'll also note that this message appears quite infrequently here.
Only 42 times in 219 boot-ups. So it would be hard to bisect, but I'm
guessing the error was introduced somewhere between 2.6.24.4 and
2.6.24.5.)


Vegard

-- 
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
	-- E. W. Dijkstra, EWD1036
--

From: Hugh Dickins
Date: Sunday, July 13, 2008 - 1:27 pm

You're comparing against Fedora kernels, which often contain
patches which haven't got into mainline yet.  As in this case.
Unless it used to be assembled from separate pieces, there was
no "GPE storm detected" message in 2.6.24.N or 2.6.25.N: it was
added in 2.6.26-rc1.

I sometimes see it too, on a Fujitsu-Siemens laptop.

Hugh
--

From: Vegard Nossum
Date: Sunday, July 13, 2008 - 1:48 pm

Oh, right. So what exactly is the bug here? That the message appears
at all? Or is there another specific change that would cause the
warning to trigger once added? Or why do we have bugzilla entries for
broken hardware? Is there anything I can do to help the situation as
the owner of a machine which exhibits the problem?

Thanks for the info :-)


Vegard

-- 
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
	-- E. W. Dijkstra, EWD1036
--

From: Justin Mattock
Date: Sunday, July 13, 2008 - 1:53 pm

Hello;
What I've been using is acpi_osi=Darwin so I don't have to take the
gpe storm detector mechanism out of ec.c
The two areas of interest are when not setting a boot option this
message is triggered by too many
interrupts with BAT0 i.g. /sys/firmware/acpi/interrupts "gpe17 on a
macbook2,2",
Now when using the Darwin option, the interrupts are very little, but
at the cost of loosing any battery info
but I am receiving a reaction with pommed i.g. unplugging the A/C
adapter does dim the screen.
Also I'm not sure if the smart battery was designed for the macbook,
but when using Darwin option, my system will
freeze upon booting(as a note alexy gave me some patches to test on
monday, but still was unable to load the module)
overall from my perspective; trying to tweak the BAT0 mechanism with
it's interrupts could fix this, and/or
port the sbs module to be used with the Darwin option with interrupts
under control, could also be another option,
or have all two working this way the user can decide what they prefferer.
 Personally tweaking the interrupts with BAT0 seems to be more of an
easier solution,
but then again could cause other problems elsewhere.

-- 
Justin P. Mattock
--

From: Fabio Comolli
Date: Friday, July 18, 2008 - 2:17 am

Hi.
I also have this problem with 2.6.26 and when it happens I can notice
that sometimes gnome-power-manager is slow to respond when I switch to
AC from battery and viceversa. Also, sometimes the g-p-m icon
disappears and I have to restart the process.

I tried two days ago the patch

   http://bugzilla.kernel.org/attachment.cgi?id=16365&action=view

and everything seems to work ok since then. Before that, the message
showed up sometimes at boot time, sometimes minutes later, very
reliably.

This is with a two years old fairly standard HP laptop.

Regards,
Fabio



--

From: Alexey Starikovskiy
Date: Friday, July 18, 2008 - 8:40 am

Fabio,
Please try http://bugzilla.kernel.org/attachment.cgi?id=16862 instead.
Same bug entry, last patch. 

Regards,
Alex.

--

From: Justin Mattock
Date: Friday, July 18, 2008 - 9:23 am

On Fri, Jul 18, 2008 at 3:40 PM, Alexey Starikovskiy

I tried this patch; and for some reason
I'm still seeing this message(that is when using
acpi_osi=Linux). The problem I see is we've got different brands
of laptops, and the causes are all different.
In my case I'm wondering if there is a way to tweak the interrupts
with the battery. just to see if this works

-- 
Justin P. Mattock
--

From: Fabio Comolli
Date: Friday, July 18, 2008 - 12:05 pm

Hi Alex. No good news, I'm afraid.

Actually my previous report wasn't correct because with the patch I
mentioned the message appeared yesterday night during the hibernate
process, so I couldn't notice it.

 The interesting thing is that it showed up the day after I booted my
laptop: usually it took a period between 1 and 13 minutes after boot
to trigger and in this case it took more than 2 hours of uptime with 2
suspend and 2 hibernate cycles.

With the patch you told me to apply and the previous reverted the
message triggered in 12 minutes.

Regards,
Fabio




On Fri, Jul 18, 2008 at 5:40 PM, Alexey Starikovskiy
--

From: Alexey Starikovskiy
Date: Friday, July 18, 2008 - 1:37 pm

Hi Fabio,

There are no bad news in seeing the message, as I tried to say several
times in bug report already. We can't fix the hardware.
We only could detect hardware flaw, report it (the message), and try to
workaround it.
So the bad news would be that our workaround causes some unwanted behavior to
other features of notebook -- keyboard, special keys, battery & AC status reports, etc.
If no such problems were noticed -- there is no bug, and there is no problem.

Regards,
Alex.


--

From: Fabio Comolli
Date: Friday, July 18, 2008 - 11:42 pm

Hi Alex.
Well, I read the bug report but still can't understand why in any
kernels < 2.6.26 I don't have any problems with battery reports and in
2.6.26 as soon as the message appears g-p-m starts to behave
incorrectly.

Anyway, I got back to 25.11 for now, if you have any other workarounds
for me to test please let me know.

Cheers,
Fabio



On Fri, Jul 18, 2008 at 10:37 PM, Alexey Starikovskiy
--

From: Justin Mattock
Date: Friday, July 18, 2008 - 11:56 pm

I'm up to try any patches, but I need to wait
until I find a fix for my linux box i.g.
pci is all messed up.

-- 
Justin P. Mattock
--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10725
Subject		: USB Mass storage mount fails: Write protect on
Submitter	: Maciej Rutecki <maciej.rutecki@gmail.com>
Date		: 2008-05-16 14:55 (59 days old)
References	: http://marc.info/?l=linux-kernel&m=121095168003572&w=4
Handled-By	: Alan Stern <stern@rowland.harvard.edu>
Patch		: http://marc.info/?l=linux-scsi&m=121433068314568&w=2


--

From: Alan Stern
Date: Sunday, July 13, 2008 - 12:28 pm

This can be removed.  It was fixed by commit 
bdb2b8cab4392ce41ddfbd6773a3da3334daf836.

Alan Stern

--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 12:36 pm

Thanks, closed.

Rafael
--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10741
Subject		: bug in `tty: BKL pushdown'?
Submitter	: Johannes Weiner <hannes@saeurebad.de>
Date		: 2008-05-18 2:16 (57 days old)
References	: http://marc.info/?l=linux-kernel&m=121107706506181&w=4
		  http://lkml.org/lkml/2008/6/16/104
Handled-By	: Alan Cox <alan@lxorguk.ukuu.org.uk>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10821
Subject		: rt25xx: lock dependency warning, association failure, and kmalloc corruption
Submitter	: Christian Casteyde <casteyde.christian@free.fr>
Date		: 2008-05-29 14:30 (46 days old)
Handled-By	: Ivo van Doorn <IvDoorn@gmail.com>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10862
Subject		: forcedeth: lockdep warning on ethtool -s
Submitter	: Tobias Diedrich <ranma+kernel@tdiedrich.de>
Date		: 2008-06-01 8:37 (43 days old)
References	: http://marc.info/?l=linux-kernel&m=121230964032247&w=4
Handled-By	: Tobias Diedrich <ranma+kernel@tdiedrich.de>
Patch		: http://lkml.org/lkml/2008/6/15/120


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10865
Subject		: Oops trying to mount an ntfs partition on thinkpad
Submitter	: Alex Romosan <romosan@sycorax.lbl.gov>
Date		: 2008-06-05 14:47 (39 days old)
References	: http://marc.info/?l=linux-kernel&m=121267834421414&w=4


--

From: Alex Romosan
Date: Sunday, July 13, 2008 - 2:42 pm

just tried it with rc9-git12 and now it seems to work but i get a
warning:

  NTFS volume version 3.1.
  NTFS-fs warning (device sda1): load_system_files(): Unsupported volume flags 0x4000 encountered.
  NTFS-fs error (device sda1): load_system_files(): Volume has unsupported flags set.  Mounting read-only.  Run chkdsk and mount in Windows.

i'll try to boot into windows and run chkdsk to see if it makes the
warning go away.

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |
--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10954
Subject		: hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x011f000c
Submitter	: Justin Mattock <justinmattock@gmail.com>
Date		: 2008-06-21 2:05 (23 days old)
References	: http://marc.info/?l=linux-kernel&m=121401399622190&w=4
		  http://marc.info/?t=121416231700010&r=1&w=4


--

From: Justin Mattock
Date: Sunday, July 13, 2008 - 12:37 pm

yes;
after running a small test of removing options snd-hda-intel position_fix=1
out of /etc/modprobe.d I was still receiving this message, but instead
of twice in a row
like it was doing, I am only seeing this happen occasionally once.

-- 
Justin P. Mattock
--

From: Valdis.Kletnieks
Date: Sunday, July 13, 2008 - 5:50 pm

Not sure if it's the same bug or not, this one's been there since before
2.6.25 but I haven't bothered chasing it down before. It's still in 26-rc9-mmotd.

Jul 13 05:53:47 turing-police kernel: [ 1459.168266] ALSA sound/pci/hda/hda_intel.c:588: hda_intel: No response from codec, disabling MSI: last cmd=0x012f1c00
Jul 13 05:53:48 turing-police kernel: [ 1460.169265] ALSA sound/pci/hda/hda_intel.c:601: hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x012f1c00

Dell Latitude D820, x86_64 kernel.  Audio device is:

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)

dmidecode says it's a "Sigmatel 9200".

I've been lazy chasing this one, because all that happens is that MSI gets
turned off, and it keeps going without it...
From: Justin Mattock
Date: Sunday, July 13, 2008 - 6:04 pm

Could be.
Yeah I must admit too about being lazy with this one;
(spent a few days updating my system with SID);
With Googling a little bit, isn't msi disabled by default?
if not then maybe setting the boot param is something to look into,
as well as tweaking the .config.

-- 
Justin P. Mattock
--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10957
Subject		: pata_pcmcia with Sandisk Extreme III 8GB
Submitter	: Komuro <komurojun-mbn@nifty.com>
Date		: 2008-06-07 13:37 (37 days old)
References	: http://marc.info/?l=linux-kernel&m=121284627119861&w=4
Handled-By	: Tejun Heo <htejun@gmail.com>
		  Dominik Brodowski <linux@dominikbrodowski.net>
		  Komuro <komurojun-mbn@nifty.com>
Patch		: http://marc.info/?l=linux-kernel&m=121530861605673&w=4


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10989
Subject		: kernel oopses when wiggling the mouse to make it known to hidd
Submitter	: Daniel Vetter <daniel@ffwll.ch>
Date		: 2008-06-26 10:32 (18 days old)
Handled-By	: Marcel Holtmann <marcel@holtmann.org>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10919
Subject		: [regression] display dimming is slow and laggy - Acer Travelmate 661lci
Submitter	: Maximilian Engelhardt <maxi@daemonizer.de>
Date		: 2008-06-14 22:31 (30 days old)
References	: http://marc.info/?l=linux-kernel&m=121348428828320&w=4
Handled-By	: Alexey Starikovskiy <astarikovskiy@suse.de>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11009
Subject		: No console on Riva TNT since 2.6.26-0.rc4
Submitter	: Quel Qun <kelk1@comcast.net>
Date		: 2008-06-26 20:04 (18 days old)
References	: http://marc.info/?l=linux-kernel&m=121451344229718&w=4


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11023
Subject		: 2.6.26-rc8-git2 - kernel BUG at mm/page_alloc.c:585
Submitter	: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Date		: 2008-07-02 11:55 (12 days old)
References	: http://lkml.org/lkml/2008/7/2/32
Handled-By	: Andrew Morton <akpm@linux-foundation.org>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11039
Subject		: 2.6.28-rc8-git3 forcedeth WARNING (kills the interface)
Submitter	: Brad Campbell <brad@wasp.net.au>
Date		: 2008-07-03 10:07 (11 days old)
References	: http://marc.info/?l=linux-netdev&m=121508714430752&w=4


--

From: Brad Campbell
Date: Sunday, July 13, 2008 - 12:57 pm

I tested a 2.6.26-rc kernel with forcedeth.c from 2.6.25 and it failed in the same way, so I don't 
think its a regression as such. In any case, with the -rc9 it still fails regularly.

Regards,
Brad
-- 
Dolphins are so intelligent that within a few weeks they can
train Americans to stand at the edge of the pool and throw them
fish.
--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11040
Subject		: 2.6.26-rc: host can not shutdown: ata problem
Submitter	: Alexander Beregalov <a.beregalov@gmail.com>
Date		: 2008-07-03 21:43 (11 days old)
References	: http://marc.info/?l=linux-kernel&m=121512197225068&w=4


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11045
Subject		: Bug in MPT Fusion 2.6.26-rc7 unbootable
Submitter	: Kurk <kurk@shiftmail.org>
Date		: 2008-07-06 11:22 (8 days old)


--

From: Oliver Pinter
Date: Sunday, July 13, 2008 - 4:54 pm

I think, fixed by 27898988174bb211fd962ea73b9c6dc09f888705



-- 
Thanks,
Oliver
--

From: Oliver Pinter
Date: Sunday, July 13, 2008 - 4:59 pm

add James to CC



-- 
Thanks,
Oliver
--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11057
Subject		: vbetest fails on 2.6.26-rc9
Submitter	: PaX Team <pageexec@freemail.hu>
Date		: 2008-07-08 19:46 (6 days old)
Handled-By	: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Patch		: http://bugzilla.kernel.org/attachment.cgi?id=16792&action=view


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11069
Subject		: ACPI Error under 2.6.26-rc*
Submitter	: Andre Prendel <andre_prendel@gmx.de>
Date		: 2008-07-10 20:55 (4 days old)
References	: http://marc.info/?l=linux-kernel&m=121572339107954&w=4
Handled-By	: Zhang Rui <rui.zhang@intel.com>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11065
Subject		: WARNING: at drivers/ata/libata-sff.c:1321 ata_sff_hsm_move+0x8f/0x661()
Submitter	: Greg Fitzgerald <netzdamon@gmail.com>
Date		: 2008-07-09 19:36 (5 days old)


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11072
Subject		: scsi-layer crash after usb storage device unplug
Submitter	: Johannes Berg <johannes@sipsolutions.net>
Date		: 2008-07-12 01:50 (2 days old)
Handled-By	: Alan Stern <stern@rowland.harvard.edu>
Patch		: http://bugzilla.kernel.org/show_bug.cgi?id=11072#c3


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11064
Subject		: resume failure on thinkpad x61s
Submitter	: maximilian attems <max@stro.at>
Date		: 2008-07-09 13:24 (5 days old)
References	: http://marc.info/?l=linux-kernel&m=121584459809675&w=4
Handled-By	: Rafael J. Wysocki <rjw@sisk.pl>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=9791
Subject		: Clock is running too fast^Wslow using acpi_pm clocksource
Submitter	: tosn00j02@sneakemail.com
Date		: 2008-05-03 05:09 (72 days old)
Handled-By	: Maciej W. Rozycki <macro@linux-mips.org>
Patch		: http://bugzilla.kernel.org/attachment.cgi?id=16180


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11055
Subject		: iwl4965 - connection doesn't work more than 10 seconds
Submitter	: François Valenduc <francois.valenduc@tvcablenet.be>
Date		: 2008-07-08 13:29 (6 days old)


--


This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11042
Subject		: build issue #477 for v2.6.26-rc8-290-gb8a0b6c : input_event" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined!
Submitter	: Toralf Förster <toralf.foerster@gmx.de>
Date		: 2008-07-05 15:25 (9 days old)
References	: http://marc.info/?l=linux-kernel&m=121527158632563&w=4
Handled-By	: Oliver Endriss <o.endriss@gmx.de>
Patch		: http://marc.info/?l=linux-kernel&m=121529790229531&w=4


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=11024
Subject		: 2.6.25 to 2.6.26-rc8 regression (related to ahci and acpi _GTF)
Submitter	: Mathieu Bérard <Mathieu.Berard@crans.org>
Date		: 2008-07-01 9:39 (13 days old)
References	: http://marc.info/?t=121490593600001&r=1&w=4
Handled-By	: Tejun Heo <htejun@gmail.com>
Patch		: http://marc.info/?l=linux-kernel&m=121514631317343&w=4


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10960
Subject		: 2.6.26-rc: SPARC: Sun Ultra 10 can not boot
Submitter	: Alexander Beregalov <a.beregalov@gmail.com>
Date		: 2008-06-19 14:07 (25 days old)
References	: http://marc.info/?l=linux-kernel&m=121388456519637&w=4
Handled-By	: David Miller <davem@davemloft.net>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10955
Subject		: v2.6.26-rc7: BUG task_struct: Poison overwritten
Submitter	: Vegard Nossum <vegard.nossum@gmail.com>
Date		: 2008-06-21 19:24 (23 days old)
References	: http://marc.info/?l=linux-kernel&m=121407641925121&w=4
Handled-By	: Peter Zijlstra <a.p.zijlstra@chello.nl>


--

From: Vegard Nossum
Date: Sunday, July 13, 2008 - 12:29 pm

Hi,


We've seen a rather lot of fixes for cpu hotplug and the scheduler
over the last few weeks. I'm suspecting that this one might also have
been fixed unknowingly by one of the other commits (this is backed by
the fact that I haven't been able to reproduce _any_
cpu-hotplug-related failure as of the latest mainline kernel), on the
other hand I don't know exactly why.

I guess I should run a longer test to see if this comes up again.

(Oh, maybe it was an RCU-type thing? Nick Piggin recently had a patch
that fixed some RCU error. Peter?)


Vegard

-- 
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
	-- E. W. Dijkstra, EWD1036
--

From: Vegard Nossum
Date: Sunday, July 13, 2008 - 12:37 pm

Oh, wait, this probably wasn't a regression in the first place. It's
probably just obscure and rare enough that it was never discovered
earlier.

I'm in favour of closing this and reopening if it reappears. Or if you
simply just want to take it out of the regression list, that's also
fine with me.


Vegard

-- 
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
	-- E. W. Dijkstra, EWD1036
--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10906
Subject		: repeatable slab corruption with LTP msgctl08
Submitter	: Andrew Morton <akpm@linux-foundation.org>
Date		: 2008-06-12 5:13 (32 days old)
References	: http://marc.info/?l=linux-kernel&m=121324775927704&w=4
Handled-By	: Pekka J Enberg <penberg@cs.helsinki.fi>
		  Christoph Lameter <clameter@sgi.com>
		  Manfred Spraul <manfred@colorfullife.com>
		  Andi Kleen <andi@firstfloor.org>


--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 11:00 am

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.25.  Please verify if it still should be listed.


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10843
Subject		: Display artifacts on XOrg logout with PAT kernel and VESA framebuffer
Submitter	: Frans Pop <elendil@planet.nl>
Date		: 2008-05-31 14:04 (44 days old)
References	: http://lkml.org/lkml/2008/6/7/206
		  http://lkml.org/lkml/2008/6/15/119
		  http://lkml.org/lkml/2008/6/23/160


--

From: Linus Torvalds
Date: Sunday, July 13, 2008 - 12:47 pm

This patch is disputed. See the rest of the thread. Maybe some subtle 


Commit bdb2b8cab4392ce41ddfbd6773a3da3334daf836.

			Linus
--

From: Rafael J. Wysocki
Date: Sunday, July 13, 2008 - 1:00 pm

Closed.

Thanks,
Rafael
--

From: Alan Stern
Date: Monday, July 14, 2008 - 6:59 am

We haven't heard back yet from Johannes to confirm that the fix really
works.  If it does, IMO the patch should go into 2.6.26.1.

(In fact it might not be so easy to tell, since the failure is caused 
be a race.  Perhaps it would be best to submit the patch in any case.)

Alan Stern

--

From: Johannes Berg
Date: Monday, July 14, 2008 - 7:06 am

I haven't had a chance to apply the patch, but given that to cause the
oops to happen I had to unplug/replug the device at random intervals for
probably 10 minutes (yes, it took me that long to figure out I had put
an SDHC card into an SD reader) I suppose it really won't be easy to
tell.

johannes
From: Alan Stern
Date: Monday, July 14, 2008 - 8:57 am

Add

	printk(KERN_ALERT "Unplug now!\n");
	ssleep(10);

to the start of slave_configure() in drivers/usb/storage/scsiglue.c.  
Then it should be very easy to trigger the failure.  :-)

Assuming the failure does occur without the patch, see if it still 
occurs once the patch is in place.

Alan Stern

--

From: Johannes Berg
Date: Tuesday, July 15, 2008 - 1:30 am

Yes, it occurs without the patch and not with the patch, thanks!

johannes
From: Alan Stern
Date: Tuesday, July 15, 2008 - 7:20 am

Okay, thanks for testing.  I will submit the patch for 2.6.26.1.

Alan Stern

--

Previous thread: Linux 2.6.25.11 by Greg KH on Sunday, July 13, 2008 - 11:14 am. (2 messages)

Next thread: /proc/data information by Rafael C. de Almeida on Sunday, July 13, 2008 - 1:07 pm. (3 messages)