kernel-testers.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug #13837] Input : regression - touchpad not detected
  2009-07-26 20:23 2.6.31-rc4: Reported regressions from 2.6.30 Rafael J. Wysocki
@ 2009-07-26 20:28 ` Rafael J. Wysocki
  2009-07-27  8:45   ` Dave Young
  0 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-07-26 20:28 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Dave Young, Jiri Kosina

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13837
Subject		: Input : regression - touchpad not detected
Submitter	: Dave Young <hidave.darkstar@gmail.com>
Date		: 2009-07-17 07:13 (10 days old)
References	: http://marc.info/?l=linux-kernel&m=124780763701571&w=4


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

* Re: [Bug #13837] Input : regression - touchpad not detected
  2009-07-26 20:28 ` [Bug #13837] Input : regression - touchpad not detected Rafael J. Wysocki
@ 2009-07-27  8:45   ` Dave Young
  2009-08-08  0:41     ` Jiri Kosina
  0 siblings, 1 reply; 68+ messages in thread
From: Dave Young @ 2009-07-27  8:45 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List, Jiri Kosina

On Mon, Jul 27, 2009 at 4:28 AM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> 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.30.  Please verify if it still should be listed and let me know
> (either way).

Now I'm not sure if it's a regression, because it happens not every
boot. Maybe I just noticed it after 2.6.30

jiri, I found the place via extra printk messages added to the i8042.c

in function i8042_check_aux(), when touchpad detecting fail, it fall
into following error path:

 if (wait_for_completion_timeout(&i8042_aux_irq_delivered,
                                        msecs_to_jiffies(250)) == 0) { [snip] }

so maybe the timeout value need to be increased? I try redo the
i8042_setup_aux after it fails, it fixes the problem indeed, which one
is the proper fix do you think? If it's the right fix I can post the
patch.

>
>
> Bug-Entry       : http://bugzilla.kernel.org/show_bug.cgi?id=13837
> Subject         : Input : regression - touchpad not detected
> Submitter       : Dave Young <hidave.darkstar-Re5JQEeQqe8@public.gmane.orgm>
> Date            : 2009-07-17 07:13 (10 days old)
> References      : http://marc.info/?l=linux-kernel&m=124780763701571&w=4
>
>
>



-- 
Regards
dave

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

* [Bug #13837] Input : regression - touchpad not detected
  2009-08-02 18:49 2.6.31-rc5: " Rafael J. Wysocki
@ 2009-08-02 18:58 ` Rafael J. Wysocki
  0 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-02 18:58 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Dave Young, Jiri Kosina

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13837
Subject		: Input : regression - touchpad not detected
Submitter	: Dave Young <hidave.darkstar@gmail.com>
Date		: 2009-07-17 07:13 (17 days old)
References	: http://marc.info/?l=linux-kernel&m=124780763701571&w=4


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

* Re: [Bug #13837] Input : regression - touchpad not detected
  2009-07-27  8:45   ` Dave Young
@ 2009-08-08  0:41     ` Jiri Kosina
  0 siblings, 0 replies; 68+ messages in thread
From: Jiri Kosina @ 2009-08-08  0:41 UTC (permalink / raw)
  To: Dave Young
  Cc: Rafael J. Wysocki, Linux Kernel Mailing List, Kernel Testers List,
	Dmitry Torokhov, linux-input

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1521 bytes --]


[ adding Dmitry and linux-input to CC ]

On Mon, 27 Jul 2009, Dave Young wrote:

> On Mon, Jul 27, 2009 at 4:28 AM, Rafael J. Wysocki<rjw@sisk.pl> 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.30.  Please verify if it still should be listed and let me know
> > (either way).
> 
> Now I'm not sure if it's a regression, because it happens not every
> boot. Maybe I just noticed it after 2.6.30
> 
> jiri, I found the place via extra printk messages added to the i8042.c
> 
> in function i8042_check_aux(), when touchpad detecting fail, it fall
> into following error path:
> 
>  if (wait_for_completion_timeout(&i8042_aux_irq_delivered,
>                                         msecs_to_jiffies(250)) == 0) { [snip] }
> 
> so maybe the timeout value need to be increased? I try redo the
> i8042_setup_aux after it fails, it fixes the problem indeed, which one
> is the proper fix do you think? If it's the right fix I can post the
> patch.
> 
> >
> >
> > Bug-Entry       : http://bugzilla.kernel.org/show_bug.cgi?id=13837
> > Subject         : Input : regression - touchpad not detected
> > Submitter       : Dave Young <hidave.darkstar@gmail.com>
> > Date            : 2009-07-17 07:13 (10 days old)
> > References      : http://marc.info/?l=linux-kernel&m=124780763701571&w=4
> >
> >
> >
> 
> 
> 
> -- 
> Regards
> dave
> 

-- 
Jiri Kosina
SUSE Labs

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

* 2.6.31-rc5-git5: Reported regressions from 2.6.30
@ 2009-08-09 20:36 Rafael J. Wysocki
  2009-08-09 20:36 ` [Bug #13645] NULL pointer dereference at (null) (level2_spare_pgt) Rafael J. Wysocki
                   ` (27 more replies)
  0 siblings, 28 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:36 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.30, 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.30, 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-08-10       89       27          24
  2009-08-02       76       36          28
  2009-07-27       70       51          43
  2009-07-07       35       25          21
  2009-06-29       22       22          15


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

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13950
Subject		: Oops when USB Serial disconnected while in use
Submitter	: Bruno Prémont <bonbons@linux-vserver.org>
Date		: 2009-08-08 17:47 (2 days old)
References	: http://marc.info/?l=linux-kernel&m=124975432900466&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13947
Subject		: Libertas: Association request to the driver failed
Submitter	: Daniel Mack <daniel@caiaq.de>
Date		: 2009-08-07 19:11 (3 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=57921c312e8cef72ba35a4cfe870b376da0b1b87
References	: http://marc.info/?l=linux-kernel&m=124967234311481&w=4
Handled-By	: Roel Kluin <roel.kluin@gmail.com>


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13943
Subject		: WARNING: at net/mac80211/mlme.c:2292 with ath5k
Submitter	: Fabio Comolli <fabio.comolli@gmail.com>
Date		: 2009-08-06 20:15 (4 days old)
References	: http://marc.info/?l=linux-kernel&m=124958978600600&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13942
Subject		: Troubles with AoE and uninitialized object
Submitter	: Bruno Prémont <bonbons@linux-vserver.org>
Date		: 2009-08-04 10:12 (6 days old)
References	: http://marc.info/?l=linux-kernel&m=124938117104811&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13941
Subject		: x86 Geode issue
Submitter	: Martin-Éric Racine <q-funk@iki.fi>
Date		: 2009-08-03 12:58 (7 days old)
References	: http://marc.info/?l=linux-kernel&m=124930434732481&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13940
Subject		: iwlagn and sky2 stopped working, ACPI-related
Submitter	: Ricardo Jorge da Fonseca Marques Ferreira <storm@sys49152.net>
Date		: 2009-08-07 22:33 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=124968457731107&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13935
Subject		: 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
Submitter	: Adrian Ulrich <kernel@blinkenlights.ch>
Date		: 2009-08-08 22:08 (2 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fa047e4f6fa63a6e9d0ae4d7749538830d14a343


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13914
Subject		: e1000e reports invalid NVM Checksum on 82566DM-2 (bisected)
Submitter	:  <jsbronder@gentoo.org>
Date		: 2009-08-04 18:06 (6 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13906
Subject		: Huawei E169 GPRS connection causes Ooops
Submitter	: Clemens Eisserer <linuxhippy@gmail.com>
Date		: 2009-08-04 09:02 (6 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13899
Subject		: Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom.
Submitter	: Gene Heskett <gene.heskett@verizon.net>
Date		: 2009-08-01 13:04 (9 days old)
References	: http://marc.info/?l=linux-kernel&m=124913190304149&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13895
Subject		: 2.6.31-rc4 - slab entry tak_delay_info leaking ???
Submitter	: Paul Rolland <rol@as2917.net>
Date		: 2009-07-29 08:20 (12 days old)
References	: http://marc.info/?l=linux-kernel&m=124884847925375&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13869
Subject		: Radeon framebuffer (w/o KMS) corruption at boot.
Submitter	: Duncan <1i5t5.duncan@cox.net>
Date		: 2009-07-29 16:44 (12 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13848
Subject		: iwlwifi (4965) regression since 2.6.30
Submitter	: Lukas Hejtmanek <xhejtman@ics.muni.cz>
Date		: 2009-07-26 7:57 (15 days old)
References	: http://marc.info/?l=linux-kernel&m=124859658502866&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13846
Subject		: LEDs switched off permanently by power saving with rt61pci driver
Submitter	: Chris Clayton <chris2553@googlemail.com>
Date		: 2009-07-13 8:27 (28 days old)
References	: http://marc.info/?l=linux-kernel&m=124747418828398&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13837
Subject		: Input : regression - touchpad not detected
Submitter	: Dave Young <hidave.darkstar@gmail.com>
Date		: 2009-07-17 07:13 (24 days old)
References	: http://marc.info/?l=linux-kernel&m=124780763701571&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13836
Subject		: suspend script fails, related to stdout?
Submitter	: Tomas M. <tmezzadra@gmail.com>
Date		: 2009-07-17 21:24 (24 days old)
References	: http://marc.info/?l=linux-kernel&m=124785853811667&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13833
Subject		: Kernel Oops when trying to suspend with ubifs mounted on block2mtd mtd device
Submitter	: Tobias Diedrich <ranma@tdiedrich.de>
Date		: 2009-07-15 14:20 (26 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=15bce40cb3133bcc07d548013df97e4653d363c1
References	: http://marc.info/?l=linux-kernel&m=124766049207807&w=4
		  http://marc.info/?l=linux-kernel&m=124704927819769&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13819
Subject		: system freeze when switching to console
Submitter	: Reinette Chatre <reinette.chatre@intel.com>
Date		: 2009-07-23 17:57 (18 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13809
Subject		: oprofile: possible circular locking dependency detected
Submitter	: Jerome Marchand <jmarchan@redhat.com>
Date		: 2009-07-22 13:35 (19 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13740
Subject		: X server crashes with 2.6.31-rc2 when options are changed
Submitter	: Michael S. Tsirkin <m.s.tsirkin@gmail.com>
Date		: 2009-07-07 15:19 (34 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13733
Subject		: 2.6.31-rc2: irq 16: nobody cared
Submitter	: Niel Lambrechts <niel.lambrechts@gmail.com>
Date		: 2009-07-06 18:32 (35 days old)
References	: http://marc.info/?l=linux-kernel&m=124690524027166&w=4


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13716
Subject		: The AIC-7892P controller does not work any more
Submitter	: Andrej Podzimek <andrej@podzimek.org>
Date		: 2009-07-05 19:23 (36 days old)


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13713
Subject		: [drm/i915] Possible regression due to commit "Change GEM throttling to be 20ms (...)"
Submitter	:  <kazikcz@gmail.com>
Date		: 2009-07-05 10:49 (36 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b962442e46a9340bdbc6711982c59ff0cc2b5afb


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13645
Subject		: NULL pointer dereference at (null) (level2_spare_pgt)
Submitter	: poornima nayak <mpnayak@linux.vnet.ibm.com>
Date		: 2009-06-17 17:56 (54 days old)
References	: http://lkml.org/lkml/2009/6/17/194


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

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13948
Subject		: ath5k broken after suspend-to-ram
Submitter	: Johannes Stezenbach <js@sig21.net>
Date		: 2009-08-07 21:51 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=124968192727854&w=4
Handled-By	: Nick Kossifidis <mickflemm@gmail.com>
Patch		: http://patchwork.kernel.org/patch/38550/


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13946
Subject		: x86 MCE malfunction on Thinkpad T42p
Submitter	: Johannes Stezenbach <js@sig21.net>
Date		: 2009-08-07 17:09 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=124966500232399&w=4
Handled-By	: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Patch		: http://patchwork.kernel.org/patch/37908/


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13944
Subject		: MD raid regression
Submitter	: Mike Snitzer <snitzer@redhat.com>
Date		: 2009-08-05 15:06 (5 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=449aad3e25358812c43afc60918c5ad3819488e7
References	: http://marc.info/?l=linux-kernel&m=124948481218857&w=4
Handled-By	: NeilBrown <neilb@suse.de>
Patch		: http://patchwork.kernel.org/patch/39521/


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.30,
unresolved as well as resolved, at:

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

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] 68+ messages in thread

* [Bug #13645] NULL pointer dereference at (null) (level2_spare_pgt)
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
@ 2009-08-09 20:36 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13733] 2.6.31-rc2: irq 16: nobody cared Rafael J. Wysocki
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:36 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, poornima nayak

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13645
Subject		: NULL pointer dereference at (null) (level2_spare_pgt)
Submitter	: poornima nayak <mpnayak-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
Date		: 2009-06-17 17:56 (54 days old)
References	: http://lkml.org/lkml/2009/6/17/194


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

* [Bug #13716] The AIC-7892P controller does not work any more
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
  2009-08-09 20:36 ` [Bug #13645] NULL pointer dereference at (null) (level2_spare_pgt) Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13733] 2.6.31-rc2: irq 16: nobody cared Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13740] X server crashes with 2.6.31-rc2 when options are changed Rafael J. Wysocki
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Andrej Podzimek

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13716
Subject		: The AIC-7892P controller does not work any more
Submitter	: Andrej Podzimek <andrej-+Hii8LNHG6Ng9hUCZPvPmw@public.gmane.org>
Date		: 2009-07-05 19:23 (36 days old)


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

* [Bug #13733] 2.6.31-rc2: irq 16: nobody cared
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
  2009-08-09 20:36 ` [Bug #13645] NULL pointer dereference at (null) (level2_spare_pgt) Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13716] The AIC-7892P controller does not work any more Rafael J. Wysocki
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Niel Lambrechts

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13733
Subject		: 2.6.31-rc2: irq 16: nobody cared
Submitter	: Niel Lambrechts <niel.lambrechts-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-07-06 18:32 (35 days old)
References	: http://marc.info/?l=linux-kernel&m=124690524027166&w=4


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

* [Bug #13740] X server crashes with 2.6.31-rc2 when options are changed
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (2 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13716] The AIC-7892P controller does not work any more Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13809] oprofile: possible circular locking dependency detected Rafael J. Wysocki
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Michael S. Tsirkin

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13740
Subject		: X server crashes with 2.6.31-rc2 when options are changed
Submitter	: Michael S. Tsirkin <m.s.tsirkin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-07-07 15:19 (34 days old)


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

* [Bug #13713] [drm/i915] Possible regression due to commit "Change GEM throttling to be 20ms (...)"
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (5 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13819] system freeze when switching to console Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13836] suspend script fails, related to stdout? Rafael J. Wysocki
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Eric Anholt, Jesse Barnes, kazikcz

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13713
Subject		: [drm/i915] Possible regression due to commit "Change GEM throttling to be 20ms (...)"
Submitter	:  <kazikcz@gmail.com>
Date		: 2009-07-05 10:49 (36 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b962442e46a9340bdbc6711982c59ff0cc2b5afb


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

* [Bug #13809] oprofile: possible circular locking dependency detected
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (3 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13740] X server crashes with 2.6.31-rc2 when options are changed Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13819] system freeze when switching to console Rafael J. Wysocki
                   ` (22 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Jerome Marchand

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13809
Subject		: oprofile: possible circular locking dependency detected
Submitter	: Jerome Marchand <jmarchan@redhat.com>
Date		: 2009-07-22 13:35 (19 days old)


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

* [Bug #13819] system freeze when switching to console
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (4 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13809] oprofile: possible circular locking dependency detected Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13713] [drm/i915] Possible regression due to commit "Change GEM throttling to be 20ms (...)" Rafael J. Wysocki
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Eric Anholt,
	ling.ma-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, Linus Torvalds,
	Ma Ling, Reinette Chatre

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13819
Subject		: system freeze when switching to console
Submitter	: Reinette Chatre <reinette.chatre-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Date		: 2009-07-23 17:57 (18 days old)


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

* [Bug #13833] Kernel Oops when trying to suspend with ubifs mounted on block2mtd mtd device
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (8 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13837] Input : regression - touchpad not detected Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13846] LEDs switched off permanently by power saving with rt61pci driver Rafael J. Wysocki
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, David Brownell, David Woodhouse, Eric Miao,
	Pavel Machek, Tobias Diedrich

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13833
Subject		: Kernel Oops when trying to suspend with ubifs mounted on block2mtd mtd device
Submitter	: Tobias Diedrich <ranma@tdiedrich.de>
Date		: 2009-07-15 14:20 (26 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=15bce40cb3133bcc07d548013df97e4653d363c1
References	: http://marc.info/?l=linux-kernel&m=124766049207807&w=4
		  http://marc.info/?l=linux-kernel&m=124704927819769&w=4


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

* [Bug #13836] suspend script fails, related to stdout?
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (6 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13713] [drm/i915] Possible regression due to commit "Change GEM throttling to be 20ms (...)" Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13837] Input : regression - touchpad not detected Rafael J. Wysocki
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Tomas M.

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13836
Subject		: suspend script fails, related to stdout?
Submitter	: Tomas M. <tmezzadra@gmail.com>
Date		: 2009-07-17 21:24 (24 days old)
References	: http://marc.info/?l=linux-kernel&m=124785853811667&w=4


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

* [Bug #13837] Input : regression - touchpad not detected
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (7 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13836] suspend script fails, related to stdout? Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-10  2:14   ` Dave Young
  2009-08-09 20:44 ` [Bug #13833] Kernel Oops when trying to suspend with ubifs mounted on block2mtd mtd device Rafael J. Wysocki
                   ` (18 subsequent siblings)
  27 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Dave Young, Jiri Kosina

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13837
Subject		: Input : regression - touchpad not detected
Submitter	: Dave Young <hidave.darkstar@gmail.com>
Date		: 2009-07-17 07:13 (24 days old)
References	: http://marc.info/?l=linux-kernel&m=124780763701571&w=4


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

* [Bug #13869] Radeon framebuffer (w/o KMS) corruption at boot.
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (10 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13846] LEDs switched off permanently by power saving with rt61pci driver Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-10  0:10   ` Duncan
  2009-08-09 20:44 ` [Bug #13848] iwlwifi (4965) regression since 2.6.30 Rafael J. Wysocki
                   ` (15 subsequent siblings)
  27 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 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.30.  Please verify if it still should be listed and let me know
(either way).


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13869
Subject		: Radeon framebuffer (w/o KMS) corruption at boot.
Submitter	: Duncan <1i5t5.duncan@cox.net>
Date		: 2009-07-29 16:44 (12 days old)


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

* [Bug #13848] iwlwifi (4965) regression since 2.6.30
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (11 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13869] Radeon framebuffer (w/o KMS) corruption at boot Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13899] Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom Rafael J. Wysocki
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Lukas Hejtmanek

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13848
Subject		: iwlwifi (4965) regression since 2.6.30
Submitter	: Lukas Hejtmanek <xhejtman-8qz54MUs51PtwjQa/ONI9g@public.gmane.org>
Date		: 2009-07-26 7:57 (15 days old)
References	: http://marc.info/?l=linux-kernel&m=124859658502866&w=4


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

* [Bug #13846] LEDs switched off permanently by power saving with rt61pci driver
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (9 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13833] Kernel Oops when trying to suspend with ubifs mounted on block2mtd mtd device Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-10 10:11   ` Chris Clayton
  2009-08-09 20:44 ` [Bug #13869] Radeon framebuffer (w/o KMS) corruption at boot Rafael J. Wysocki
                   ` (16 subsequent siblings)
  27 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Chris Clayton

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13846
Subject		: LEDs switched off permanently by power saving with rt61pci driver
Submitter	: Chris Clayton <chris2553@googlemail.com>
Date		: 2009-07-13 8:27 (28 days old)
References	: http://marc.info/?l=linux-kernel&m=124747418828398&w=4


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

* [Bug #13914] e1000e reports invalid NVM Checksum on 82566DM-2 (bisected)
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (13 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13899] Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13906] Huawei E169 GPRS connection causes Ooops Rafael J. Wysocki
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, jsbronder

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13914
Subject		: e1000e reports invalid NVM Checksum on 82566DM-2 (bisected)
Submitter	:  <jsbronder@gentoo.org>
Date		: 2009-08-04 18:06 (6 days old)


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

* [Bug #13906] Huawei E169 GPRS connection causes Ooops
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (14 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13914] e1000e reports invalid NVM Checksum on 82566DM-2 (bisected) Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13895] 2.6.31-rc4 - slab entry tak_delay_info leaking ??? Rafael J. Wysocki
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Clemens Eisserer

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13906
Subject		: Huawei E169 GPRS connection causes Ooops
Submitter	: Clemens Eisserer <linuxhippy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-08-04 09:02 (6 days old)


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

* [Bug #13895] 2.6.31-rc4 - slab entry tak_delay_info leaking ???
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (15 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13906] Huawei E169 GPRS connection causes Ooops Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13940] iwlagn and sky2 stopped working, ACPI-related Rafael J. Wysocki
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Paul Rolland

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13895
Subject		: 2.6.31-rc4 - slab entry tak_delay_info leaking ???
Submitter	: Paul Rolland <rol-hQZ2c1jdYO6sTnJN9+BGXg@public.gmane.org>
Date		: 2009-07-29 08:20 (12 days old)
References	: http://marc.info/?l=linux-kernel&m=124884847925375&w=4


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

* [Bug #13899] Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom.
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (12 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13848] iwlwifi (4965) regression since 2.6.30 Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-10  3:42   ` Gene Heskett
  2009-08-09 20:44 ` [Bug #13914] e1000e reports invalid NVM Checksum on 82566DM-2 (bisected) Rafael J. Wysocki
                   ` (13 subsequent siblings)
  27 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Gene Heskett

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13899
Subject		: Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom.
Submitter	: Gene Heskett <gene.heskett@verizon.net>
Date		: 2009-08-01 13:04 (9 days old)
References	: http://marc.info/?l=linux-kernel&m=124913190304149&w=4


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

* [Bug #13941] x86 Geode issue
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (18 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version) Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-13  8:52   ` Martin-Éric Racine
  2009-08-09 20:44 ` [Bug #13944] MD raid regression Rafael J. Wysocki
                   ` (7 subsequent siblings)
  27 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Martin-Éric Racine

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13941
Subject		: x86 Geode issue
Submitter	: Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>
Date		: 2009-08-03 12:58 (7 days old)
References	: http://marc.info/?l=linux-kernel&m=124930434732481&w=4


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

* [Bug #13940] iwlagn and sky2 stopped working, ACPI-related
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (16 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13895] 2.6.31-rc4 - slab entry tak_delay_info leaking ??? Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version) Rafael J. Wysocki
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Ricardo Jorge da Fonseca Marques Ferreira

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13940
Subject		: iwlagn and sky2 stopped working, ACPI-related
Submitter	: Ricardo Jorge da Fonseca Marques Ferreira <storm@sys49152.net>
Date		: 2009-08-07 22:33 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=124968457731107&w=4


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

* [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (17 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13940] iwlagn and sky2 stopped working, ACPI-related Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-11 13:02   ` Jan Scholz
  2009-08-09 20:44 ` [Bug #13941] x86 Geode issue Rafael J. Wysocki
                   ` (8 subsequent siblings)
  27 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Adrian Ulrich, Jiri Kosina

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13935
Subject		: 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
Submitter	: Adrian Ulrich <kernel-4ZM2p5qjiQGewZBzVTKGGg@public.gmane.org>
Date		: 2009-08-08 22:08 (2 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fa047e4f6fa63a6e9d0ae4d7749538830d14a343


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

* [Bug #13944] MD raid regression
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (19 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13941] x86 Geode issue Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-10  1:31   ` Neil Brown
  2009-08-09 20:44 ` [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k Rafael J. Wysocki
                   ` (6 subsequent siblings)
  27 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Mike Snitzer, NeilBrown

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13944
Subject		: MD raid regression
Submitter	: Mike Snitzer <snitzer@redhat.com>
Date		: 2009-08-05 15:06 (5 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=449aad3e25358812c43afc60918c5ad3819488e7
References	: http://marc.info/?l=linux-kernel&m=124948481218857&w=4
Handled-By	: NeilBrown <neilb@suse.de>
Patch		: http://patchwork.kernel.org/patch/39521/


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

* [Bug #13946] x86 MCE malfunction on Thinkpad T42p
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (22 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13942] Troubles with AoE and uninitialized object Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13947] Libertas: Association request to the driver failed Rafael J. Wysocki
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Bartlomiej Zolnierkiewicz,
	Johannes Stezenbach

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13946
Subject		: x86 MCE malfunction on Thinkpad T42p
Submitter	: Johannes Stezenbach <js@sig21.net>
Date		: 2009-08-07 17:09 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=124966500232399&w=4
Handled-By	: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Patch		: http://patchwork.kernel.org/patch/37908/


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

* [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (20 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13944] MD raid regression Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-10  6:55   ` Fabio Comolli
  2009-08-09 20:44 ` [Bug #13942] Troubles with AoE and uninitialized object Rafael J. Wysocki
                   ` (5 subsequent siblings)
  27 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Fabio Comolli, Luis R. Rodriguez

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13943
Subject		: WARNING: at net/mac80211/mlme.c:2292 with ath5k
Submitter	: Fabio Comolli <fabio.comolli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date		: 2009-08-06 20:15 (4 days old)
References	: http://marc.info/?l=linux-kernel&m=124958978600600&w=4


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

* [Bug #13942] Troubles with AoE and uninitialized object
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (21 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13946] x86 MCE malfunction on Thinkpad T42p Rafael J. Wysocki
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Kernel Testers List, Bruno Prémont

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13942
Subject		: Troubles with AoE and uninitialized object
Submitter	: Bruno Prémont <bonbons@linux-vserver.org>
Date		: 2009-08-04 10:12 (6 days old)
References	: http://marc.info/?l=linux-kernel&m=124938117104811&w=4


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

* [Bug #13950] Oops when USB Serial disconnected while in use
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (24 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13947] Libertas: Association request to the driver failed Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13948] ath5k broken after suspend-to-ram Rafael J. Wysocki
  2009-08-10 14:30 ` 2.6.31-rc5-git5: Reported regressions from 2.6.30 James Bottomley
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Alan Stern, Bruno Prémont

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13950
Subject		: Oops when USB Serial disconnected while in use
Submitter	: Bruno Prémont <bonbons-ud5FBsm0p/xEiooADzr8i9i2O/JbrIOy@public.gmane.org>
Date		: 2009-08-08 17:47 (2 days old)
References	: http://marc.info/?l=linux-kernel&m=124975432900466&w=4


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

* [Bug #13948] ath5k broken after suspend-to-ram
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (25 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13950] Oops when USB Serial disconnected while in use Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-10 14:30 ` 2.6.31-rc5-git5: Reported regressions from 2.6.30 James Bottomley
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Bob Copeland, Johannes Stezenbach,
	Nick Kossifidis

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13948
Subject		: ath5k broken after suspend-to-ram
Submitter	: Johannes Stezenbach <js@sig21.net>
Date		: 2009-08-07 21:51 (3 days old)
References	: http://marc.info/?l=linux-kernel&m=124968192727854&w=4
Handled-By	: Nick Kossifidis <mickflemm@gmail.com>
Patch		: http://patchwork.kernel.org/patch/38550/


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

* [Bug #13947] Libertas: Association request to the driver failed
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (23 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13946] x86 MCE malfunction on Thinkpad T42p Rafael J. Wysocki
@ 2009-08-09 20:44 ` Rafael J. Wysocki
  2009-08-09 20:44 ` [Bug #13950] Oops when USB Serial disconnected while in use Rafael J. Wysocki
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-09 20:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Kernel Testers List, Daniel Mack, John W. Linville, Roel Kluin

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


Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13947
Subject		: Libertas: Association request to the driver failed
Submitter	: Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>
Date		: 2009-08-07 19:11 (3 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=57921c312e8cef72ba35a4cfe870b376da0b1b87
References	: http://marc.info/?l=linux-kernel&m=124967234311481&w=4
Handled-By	: Roel Kluin <roel.kluin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>


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

* Re: [Bug #13869] Radeon framebuffer (w/o KMS) corruption at boot.
  2009-08-09 20:44 ` [Bug #13869] Radeon framebuffer (w/o KMS) corruption at boot Rafael J. Wysocki
@ 2009-08-10  0:10   ` Duncan
       [not found]     ` <200908091710.28486.1i5t5.duncan-j9pdmedNgrk@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Duncan @ 2009-08-10  0:10 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

On Sunday 09 August 2009 13:44:24 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.30.  Please verify if it still should be listed and let me know
> (either way).
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13869
> Subject		: Radeon framebuffer (w/o KMS) corruption at boot.
> Submitter	: Duncan <1i5t5.duncan@cox.net>
> Date		: 2009-07-29 16:44 (12 days old)

Yes, as of today's pull, it's still there.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman

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

* Re: [Bug #13869] Radeon framebuffer (w/o KMS) corruption at boot.
       [not found]     ` <200908091710.28486.1i5t5.duncan-j9pdmedNgrk@public.gmane.org>
@ 2009-08-10  0:16       ` Rafael J. Wysocki
  0 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-10  0:16 UTC (permalink / raw)
  To: Duncan; +Cc: Linux Kernel Mailing List, Kernel Testers List, DRI

On Monday 10 August 2009, Duncan wrote:
> On Sunday 09 August 2009 13:44:24 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.30.  Please verify if it still should be listed and let me know
> > (either way).
> >
> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13869
> > Subject		: Radeon framebuffer (w/o KMS) corruption at boot.
> > Submitter	: Duncan <1i5t5.duncan-j9pdmedNgrk@public.gmane.org>
> > Date		: 2009-07-29 16:44 (12 days old)
> 
> Yes, as of today's pull, it's still there.

Thanks for the update.

Rafael

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

* Re: [Bug #13944] MD raid regression
  2009-08-09 20:44 ` [Bug #13944] MD raid regression Rafael J. Wysocki
@ 2009-08-10  1:31   ` Neil Brown
       [not found]     ` <19071.30809.398179.900584-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Neil Brown @ 2009-08-10  1:31 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List, Mike Snitzer

On Sunday August 9, rjw@sisk.pl 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.30.  Please verify if it still should be listed and let me know
> (either way).

Yes, it still should be listed.  The first patch didn't quite fix it.
A second one probably does.

Thanks.
NeilBrown

> 
> 
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13944
> Subject		: MD raid regression
> Submitter	: Mike Snitzer <snitzer@redhat.com>
> Date		: 2009-08-05 15:06 (5 days old)
> First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=449aad3e25358812c43afc60918c5ad3819488e7
> References	: http://marc.info/?l=linux-kernel&m=124948481218857&w=4
> Handled-By	: NeilBrown <neilb@suse.de>
> Patch		: http://patchwork.kernel.org/patch/39521/
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: [Bug #13837] Input : regression - touchpad not detected
  2009-08-09 20:44 ` [Bug #13837] Input : regression - touchpad not detected Rafael J. Wysocki
@ 2009-08-10  2:14   ` Dave Young
       [not found]     ` <a8e1da0908091914s151469e8w826a726254276fce-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Dave Young @ 2009-08-10  2:14 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List, Jiri Kosina

On Mon, Aug 10, 2009 at 5:10 AM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> 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.30.  Please verify if it still should be listed and let me know
> (either way).

Rafael, I can not produce the bug recent days. I upgraded dell bios to
A12, don't know if it is related.

>
>
> Bug-Entry       : http://bugzilla.kernel.org/show_bug.cgi?id=13837
> Subject         : Input : regression - touchpad not detected
> Submitter       : Dave Young <hidave.darkstar-Re5JQEeQqe8@public.gmane.orgm>
> Date            : 2009-07-17 07:13 (24 days old)
> References      : http://marc.info/?l=linux-kernel&m=124780763701571&w=4
>
>
>



-- 
Regards
dave

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

* Re: [Bug #13899] Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom.
  2009-08-09 20:44 ` [Bug #13899] Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom Rafael J. Wysocki
@ 2009-08-10  3:42   ` Gene Heskett
       [not found]     ` <200908092342.43656.gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Gene Heskett @ 2009-08-10  3:42 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

On Sunday 09 August 2009, 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.30.  Please verify if it still should be listed and let me know
>(either way).
>
>
>Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13899
>Subject		: Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom.
>Submitter	: Gene Heskett <gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org>
>Date		: 2009-08-01 13:04 (9 days old)
>References	: http://marc.info/?l=linux-kernel&m=124913190304149&w=4

Yes, it is still doing it to rc5 but only on the first invocation after the 
bootup.  Strangely, it apparently has no other effect, either on the machine, 
or how amanda itself works.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
The NRA is offering FREE Associate memberships to anyone who wants them.
<https://www.nrahq.org/nrabonus/accept-membership.asp>

If I set here and stare at nothing long enough, people might think
I'm an engineer working on something.
		-- S.R. McElroy

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

* Re: [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k
  2009-08-09 20:44 ` [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k Rafael J. Wysocki
@ 2009-08-10  6:55   ` Fabio Comolli
  2009-08-10 14:09     ` Rafael J. Wysocki
  0 siblings, 1 reply; 68+ messages in thread
From: Fabio Comolli @ 2009-08-10  6:55 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List, Luis R. Rodriguez

It happened only once so it's hard to tell. I'm going to test -rc6
when it comes out and report back.

Regards,
Fabio



On Sun, Aug 9, 2009 at 11:10 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> 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.30.  Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry       : http://bugzilla.kernel.org/show_bug.cgi?id=13943
> Subject         : WARNING: at net/mac80211/mlme.c:2292 with ath5k
> Submitter       : Fabio Comolli <fabio.comolli@gmail.com>
> Date            : 2009-08-06 20:15 (4 days old)
> References      : http://marc.info/?l=linux-kernel&m=124958978600600&w=4
>
>
>

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

* Re: [Bug #13846] LEDs switched off permanently by power saving with rt61pci driver
  2009-08-09 20:44 ` [Bug #13846] LEDs switched off permanently by power saving with rt61pci driver Rafael J. Wysocki
@ 2009-08-10 10:11   ` Chris Clayton
       [not found]     ` <200908101111.16762.chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Chris Clayton @ 2009-08-10 10:11 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA

Hi Rafael,

On Sunday 09 August 2009, 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.30.  Please verify if it still should be listed and let me know
> (either way).
>

Ivo sent a test patch for this and I tested it., but without success. I reported my findings but 
didn't get a reply. See http://marc.info/?l=linux-wireless&m=124940189007154&w=4.

I suspect the failure is due to the same PS hardware probelms that were at the route of my original 
report.. Unless one of the wireless folks say otherwise, I think we should close this on the basis 
of busted hardware. I'm happy to simply eject the card and re-insert it now that I have some udev 
scripts to tear down the wireless configuration on the ejection and set it uop again when the card 
is re-inserted.

Thanks

Chris


>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13846
> Subject		: LEDs switched off permanently by power saving with rt61pci
> driver Submitter	: Chris Clayton <chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
> Date		: 2009-07-13 8:27 (28 days old)
> References	: http://marc.info/?l=linux-kernel&m=124747418828398&w=4


-- 
No, Sir; there is nothing which has yet been contrived by man, by which so much happiness is 
produced as by a good tavern or inn - Doctor Samuel Johnson

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

* Re: [Bug #13837] Input : regression - touchpad not detected
       [not found]     ` <a8e1da0908091914s151469e8w826a726254276fce-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-08-10 14:03       ` Rafael J. Wysocki
  0 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-10 14:03 UTC (permalink / raw)
  To: Dave Young; +Cc: Linux Kernel Mailing List, Kernel Testers List, Jiri Kosina

On Monday 10 August 2009, Dave Young wrote:
> On Mon, Aug 10, 2009 at 5:10 AM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> 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.30.  Please verify if it still should be listed and let me know
> > (either way).
> 
> Rafael, I can not produce the bug recent days. I upgraded dell bios to
> A12, don't know if it is related.

OK, I closed the bug as not reproducible.

Thanks,
Rafael

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

* Re: [Bug #13846] LEDs switched off permanently by power saving with rt61pci driver
       [not found]     ` <200908101111.16762.chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
@ 2009-08-10 14:06       ` Rafael J. Wysocki
  0 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-10 14:06 UTC (permalink / raw)
  To: chris2553-gM/Ye1E23mwN+BqQ9rBEUg
  Cc: Linux Kernel Mailing List, Kernel Testers List,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA

On Monday 10 August 2009, Chris Clayton wrote:
> Hi Rafael,
> 
> On Sunday 09 August 2009, 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.30.  Please verify if it still should be listed and let me know
> > (either way).
> >
> 
> Ivo sent a test patch for this and I tested it., but without success. I reported my findings but 
> didn't get a reply. See http://marc.info/?l=linux-wireless&m=124940189007154&w=4.
> 
> I suspect the failure is due to the same PS hardware probelms that were at the route of my original 
> report.. Unless one of the wireless folks say otherwise, I think we should close this on the basis 
> of busted hardware. I'm happy to simply eject the card and re-insert it now that I have some udev 
> scripts to tear down the wireless configuration on the ejection and set it uop again when the card 
> is re-inserted.

Thanks, closed.

Rafael

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

* Re: [Bug #13899] Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom.
       [not found]     ` <200908092342.43656.gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org>
@ 2009-08-10 14:07       ` Rafael J. Wysocki
  0 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-10 14:07 UTC (permalink / raw)
  To: Gene Heskett; +Cc: Linux Kernel Mailing List, Kernel Testers List

On Monday 10 August 2009, Gene Heskett wrote:
> On Sunday 09 August 2009, 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.30.  Please verify if it still should be listed and let me know
> >(either way).
> >
> >
> >Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13899
> >Subject		: Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom.
> >Submitter	: Gene Heskett <gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org>
> >Date		: 2009-08-01 13:04 (9 days old)
> >References	: http://marc.info/?l=linux-kernel&m=124913190304149&w=4
> 
> Yes, it is still doing it to rc5 but only on the first invocation after the 
> bootup.  Strangely, it apparently has no other effect, either on the machine, 
> or how amanda itself works.

Thanks for the update.

Rafael

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

* Re: [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k
  2009-08-10  6:55   ` Fabio Comolli
@ 2009-08-10 14:09     ` Rafael J. Wysocki
  0 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-10 14:09 UTC (permalink / raw)
  To: Fabio Comolli
  Cc: Linux Kernel Mailing List, Kernel Testers List, Luis R. Rodriguez

On Monday 10 August 2009, Fabio Comolli wrote:
> It happened only once so it's hard to tell. I'm going to test -rc6
> when it comes out and report back.

OK, thanks for the update.

Rafael

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

* Re: [Bug #13944] MD raid regression
       [not found]     ` <19071.30809.398179.900584-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org>
@ 2009-08-10 14:11       ` Rafael J. Wysocki
       [not found]         ` <200908101611.07170.rjw-KKrjLPT3xs0@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-10 14:11 UTC (permalink / raw)
  To: Neil Brown; +Cc: Linux Kernel Mailing List, Kernel Testers List, Mike Snitzer

On Monday 10 August 2009, Neil Brown wrote:
> On Sunday August 9, rjw-KKrjLPT3xs0@public.gmane.org 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.30.  Please verify if it still should be listed and let me know
> > (either way).
> 
> Yes, it still should be listed.  The first patch didn't quite fix it.
> A second one probably does.

Thanks for the update.

Is the patch listed below the right one?

> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13944
> > Subject		: MD raid regression
> > Submitter	: Mike Snitzer <snitzer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> > Date		: 2009-08-05 15:06 (5 days old)
> > Handled-By	: NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>
> > Patch		: http://patchwork.kernel.org/patch/39521/

Rafael

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

* Re: [Bug #13944] MD raid regression
       [not found]         ` <200908101611.07170.rjw-KKrjLPT3xs0@public.gmane.org>
@ 2009-08-10 14:21           ` Mike Snitzer
       [not found]             ` <20090810142130.GA15956-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Mike Snitzer @ 2009-08-10 14:21 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Neil Brown, Linux Kernel Mailing List, Kernel Testers List

On Mon, Aug 10 2009 at 10:11am -0400,
Rafael J. Wysocki <rjw-KKrjLPT3xs0@public.gmane.org> wrote:

> On Monday 10 August 2009, Neil Brown wrote:
> > On Sunday August 9, rjw-KKrjLPT3xs0@public.gmane.org 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.30.  Please verify if it still should be listed and let me know
> > > (either way).
> > 
> > Yes, it still should be listed.  The first patch didn't quite fix it.
> > A second one probably does.
> 
> Thanks for the update.
> 
> Is the patch listed below the right one?
> 
> > > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13944
> > > Subject		: MD raid regression
> > > Submitter	: Mike Snitzer <snitzer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> > > Date		: 2009-08-05 15:06 (5 days old)
> > > Handled-By	: NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>
> > > Patch		: http://patchwork.kernel.org/patch/39521/

The updated patch is here:
http://patchwork.kernel.org/patch/40328/

I haven't yet tested it but will do so shortly.

Mike

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

* Re: 2.6.31-rc5-git5: Reported regressions from 2.6.30
  2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
                   ` (26 preceding siblings ...)
  2009-08-09 20:44 ` [Bug #13948] ath5k broken after suspend-to-ram Rafael J. Wysocki
@ 2009-08-10 14:30 ` James Bottomley
       [not found]   ` <1249914643.4089.3.camel-0iu6Cu4xQGLYCGPCin2YbQ@public.gmane.org>
  27 siblings, 1 reply; 68+ messages in thread
From: James Bottomley @ 2009-08-10 14:30 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, 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

On Sun, 2009-08-09 at 22:36 +0200, Rafael J. Wysocki wrote:
> Bug-Entry       : http://bugzilla.kernel.org/show_bug.cgi?id=13716
> Subject         : The AIC-7892P controller does not work any more
> Submitter       : Andrej Podzimek <andrej@podzimek.org>
> Date            : 2009-07-05 19:23 (36 days old)

This one sounds like an IRQ routing error, so probably ACPI, but we've
been totally unsuccessful at getting any further information out of the
submitter.  Use your own time judgement on this, but if he hasn't been
responding to you either for 36 days, I'd suggest closing this as
unresponsive.

James



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

* Re: 2.6.31-rc5-git5: Reported regressions from 2.6.30
       [not found]   ` <1249914643.4089.3.camel-0iu6Cu4xQGLYCGPCin2YbQ@public.gmane.org>
@ 2009-08-10 14:52     ` Rafael J. Wysocki
  0 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-10 14:52 UTC (permalink / raw)
  To: James Bottomley
  Cc: Linux Kernel Mailing List, Adrian Bunk, Andrew Morton,
	Linus Torvalds, Natalie Protasevich, Kernel Testers List,
	Linux ACPI, Linux SCSI List

On Monday 10 August 2009, James Bottomley wrote:
> On Sun, 2009-08-09 at 22:36 +0200, Rafael J. Wysocki wrote:
> > Bug-Entry       : http://bugzilla.kernel.org/show_bug.cgi?id=13716
> > Subject         : The AIC-7892P controller does not work any more
> > Submitter       : Andrej Podzimek <andrej-+Hii8LNHG6Ng9hUCZPvPmw@public.gmane.org>
> > Date            : 2009-07-05 19:23 (36 days old)
> 
> This one sounds like an IRQ routing error, so probably ACPI, but we've
> been totally unsuccessful at getting any further information out of the
> submitter.  Use your own time judgement on this, but if he hasn't been
> responding to you either for 36 days, I'd suggest closing this as
> unresponsive.

Thanks, I've closed it.

Best,
Rafael

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

* Re: [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
  2009-08-09 20:44 ` [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version) Rafael J. Wysocki
@ 2009-08-11 13:02   ` Jan Scholz
       [not found]     ` <87hbwewlk4.fsf-X87fCqEI3snt2/fatF9ZgSk+o5UQzIjPIRYYPiSvRdM@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Jan Scholz @ 2009-08-11 13:02 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Kernel Testers List, Adrian Ulrich,
	Jiri Kosina

Hi,

I can confirm the reported bug, but for me reverting fa047e4f6fa63a6 is
not sufficient. I have to remove the device id of the mighty mouse from
the hid_blacklist list in drivers/hid/hid-core.c as well, see the patch below.

Concerning the need for the quirks: I think there might be some
dependence on the version of X that is used. If I recall correctly, with
xorg-server-1.3 the quirk "APPLE_INVERT_HWHEEL" was necessary, but this
changed when I switched to xorg-server-1.5.3, where now horizontal
scrolling moves in directions you'd expect from vertical scrolling.
...but I wouldn't bet on my memory regarding things with xorg-server-1.3
since it's been quite some time ago and I never really liked the
horizontal scrolling anyway.

Cheers,
Jan

"Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org> writes:

> 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.30.  Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13935
> Subject		: 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
> Submitter	: Adrian Ulrich <kernel-4ZM2p5qjiQGewZBzVTKGGg@public.gmane.org>
> Date		: 2009-08-08 22:08 (2 days old)
> First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fa047e4f6fa63a6e9d0ae4d7749538830d14a343
>

From b7393ed6dfe00c9e126a2dd34659156548df15cc Mon Sep 17 00:00:00 2001
From: Jan Scholz <Scholz-wOpdxP1gw6Cc+IqHO83+wjjhTm2NLCe8@public.gmane.org>
Date: Tue, 11 Aug 2009 14:33:27 +0200
Subject: [PATCH] HID: commit fa047e4f is incomplete

Commit fa047e4f6fa63a6e9d0ae4d7749538830d14a343 "HID: fix inverted
wheel for bluetooth version of apple mighty mouse" is incomplete. If
we remove Apple MightyMouse (bluetooth version) from the list of
apple_devices in drivers/hid/hid-apple.c we have to remove it from
hid_blacklist in drivers/hid/hid-core.c as well.

Signed-off-by: Jan Scholz <Scholz-wOpdxP1gw6Cc+IqHO83+wjjhTm2NLCe8@public.gmane.org>
---
 drivers/hid/hid-core.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 5eb10c2..047844d 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -1319,7 +1319,6 @@ static const struct hid_device_id hid_blacklist[] = {
 	{ HID_USB_DEVICE(USB_VENDOR_ID_ZEROPLUS, 0x0005) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_ZEROPLUS, 0x0030) },
 
-	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 0x030c) },
 	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_PRESENTER_8K_BT) },
 	{ }
 };
-- 
1.6.3.3

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

* Re: [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
       [not found]     ` <87hbwewlk4.fsf-X87fCqEI3snt2/fatF9ZgSk+o5UQzIjPIRYYPiSvRdM@public.gmane.org>
@ 2009-08-11 15:39       ` Rafael J. Wysocki
  2009-09-30 13:21       ` Jan Scholz
  1 sibling, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-11 15:39 UTC (permalink / raw)
  To: Jan Scholz
  Cc: Linux Kernel Mailing List, Kernel Testers List, Adrian Ulrich,
	Jiri Kosina, Jiri Slaby

On Tuesday 11 August 2009, Jan Scholz wrote:
> Hi,
> 
> I can confirm the reported bug, but for me reverting fa047e4f6fa63a6 is
> not sufficient. I have to remove the device id of the mighty mouse from
> the hid_blacklist list in drivers/hid/hid-core.c as well, see the patch below.
> 
> Concerning the need for the quirks: I think there might be some
> dependence on the version of X that is used. If I recall correctly, with
> xorg-server-1.3 the quirk "APPLE_INVERT_HWHEEL" was necessary, but this
> changed when I switched to xorg-server-1.5.3, where now horizontal
> scrolling moves in directions you'd expect from vertical scrolling.
> ...but I wouldn't bet on my memory regarding things with xorg-server-1.3
> since it's been quite some time ago and I never really liked the
> horizontal scrolling anyway.

Thanks for the information.

Best,
Rafael


> "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org> writes:
> 
> > 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.30.  Please verify if it still should be listed and let me know
> > (either way).
> >
> >
> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13935
> > Subject		: 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
> > Submitter	: Adrian Ulrich <kernel-4ZM2p5qjiQGewZBzVTKGGg@public.gmane.org>
> > Date		: 2009-08-08 22:08 (2 days old)
> > First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fa047e4f6fa63a6e9d0ae4d7749538830d14a343
> >
> 
> From b7393ed6dfe00c9e126a2dd34659156548df15cc Mon Sep 17 00:00:00 2001
> From: Jan Scholz <Scholz-wOpdxP1gw6Cc+IqHO83+wjjhTm2NLCe8@public.gmane.org>
> Date: Tue, 11 Aug 2009 14:33:27 +0200
> Subject: [PATCH] HID: commit fa047e4f is incomplete
> 
> Commit fa047e4f6fa63a6e9d0ae4d7749538830d14a343 "HID: fix inverted
> wheel for bluetooth version of apple mighty mouse" is incomplete. If
> we remove Apple MightyMouse (bluetooth version) from the list of
> apple_devices in drivers/hid/hid-apple.c we have to remove it from
> hid_blacklist in drivers/hid/hid-core.c as well.
> 
> Signed-off-by: Jan Scholz <Scholz-wOpdxP1gw6Cc+IqHO83+wjjhTm2NLCe8@public.gmane.org>
> ---
>  drivers/hid/hid-core.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
> index 5eb10c2..047844d 100644
> --- a/drivers/hid/hid-core.c
> +++ b/drivers/hid/hid-core.c
> @@ -1319,7 +1319,6 @@ static const struct hid_device_id hid_blacklist[] = {
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_ZEROPLUS, 0x0005) },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_ZEROPLUS, 0x0030) },
>  
> -	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 0x030c) },
>  	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_PRESENTER_8K_BT) },
>  	{ }
>  };

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

* Re: [Bug #13944] MD raid regression
       [not found]             ` <20090810142130.GA15956-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2009-08-11 15:40               ` Rafael J. Wysocki
  0 siblings, 0 replies; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-11 15:40 UTC (permalink / raw)
  To: Mike Snitzer; +Cc: Neil Brown, Linux Kernel Mailing List, Kernel Testers List

On Monday 10 August 2009, Mike Snitzer wrote:
> On Mon, Aug 10 2009 at 10:11am -0400,
> Rafael J. Wysocki <rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> 
> > On Monday 10 August 2009, Neil Brown wrote:
> > > On Sunday August 9, rjw-KKrjLPT3xs0@public.gmane.org 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.30.  Please verify if it still should be listed and let me know
> > > > (either way).
> > > 
> > > Yes, it still should be listed.  The first patch didn't quite fix it.
> > > A second one probably does.
> > 
> > Thanks for the update.
> > 
> > Is the patch listed below the right one?
> > 
> > > > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13944
> > > > Subject		: MD raid regression
> > > > Submitter	: Mike Snitzer <snitzer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> > > > Date		: 2009-08-05 15:06 (5 days old)
> > > > Handled-By	: NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>
> > > > Patch		: http://patchwork.kernel.org/patch/39521/
> 
> The updated patch is here:
> http://patchwork.kernel.org/patch/40328/

Thanks, bug entry updated.

Rafael

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

* Re: [Bug #13941] x86 Geode issue
  2009-08-09 20:44 ` [Bug #13941] x86 Geode issue Rafael J. Wysocki
@ 2009-08-13  8:52   ` Martin-Éric Racine
       [not found]     ` <11fae7c70908130152j21f9f183m4f1c49d91fc7a7f9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Martin-Éric Racine @ 2009-08-13  8:52 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux Kernel Mailing List, Kernel Testers List

Yes, this bug is still valid.

Ubuntu kernel team member Leann Ogasawara and I are slowly bisecting
our way through the changes that took place since 2.6.30 to find the
commit that introduced this regression. Please stay tuned.

On Mon, Aug 10, 2009 at 12:10 AM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> 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.30.  Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry       : http://bugzilla.kernel.org/show_bug.cgi?id=13941
> Subject         : x86 Geode issue
> Submitter       : Martin-Éric Racine <q-funk@iki.fi>
> Date            : 2009-08-03 12:58 (7 days old)
> References      : http://marc.info/?l=linux-kernel&m=124930434732481&w=4
>
>
>

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

* Re: [Bug #13941] x86 Geode issue
       [not found]     ` <11fae7c70908130152j21f9f183m4f1c49d91fc7a7f9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-08-13  9:07       ` Ingo Molnar
       [not found]         ` <20090813090743.GA14352-X9Un+BFzKDI@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Ingo Molnar @ 2009-08-13  9:07 UTC (permalink / raw)
  To: Martin-Éric Racine, Alexander Viro
  Cc: Rafael J. Wysocki, Linux Kernel Mailing List, Kernel Testers List


* Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:

> Yes, this bug is still valid.
> 
> Ubuntu kernel team member Leann Ogasawara and I are slowly 
> bisecting our way through the changes that took place since 2.6.30 
> to find the commit that introduced this regression. Please stay 
> tuned.

hm, the only outright Geode related commit was:

 d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure

the jpg at:

  http://launchpadlibrarian.net/28892781/00002.jpg

is very out of focus - but what i could decypher suggests a 
pagefault crash in the VFS code, in generic_delete_inode().

Which could be a VFS bug, or a filesystem bug, or some unrelated 
memory corruption hitting the inode data structure.

	Ingo

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

* Re: [Bug #13941] x86 Geode issue
       [not found]         ` <20090813090743.GA14352-X9Un+BFzKDI@public.gmane.org>
@ 2009-08-13  9:44           ` Martin-Éric Racine
       [not found]             ` <11fae7c70908130244k3f20954ewa23c5a57fbd60410-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Martin-Éric Racine @ 2009-08-13  9:44 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Alexander Viro, Rafael J. Wysocki, Linux Kernel Mailing List,
	Kernel Testers List

On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo-X9Un+BFzKDI@public.gmane.org> wrote:
>
> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>
>> Yes, this bug is still valid.
>>
>> Ubuntu kernel team member Leann Ogasawara and I are slowly
>> bisecting our way through the changes that took place since 2.6.30
>> to find the commit that introduced this regression. Please stay
>> tuned.
>
> hm, the only outright Geode related commit was:
>
>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
>
> the jpg at:
>
>  http://launchpadlibrarian.net/28892781/00002.jpg
>
> is very out of focus - but what i could decypher suggests a
> pagefault crash in the VFS code, in generic_delete_inode().

There's a few more JPEG images below that have a slightly sharper image.

> Which could be a VFS bug, or a filesystem bug, or some unrelated
> memory corruption hitting the inode data structure.

It could indeed be many things.

I've been trying to boot this into a larger framebuffer to be able to
fit more data into my snapshots, but it appears that vga=795 doesn't
work anymore. Have we reverted to Hex values again or is this just an
issue of some kernel module missing from initrd?

Martin-Éric

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

* Re: [Bug #13941] x86 Geode issue
       [not found]             ` <11fae7c70908130244k3f20954ewa23c5a57fbd60410-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-08-13 10:40               ` Martin-Éric Racine
       [not found]                 ` <11fae7c70908130340w37782c04m861d2f429d639a9e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Martin-Éric Racine @ 2009-08-13 10:40 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Alexander Viro, Rafael J. Wysocki, Linux Kernel Mailing List,
	Kernel Testers List

2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
> On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo-X9Un+BFzKDI@public.gmane.org> wrote:
>> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>>> Yes, this bug is still valid.
>>>
>>> Ubuntu kernel team member Leann Ogasawara and I are slowly
>>> bisecting our way through the changes that took place since 2.6.30
>>> to find the commit that introduced this regression. Please stay
>>> tuned.
>>
>> hm, the only outright Geode related commit was:
>>
>>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
>>
>> the jpg at:
>>
>>  http://launchpadlibrarian.net/28892781/00002.jpg
>>
>> is very out of focus - but what i could decypher suggests a
>> pagefault crash in the VFS code, in generic_delete_inode().

This one might be a bit better:

http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg

>> Which could be a VFS bug, or a filesystem bug, or some unrelated
>> memory corruption hitting the inode data structure.
>
> It could indeed be many things.
>
> I've been trying to boot this into a larger framebuffer to be able to
> fit more data into my snapshots, but it appears that vga=795 doesn't
> work anymore. Have we reverted to Hex values again or is this just an
> issue of some kernel module missing from initrd?

Never mind. Seems that vesafb was blacklisted. Works now. See the
image above. :)

Martin-Éric

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                 ` <11fae7c70908130340w37782c04m861d2f429d639a9e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-08-13 14:54                   ` Rafael J. Wysocki
       [not found]                     ` <200908131654.45227.rjw-KKrjLPT3xs0@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-13 14:54 UTC (permalink / raw)
  To: q-funk-X3B1VOXEql0
  Cc: Ingo Molnar, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List

On Thursday 13 August 2009, Martin-Éric Racine wrote:
> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo-X9Un+BFzKDI@public.gmane.org> wrote:
> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
> >>> Yes, this bug is still valid.
> >>>
> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
> >>> bisecting our way through the changes that took place since 2.6.30
> >>> to find the commit that introduced this regression. Please stay
> >>> tuned.
> >>
> >> hm, the only outright Geode related commit was:
> >>
> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
> >>
> >> the jpg at:
> >>
> >>  http://launchpadlibrarian.net/28892781/00002.jpg
> >>
> >> is very out of focus - but what i could decypher suggests a
> >> pagefault crash in the VFS code, in generic_delete_inode().
> 
> This one might be a bit better:
> 
> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg
> 
> >> Which could be a VFS bug, or a filesystem bug, or some unrelated
> >> memory corruption hitting the inode data structure.
> >
> > It could indeed be many things.
> >
> > I've been trying to boot this into a larger framebuffer to be able to
> > fit more data into my snapshots, but it appears that vga=795 doesn't
> > work anymore. Have we reverted to Hex values again or is this just an
> > issue of some kernel module missing from initrd?
> 
> Never mind. Seems that vesafb was blacklisted. Works now. See the
> image above. :)

OK, so I guess the bug should be closed?

Rafael

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                     ` <200908131654.45227.rjw-KKrjLPT3xs0@public.gmane.org>
@ 2009-08-13 15:00                       ` Martin-Éric Racine
       [not found]                         ` <11fae7c70908130800q7b4a5293t5c373613d736d74-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Martin-Éric Racine @ 2009-08-13 15:00 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Ingo Molnar, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List

On Thu, Aug 13, 2009 at 5:54 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> On Thursday 13 August 2009, Martin-Éric Racine wrote:
>> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
>> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo-X9Un+BFzKDI@public.gmane.org> wrote:
>> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>> >>> Yes, this bug is still valid.
>> >>>
>> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
>> >>> bisecting our way through the changes that took place since 2.6.30
>> >>> to find the commit that introduced this regression. Please stay
>> >>> tuned.
>> >>
>> >> hm, the only outright Geode related commit was:
>> >>
>> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
>> >>
>> >> the jpg at:
>> >>
>> >>  http://launchpadlibrarian.net/28892781/00002.jpg
>> >>
>> >> is very out of focus - but what i could decypher suggests a
>> >> pagefault crash in the VFS code, in generic_delete_inode().
>>
>> This one might be a bit better:
>>
>> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg
>>
>> >> Which could be a VFS bug, or a filesystem bug, or some unrelated
>> >> memory corruption hitting the inode data structure.
>> >
>> > It could indeed be many things.
>> >
>> > I've been trying to boot this into a larger framebuffer to be able to
>> > fit more data into my snapshots, but it appears that vga=795 doesn't
>> > work anymore. Have we reverted to Hex values again or is this just an
>> > issue of some kernel module missing from initrd?
>>
>> Never mind. Seems that vesafb was blacklisted. Works now. See the
>> image above. :)
>
> OK, so I guess the bug should be closed?

No, it cannot.  Please read the above more carefully.

Martin-Éric

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                         ` <11fae7c70908130800q7b4a5293t5c373613d736d74-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-08-13 18:34                           ` Rafael J. Wysocki
       [not found]                             ` <200908132034.34951.rjw-KKrjLPT3xs0@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Rafael J. Wysocki @ 2009-08-13 18:34 UTC (permalink / raw)
  To: q-funk-X3B1VOXEql0
  Cc: Ingo Molnar, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List

On Thursday 13 August 2009, Martin-Éric Racine wrote:
> On Thu, Aug 13, 2009 at 5:54 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
> >> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
> >> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo-X9Un+BFzKDI@public.gmane.org> wrote:
> >> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
> >> >>> Yes, this bug is still valid.
> >> >>>
> >> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
> >> >>> bisecting our way through the changes that took place since 2.6.30
> >> >>> to find the commit that introduced this regression. Please stay
> >> >>> tuned.
> >> >>
> >> >> hm, the only outright Geode related commit was:
> >> >>
> >> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
> >> >>
> >> >> the jpg at:
> >> >>
> >> >>  http://launchpadlibrarian.net/28892781/00002.jpg
> >> >>
> >> >> is very out of focus - but what i could decypher suggests a
> >> >> pagefault crash in the VFS code, in generic_delete_inode().
> >>
> >> This one might be a bit better:
> >>
> >> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg

Hmm.  This looks like a sysfs oops to my untrained eye.

Thanks,
Rafael

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                             ` <200908132034.34951.rjw-KKrjLPT3xs0@public.gmane.org>
@ 2009-08-16 19:17                               ` Martin-Éric Racine
       [not found]                                 ` <11fae7c70908161217p33830075p783880315a31b2e5-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Martin-Éric Racine @ 2009-08-16 19:17 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Ingo Molnar, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List

On Thu, Aug 13, 2009 at 9:34 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> On Thursday 13 August 2009, Martin-Éric Racine wrote:
>> On Thu, Aug 13, 2009 at 5:54 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
>> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
>> >> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
>> >> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo-X9Un+BFzKDI@public.gmane.org> wrote:
>> >> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>> >> >>> Yes, this bug is still valid.
>> >> >>>
>> >> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
>> >> >>> bisecting our way through the changes that took place since 2.6.30
>> >> >>> to find the commit that introduced this regression. Please stay
>> >> >>> tuned.
>> >> >>
>> >> >> hm, the only outright Geode related commit was:
>> >> >>
>> >> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
>> >> >>
>> >> >> the jpg at:
>> >> >>
>> >> >>  http://launchpadlibrarian.net/28892781/00002.jpg
>> >> >>
>> >> >> is very out of focus - but what i could decypher suggests a
>> >> >> pagefault crash in the VFS code, in generic_delete_inode().
>> >>
>> >> This one might be a bit better:
>> >>
>> >> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg
>
> Hmm.  This looks like a sysfs oops to my untrained eye.

The bisect I did with Leann Ogasawara has narrowed the kernel panic
down to the following:

commit f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0
Author: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
Date: Mon Jun 8 19:50:45 2009 -0400

    add caching of ACLs in struct inode

    No helpers, no conversions yet.

    Signed-off-by: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>

Best Regards,
Martin-Éric

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                                 ` <11fae7c70908161217p33830075p783880315a31b2e5-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-08-16 20:57                                   ` Ingo Molnar
       [not found]                                     ` <20090816205706.GB3463-X9Un+BFzKDI@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Ingo Molnar @ 2009-08-16 20:57 UTC (permalink / raw)
  To: Martin-Éric Racine
  Cc: Rafael J. Wysocki, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List


* Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:

> On Thu, Aug 13, 2009 at 9:34 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
> >> On Thu, Aug 13, 2009 at 5:54 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> >> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
> >> >> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
> >> >> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo-X9Un+BFzKDI@public.gmane.org> wrote:
> >> >> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
> >> >> >>> Yes, this bug is still valid.
> >> >> >>>
> >> >> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
> >> >> >>> bisecting our way through the changes that took place since 2.6.30
> >> >> >>> to find the commit that introduced this regression. Please stay
> >> >> >>> tuned.
> >> >> >>
> >> >> >> hm, the only outright Geode related commit was:
> >> >> >>
> >> >> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
> >> >> >>
> >> >> >> the jpg at:
> >> >> >>
> >> >> >>  http://launchpadlibrarian.net/28892781/00002.jpg
> >> >> >>
> >> >> >> is very out of focus - but what i could decypher suggests a
> >> >> >> pagefault crash in the VFS code, in generic_delete_inode().
> >> >>
> >> >> This one might be a bit better:
> >> >>
> >> >> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg
> >
> > Hmm.  This looks like a sysfs oops to my untrained eye.
> 
> The bisect I did with Leann Ogasawara has narrowed the kernel panic
> down to the following:
> 
> commit f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0
> Author: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
> Date: Mon Jun 8 19:50:45 2009 -0400
> 
>     add caching of ACLs in struct inode
> 
>     No helpers, no conversions yet.
> 
>     Signed-off-by: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>

Weird. If the functions do what their name suggests, i.e. if 
inode_init_always() is an always called constructor and if 
destroy_inode() is an unconditional destructor then this patch 
should have no functional effect on the VFS side.

It increases the size of struct inode, so if you have some old 
module (built to an older version of fs.h) still around it might 
corrupt your inode data structure.

Or the size change might trigger some dormant bug. It might move a 
critical inode right into the path of a pre-existing (but not 
visibly crash-triggering) data corruption.

The possibilities on the 'weird bug' front are endless - the 
crash/oops itself should be turned into text, posted here and 
analyzed.

	Ingo

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                                     ` <20090816205706.GB3463-X9Un+BFzKDI@public.gmane.org>
@ 2009-08-16 21:01                                       ` Ingo Molnar
       [not found]                                         ` <20090816210134.GA14972-X9Un+BFzKDI@public.gmane.org>
  2009-08-16 21:12                                       ` Martin-Éric Racine
  1 sibling, 1 reply; 68+ messages in thread
From: Ingo Molnar @ 2009-08-16 21:01 UTC (permalink / raw)
  To: Martin-Éric Racine
  Cc: Rafael J. Wysocki, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List


* Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org> wrote:

> 
> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
> 
> > On Thu, Aug 13, 2009 at 9:34 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> > > On Thursday 13 August 2009, Martin-Éric Racine wrote:
> > >> On Thu, Aug 13, 2009 at 5:54 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> > >> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
> > >> >> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
> > >> >> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo-X9Un+BFzKDI@public.gmane.org> wrote:
> > >> >> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
> > >> >> >>> Yes, this bug is still valid.
> > >> >> >>>
> > >> >> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
> > >> >> >>> bisecting our way through the changes that took place since 2.6.30
> > >> >> >>> to find the commit that introduced this regression. Please stay
> > >> >> >>> tuned.
> > >> >> >>
> > >> >> >> hm, the only outright Geode related commit was:
> > >> >> >>
> > >> >> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
> > >> >> >>
> > >> >> >> the jpg at:
> > >> >> >>
> > >> >> >>  http://launchpadlibrarian.net/28892781/00002.jpg
> > >> >> >>
> > >> >> >> is very out of focus - but what i could decypher suggests a
> > >> >> >> pagefault crash in the VFS code, in generic_delete_inode().
> > >> >>
> > >> >> This one might be a bit better:
> > >> >>
> > >> >> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg
> > >
> > > Hmm.  This looks like a sysfs oops to my untrained eye.
> > 
> > The bisect I did with Leann Ogasawara has narrowed the kernel panic
> > down to the following:
> > 
> > commit f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0
> > Author: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
> > Date: Mon Jun 8 19:50:45 2009 -0400
> > 
> >     add caching of ACLs in struct inode
> > 
> >     No helpers, no conversions yet.
> > 
> >     Signed-off-by: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
> 
> Weird. If the functions do what their name suggests, i.e. if 
> inode_init_always() is an always called constructor and if 
> destroy_inode() is an unconditional destructor then this patch 
> should have no functional effect on the VFS side.
> 
> It increases the size of struct inode, so if you have some old 
> module (built to an older version of fs.h) still around it might 
> corrupt your inode data structure.
> 
> Or the size change might trigger some dormant bug. It might move a 
> critical inode right into the path of a pre-existing (but not 
> visibly crash-triggering) data corruption.
> 
> The possibilities on the 'weird bug' front are endless - the 
> crash/oops itself should be turned into text, posted here and 
> analyzed.

Btw., before you invest any time into the 'weird crash' theory, i'd 
suggest to double check the bisection result:

  f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0    crashes
  f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0~1  boots fine

You can save yourself from a lot of head scratching that way - the 
bisection result looks weird. (albeit plausible - a VFS crash points 
to a VFS commit.)

_Maybe_ the bisection is just off a little bit (there was a 
bisection mistake in the last few steps), and the real buggy commit 
is one of the nearby ones:

1cbd20d: switch xfs to generic acl caching helpers
073aaa1: helpers for acl caching + switch to those
06b16e9: switch shmem to inode->i_acl
281eede: switch reiserfs to inode->i_acl
7a77b15: switch reiserfs to usual conventions for caching ACLs
e68888b: reiserfs: minimal fix for ACL caching
d441b1c: switch nilfs2 to inode->i_acl
5affd88: switch btrfs to inode->i_acl
290c263: switch jffs2 to inode->i_acl
05fc079: switch jfs to inode->i_acl
d4bfe2f: switch ext4 to inode->i_acl
6582a0e: switch ext3 to inode->i_acl
5e78b43: switch ext2 to inode->i_acl
f19d4a8: add caching of ACLs in struct inode
3e63cbb: fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls
01c0319: cleanup __writeback_single_inode
f21f622: ... and the same for vfsmount id/mount group id
c63e09e: Make allocation of anon devices cheaper
7e325d3: update Documentation/filesystems/Locking
f6cc746: devpts: remove module-related code
3b22edc: VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper
654f562: vfs: fix nd->root leak in do_filp_open()
b5450d9: reiserfs: remove stray unlock_super in reiserfs_resize
c912e7a: ALSA: hda - Fix support for Samsung P50 with AD1986A codec

	Ingo

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                                     ` <20090816205706.GB3463-X9Un+BFzKDI@public.gmane.org>
  2009-08-16 21:01                                       ` Ingo Molnar
@ 2009-08-16 21:12                                       ` Martin-Éric Racine
       [not found]                                         ` <11fae7c70908161412v61fd233au5166e18f4c4d0931-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  1 sibling, 1 reply; 68+ messages in thread
From: Martin-Éric Racine @ 2009-08-16 21:12 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Rafael J. Wysocki, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List

2009/8/16 Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>:
>
> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>
>> On Thu, Aug 13, 2009 at 9:34 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
>> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
>> >> On Thu, Aug 13, 2009 at 5:54 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
>> >> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
>> >> >> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
>> >> >> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo-X9Un+BFzKDI@public.gmane.org> wrote:
>> >> >> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>> >> >> >>> Yes, this bug is still valid.
>> >> >> >>>
>> >> >> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
>> >> >> >>> bisecting our way through the changes that took place since 2.6.30
>> >> >> >>> to find the commit that introduced this regression. Please stay
>> >> >> >>> tuned.
>> >> >> >>
>> >> >> >> hm, the only outright Geode related commit was:
>> >> >> >>
>> >> >> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
>> >> >> >>
>> >> >> >> the jpg at:
>> >> >> >>
>> >> >> >>  http://launchpadlibrarian.net/28892781/00002.jpg
>> >> >> >>
>> >> >> >> is very out of focus - but what i could decypher suggests a
>> >> >> >> pagefault crash in the VFS code, in generic_delete_inode().
>> >> >>
>> >> >> This one might be a bit better:
>> >> >>
>> >> >> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg
>> >
>> > Hmm.  This looks like a sysfs oops to my untrained eye.
>>
>> The bisect I did with Leann Ogasawara has narrowed the kernel panic
>> down to the following:
>>
>> commit f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0
>> Author: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
>> Date: Mon Jun 8 19:50:45 2009 -0400
>>
>>     add caching of ACLs in struct inode
>>
>>     No helpers, no conversions yet.
>>
>>     Signed-off-by: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
>
> Weird. If the functions do what their name suggests, i.e. if
> inode_init_always() is an always called constructor and if
> destroy_inode() is an unconditional destructor then this patch
> should have no functional effect on the VFS side.
>
> It increases the size of struct inode, so if you have some old
> module (built to an older version of fs.h) still around it might
> corrupt your inode data structure.
>
> Or the size change might trigger some dormant bug. It might move a
> critical inode right into the path of a pre-existing (but not
> visibly crash-triggering) data corruption.
>
> The possibilities on the 'weird bug' front are endless - the
> crash/oops itself should be turned into text, posted here and
> analyzed.

If you mean something else than the large-size snapshot of the whole
panic output that was linked earlier in this thread, I'd appreciate
instructions on how to turn that crash into text.

Martin-Éric

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                                         ` <11fae7c70908161412v61fd233au5166e18f4c4d0931-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-08-16 21:34                                           ` Ingo Molnar
       [not found]                                             ` <20090816213407.GA30245-X9Un+BFzKDI@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Ingo Molnar @ 2009-08-16 21:34 UTC (permalink / raw)
  To: Martin-Éric Racine
  Cc: Rafael J. Wysocki, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List


* Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:

> 2009/8/16 Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>:
> >
> > * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
> >
> >> On Thu, Aug 13, 2009 at 9:34 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> >> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
> >> >> On Thu, Aug 13, 2009 at 5:54 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
> >> >> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
> >> >> >> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
> >> >> >> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo@elte.hu> wrote:
> >> >> >> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
> >> >> >> >>> Yes, this bug is still valid.
> >> >> >> >>>
> >> >> >> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
> >> >> >> >>> bisecting our way through the changes that took place since 2.6.30
> >> >> >> >>> to find the commit that introduced this regression. Please stay
> >> >> >> >>> tuned.
> >> >> >> >>
> >> >> >> >> hm, the only outright Geode related commit was:
> >> >> >> >>
> >> >> >> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
> >> >> >> >>
> >> >> >> >> the jpg at:
> >> >> >> >>
> >> >> >> >>  http://launchpadlibrarian.net/28892781/00002.jpg
> >> >> >> >>
> >> >> >> >> is very out of focus - but what i could decypher suggests a
> >> >> >> >> pagefault crash in the VFS code, in generic_delete_inode().
> >> >> >>
> >> >> >> This one might be a bit better:
> >> >> >>
> >> >> >> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg
> >> >
> >> > Hmm.  This looks like a sysfs oops to my untrained eye.
> >>
> >> The bisect I did with Leann Ogasawara has narrowed the kernel panic
> >> down to the following:
> >>
> >> commit f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0
> >> Author: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
> >> Date: Mon Jun 8 19:50:45 2009 -0400
> >>
> >>     add caching of ACLs in struct inode
> >>
> >>     No helpers, no conversions yet.
> >>
> >>     Signed-off-by: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
> >
> > Weird. If the functions do what their name suggests, i.e. if
> > inode_init_always() is an always called constructor and if
> > destroy_inode() is an unconditional destructor then this patch
> > should have no functional effect on the VFS side.
> >
> > It increases the size of struct inode, so if you have some old
> > module (built to an older version of fs.h) still around it might
> > corrupt your inode data structure.
> >
> > Or the size change might trigger some dormant bug. It might move a
> > critical inode right into the path of a pre-existing (but not
> > visibly crash-triggering) data corruption.
> >
> > The possibilities on the 'weird bug' front are endless - the 
> > crash/oops itself should be turned into text, posted here and 
> > analyzed.
> 
> If you mean something else than the large-size snapshot of the 
> whole panic output that was linked earlier in this thread, I'd 
> appreciate instructions on how to turn that crash into text.

it's still a JPG - posting the transcribed oops in email text would 
certainly help more folks looking over it.

(painful i know ...)

	Ingo

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                                             ` <20090816213407.GA30245-X9Un+BFzKDI@public.gmane.org>
@ 2009-08-17 21:02                                               ` Martin-Éric Racine
       [not found]                                                 ` <11fae7c70908171402y18699abbs7a293fe9ff562388-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 68+ messages in thread
From: Martin-Éric Racine @ 2009-08-17 21:02 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Rafael J. Wysocki, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List

2009/8/17 Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>:
>
> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>
>> 2009/8/16 Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>:
>> >
>> > * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>> >
>> >> On Thu, Aug 13, 2009 at 9:34 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
>> >> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
>> >> >> On Thu, Aug 13, 2009 at 5:54 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
>> >> >> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
>> >> >> >> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
>> >> >> >> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo@elte.hu> wrote:
>> >> >> >> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>> >> >> >> >>> Yes, this bug is still valid.
>> >> >> >> >>>
>> >> >> >> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
>> >> >> >> >>> bisecting our way through the changes that took place since 2.6.30
>> >> >> >> >>> to find the commit that introduced this regression. Please stay
>> >> >> >> >>> tuned.
>> >> >> >> >>
>> >> >> >> >> hm, the only outright Geode related commit was:
>> >> >> >> >>
>> >> >> >> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
>> >> >> >> >>
>> >> >> >> >> the jpg at:
>> >> >> >> >>
>> >> >> >> >>  http://launchpadlibrarian.net/28892781/00002.jpg
>> >> >> >> >>
>> >> >> >> >> is very out of focus - but what i could decypher suggests a
>> >> >> >> >> pagefault crash in the VFS code, in generic_delete_inode().
>> >> >> >>
>> >> >> >> This one might be a bit better:
>> >> >> >>
>> >> >> >> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg
>> >> >
>> >> > Hmm.  This looks like a sysfs oops to my untrained eye.
>> >>
>> >> The bisect I did with Leann Ogasawara has narrowed the kernel panic
>> >> down to the following:
>> >>
>> >> commit f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0
>> >> Author: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
>> >> Date: Mon Jun 8 19:50:45 2009 -0400
>> >>
>> >>     add caching of ACLs in struct inode
>> >>
>> >>     No helpers, no conversions yet.
>> >>
>> >>     Signed-off-by: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
>> >
>> > Weird. If the functions do what their name suggests, i.e. if
>> > inode_init_always() is an always called constructor and if
>> > destroy_inode() is an unconditional destructor then this patch
>> > should have no functional effect on the VFS side.
>> >
>> > It increases the size of struct inode, so if you have some old
>> > module (built to an older version of fs.h) still around it might
>> > corrupt your inode data structure.
>> >
>> > Or the size change might trigger some dormant bug. It might move a
>> > critical inode right into the path of a pre-existing (but not
>> > visibly crash-triggering) data corruption.
>> >
>> > The possibilities on the 'weird bug' front are endless - the
>> > crash/oops itself should be turned into text, posted here and
>> > analyzed.
>>
>> If you mean something else than the large-size snapshot of the
>> whole panic output that was linked earlier in this thread, I'd
>> appreciate instructions on how to turn that crash into text.
>
> it's still a JPG - posting the transcribed oops in email text would
> certainly help more folks looking over it.
>
> (painful i know ...)

I welcome suggestions for proper OCR software that can extract the
text displayed therein. Manually transcribing it is too error-prone to
even try.

Martin-Éric

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                                                 ` <11fae7c70908171402y18699abbs7a293fe9ff562388-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-08-18  4:50                                                   ` Willy Tarreau
  2009-09-11 12:31                                                     ` Martin-Éric Racine
  0 siblings, 1 reply; 68+ messages in thread
From: Willy Tarreau @ 2009-08-18  4:50 UTC (permalink / raw)
  To: Martin-Éric Racine
  Cc: Ingo Molnar, Rafael J. Wysocki, Alexander Viro,
	Linux Kernel Mailing List, Kernel Testers List

On Tue, Aug 18, 2009 at 12:02:34AM +0300, Martin-Éric Racine wrote:
(...)
> > it's still a JPG - posting the transcribed oops in email text would
> > certainly help more folks looking over it.
> >
> > (painful i know ...)
> 
> I welcome suggestions for proper OCR software that can extract the
> text displayed therein. Manually transcribing it is too error-prone to
> even try.

Well, there are less risks of errors retyping by hand than passing via
an OCR. At least *you* know that everything you see are hex numbers, the
OCR does not. Eventhough it's quite annoying to do that by hand, it
generally takes less than 5 minutes to retype an oops, which is not that
much. Of course, the serial cable to another machine to get a panic dump
is the easiest solution ;-)

Willy

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

* Re: [Bug #13941] x86 Geode issue
  2009-08-18  4:50                                                   ` Willy Tarreau
@ 2009-09-11 12:31                                                     ` Martin-Éric Racine
  0 siblings, 0 replies; 68+ messages in thread
From: Martin-Éric Racine @ 2009-09-11 12:31 UTC (permalink / raw)
  To: Willy Tarreau
  Cc: Ingo Molnar, Rafael J. Wysocki, Alexander Viro,
	Linux Kernel Mailing List, Kernel Testers List

2009/8/18 Willy Tarreau <w@1wt.eu>:
> On Tue, Aug 18, 2009 at 12:02:34AM +0300, Martin-Éric Racine wrote:
> (...)
>> > it's still a JPG - posting the transcribed oops in email text would
>> > certainly help more folks looking over it.
>> >
>> > (painful i know ...)
>>
>> I welcome suggestions for proper OCR software that can extract the
>> text displayed therein. Manually transcribing it is too error-prone to
>> even try.
>
> Well, there are less risks of errors retyping by hand than passing via
> an OCR. At least *you* know that everything you see are hex numbers, the
> OCR does not. Eventhough it's quite annoying to do that by hand, it
> generally takes less than 5 minutes to retype an oops, which is not that
> much. Of course, the serial cable to another machine to get a panic dump
> is the easiest solution ;-)

That would be assuming that a serial console is available.  This is
not the case here. No legacy port whatsoever.

Martin-Éric

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

* Re: [Bug #13941] x86 Geode issue
       [not found]                                         ` <20090816210134.GA14972-X9Un+BFzKDI@public.gmane.org>
@ 2009-09-11 12:36                                           ` Martin-Éric Racine
  0 siblings, 0 replies; 68+ messages in thread
From: Martin-Éric Racine @ 2009-09-11 12:36 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Rafael J. Wysocki, Alexander Viro, Linux Kernel Mailing List,
	Kernel Testers List

2009/8/17 Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>:
>
> * Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org> wrote:
>
>>
>> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>>
>> > On Thu, Aug 13, 2009 at 9:34 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
>> > > On Thursday 13 August 2009, Martin-Éric Racine wrote:
>> > >> On Thu, Aug 13, 2009 at 5:54 PM, Rafael J. Wysocki<rjw-KKrjLPT3xs0@public.gmane.org> wrote:
>> > >> > On Thursday 13 August 2009, Martin-Éric Racine wrote:
>> > >> >> 2009/8/13 Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org>:
>> > >> >> > On Thu, Aug 13, 2009 at 12:07 PM, Ingo Molnar<mingo@elte.hu> wrote:
>> > >> >> >> * Martin-Éric Racine <q-funk-X3B1VOXEql0@public.gmane.org> wrote:
>> > >> >> >>> Yes, this bug is still valid.
>> > >> >> >>>
>> > >> >> >>> Ubuntu kernel team member Leann Ogasawara and I are slowly
>> > >> >> >>> bisecting our way through the changes that took place since 2.6.30
>> > >> >> >>> to find the commit that introduced this regression. Please stay
>> > >> >> >>> tuned.
>> > >> >> >>
>> > >> >> >> hm, the only outright Geode related commit was:
>> > >> >> >>
>> > >> >> >>  d6c585a: x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
>> > >> >> >>
>> > >> >> >> the jpg at:
>> > >> >> >>
>> > >> >> >>  http://launchpadlibrarian.net/28892781/00002.jpg
>> > >> >> >>
>> > >> >> >> is very out of focus - but what i could decypher suggests a
>> > >> >> >> pagefault crash in the VFS code, in generic_delete_inode().
>> > >> >>
>> > >> >> This one might be a bit better:
>> > >> >>
>> > >> >> http://launchpadlibrarian.net/30267494/2.6.31-5.24.jpg
>> > >
>> > > Hmm.  This looks like a sysfs oops to my untrained eye.
>> >
>> > The bisect I did with Leann Ogasawara has narrowed the kernel panic
>> > down to the following:
>> >
>> > commit f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0
>> > Author: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
>> > Date: Mon Jun 8 19:50:45 2009 -0400
>> >
>> >     add caching of ACLs in struct inode
>> >
>> >     No helpers, no conversions yet.
>> >
>> >     Signed-off-by: Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
>>
>> Weird. If the functions do what their name suggests, i.e. if
>> inode_init_always() is an always called constructor and if
>> destroy_inode() is an unconditional destructor then this patch
>> should have no functional effect on the VFS side.
>>
>> It increases the size of struct inode, so if you have some old
>> module (built to an older version of fs.h) still around it might
>> corrupt your inode data structure.
>>
>> Or the size change might trigger some dormant bug. It might move a
>> critical inode right into the path of a pre-existing (but not
>> visibly crash-triggering) data corruption.
>>
>> The possibilities on the 'weird bug' front are endless - the
>> crash/oops itself should be turned into text, posted here and
>> analyzed.
>
> Btw., before you invest any time into the 'weird crash' theory, i'd
> suggest to double check the bisection result:
>
>  f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0    crashes
>  f19d4a8fa6f9b6ccf54df0971c97ffcaa390b7b0~1  boots fine
>
> You can save yourself from a lot of head scratching that way - the
> bisection result looks weird. (albeit plausible - a VFS crash points
> to a VFS commit.)
>
> _Maybe_ the bisection is just off a little bit (there was a
> bisection mistake in the last few steps), and the real buggy commit
> is one of the nearby ones:

We double checked again last week with fresh builds and validated that
the above result is correct.

What puzzles us is the start of the crash:


BUG: unable to handle kernel paging request at ffffb4ff
IP: [<c01f716b>] __destroy_inode+0x4b/0x80
*pde = 00810067 *pte = 00000000
Oops: 0000 [#1] SMP
last sysfs file: /sys/power/resume


Any ideas?
Martin-Éric

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

* Re: [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
       [not found]     ` <87hbwewlk4.fsf-X87fCqEI3snt2/fatF9ZgSk+o5UQzIjPIRYYPiSvRdM@public.gmane.org>
  2009-08-11 15:39       ` Rafael J. Wysocki
@ 2009-09-30 13:21       ` Jan Scholz
  2009-09-30 15:25         ` Jiri Kosina
  1 sibling, 1 reply; 68+ messages in thread
From: Jan Scholz @ 2009-09-30 13:21 UTC (permalink / raw)
  To: Jan Scholz
  Cc: Rafael J. Wysocki, Linux Kernel Mailing List, Kernel Testers List,
	Adrian Ulrich, Jiri Kosina

Hi,

now that the patch "HID: completely remove apple mightymouse from
blacklist" is merged upstream as
"42960a13001aa6df52ca9952ce996f94a744ea65" I think it should be merged
in the v2.6.31-stable series as well.

Best regards,
   Jan

Jan Scholz <scholz-wOpdxP1gw6Cc+IqHO83+wjjhTm2NLCe8@public.gmane.org> writes:

> I can confirm the reported bug, but for me reverting fa047e4f6fa63a6 is
> not sufficient. I have to remove the device id of the mighty mouse from
> the hid_blacklist list in drivers/hid/hid-core.c as well, see the patch below.
>
> "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org> writes:
>
>> 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.30.  Please verify if it still should be listed and let me know
>> (either way).
>>
>>
>> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13935
>> Subject		: 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
>> Submitter	: Adrian Ulrich <kernel-4ZM2p5qjiQGewZBzVTKGGg@public.gmane.org>
>> Date		: 2009-08-08 22:08 (2 days old)
>> First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fa047e4f6fa63a6e9d0ae4d7749538830d14a343
>>
>
> From b7393ed6dfe00c9e126a2dd34659156548df15cc Mon Sep 17 00:00:00 2001
> From: Jan Scholz <Scholz-wOpdxP1gw6Cc+IqHO83+wjjhTm2NLCe8@public.gmane.org>
> Date: Tue, 11 Aug 2009 14:33:27 +0200
> Subject: [PATCH] HID: commit fa047e4f is incomplete
>
> Commit fa047e4f6fa63a6e9d0ae4d7749538830d14a343 "HID: fix inverted
> wheel for bluetooth version of apple mighty mouse" is incomplete. If
> we remove Apple MightyMouse (bluetooth version) from the list of
> apple_devices in drivers/hid/hid-apple.c we have to remove it from
> hid_blacklist in drivers/hid/hid-core.c as well.
>
> Signed-off-by: Jan Scholz <Scholz-wOpdxP1gw6Cc+IqHO83+wjjhTm2NLCe8@public.gmane.org>
> ---
>  drivers/hid/hid-core.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
> index 5eb10c2..047844d 100644
> --- a/drivers/hid/hid-core.c
> +++ b/drivers/hid/hid-core.c
> @@ -1319,7 +1319,6 @@ static const struct hid_device_id hid_blacklist[] = {
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_ZEROPLUS, 0x0005) },
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_ZEROPLUS, 0x0030) },
>  
> -	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 0x030c) },
>  	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_PRESENTER_8K_BT) },
>  	{ }
>  };

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

* Re: [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
  2009-09-30 13:21       ` Jan Scholz
@ 2009-09-30 15:25         ` Jiri Kosina
  0 siblings, 0 replies; 68+ messages in thread
From: Jiri Kosina @ 2009-09-30 15:25 UTC (permalink / raw)
  To: Jan Scholz
  Cc: Rafael J. Wysocki, Linux Kernel Mailing List, Kernel Testers List,
	Adrian Ulrich

On Wed, 30 Sep 2009, Jan Scholz wrote:

> now that the patch "HID: completely remove apple mightymouse from
> blacklist" is merged upstream as
> "42960a13001aa6df52ca9952ce996f94a744ea65" I think it should be merged
> in the v2.6.31-stable series as well.

Agreed. As it didn't have "Cc: stable@kernel.org" in the changelog, it 
will not be picked up automagically. 

Will do.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2009-09-30 15:25 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
2009-08-09 20:36 ` [Bug #13645] NULL pointer dereference at (null) (level2_spare_pgt) Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13733] 2.6.31-rc2: irq 16: nobody cared Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13716] The AIC-7892P controller does not work any more Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13740] X server crashes with 2.6.31-rc2 when options are changed Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13809] oprofile: possible circular locking dependency detected Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13819] system freeze when switching to console Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13713] [drm/i915] Possible regression due to commit "Change GEM throttling to be 20ms (...)" Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13836] suspend script fails, related to stdout? Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13837] Input : regression - touchpad not detected Rafael J. Wysocki
2009-08-10  2:14   ` Dave Young
     [not found]     ` <a8e1da0908091914s151469e8w826a726254276fce-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-10 14:03       ` Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13833] Kernel Oops when trying to suspend with ubifs mounted on block2mtd mtd device Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13846] LEDs switched off permanently by power saving with rt61pci driver Rafael J. Wysocki
2009-08-10 10:11   ` Chris Clayton
     [not found]     ` <200908101111.16762.chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2009-08-10 14:06       ` Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13869] Radeon framebuffer (w/o KMS) corruption at boot Rafael J. Wysocki
2009-08-10  0:10   ` Duncan
     [not found]     ` <200908091710.28486.1i5t5.duncan-j9pdmedNgrk@public.gmane.org>
2009-08-10  0:16       ` Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13848] iwlwifi (4965) regression since 2.6.30 Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13899] Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom Rafael J. Wysocki
2009-08-10  3:42   ` Gene Heskett
     [not found]     ` <200908092342.43656.gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org>
2009-08-10 14:07       ` Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13914] e1000e reports invalid NVM Checksum on 82566DM-2 (bisected) Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13906] Huawei E169 GPRS connection causes Ooops Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13895] 2.6.31-rc4 - slab entry tak_delay_info leaking ??? Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13940] iwlagn and sky2 stopped working, ACPI-related Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version) Rafael J. Wysocki
2009-08-11 13:02   ` Jan Scholz
     [not found]     ` <87hbwewlk4.fsf-X87fCqEI3snt2/fatF9ZgSk+o5UQzIjPIRYYPiSvRdM@public.gmane.org>
2009-08-11 15:39       ` Rafael J. Wysocki
2009-09-30 13:21       ` Jan Scholz
2009-09-30 15:25         ` Jiri Kosina
2009-08-09 20:44 ` [Bug #13941] x86 Geode issue Rafael J. Wysocki
2009-08-13  8:52   ` Martin-Éric Racine
     [not found]     ` <11fae7c70908130152j21f9f183m4f1c49d91fc7a7f9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-13  9:07       ` Ingo Molnar
     [not found]         ` <20090813090743.GA14352-X9Un+BFzKDI@public.gmane.org>
2009-08-13  9:44           ` Martin-Éric Racine
     [not found]             ` <11fae7c70908130244k3f20954ewa23c5a57fbd60410-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-13 10:40               ` Martin-Éric Racine
     [not found]                 ` <11fae7c70908130340w37782c04m861d2f429d639a9e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-13 14:54                   ` Rafael J. Wysocki
     [not found]                     ` <200908131654.45227.rjw-KKrjLPT3xs0@public.gmane.org>
2009-08-13 15:00                       ` Martin-Éric Racine
     [not found]                         ` <11fae7c70908130800q7b4a5293t5c373613d736d74-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-13 18:34                           ` Rafael J. Wysocki
     [not found]                             ` <200908132034.34951.rjw-KKrjLPT3xs0@public.gmane.org>
2009-08-16 19:17                               ` Martin-Éric Racine
     [not found]                                 ` <11fae7c70908161217p33830075p783880315a31b2e5-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-16 20:57                                   ` Ingo Molnar
     [not found]                                     ` <20090816205706.GB3463-X9Un+BFzKDI@public.gmane.org>
2009-08-16 21:01                                       ` Ingo Molnar
     [not found]                                         ` <20090816210134.GA14972-X9Un+BFzKDI@public.gmane.org>
2009-09-11 12:36                                           ` Martin-Éric Racine
2009-08-16 21:12                                       ` Martin-Éric Racine
     [not found]                                         ` <11fae7c70908161412v61fd233au5166e18f4c4d0931-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-16 21:34                                           ` Ingo Molnar
     [not found]                                             ` <20090816213407.GA30245-X9Un+BFzKDI@public.gmane.org>
2009-08-17 21:02                                               ` Martin-Éric Racine
     [not found]                                                 ` <11fae7c70908171402y18699abbs7a293fe9ff562388-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-18  4:50                                                   ` Willy Tarreau
2009-09-11 12:31                                                     ` Martin-Éric Racine
2009-08-09 20:44 ` [Bug #13944] MD raid regression Rafael J. Wysocki
2009-08-10  1:31   ` Neil Brown
     [not found]     ` <19071.30809.398179.900584-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org>
2009-08-10 14:11       ` Rafael J. Wysocki
     [not found]         ` <200908101611.07170.rjw-KKrjLPT3xs0@public.gmane.org>
2009-08-10 14:21           ` Mike Snitzer
     [not found]             ` <20090810142130.GA15956-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-08-11 15:40               ` Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k Rafael J. Wysocki
2009-08-10  6:55   ` Fabio Comolli
2009-08-10 14:09     ` Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13942] Troubles with AoE and uninitialized object Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13946] x86 MCE malfunction on Thinkpad T42p Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13947] Libertas: Association request to the driver failed Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13950] Oops when USB Serial disconnected while in use Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13948] ath5k broken after suspend-to-ram Rafael J. Wysocki
2009-08-10 14:30 ` 2.6.31-rc5-git5: Reported regressions from 2.6.30 James Bottomley
     [not found]   ` <1249914643.4089.3.camel-0iu6Cu4xQGLYCGPCin2YbQ@public.gmane.org>
2009-08-10 14:52     ` Rafael J. Wysocki
  -- strict thread matches above, loose matches on Subject: below --
2009-08-02 18:49 2.6.31-rc5: " Rafael J. Wysocki
2009-08-02 18:58 ` [Bug #13837] Input : regression - touchpad not detected Rafael J. Wysocki
2009-07-26 20:23 2.6.31-rc4: Reported regressions from 2.6.30 Rafael J. Wysocki
2009-07-26 20:28 ` [Bug #13837] Input : regression - touchpad not detected Rafael J. Wysocki
2009-07-27  8:45   ` Dave Young
2009-08-08  0:41     ` Jiri Kosina

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).