kernel-testers.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2009-11-16 22:33 2.6.32-rc7-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
@ 2009-11-16 22:37 ` Rafael J. Wysocki
  2009-11-17  0:40   ` Justin P. Mattock
  0 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-16 22:37 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Justin P. Mattock

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
Submitter	: Justin P. Mattock <justinmattock@gmail.com>
Date		: 2009-10-23 16:45 (25 days old)
References	: http://lkml.org/lkml/2009/10/23/252


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2009-11-16 22:37 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
@ 2009-11-17  0:40   ` Justin P. Mattock
       [not found]     ` <4B01F0F8.4040807-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 52+ messages in thread
From: Justin P. Mattock @ 2009-11-17  0:40 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

Rafael J. Wysocki wrote:
> 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.31.  Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
> Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
> Submitter	: Justin P. Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Date		: 2009-10-23 16:45 (25 days old)
> References	: http://lkml.org/lkml/2009/10/23/252
>
>
>
>    
This one has me a bit dazed i.g. after looking into the issue
I did find a workaround(keep in mind it's not pretty),
by commenting out set_fixmap_nocache and
init_ohci1394_reset_and_init_dma.
(by doing so I was able to load both machines and
execute early debugging in case  a problem occurs).

Now as to what might  be happening, after going through as
much as I can comprehend the only thing in mind was
reading fixmap.h the comments are stating that vsyscalls
only covers 32bit, and that there needs to be another set
for 64, leading me to believe that this is what I might be hitting.
(my system is pure64, taking in no 32bit at all).

At this point I think I need somebody to give me some info on this,
and if the 64bit issue mentioned above is the case, then we can probably
close this and leave it up to the x86_64 builders to create a 64bit
call for this whenever they get to it.(main thing is I'm able to
run dma early in case of an emergency).

Justin P. Mattock

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
       [not found]     ` <4B01F0F8.4040807-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2009-11-17 22:44       ` Rafael J. Wysocki
  0 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-17 22:44 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: Linux Kernel Mailing List, Kernel Testers List

On Tuesday 17 November 2009, Justin P. Mattock wrote:
> Rafael J. Wysocki wrote:
> > 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.31.  Please verify if it still should be listed and let me know
> > (either way).
> >
> >
> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
> > Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
> > Submitter	: Justin P. Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > Date		: 2009-10-23 16:45 (25 days old)
> > References	: http://lkml.org/lkml/2009/10/23/252
> >
> >
> >
> >    
> This one has me a bit dazed i.g. after looking into the issue
> I did find a workaround(keep in mind it's not pretty),
> by commenting out set_fixmap_nocache and
> init_ohci1394_reset_and_init_dma.
> (by doing so I was able to load both machines and
> execute early debugging in case  a problem occurs).
> 
> Now as to what might  be happening, after going through as
> much as I can comprehend the only thing in mind was
> reading fixmap.h the comments are stating that vsyscalls
> only covers 32bit, and that there needs to be another set
> for 64, leading me to believe that this is what I might be hitting.
> (my system is pure64, taking in no 32bit at all).
> 
> At this point I think I need somebody to give me some info on this,
> and if the 64bit issue mentioned above is the case, then we can probably
> close this and leave it up to the x86_64 builders to create a 64bit
> call for this whenever they get to it.(main thing is I'm able to
> run dma early in case of an emergency).

Thanks for the update.

Rafael

^ permalink raw reply	[flat|nested] 52+ messages in thread

* 2.6.32-rc8-git1: Reported regressions from 2.6.31
@ 2009-11-21 14:46 Rafael J. Wysocki
  2009-11-21 14:46 ` [Bug #14297] console resume broken since ba15ab0e8d Rafael J. Wysocki
                   ` (28 more replies)
  0 siblings, 29 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:46 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Adrian Bunk, Andrew Morton, Linus Torvalds, Natalie Protasevich,
	Kernel Testers List, Network Development, Linux ACPI,
	Linux PM List, Linux SCSI List, Linux Wireless List, DRI

This message contains a list of some regressions from 2.6.31, for which there
are no fixes in the mainline I know of.  If any of them have been fixed already,
please let me know.

If you know of any other unresolved regressions from 2.6.31, please let me know
either and I'll add them to the list.  Also, please let me know if any of the
entries below are invalid.

Each entry from the list will be sent additionally in an automatic reply to
this message with CCs to the people involved in reporting and handling the
issue.


Listed regressions statistics:

  Date          Total  Pending  Unresolved
  ----------------------------------------
  2009-11-21       86       29          25
  2009-11-16       84       46          41
  2009-10-26       66       42          37
  2009-10-12       48       31          27
  2009-10-02       22       15           9


Unresolved regressions
----------------------

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14657
Subject		: perf subsystem breakage in 2.6.32-rc7
Submitter	: Arjan van de Ven <arjan@infradead.org>
Date		: 2009-11-19 19:50 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=125866013419738&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14656
Subject		: Oops at __rmqueue+0x98 with 2.6.32-rc6
Submitter	: Lucas C. Villa Real <lucasvr@gobolinux.org>
Date		: 2009-11-19 3:48 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=125860255229092&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14655
Subject		: swapper generated call trace in 2.6.32-rc7
Submitter	: Peter Teoh <htmldeveloper@gmail.com>
Date		: 2009-11-18 8:09 (4 days old)
References	: http://marc.info/?l=linux-kernel&m=125853179413679&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14625
Subject		: Commit d451564 breaks ARM
Submitter	: Russell King <rmk+lkml@arm.linux.org.uk>
Date		: 2009-11-13 15:11 (9 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d4515646699b6ad7b1a98ceb871296b957f3ef47
References	: http://marc.info/?l=linux-kernel&m=125812520315835&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14624
Subject		: ath9k: BUG kmalloc-8192: Poison overwritten
Submitter	: Miles Lane <miles.lane@gmail.com>
Date		: 2009-11-12 4:58 (10 days old)
References	: http://marc.info/?l=linux-kernel&m=125800196520396&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14621
Subject		: specjbb2005 and aim7 regression with 2.6.32-rc kernels
Submitter	: Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date		: 2009-11-06 7:38 (16 days old)
References	: http://marc.info/?l=linux-kernel&m=125749310413174&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14577
Subject		: Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380)
Submitter	:  <lkolbe@techfak.uni-bielefeld.de>
Date		: 2009-11-10 13:31 (12 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14538
Subject		: Unable to associate with AP after resume since 2.6.32-rc6
Submitter	: Christian Casteyde <casteyde.christian@free.fr>
Date		: 2009-11-03 22:07 (19 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d50bae33d1358b909ade05ae121d83d3a60ab63f


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14504
Subject		: intermittent hibernation problem again
Submitter	: Ferenc Wágner <wferi@niif.hu>
Date		: 2009-10-28 23:49 (25 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
Submitter	: Justin P. Mattock <justinmattock@gmail.com>
Date		: 2009-10-23 16:45 (30 days old)
References	: http://lkml.org/lkml/2009/10/23/252


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14485
Subject		: System lockup running "cat /sys/kernel/debug/dri/0/i915_regs"
Submitter	: Miles Lane <miles.lane@gmail.com>
Date		: 2009-10-26 4:00 (27 days old)
References	: http://marc.info/?l=linux-kernel&m=125652968117713&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14483
Subject		: Interrupts enabled after irqrouter_resume - iMac9,1
Submitter	: Justin Mattock <justinmattock@gmail.com>
Date		: 2009-10-25 19:58 (28 days old)
References	: http://marc.info/?l=linux-kernel&m=125650070420168&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14482
Subject		: kernel BUG at fs/dcache.c:670 +lvm +md +ext3
Submitter	: Alexander Clouter <alex@digriz.org.uk>
Date		: 2009-10-23 10:30 (30 days old)
References	: http://lkml.org/lkml/2009/10/23/50


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14442
Subject		: resume after hibernate: /dev/sdb drops and returns as /dev/sde
Submitter	: Duncan <1i5t5.duncan@cox.net>
Date		: 2009-10-20 01:52 (33 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14436
Subject		: Computer becomes unusable without any apparent reason
Submitter	: Pitxyoki <Pitxyoki@gmail.com>
Date		: 2009-10-18 18:32 (35 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14426
Subject		: CE: hpet increasing min_delta_ns flood
Submitter	: Thibault Mondary <thibm@free.fr>
Date		: 2009-10-17 09:29 (36 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14417
Subject		: [Regression] Wireless driver iwlagn+iwlcore doesn't work after resume (needs reloading)
Submitter	: Eddy Petrișor <eddy.petrisor+linbug@gmail.com>
Date		: 2009-10-16 11:07 (37 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14415
Subject		: Reboot on kernel load
Submitter	: Brian Beardall <brian@rapsure.net>
Date		: 2009-10-15 23:57 (38 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14406
Subject		: uvcvideo stopped work on Toshiba
Submitter	: okias <d.okias@gmail.com>
Date		: 2009-10-14 19:08 (39 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14384
Subject		: tbench regression with 2.6.32-rc1
Submitter	: Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date		: 2009-10-09 9:51 (44 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59abf02644c45f1591e1374ee7bb45dc757fcb88
References	: http://marc.info/?l=linux-kernel&m=125508216713138&w=4
Handled-By	: Peter Zijlstra <a.p.zijlstra@chello.nl>


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14383
Subject		: hackbench regression with kernel 2.6.32-rc1
Submitter	: Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date		: 2009-10-09 9:19 (44 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=29cd8bae396583a2ee9a3340db8c5102acf9f6fd
References	: http://marc.info/?l=linux-kernel&m=125508007510274&w=4
Handled-By	: Peter Zijlstra <a.p.zijlstra@chello.nl>


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14376
Subject		: Kernel NULL pointer dereference/ kvm subsystem
Submitter	: Don Dupuis <dondster@gmail.com>
Date		: 2009-10-06 14:38 (47 days old)
References	: http://marc.info/?l=linux-kernel&m=125484025021737&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14331
Subject		: Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off
Submitter	: Alex Villacis Lasso <avillaci@ceibo.fiec.espol.edu.ec>
Date		: 2009-10-06 00:29 (47 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14298
Subject		: warning at manage.c:361 (set_irq_wake), matrix-keypad related?
Submitter	: Pavel Machek <pavel@ucw.cz>
Date		: 2009-09-30 20:07 (53 days old)
References	: http://marc.info/?l=linux-kernel&m=125434130703538&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14297
Subject		: console resume broken since ba15ab0e8d
Submitter	: Sascha Hauer <s.hauer@pengutronix.de>
Date		: 2009-09-30 15:11 (53 days old)
References	: http://marc.info/?l=linux-kernel&m=125432349404060&w=4


Regressions with patches
------------------------

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14630
Subject		: sched_rt_periodic_timer vs cpu hotplug
Submitter	: Heiko Carstens <heiko.carstens@de.ibm.com>
Date		: 2009-11-11 10:18 (11 days old)
References	: http://marc.info/?l=linux-kernel&m=125793470309588&w=4
Handled-By	: Peter Zijlstra <peterz@infradead.org>
Patch		: http://patchwork.kernel.org/patch/60250/


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14597
Subject		: thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31
Submitter	: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Date		: 2009-11-13 20:45 (9 days old)
Handled-By	: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Patch		: http://bugzilla.kernel.org/attachment.cgi?id=23770


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14480
Subject		: 2 locks held by cat -- running "find /sys | head -c 4" --> system hang
Submitter	: Miles Lane <miles.lane@gmail.com>
Date		: 2009-10-20 16:11 (33 days old)
References	: http://marc.info/?l=linux-kernel&m=125605511728088&w=4
Handled-By	: Chris Wilson <chris@chris-wilson.co.uk>
Patch		: http://patchwork.kernel.org/patch/54974/


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14379
Subject		: ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String
Submitter	: Justin Mattock <justinmattock@gmail.com>
Date		: 2009-10-08 21:46 (45 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d9adc2e031bd22d5d9607a53a8d3b30e0b675f39
References	: http://marc.info/?l=linux-kernel&m=125504031328941&w=4
Handled-By	: Alexey Starikovskiy <astarikovskiy@suse.de>
Patch		: http://bugzilla.kernel.org/attachment.cgi?id=23347


For details, please visit the bug entries and follow the links given in
references.

As you can see, there is a Bugzilla entry for each of the listed regressions.
There also is a Bugzilla entry used for tracking the regressions from 2.6.31,
unresolved as well as resolved, at:

http://bugzilla.kernel.org/show_bug.cgi?id=14230

Please let me know if there are any Bugzilla entries that should be added to
the list in there.

Thanks,
Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14297] console resume broken since ba15ab0e8d
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
@ 2009-11-21 14:46 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14298] warning at manage.c:361 (set_irq_wake), matrix-keypad related? Rafael J. Wysocki
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:46 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Alan Cox, Deepak Saxena, Greg Kroah-Hartman,
	Sascha Hauer

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14297
Subject		: console resume broken since ba15ab0e8d
Submitter	: Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Date		: 2009-09-30 15:11 (53 days old)
References	: http://marc.info/?l=linux-kernel&m=125432349404060&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14376] Kernel NULL pointer dereference/ kvm subsystem
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (3 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14379] ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14383] hackbench regression with kernel 2.6.32-rc1 Rafael J. Wysocki
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Don Dupuis

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14376
Subject		: Kernel NULL pointer dereference/ kvm subsystem
Submitter	: Don Dupuis <dondster-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-10-06 14:38 (47 days old)
References	: http://marc.info/?l=linux-kernel&m=125484025021737&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14298] warning at manage.c:361 (set_irq_wake), matrix-keypad related?
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
  2009-11-21 14:46 ` [Bug #14297] console resume broken since ba15ab0e8d Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14331] Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off Rafael J. Wysocki
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Pavel Machek

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14298
Subject		: warning at manage.c:361 (set_irq_wake), matrix-keypad related?
Submitter	: Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>
Date		: 2009-09-30 20:07 (53 days old)
References	: http://marc.info/?l=linux-kernel&m=125434130703538&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14383] hackbench regression with kernel 2.6.32-rc1
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (4 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14376] Kernel NULL pointer dereference/ kvm subsystem Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14406] uvcvideo stopped work on Toshiba Rafael J. Wysocki
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Peter Zijlstra, Zhang, Yanmin

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14383
Subject		: hackbench regression with kernel 2.6.32-rc1
Submitter	: Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date		: 2009-10-09 9:19 (44 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=29cd8bae396583a2ee9a3340db8c5102acf9f6fd
References	: http://marc.info/?l=linux-kernel&m=125508007510274&w=4
Handled-By	: Peter Zijlstra <a.p.zijlstra@chello.nl>


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14331] Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
  2009-11-21 14:46 ` [Bug #14297] console resume broken since ba15ab0e8d Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14298] warning at manage.c:361 (set_irq_wake), matrix-keypad related? Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14379] ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String Rafael J. Wysocki
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Alex Villacis Lasso

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14331
Subject		: Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off
Submitter	: Alex Villacis Lasso <avillaci@ceibo.fiec.espol.edu.ec>
Date		: 2009-10-06 00:29 (47 days old)


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14406] uvcvideo stopped work on Toshiba
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (5 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14383] hackbench regression with kernel 2.6.32-rc1 Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14384] tbench regression with 2.6.32-rc1 Rafael J. Wysocki
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, okias

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14406
Subject		: uvcvideo stopped work on Toshiba
Submitter	: okias <d.okias@gmail.com>
Date		: 2009-10-14 19:08 (39 days old)


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14379] ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (2 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14331] Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-22 15:00   ` Justin P. Mattock
  2009-11-21 14:51 ` [Bug #14376] Kernel NULL pointer dereference/ kvm subsystem Rafael J. Wysocki
                   ` (24 subsequent siblings)
  28 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Alexey Starikovskiy, Justin Mattock,
	Len Brown, Lin Ming

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14379
Subject		: ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String
Submitter	: Justin Mattock <justinmattock@gmail.com>
Date		: 2009-10-08 21:46 (45 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d9adc2e031bd22d5d9607a53a8d3b30e0b675f39
References	: http://marc.info/?l=linux-kernel&m=125504031328941&w=4
Handled-By	: Alexey Starikovskiy <astarikovskiy@suse.de>
Patch		: http://bugzilla.kernel.org/attachment.cgi?id=23347


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14384] tbench regression with 2.6.32-rc1
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (6 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14406] uvcvideo stopped work on Toshiba Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14417] [Regression] Wireless driver iwlagn+iwlcore doesn't work after resume (needs reloading) Rafael J. Wysocki
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Peter Zijlstra, Zhang, Yanmin

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14384
Subject		: tbench regression with 2.6.32-rc1
Submitter	: Zhang, Yanmin <yanmin_zhang-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Date		: 2009-10-09 9:51 (44 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59abf02644c45f1591e1374ee7bb45dc757fcb88
References	: http://marc.info/?l=linux-kernel&m=125508216713138&w=4
Handled-By	: Peter Zijlstra <a.p.zijlstra-/NLkJaSkS4VmR6Xm/wNWPw@public.gmane.org>


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14415] Reboot on kernel load
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (9 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14426] CE: hpet increasing min_delta_ns flood Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14436] Computer becomes unusable without any apparent reason Rafael J. Wysocki
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Brian Beardall

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14415
Subject		: Reboot on kernel load
Submitter	: Brian Beardall <brian@rapsure.net>
Date		: 2009-10-15 23:57 (38 days old)


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14417] [Regression] Wireless driver iwlagn+iwlcore doesn't work after resume (needs reloading)
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (7 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14384] tbench regression with 2.6.32-rc1 Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14426] CE: hpet increasing min_delta_ns flood Rafael J. Wysocki
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Eddy Petrișor

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14417
Subject		: [Regression] Wireless driver iwlagn+iwlcore doesn't work after resume (needs reloading)
Submitter	: Eddy Petri»ôor <eddy.petrisor+linbug-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-10-16 11:07 (37 days old)


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14426] CE: hpet increasing min_delta_ns flood
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (8 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14417] [Regression] Wireless driver iwlagn+iwlcore doesn't work after resume (needs reloading) Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14415] Reboot on kernel load Rafael J. Wysocki
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Eero Nurkkala, john stultz, Thibault Mondary

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14426
Subject		: CE: hpet increasing min_delta_ns flood
Submitter	: Thibault Mondary <thibm@free.fr>
Date		: 2009-10-17 09:29 (36 days old)


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14442] resume after hibernate: /dev/sdb drops and returns as /dev/sde
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (11 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14436] Computer becomes unusable without any apparent reason Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14480] 2 locks held by cat -- running "find /sys | head -c 4" --> system hang Rafael J. Wysocki
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Duncan

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14442
Subject		: resume after hibernate: /dev/sdb drops and returns as /dev/sde
Submitter	: Duncan <1i5t5.duncan@cox.net>
Date		: 2009-10-20 01:52 (33 days old)


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14482] kernel BUG at fs/dcache.c:670 +lvm +md +ext3
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (13 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14480] 2 locks held by cat -- running "find /sys | head -c 4" --> system hang Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14485] System lockup running "cat /sys/kernel/debug/dri/0/i915_regs" Rafael J. Wysocki
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Alexander Clouter

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14482
Subject		: kernel BUG at fs/dcache.c:670 +lvm +md +ext3
Submitter	: Alexander Clouter <alex@digriz.org.uk>
Date		: 2009-10-23 10:30 (30 days old)
References	: http://lkml.org/lkml/2009/10/23/50


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14480] 2 locks held by cat -- running "find /sys | head -c 4" --> system hang
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (12 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14442] resume after hibernate: /dev/sdb drops and returns as /dev/sde Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14482] kernel BUG at fs/dcache.c:670 +lvm +md +ext3 Rafael J. Wysocki
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Chris Wilson, Jesse Barnes, Miles Lane

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14480
Subject		: 2 locks held by cat -- running "find /sys | head -c 4" --> system hang
Submitter	: Miles Lane <miles.lane@gmail.com>
Date		: 2009-10-20 16:11 (33 days old)
References	: http://marc.info/?l=linux-kernel&m=125605511728088&w=4
Handled-By	: Chris Wilson <chris@chris-wilson.co.uk>
Patch		: http://patchwork.kernel.org/patch/54974/


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14436] Computer becomes unusable without any apparent reason
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (10 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14415] Reboot on kernel load Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14442] resume after hibernate: /dev/sdb drops and returns as /dev/sde Rafael J. Wysocki
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Pitxyoki

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14436
Subject		: Computer becomes unusable without any apparent reason
Submitter	: Pitxyoki <Pitxyoki@gmail.com>
Date		: 2009-10-18 18:32 (35 days old)


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14504] intermittent hibernation problem again
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (15 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14485] System lockup running "cat /sys/kernel/debug/dri/0/i915_regs" Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Ferenc Wágner

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14504
Subject		: intermittent hibernation problem again
Submitter	: Ferenc Wágner <wferi@niif.hu>
Date		: 2009-10-28 23:49 (25 days old)


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14483] Interrupts enabled after irqrouter_resume - iMac9,1
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (17 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-22 15:00   ` Justin P. Mattock
  2009-11-21 14:51 ` [Bug #14621] specjbb2005 and aim7 regression with 2.6.32-rc kernels Rafael J. Wysocki
                   ` (9 subsequent siblings)
  28 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Ingo Molnar, Justin Mattock,
	Martin Schwidefsky

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14483
Subject		: Interrupts enabled after irqrouter_resume - iMac9,1
Submitter	: Justin Mattock <justinmattock@gmail.com>
Date		: 2009-10-25 19:58 (28 days old)
References	: http://marc.info/?l=linux-kernel&m=125650070420168&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14485] System lockup running "cat /sys/kernel/debug/dri/0/i915_regs"
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (14 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14482] kernel BUG at fs/dcache.c:670 +lvm +md +ext3 Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14504] intermittent hibernation problem again Rafael J. Wysocki
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Miles Lane

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14485
Subject		: System lockup running "cat /sys/kernel/debug/dri/0/i915_regs"
Submitter	: Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-10-26 4:00 (27 days old)
References	: http://marc.info/?l=linux-kernel&m=125652968117713&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (16 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14504] intermittent hibernation problem again Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-22 14:59   ` Justin P. Mattock
  2009-11-21 14:51 ` [Bug #14483] Interrupts enabled after irqrouter_resume - iMac9,1 Rafael J. Wysocki
                   ` (10 subsequent siblings)
  28 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Justin P. Mattock

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
Submitter	: Justin P. Mattock <justinmattock@gmail.com>
Date		: 2009-10-23 16:45 (30 days old)
References	: http://lkml.org/lkml/2009/10/23/252


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14597] thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (21 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14577] Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380) Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 20:45   ` Henrique de Moraes Holschuh
  2009-11-21 14:51 ` [Bug #14624] ath9k: BUG kmalloc-8192: Poison overwritten Rafael J. Wysocki
                   ` (5 subsequent siblings)
  28 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Henrique de Moraes Holschuh

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14597
Subject		: thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31
Submitter	: Henrique de Moraes Holschuh <hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org>
Date		: 2009-11-13 20:45 (9 days old)
Handled-By	: Henrique de Moraes Holschuh <hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org>
Patch		: http://bugzilla.kernel.org/attachment.cgi?id=23770


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14621] specjbb2005 and aim7 regression with 2.6.32-rc kernels
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (18 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14483] Interrupts enabled after irqrouter_resume - iMac9,1 Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14538] Unable to associate with AP after resume since 2.6.32-rc6 Rafael J. Wysocki
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Gautham R Shenoy, Ingo Molnar,
	Mike Galbraith, Peter Zijlstra, Zhang, Yanmin

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14621
Subject		: specjbb2005 and aim7 regression with 2.6.32-rc kernels
Submitter	: Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date		: 2009-11-06 7:38 (16 days old)
References	: http://marc.info/?l=linux-kernel&m=125749310413174&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14538] Unable to associate with AP after resume since 2.6.32-rc6
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (19 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14621] specjbb2005 and aim7 regression with 2.6.32-rc kernels Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14577] Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380) Rafael J. Wysocki
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Christian Casteyde, John W. Linville,
	Larry Finger

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14538
Subject		: Unable to associate with AP after resume since 2.6.32-rc6
Submitter	: Christian Casteyde <casteyde.christian-GANU6spQydw@public.gmane.org>
Date		: 2009-11-03 22:07 (19 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d50bae33d1358b909ade05ae121d83d3a60ab63f


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14577] Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380)
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (20 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14538] Unable to associate with AP after resume since 2.6.32-rc6 Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-23 12:18   ` Lukas Kolbe
  2009-11-21 14:51 ` [Bug #14597] thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31 Rafael J. Wysocki
                   ` (6 subsequent siblings)
  28 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, lkolbe

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14577
Subject		: Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380)
Submitter	:  <lkolbe@techfak.uni-bielefeld.de>
Date		: 2009-11-10 13:31 (12 days old)


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14624] ath9k: BUG kmalloc-8192: Poison overwritten
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (22 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14597] thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31 Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14655] swapper generated call trace in 2.6.32-rc7 Rafael J. Wysocki
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Luis R. Rodriguez, Miles Lane

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14624
Subject		: ath9k: BUG kmalloc-8192: Poison overwritten
Submitter	: Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-11-12 4:58 (10 days old)
References	: http://marc.info/?l=linux-kernel&m=125800196520396&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14625] Commit d451564 breaks ARM
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (25 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14630] sched_rt_periodic_timer vs cpu hotplug Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14656] Oops at __rmqueue+0x98 with 2.6.32-rc6 Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14657] perf subsystem breakage in 2.6.32-rc7 Rafael J. Wysocki
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Ingo Molnar, Russell King, Soeren Sandmann

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14625
Subject		: Commit d451564 breaks ARM
Submitter	: Russell King <rmk+lkml@arm.linux.org.uk>
Date		: 2009-11-13 15:11 (9 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d4515646699b6ad7b1a98ceb871296b957f3ef47
References	: http://marc.info/?l=linux-kernel&m=125812520315835&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14655] swapper generated call trace in 2.6.32-rc7
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (23 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14624] ath9k: BUG kmalloc-8192: Poison overwritten Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14630] sched_rt_periodic_timer vs cpu hotplug Rafael J. Wysocki
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Peter Teoh

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14655
Subject		: swapper generated call trace in 2.6.32-rc7
Submitter	: Peter Teoh <htmldeveloper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-11-18 8:09 (4 days old)
References	: http://marc.info/?l=linux-kernel&m=125853179413679&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14630] sched_rt_periodic_timer vs cpu hotplug
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (24 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14655] swapper generated call trace in 2.6.32-rc7 Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14625] Commit d451564 breaks ARM Rafael J. Wysocki
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Heiko Carstens, Peter Zijlstra

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14630
Subject		: sched_rt_periodic_timer vs cpu hotplug
Submitter	: Heiko Carstens <heiko.carstens-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
Date		: 2009-11-11 10:18 (11 days old)
References	: http://marc.info/?l=linux-kernel&m=125793470309588&w=4
Handled-By	: Peter Zijlstra <peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
Patch		: http://patchwork.kernel.org/patch/60250/


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14656] Oops at __rmqueue+0x98 with 2.6.32-rc6
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (26 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14625] Commit d451564 breaks ARM Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  2009-11-21 14:51 ` [Bug #14657] perf subsystem breakage in 2.6.32-rc7 Rafael J. Wysocki
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Lucas C. Villa Real,
	"reiserfs-devel-u79uwXL29TY76Z2rM5mHXA

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14656
Subject		: Oops at __rmqueue+0x98 with 2.6.32-rc6
Submitter	: Lucas C. Villa Real <lucasvr-9gmU7qdNRpmhPH1hqNUYSQ@public.gmane.org>
Date		: 2009-11-19 3:48 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=125860255229092&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14657] perf subsystem breakage in 2.6.32-rc7
  2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
                   ` (27 preceding siblings ...)
  2009-11-21 14:51 ` [Bug #14656] Oops at __rmqueue+0x98 with 2.6.32-rc6 Rafael J. Wysocki
@ 2009-11-21 14:51 ` Rafael J. Wysocki
  28 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-11-21 14:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Arjan van de Ven, Peter Zijlstra,
	Thomas Gleixner

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.31.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14657
Subject		: perf subsystem breakage in 2.6.32-rc7
Submitter	: Arjan van de Ven <arjan-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
Date		: 2009-11-19 19:50 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=125866013419738&w=4


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14597] thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31
  2009-11-21 14:51 ` [Bug #14597] thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31 Rafael J. Wysocki
@ 2009-11-21 20:45   ` Henrique de Moraes Holschuh
  0 siblings, 0 replies; 52+ messages in thread
From: Henrique de Moraes Holschuh @ 2009-11-21 20:45 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

On Sat, 21 Nov 2009, Rafael J. Wysocki wrote:
> The following bug entry is on the current list of known regressions
> from 2.6.31.  Please verify if it still should be listed and let me know
> (either way).
> 
> 
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14597
> Subject		: thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31
> Submitter	: Henrique de Moraes Holschuh <hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org>
> Date		: 2009-11-13 20:45 (9 days old)
> Handled-By	: Henrique de Moraes Holschuh <hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org>
> Patch		: http://bugzilla.kernel.org/attachment.cgi?id=23770

Still outstanding.  Andrew said he was going to send the patch to Linus, so
I hope it will be fixed for 2.6.32-final.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2009-11-21 14:51 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
@ 2009-11-22 14:59   ` Justin P. Mattock
  0 siblings, 0 replies; 52+ messages in thread
From: Justin P. Mattock @ 2009-11-22 14:59 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

Rafael J. Wysocki wrote:
> 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.31.  Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
> Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
> Submitter	: Justin P. Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Date		: 2009-10-23 16:45 (30 days old)
> References	: http://lkml.org/lkml/2009/10/23/252
>
>
>
>    
yes It's still there.. I'm wondering because
there's not much feedback on this maybe I should take
a hint! or maybe it's something people just don't
understand, and don't have time for.. In any case
I'm still looking at it(although had to look at other
reports as well).

Justin P. Mattock

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14483] Interrupts enabled after irqrouter_resume - iMac9,1
  2009-11-21 14:51 ` [Bug #14483] Interrupts enabled after irqrouter_resume - iMac9,1 Rafael J. Wysocki
@ 2009-11-22 15:00   ` Justin P. Mattock
  0 siblings, 0 replies; 52+ messages in thread
From: Justin P. Mattock @ 2009-11-22 15:00 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List, Ingo Molnar,
	Martin Schwidefsky

Rafael J. Wysocki wrote:
> 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.31.  Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14483
> Subject		: Interrupts enabled after irqrouter_resume - iMac9,1
> Submitter	: Justin Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Date		: 2009-10-25 19:58 (28 days old)
> References	: http://marc.info/?l=linux-kernel&m=125650070420168&w=4
>
>
>
>    
this is still there.

Justin P. Mattock

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14379] ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String
  2009-11-21 14:51 ` [Bug #14379] ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String Rafael J. Wysocki
@ 2009-11-22 15:00   ` Justin P. Mattock
  0 siblings, 0 replies; 52+ messages in thread
From: Justin P. Mattock @ 2009-11-22 15:00 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List,
	Alexey Starikovskiy, Len Brown, Lin Ming

Rafael J. Wysocki wrote:
> 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.31.  Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14379
> Subject		: ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String
> Submitter	: Justin Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Date		: 2009-10-08 21:46 (45 days old)
> First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d9adc2e031bd22d5d9607a53a8d3b30e0b675f39
> References	: http://marc.info/?l=linux-kernel&m=125504031328941&w=4
> Handled-By	: Alexey Starikovskiy<astarikovskiy-l3A5Bk7waGM@public.gmane.org>
> Patch		: http://bugzilla.kernel.org/attachment.cgi?id=23347
>
>
>
>    
still there.

Justin P. Mattock

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14577] Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380)
  2009-11-21 14:51 ` [Bug #14577] Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380) Rafael J. Wysocki
@ 2009-11-23 12:18   ` Lukas Kolbe
  0 siblings, 0 replies; 52+ messages in thread
From: Lukas Kolbe @ 2009-11-23 12:18 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

Rafael J. Wysocki wrote:

>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.31.  Please verify if it still should be listed and let me know
>(either way).

I just closed this bug, as with -rc7 and the new firmware from Adaptec
(17544), this problem doesn't occur anymore. Thanks for your patience.

>
>Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14577
>Subject		: Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380)
>Submitter	:  <lkolbe-If1cxaH3S3JVgF+RW+Bo1SZEdBbF94EN@public.gmane.org>
>Date		: 2009-11-10 13:31 (12 days old)
>
>

-- 
Lukas


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2009-12-29 15:26 2.6.33-rc2: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
@ 2009-12-29 15:28 ` Rafael J. Wysocki
  0 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2009-12-29 15:28 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Justin P. Mattock

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.31 and 2.6.32.

The following bug entry is on the current list of known regressions
introduced between 2.6.31 and 2.6.32.  Please verify if it still should
be listed and let me know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
Submitter	: Justin P. Mattock <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-10-23 16:45 (68 days old)
References	: http://lkml.org/lkml/2009/10/23/252


^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-01-10 22:45 2.6.33-rc3-git3: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
@ 2010-01-10 22:56 ` Rafael J. Wysocki
  2010-01-11 13:56   ` Justin P. Mattock
  0 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2010-01-10 22:56 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Justin P. Mattock

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.31 and 2.6.32.

The following bug entry is on the current list of known regressions
introduced between 2.6.31 and 2.6.32.  Please verify if it still should
be listed and let me know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
Submitter	: Justin P. Mattock <justinmattock@gmail.com>
Date		: 2009-10-23 16:45 (80 days old)
References	: http://lkml.org/lkml/2009/10/23/252


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-01-10 22:56 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
@ 2010-01-11 13:56   ` Justin P. Mattock
  2010-01-11 19:42     ` Rafael J. Wysocki
  0 siblings, 1 reply; 52+ messages in thread
From: Justin P. Mattock @ 2010-01-11 13:56 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

On 01/10/10 14:56, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.31 and 2.6.32.
>
> The following bug entry is on the current list of known regressions
> introduced between 2.6.31 and 2.6.32.  Please verify if it still should
> be listed and let me know (either way).
>
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
> Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
> Submitter	: Justin P. Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Date		: 2009-10-23 16:45 (80 days old)
> References	: http://lkml.org/lkml/2009/10/23/252
>
>
>

I've played around with this. and
and much confused at what needs to happen.
(please feedback on what might be happening);
In any case I can have another try at finding a fix
so please leave open.

Justin P. Mattock

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-01-11 13:56   ` Justin P. Mattock
@ 2010-01-11 19:42     ` Rafael J. Wysocki
  0 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2010-01-11 19:42 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: Linux Kernel Mailing List, Kernel Testers List

On Monday 11 January 2010, Justin P. Mattock wrote:
> On 01/10/10 14:56, Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a report
> > of regressions introduced between 2.6.31 and 2.6.32.
> >
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.31 and 2.6.32.  Please verify if it still should
> > be listed and let me know (either way).
> >
> >
> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
> > Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
> > Submitter	: Justin P. Mattock<justinmattock@gmail.com>
> > Date		: 2009-10-23 16:45 (80 days old)
> > References	: http://lkml.org/lkml/2009/10/23/252
> >
> >
> >
> 
> I've played around with this. and
> and much confused at what needs to happen.
> (please feedback on what might be happening);
> In any case I can have another try at finding a fix
> so please leave open.

I will, thanks for the update.

Rafael

^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-01-24 22:15 2.6.33-rc5: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
@ 2010-01-24 22:22 ` Rafael J. Wysocki
  2010-01-24 23:02   ` Justin P. Mattock
  0 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2010-01-24 22:22 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Justin P. Mattock

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.31 and 2.6.32.

The following bug entry is on the current list of known regressions
introduced between 2.6.31 and 2.6.32.  Please verify if it still should
be listed and let me know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
Submitter	: Justin P. Mattock <justinmattock@gmail.com>
Date		: 2009-10-23 16:45 (94 days old)
References	: http://lkml.org/lkml/2009/10/23/252


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-01-24 22:22 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
@ 2010-01-24 23:02   ` Justin P. Mattock
  0 siblings, 0 replies; 52+ messages in thread
From: Justin P. Mattock @ 2010-01-24 23:02 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

On 01/24/10 14:22, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.31 and 2.6.32.
>
> The following bug entry is on the current list of known regressions
> introduced between 2.6.31 and 2.6.32.  Please verify if it still should
> be listed and let me know (either way).
>
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
> Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
> Submitter	: Justin P. Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Date		: 2009-10-23 16:45 (94 days old)
> References	: http://lkml.org/lkml/2009/10/23/252
>
>
>

yeah I'm still seeing this during boot.
As of looking at this, been tied up with another
issue and totally forgot. next week I'll be away
for a week, and during that period I can try and look at this
since I might be hanging around at times.
(and wont be side tracked with the other issue I was looking at);

So yeah please keep it open, and hopefully somebody
see's what is happening and maybe has a solution, or
by chance maybe I can figure something.

Justin P. Mattock

^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-02-01  0:38 2.6.33-rc6: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
@ 2010-02-01  0:43 ` Rafael J. Wysocki
  2010-02-01  1:39   ` Justin P. Mattock
  0 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2010-02-01  0:43 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Justin P. Mattock

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.31 and 2.6.32.

The following bug entry is on the current list of known regressions
introduced between 2.6.31 and 2.6.32.  Please verify if it still should
be listed and let me know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
Submitter	: Justin P. Mattock <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-10-23 16:45 (101 days old)
References	: http://lkml.org/lkml/2009/10/23/252


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-02-01  0:43 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
@ 2010-02-01  1:39   ` Justin P. Mattock
       [not found]     ` <4B6630CA.9010207-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 52+ messages in thread
From: Justin P. Mattock @ 2010-02-01  1:39 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

On 01/31/10 16:43, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.31 and 2.6.32.
>
> The following bug entry is on the current list of known regressions
> introduced between 2.6.31 and 2.6.32.  Please verify if it still should
> be listed and let me know (either way).
>
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
> Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
> Submitter	: Justin P. Mattock<justinmattock@gmail.com>
> Date		: 2009-10-23 16:45 (101 days old)
> References	: http://lkml.org/lkml/2009/10/23/252
>
>
>


yeah still hitting this.
looking at the issue if I change:

@@ 260

if ((class == 0xffffffff))
	continue;
to

if ((class == 0xffffffff || 0xffffffffffffffff))
	continue;

I'm able to boot, but don't have enough knowledge to know
what is really happening(or how to execute this).
will continue looking at this
(hopefully I get somewhere on this);

Justin P. Mattock

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
       [not found]     ` <4B6630CA.9010207-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-02-01 12:54       ` Dan Carpenter
  2010-02-01 17:57         ` Justin P. Mattock
  0 siblings, 1 reply; 52+ messages in thread
From: Dan Carpenter @ 2010-02-01 12:54 UTC (permalink / raw)
  To: Justin P. Mattock,
	linux1394-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: Rafael J. Wysocki, Linux Kernel Mailing List, Kernel Testers List,
	Stefan Richter

On Sun, Jan 31, 2010 at 05:39:22PM -0800, Justin P. Mattock wrote:
> On 01/31/10 16:43, Rafael J. Wysocki wrote:
>> This message has been generated automatically as a part of a report
>> of regressions introduced between 2.6.31 and 2.6.32.
>>
>> The following bug entry is on the current list of known regressions
>> introduced between 2.6.31 and 2.6.32.  Please verify if it still should
>> be listed and let me know (either way).
>>
>>
>> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
>> Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
>> Submitter	: Justin P. Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> Date		: 2009-10-23 16:45 (101 days old)
>> References	: http://lkml.org/lkml/2009/10/23/252
>>
>>
>>
>
>
> yeah still hitting this.
> looking at the issue if I change:
>
> @@ 260
>
> if ((class == 0xffffffff))
> 	continue;
> to
>
> if ((class == 0xffffffff || 0xffffffffffffffff))
> 	continue;
>

Uh... 0xffffffffffffffff is always true so basically that's the same as deleting the
if condition.

I've added the linux1394-devel people to the CC list.

Justin has found an issue that when he boots with:  ohci1394_dma=early his computer
crashes.

He can get it to boot by modifying drivers/ieee1394/init_ohci1394_dma.c:

init_ohci1394_dma_on_all_controllers()
   254          /* Poor man's PCI discovery, the only thing we can do at early boot */
   255          for (num = 0; num < 32; num++) {
   256                  for (slot = 0; slot < 32; slot++) {
   257                          for (func = 0; func < 8; func++) {
   258                                  u32 class = read_pci_config(num,slot,func,
   259                                                          PCI_CLASS_REVISION);
   260                                  if ((class == 0xffffffff))
   261                                          continue; /* No device at this func */

	If he continues here then his system boots.

   262
   263                                  if (class>>8 != PCI_CLASS_SERIAL_FIREWIRE_OHCI)
   264                                          continue; /* Not an OHCI-1394 device */
   265
   266                                  init_ohci1394_controller(num, slot, func);
   267                                  break; /* Assume one controller per device */

	This comment is not terribly clear btw.  The code assumes one controller per slot.

   268                          }
   269                  }
   270          }

regards,
dan carpenter


> I'm able to boot, but don't have enough knowledge to know
> what is really happening(or how to execute this).
> will continue looking at this
> (hopefully I get somewhere on this);
>
> Justin P. Mattock
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-02-01 12:54       ` Dan Carpenter
@ 2010-02-01 17:57         ` Justin P. Mattock
  0 siblings, 0 replies; 52+ messages in thread
From: Justin P. Mattock @ 2010-02-01 17:57 UTC (permalink / raw)
  To: Dan Carpenter, linux1394-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	Rafael J. Wysocki, Linux Kernel Mailing List, Kernel

On 02/01/10 04:54, Dan Carpenter wrote:
> On Sun, Jan 31, 2010 at 05:39:22PM -0800, Justin P. Mattock wrote:
>> On 01/31/10 16:43, Rafael J. Wysocki wrote:
>>> This message has been generated automatically as a part of a report
>>> of regressions introduced between 2.6.31 and 2.6.32.
>>>
>>> The following bug entry is on the current list of known regressions
>>> introduced between 2.6.31 and 2.6.32.  Please verify if it still should
>>> be listed and let me know (either way).
>>>
>>>
>>> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
>>> Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
>>> Submitter	: Justin P. Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>>> Date		: 2009-10-23 16:45 (101 days old)
>>> References	: http://lkml.org/lkml/2009/10/23/252
>>>
>>>
>>>
>>
>>
>> yeah still hitting this.
>> looking at the issue if I change:
>>
>> @@ 260
>>
>> if ((class == 0xffffffff))
>> 	continue;
>> to
>>
>> if ((class == 0xffffffff || 0xffffffffffffffff))
>> 	continue;
>>
>
> Uh... 0xffffffffffffffff is always true so basically that's the same as deleting the
> if condition.
>
> I've added the linux1394-devel people to the CC list.
>
> Justin has found an issue that when he boots with:  ohci1394_dma=early his computer
> crashes.
>
> He can get it to boot by modifying drivers/ieee1394/init_ohci1394_dma.c:
>
> init_ohci1394_dma_on_all_controllers()
>     254          /* Poor man's PCI discovery, the only thing we can do at early boot */
>     255          for (num = 0; num<  32; num++) {
>     256                  for (slot = 0; slot<  32; slot++) {
>     257                          for (func = 0; func<  8; func++) {
>     258                                  u32 class = read_pci_config(num,slot,func,
>     259                                                          PCI_CLASS_REVISION);
>     260                                  if ((class == 0xffffffff))
>     261                                          continue; /* No device at this func */
>
> 	If he continues here then his system boots.
>
>     262
>     263                                  if (class>>8 != PCI_CLASS_SERIAL_FIREWIRE_OHCI)
>     264                                          continue; /* Not an OHCI-1394 device */
>     265
>     266                                  init_ohci1394_controller(num, slot, func);
>     267                                  break; /* Assume one controller per device */
>
> 	This comment is not terribly clear btw.  The code assumes one controller per slot.
>
>     268                          }
>     269                  }
>     270          }
>
> regards,
> dan carpenter
>
>
>> I'm able to boot, but don't have enough knowledge to know
>> what is really happening(or how to execute this).
>> will continue looking at this
>> (hopefully I get somewhere on this);
>>
>> Justin P. Mattock
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>

yeah I'll admit it, I don't know what I'm doing
(but am willing to try).

Thanks for the response, I'll try and
give as much info on this as possible.

Justin P. Mattock

^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-02-08  0:13 2.6.33-rc7: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
@ 2010-02-08  0:28 ` Rafael J. Wysocki
  2010-02-08  1:02   ` Justin P. Mattock
  0 siblings, 1 reply; 52+ messages in thread
From: Rafael J. Wysocki @ 2010-02-08  0:28 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Jan Beulich,
	Justin P. Mattock

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.31 and 2.6.32.

The following bug entry is on the current list of known regressions
introduced between 2.6.31 and 2.6.32.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
Submitter	: Justin P. Mattock <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-10-23 16:45 (108 days old)
References	: http://lkml.org/lkml/2009/10/23/252
Handled-By	: Jan Beulich <jbeulich-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
Patch		: http://patchwork.kernel.org/patch/68719/


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-02-08  0:28 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
@ 2010-02-08  1:02   ` Justin P. Mattock
       [not found]     ` <4B6F62BE.1090803-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 52+ messages in thread
From: Justin P. Mattock @ 2010-02-08  1:02 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
	Jan Beulich

On 02/07/10 16:28, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.31 and 2.6.32.
>
> The following bug entry is on the current list of known regressions
> introduced between 2.6.31 and 2.6.32.  Please verify if it still should
> be listed and let the tracking team know (either way).
>
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
> Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
> Submitter	: Justin P. Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Date		: 2009-10-23 16:45 (108 days old)
> References	: http://lkml.org/lkml/2009/10/23/252
> Handled-By	: Jan Beulich<jbeulich-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
> Patch		: http://patchwork.kernel.org/patch/68719/
>
>
>


the patch attached to the bug report
makes my machine boot up with out a
Panic, and allows me to do remote debugging
via ohci1394_dma.

I did see a call trace as I was debugging
which might be related to having one
system using the patch, and the other not.
but still need to look at that.
(only saw this once out of numerous boots
(could be a rarity)).

Justin P. Mattock

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
       [not found]     ` <4B6F62BE.1090803-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-02-08  1:12       ` Rafael J. Wysocki
  0 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2010-02-08  1:12 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
	Jan Beulich

On Monday 08 February 2010, Justin P. Mattock wrote:
> On 02/07/10 16:28, Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a report
> > of regressions introduced between 2.6.31 and 2.6.32.
> >
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.31 and 2.6.32.  Please verify if it still should
> > be listed and let the tracking team know (either way).
> >
> >
> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
> > Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
> > Submitter	: Justin P. Mattock<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > Date		: 2009-10-23 16:45 (108 days old)
> > References	: http://lkml.org/lkml/2009/10/23/252
> > Handled-By	: Jan Beulich<jbeulich-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
> > Patch		: http://patchwork.kernel.org/patch/68719/
> >
> >
> >
> 
> 
> the patch attached to the bug report
> makes my machine boot up with out a
> Panic, and allows me to do remote debugging
> via ohci1394_dma.
> 
> I did see a call trace as I was debugging
> which might be related to having one
> system using the patch, and the other not.
> but still need to look at that.
> (only saw this once out of numerous boots
> (could be a rarity)).

Thanks for the update.

Rafael

^ permalink raw reply	[flat|nested] 52+ messages in thread

* [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
  2010-02-14 23:46 2.6.33-rc8: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
@ 2010-02-14 23:52 ` Rafael J. Wysocki
  0 siblings, 0 replies; 52+ messages in thread
From: Rafael J. Wysocki @ 2010-02-14 23:52 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Maciej Rutecki, Jan Beulich,
	Justin P. Mattock

This message has been generated automatically as a part of a report
of regressions introduced between 2.6.31 and 2.6.32.

The following bug entry is on the current list of known regressions
introduced between 2.6.31 and 2.6.32.  Please verify if it still should
be listed and let the tracking team know (either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14487
Subject		: PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
Submitter	: Justin P. Mattock <justinmattock@gmail.com>
Date		: 2009-10-23 16:45 (115 days old)
References	: http://lkml.org/lkml/2009/10/23/252
Handled-By	: Jan Beulich <jbeulich@novell.com>


^ permalink raw reply	[flat|nested] 52+ messages in thread

end of thread, other threads:[~2010-02-14 23:52 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-21 14:46 2.6.32-rc8-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
2009-11-21 14:46 ` [Bug #14297] console resume broken since ba15ab0e8d Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14298] warning at manage.c:361 (set_irq_wake), matrix-keypad related? Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14331] Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14379] ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String Rafael J. Wysocki
2009-11-22 15:00   ` Justin P. Mattock
2009-11-21 14:51 ` [Bug #14376] Kernel NULL pointer dereference/ kvm subsystem Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14383] hackbench regression with kernel 2.6.32-rc1 Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14406] uvcvideo stopped work on Toshiba Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14384] tbench regression with 2.6.32-rc1 Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14417] [Regression] Wireless driver iwlagn+iwlcore doesn't work after resume (needs reloading) Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14426] CE: hpet increasing min_delta_ns flood Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14415] Reboot on kernel load Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14436] Computer becomes unusable without any apparent reason Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14442] resume after hibernate: /dev/sdb drops and returns as /dev/sde Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14480] 2 locks held by cat -- running "find /sys | head -c 4" --> system hang Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14482] kernel BUG at fs/dcache.c:670 +lvm +md +ext3 Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14485] System lockup running "cat /sys/kernel/debug/dri/0/i915_regs" Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14504] intermittent hibernation problem again Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2009-11-22 14:59   ` Justin P. Mattock
2009-11-21 14:51 ` [Bug #14483] Interrupts enabled after irqrouter_resume - iMac9,1 Rafael J. Wysocki
2009-11-22 15:00   ` Justin P. Mattock
2009-11-21 14:51 ` [Bug #14621] specjbb2005 and aim7 regression with 2.6.32-rc kernels Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14538] Unable to associate with AP after resume since 2.6.32-rc6 Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14577] Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380) Rafael J. Wysocki
2009-11-23 12:18   ` Lukas Kolbe
2009-11-21 14:51 ` [Bug #14597] thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31 Rafael J. Wysocki
2009-11-21 20:45   ` Henrique de Moraes Holschuh
2009-11-21 14:51 ` [Bug #14624] ath9k: BUG kmalloc-8192: Poison overwritten Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14655] swapper generated call trace in 2.6.32-rc7 Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14630] sched_rt_periodic_timer vs cpu hotplug Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14625] Commit d451564 breaks ARM Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14656] Oops at __rmqueue+0x98 with 2.6.32-rc6 Rafael J. Wysocki
2009-11-21 14:51 ` [Bug #14657] perf subsystem breakage in 2.6.32-rc7 Rafael J. Wysocki
  -- strict thread matches above, loose matches on Subject: below --
2010-02-14 23:46 2.6.33-rc8: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-02-14 23:52 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2010-02-08  0:13 2.6.33-rc7: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-02-08  0:28 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2010-02-08  1:02   ` Justin P. Mattock
     [not found]     ` <4B6F62BE.1090803-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-02-08  1:12       ` Rafael J. Wysocki
2010-02-01  0:38 2.6.33-rc6: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-02-01  0:43 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2010-02-01  1:39   ` Justin P. Mattock
     [not found]     ` <4B6630CA.9010207-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-02-01 12:54       ` Dan Carpenter
2010-02-01 17:57         ` Justin P. Mattock
2010-01-24 22:15 2.6.33-rc5: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-01-24 22:22 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2010-01-24 23:02   ` Justin P. Mattock
2010-01-10 22:45 2.6.33-rc3-git3: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-01-10 22:56 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2010-01-11 13:56   ` Justin P. Mattock
2010-01-11 19:42     ` Rafael J. Wysocki
2009-12-29 15:26 2.6.33-rc2: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2009-12-29 15:28 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2009-11-16 22:33 2.6.32-rc7-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2009-11-17  0:40   ` Justin P. Mattock
     [not found]     ` <4B01F0F8.4040807-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:44       ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).