* [Bug 21372] NULL pointer deference at disk_replace_part_tbl+0x32
[not found] <bug-21372-11613@https.bugzilla.kernel.org/>
@ 2010-10-28 17:35 ` bugzilla-daemon
2010-10-28 17:52 ` bugzilla-daemon
` (4 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2010-10-28 17:35 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=21372
Greg Kroah-Hartman <greg@kroah.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greg@kroah.com
Component|USB |SCSI
AssignedTo|greg@kroah.com |linux-scsi@vger.kernel.org
Product|Drivers |IO/Storage
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 21372] NULL pointer deference at disk_replace_part_tbl+0x32
[not found] <bug-21372-11613@https.bugzilla.kernel.org/>
2010-10-28 17:35 ` [Bug 21372] NULL pointer deference at disk_replace_part_tbl+0x32 bugzilla-daemon
@ 2010-10-28 17:52 ` bugzilla-daemon
2010-10-28 21:03 ` bugzilla-daemon
` (3 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2010-10-28 17:52 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=21372
--- Comment #1 from Andrew Morton <akpm@linux-foundation.org> 2010-10-28 17:52:35 ---
(switched to email. Please respond via emailed reply-to-all, not via the
bugzilla web interface).
On Thu, 28 Oct 2010 17:22:47 GMT
bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=21372
>
> Summary: NULL pointer deference at disk_replace_part_tbl+0x32
> Product: Drivers
> Version: 2.5
> Kernel Version: 2.6.36
> Platform: All
> OS/Version: Linux
> Tree: Mainline
> Status: NEW
> Severity: normal
> Priority: P1
> Component: USB
> AssignedTo: greg@kroah.com
> ReportedBy: mcgrof@gmail.com
> CC: rjw@sisk.pl
> Regression: Yes
hm, who did this.
Jens, I think you were fixing something up in this area recently?
>
> I get the following NULL pointer dereference when I hook up my Nexus One to my
> laptop to enable USB tether. This is a regression between v2.6.36-rc8 and
> v2.6.36. I will bisect when I get a chance.
>
> input: TPPS/2 IBM TrackPoint as
> /devices/platform/i8042/serio1/serio2/input/input7
> usb 1-3: USB disconnect, address 4
> BUG: unable to handle kernel NULL pointer dereference at 00000000000003a0
> IP: [<ffffffff812aec32>] disk_replace_part_tbl+0x32/0x80
> PGD 0
> Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
> last sysfs file: /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
> CPU 0
> Modules linked in: <etc>
> Pid: 22, comm: khubd Not tainted 2.6.36-wl+ #13 6460DWU/6460DWU
> RIP: 0010:[<ffffffff812aec32>] [<ffffffff812aec32>]
> disk_replace_part_tbl+0x32/0x80
> RSP: 0018:ffff88003b921990 EFLAGS: 00010282
> RAX: ffffea0000cd0708 RBX: ffff880038a0cee0 RCX: ffff88003d001490
> RDX: ffffea0000cb5c40 RSI: 0000000000000000 RDI: ffff880039f61df8
> RBP: ffff88003b9219a0 R08: 0000000000000000 R09: ffff88003a1a58a8
> R10: dead000000100100 R11: 0000000000000228 R12: 0000000000000000
> R13: 0000000000000000 R14: ffff8800388f6e98 R15: 0000000000000293
> FS: 0000000000000000(0000) GS:ffff88003ec00000(0000) knlGS:0000000000000000
> CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
> CR2: 00000000000003a0 CR3: 0000000001a24000 CR4: 00000000000006f0
> DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
> Process khubd (pid: 22, threadinfo ffff88003b920000, task ffff88003b918000)
> Stack:
> ffff880039f61df8 ffffffff81a67a60 ffff88003b9219c0 ffffffff812aed08
> <0> ffff88003b9219c0 0000000000000000 ffff88003b9219e0 ffffffff813833f7
> <0> 0000000000000086 ffff880039f61e68 ffff88003b921a10 ffffffff812bcd87
> Call Trace:
>
> [<ffffffff812aed08>] disk_release+0x28/0x50
> [<ffffffff813833f7>] device_release+0x27/0xa0
> [<ffffffff812bcd87>] kobject_release+0x47/0x90
> [<ffffffff812bcd40>] ? kobject_release+0x0/0x90
> [<ffffffff812be1e7>] kref_put+0x37/0x70
> [<ffffffff812bcc47>] kobject_put+0x27/0x60
> [<ffffffff812bcd40>] ? kobject_release+0x0/0x90
> [<ffffffff812aed47>] put_disk+0x17/0x20
> [<ffffffff813c3c37>] sg_device_destroy+0x67/0xa0
> [<ffffffff813c3bd0>] ? sg_device_destroy+0x0/0xa0
> [<ffffffff812be1e7>] kref_put+0x37/0x70
> [<ffffffff813c3b9e>] sg_remove+0xfe/0x130
> [<ffffffff81383d51>] device_del+0xc1/0x1d0
> [<ffffffff81383e76>] device_unregister+0x16/0x30
> [<ffffffff813b6e95>] __scsi_remove_device+0xa5/0xc0
> [<ffffffff813b322c>] scsi_forget_host+0x5c/0x80
> [<ffffffff813aab1f>] scsi_remove_host+0x6f/0x120
> [<ffffffffa004c46b>] quiesce_and_remove_host+0x6b/0xc0 [usb_storage]
> [<ffffffffa004c592>] usb_stor_disconnect+0x22/0x40 [usb_storage]
> [<ffffffff8140934a>] usb_unbind_interface+0x5a/0x1a0
> [<ffffffff81387055>] __device_release_driver+0x75/0xe0
> [<ffffffff813871bd>] device_release_driver+0x2d/0x40
> [<ffffffff8138617e>] bus_remove_device+0xae/0xf0
> [<ffffffff81383db7>] device_del+0x127/0x1d0
> [<ffffffff81405be0>] usb_disable_device+0x70/0x130
> [<ffffffff813fee13>] usb_disconnect+0x93/0x130
> [<ffffffff814004e7>] hub_thread+0x487/0x1230
> [<ffffffff8105a5fb>] ? dequeue_task_fair+0x8b/0x90
> [<ffffffff81082900>] ? autoremove_wake_function+0x0/0x40
> [<ffffffff81400060>] ? hub_thread+0x0/0x1230
> [<ffffffff810823a6>] kthread+0x96/0xa0
> [<ffffffff8100bea4>] kernel_thread_helper+0x4/0x10
> [<ffffffff81082310>] ? kthread+0x0/0xa0
> [<ffffffff8100bea0>] ? kernel_thread_helper+0x0/0x10
> Code: 10 48 89 1c 24 4c 89 64 24 08 0f 1f 44 00 00 48 8b 5f 38 4c 8b a7 00 03
> 00 00 48 85 db 48 89 77 38 74 42 48 c7 43 18 00 00 00 00 <49> 8b bc 24 a0 03 00
> 00 e8 61 58 2c 00 4c 89 e7 e8 89 2e ff ff
> RIP [<ffffffff812aec32>] disk_replace_part_tbl+0x32/0x80
> RSP <ffff88003b921990>
> CR2: 00000000000003a0
> ---[ end trace 4704f0507cd6c869 ]---
>
> --
> Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 21372] NULL pointer deference at disk_replace_part_tbl+0x32
[not found] <bug-21372-11613@https.bugzilla.kernel.org/>
2010-10-28 17:35 ` [Bug 21372] NULL pointer deference at disk_replace_part_tbl+0x32 bugzilla-daemon
2010-10-28 17:52 ` bugzilla-daemon
@ 2010-10-28 21:03 ` bugzilla-daemon
2010-10-29 14:38 ` bugzilla-daemon
` (2 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2010-10-28 21:03 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=21372
Rafael J. Wysocki <rjw@sisk.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |florian@mickler.org
Blocks| |16444
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 21372] NULL pointer deference at disk_replace_part_tbl+0x32
[not found] <bug-21372-11613@https.bugzilla.kernel.org/>
` (2 preceding siblings ...)
2010-10-28 21:03 ` bugzilla-daemon
@ 2010-10-29 14:38 ` bugzilla-daemon
2010-12-09 10:50 ` bugzilla-daemon
2010-12-09 10:52 ` bugzilla-daemon
5 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2010-10-29 14:38 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=21372
Jens Axboe <axboe@kernel.dk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |axboe@kernel.dk
--- Comment #2 from Jens Axboe <axboe@kernel.dk> 2010-10-29 14:38:09 ---
If this happened post 2.6.36, then it is indeed a known bug. So I'm a little
skeptic, are you sure this is 2.6.36 as released and not a -git somewhat passed
that? The version reads 2.6.36-wl+, so it's definitely not pristine 2.6.36.
So I'm pretty sure that this is the issue we fixed by reverting the io stat
change. If you update to a newer .36-git or go back to 2.6.36 as released, it
will work fine.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 21372] NULL pointer deference at disk_replace_part_tbl+0x32
[not found] <bug-21372-11613@https.bugzilla.kernel.org/>
` (3 preceding siblings ...)
2010-10-29 14:38 ` bugzilla-daemon
@ 2010-12-09 10:50 ` bugzilla-daemon
2010-12-09 10:52 ` bugzilla-daemon
5 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2010-12-09 10:50 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=21372
Florian Mickler <florian@mickler.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |CODE_FIX
--- Comment #3 from Florian Mickler <florian@mickler.org> 2010-12-09 10:50:30 ---
Are you refering to this patch? I'm closing this as fixed then. Luis, if this
is not the case, please shout.
commit f253b86b4ad1b3220544e75880510fd455ebd23f
Author: Jens Axboe <jaxboe@fusionio.com>
Date: Sun Oct 24 22:06:02 2010 +0200
Revert "block: fix accounting bug on cross partition merges"
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 21372] NULL pointer deference at disk_replace_part_tbl+0x32
[not found] <bug-21372-11613@https.bugzilla.kernel.org/>
` (4 preceding siblings ...)
2010-12-09 10:50 ` bugzilla-daemon
@ 2010-12-09 10:52 ` bugzilla-daemon
5 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2010-12-09 10:52 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=21372
Florian Mickler <florian@mickler.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Florian Mickler <florian@mickler.org> 2010-12-09 10:52:13 ---
(this was the only commit I could find that somehow had something to do with
reverting, io and stat(s)...)
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* 2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36
@ 2010-11-18 23:50 Rafael J. Wysocki
2010-11-18 23:53 ` Rafael J. Wysocki
0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2010-11-18 23:50 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Maciej Rutecki, Florian Mickler, Andrew Morton, Linus Torvalds,
Kernel Testers List, Network Development, Linux ACPI,
Linux PM List, Linux SCSI List, Linux Wireless List, DRI
This message contains a list of some post-2.6.35 regressions introduced before
2.6.36, for which there are no fixes in the mainline known to the tracking team.
If any of them have been fixed already, please let us know.
If you know of any other unresolved post-2.6.35 regressions, please let us know
either and we'll add them to the list. Also, please let us 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
----------------------------------------
2010-11-19 92 38 34
2010-10-17 70 27 27
2010-10-10 56 16 15
2010-10-03 52 16 14
2010-09-26 46 15 13
2010-09-20 38 15 15
2010-09-12 28 14 13
2010-08-30 21 16 15
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=23212
Subject : multifunction card reader of acer aspire one stopped working
Submitter : Thibault Mondary <thibm@free.fr>
Date : 2010-11-18 14:03 (1 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=23132
Subject : without "pci=nocrs", Dell Inspiron 1545 hangs
Submitter : Bjorn Helgaas <bjorn.helgaas@hp.com>
Date : 2010-11-17 19:18 (2 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=23062
Subject : kvm segfaults on 2.6.36-64bit kernel with 32 bit userspace
Submitter : Jorge Boncompte <jorge@dti2.net>
Date : 2010-11-17 11:59 (2 days old)
First-Bad-Commit: http://git.kernel.org/linus/9581d442b905
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22842
Subject : iwl3945 suddenly stops working
Submitter : Felipe Contreras <felipe.contreras@gmail.com>
Date : 2010-11-14 11:14 (5 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22782
Subject : 2.6.36: general protection fault during lockfs lockspace removal
Submitter : nik@linuxbox.cz <nik@linuxbox.cz>
Date : 2010-11-12 12:05 (7 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22732
Subject : 2.6.37-rc1: hibernation breaks swap
Submitter : Zhang Rui <rui.zhang@intel.com>
Date : 2010-11-11 08:38 (8 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22272
Subject : High [extra timer interrupt] count in powertop since 2.6.36
Submitter : Ian Kumlien <pomac@demius.net>
Date : 2010-10-30 23:52 (20 days old)
Message-ID : <alpine.LNX.2.00.1010310148450.24290@twilight.pomac.com>
References : http://marc.info/?l=linux-kernel&m=128848330304431&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22172
Subject : alsa-util.c: snd_pcm_avail_delay() returned strange values: delay 0 is less than avail 32
Submitter : Tobias <devnull@plzk.org>
Date : 2010-11-06 09:33 (13 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22092
Subject : Kernel v2.6.36 trouble on USB disconnect
Submitter : Ketil Froyn <ketil@froyn.name>
Date : 2010-10-29 8:05 (21 days old)
Message-ID : <AANLkTik5qVxkEGVAA1PSOGk2KTW+ekHpSwttsQEWzWj+@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128833956503607&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21932
Subject : Regression in 2.6.36 in single stepping over hardware breakpoint (Wine)
Submitter : Michael Stefaniuc <mstefani@redhat.com>
Date : 2010-10-28 0:12 (22 days old)
Message-ID : <4CC8BFDD.8080600@redhat.com>
References : http://marc.info/?l=linux-kernel&m=128822477714448&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21662
Subject : 2.6.35->2.6.36 regression, vanilla kernel panic, ppp or hrtimers crashing
Submitter : Denys Fedoryshchenko <nuclearcat@nuclearcat.com>
Date : 2010-10-25 9:22 (25 days old)
Message-ID : <201010251222.37191.nuclearcat@nuclearcat.com>
References : http://marc.info/?l=linux-kernel&m=128799855826011&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21652
Subject : several problems with intel graphics since 2.6.36
Submitter : Norbert Preining <preining@logic.at>
Date : 2010-10-27 14:32 (23 days old)
Message-ID : <20101027143252.GA8676@gamma.logic.tuwien.ac.at>
References : http://marc.info/?l=linux-kernel&m=128818998630241&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21402
Subject : [KVM] Noacpi Windows guest can not boot up on 32bit KVM host
Submitter : xudong <xudong.hao@intel.com>
Date : 2010-10-29 03:01 (21 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21372
Subject : NULL pointer deference at disk_replace_part_tbl+0x32
Submitter : Luis R. Rodriguez <mcgrof@gmail.com>
Date : 2010-10-28 17:22 (22 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21332
Subject : Regression in single stepping over hardware breakpoint (Wine)
Submitter : Michael Stefaniuc <mstefani@redhat.com>
Date : 2010-10-27 23:41 (23 days old)
First-Bad-Commit: http://git.kernel.org/linus/0c4519e825c9e2b6a8310deff8582f8c35bfbba9
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20462
Subject : 2.6.36-rc7-git2 - panic/GPF: e1000e/vlans?
Submitter : Nikola Ciprich <extmaillist@linuxbox.cz>
Date : 2010-10-15 7:10 (35 days old)
Message-ID : <20101015071008.GA8714@pcnci.linuxbox.cz>
References : http://marc.info/?l=linux-kernel&m=128712984831303&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20352
Subject : Fwd: Re: UML kernel crash of v2.6.36-rcX kernel
Submitter : Toralf Förster <toralf.foerster@gmx.de>
Date : 2010-10-13 11:28 (37 days old)
First-Bad-Commit: http://git.kernel.org/linus/365b18189789bfa1acd9939e6312b8a4b4577b28
Message-ID : <201010131328.06465.toralf.foerster@gmx.de>
References : http://marc.info/?l=linux-kernel&m=128696930132503&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20342
Subject : [LogFS] [2.6.36-rc7] Deadlock in logfs_get_wblocks, hold and wait on same lock super->s_write_mutex
Submitter : Prasad Joshi <prasadjoshi124@gmail.com>
Date : 2010-10-13 9:49 (37 days old)
Message-ID : <AANLkTinvsMxTxEbDEFmb5M-6fYjdRvErU==Zs7+qANkV@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128696335024718&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20332
Subject : [LogFS] [2.6.36-rc7] Kernel BUG at lib/btree.c:465!
Submitter : Prasad Joshi <prasadjoshi124@gmail.com>
Date : 2010-10-12 18:56 (38 days old)
Message-ID : <AANLkTimAbCZNhLQ5nADUiAC+7JpAeJBEmjFwdxyZ-FxO@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128690910501830&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20322
Subject : 2.6.36-rc7: inconsistent lock state: inconsistent {IN-RECLAIM_FS-R} -> {RECLAIM_FS-ON-W} usage.
Submitter : Dave Jones <davej@redhat.com>
Date : 2010-10-11 20:10 (39 days old)
Message-ID : <20101011201007.GA29707@redhat.com>
References : http://marc.info/?l=linux-kernel&m=128682782828453&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20232
Subject : kworker consumes ~100% CPU on HP Elitebook 8540w running 2.6.36_rc6-git4
Submitter : Ozan Caglayan <ozan@pardus.org.tr>
Date : 2010-10-13 06:13 (37 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20172
Subject : 2.6.36-rc7 boot stalls unless nolapic_timer - Lenovo S12
Submitter : Chris Vine <chris@cvine.freeserve.co.uk>
Date : 2010-10-10 12:59 (40 days old)
Message-ID : <<20101010135912.76eb61b7@boulder.homenet>>
References : http://marc.info/?l=linux-kernel&m=128671620721712&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19802
Subject : [drm:init_ring_common] *ERROR* render ring head not reset to zero
Submitter : Thomas Meyer <thomas@m3y3r.de>
Date : 2010-10-04 20:31 (46 days old)
Message-ID : <201010042231.20320.thomas@m3y3r.de>
References : http://marc.info/?l=linux-kernel&m=128622441331199&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19782
Subject : 2.6.36-rc6-git2 -- BUG dentry: Poison overwritten (after resume from hibernation)
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2010-10-03 3:54 (47 days old)
Message-ID : <AANLkTimrqtzBHAZSuDhEs_3CKA6pCbM35b1BtKH=MvC_@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128607809314079&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19632
Subject : 2.6.36-rc6: modprobe Not tainted warning
Submitter : Heinz Diehl <htd@fritha.org>
Date : 2010-09-30 18:25 (50 days old)
Message-ID : <20100930182516.GA15089@fritha.org>
References : http://marc.info/?l=linux-kernel&m=128587114004680&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19392
Subject : WARNING: at drivers/net/wireless/ath/ath5k/base.c:3475 ath5k_bss_info_changed+0x44/0x168 [ath5k]()
Submitter : Justin Mattock <justinmattock@gmail.com>
Date : 2010-09-28 22:30 (52 days old)
Message-ID : <AANLkTim5WCGKPvEkOkO_YnMF9pg8mvLfQoFBNUFpfa_k@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128571307018635&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19372
Subject : 2.6.36-rc6: WARNING: at drivers/gpu/drm/radeon/radeon_fence.c:235 radeon_fence_wait+0x35a/0x3c0
Submitter : Alexey Dobriyan <adobriyan@gmail.com>
Date : 2010-09-29 21:29 (51 days old)
Message-ID : <20100929212923.GA5578@core2.telecom.by>
References : http://marc.info/?l=linux-kernel&m=128579579400315&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19142
Subject : Screen flickers when switching from the console to X
Submitter : Andrey Rahmatullin <wrar@altlinux.org>
Date : 2010-09-27 12:05 (53 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19052
Subject : 2.6.36-rc5-git1 -- [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x00000010, masking
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2010-09-22 23:47 (58 days old)
Message-ID : <AANLkTikWQjUQjFJU9MO1+XbSLAEE-GARz+S+Dz2Fgu4h@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128519926626322&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19002
Subject : Radeon rv730 AGP/KMS/DRM kernel lockup
Submitter : Duncan <1i5t5.duncan@cox.net>
Date : 2010-09-23 16:48 (57 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17121
Subject : Two blank rectangles more than 10 cm long when booting
Submitter : Eric Valette <eric.valette@free.fr>
Date : 2010-08-26 17:24 (85 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17061
Subject : 2.6.36-rc1 on zaurus: bluetooth regression
Submitter : Pavel Machek <pavel@ucw.cz>
Date : 2010-08-21 15:24 (90 days old)
Message-ID : <20100821152445.GA1536@ucw.cz>
References : http://marc.info/?l=linux-kernel&m=128240433828087&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16971
Subject : qla4xxx compile failure on 32-bit PowerPC: missing readq and writeq
Submitter : Meelis Roos <mroos@linux.ee>
Date : 2010-08-19 21:03 (92 days old)
Message-ID : <<alpine.SOC.1.00.1008192359310.19654@math.ut.ee>>
References : http://marc.info/?l=linux-kernel&m=128225184900892&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16951
Subject : hackbench regression with 2.6.36-rc1
Submitter : Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date : 2010-08-18 6:18 (93 days old)
Message-ID : <1282112318.21202.8.camel@ymzhang.sh.intel.com>
References : http://marc.info/?l=linux-kernel&m=128211235904910&w=2
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22452
Subject : data corruption after mmap()ing a file and writev() some data to another file
Submitter : Marius Tolzmann <tolzmann@molgen.mpg.de>
Date : 2010-11-08 10:33 (11 days old)
Patch : http://www.spinics.net/lists/xfs/msg02126.html
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject : Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter : <markus.gapp@gmx.net>
Date : 2010-10-24 16:57 (26 days old)
Handled-By : Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=35292
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20182
Subject : 2.6.36-rc7: NULL pointer dereference in ehci_clear_tt_buffer_complete
Submitter : Stefan Richter <stefanr@s5r6.in-berlin.de>
Date : 2010-10-11 20:56 (39 days old)
Message-ID : <tkrat.9f585ea47331a2a2@s5r6.in-berlin.de>
References : http://marc.info/?l=linux-kernel&m=128683064431749&w=2
Handled-By : Alan Stern <stern@rowland.harvard.edu>
Patch : https://patchwork.kernel.org/patch/250761/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20162
Subject : [LogFS][2.6.36.rc7+] Kernel BUG at readwrite.c:1193
Submitter : Prasad Joshi <prasadjoshi124@gmail.com>
Date : 2010-10-10 17:44 (40 days old)
Message-ID : <AANLkTi=JkcuWBPo+X-i+9o-BJFVqjea1J3e=Mr=HvAWF@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128673196203340&w=2
Handled-By : Prasad Gajanan Joshi <prasadjoshi124@gmail.com>
Patch : https://bugzilla.kernel.org/show_bug.cgi?id=20162#c1
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 introduced
between 2.6.35 and 2.6.36, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16444
Please let the tracking team know if there are any Bugzilla entries that
should be added to the list in there.
Thanks!
--
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] 10+ messages in thread* 2.6.37-rc4-git4: Reported regressions 2.6.35 -> 2.6.36
@ 2010-12-05 20:15 Rafael J. Wysocki
2010-12-05 20:34 ` Rafael J. Wysocki
0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2010-12-05 20:15 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Linux SCSI List, Linux ACPI, Network Development,
Linux Wireless List, DRI, Florian Mickler, Andrew Morton,
Kernel Testers List, Linus Torvalds, Linux PM List,
Maciej Rutecki
This message contains a list of some post-2.6.35 regressions introduced before
2.6.36, for which there are no fixes in the mainline known to the tracking team.
If any of them have been fixed already, please let us know.
If you know of any other unresolved post-2.6.35 regressions, please let us know
either and we'll add them to the list. Also, please let us 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
----------------------------------------
2010-12-05 95 34 31
2010-11-19 92 38 34
2010-10-17 70 27 27
2010-10-10 56 16 15
2010-10-03 52 16 14
2010-09-26 46 15 13
2010-09-20 38 15 15
2010-09-12 28 14 13
2010-08-30 21 16 15
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=24022
Subject : wireless no longer works after 1st update of 10.10 [rtl819xE:ERR in init_firmware()]
Submitter : njin <marconifabio@ubuntu-it.org>
Date : 2010-11-29 19:49 (7 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=23812
Subject : HAL does not provide battery information on RHEL5 and CentOS-5
Submitter : Dag Wieers <dag@wieers.com>
Date : 2010-11-26 18:08 (10 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=23302
Subject : alsa stops working after one or more hibernate or suspend cycles
Submitter : Werner Lemberg <wl@gnu.org>
Date : 2010-11-19 16:21 (17 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=23132
Subject : without "pci=nocrs", Dell Inspiron 1545 hangs
Submitter : Bjorn Helgaas <bjorn.helgaas@hp.com>
Date : 2010-11-17 19:18 (19 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22842
Subject : iwl3945 suddenly stops working
Submitter : Felipe Contreras <felipe.contreras@gmail.com>
Date : 2010-11-14 11:14 (22 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22782
Subject : 2.6.36: general protection fault during lockfs lockspace removal
Submitter : nik@linuxbox.cz <nik@linuxbox.cz>
Date : 2010-11-12 12:05 (24 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22732
Subject : 2.6.37-rc1: hibernation breaks swap
Submitter : Zhang Rui <rui.zhang@intel.com>
Date : 2010-11-11 08:38 (25 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22272
Subject : High [extra timer interrupt] count in powertop since 2.6.36
Submitter : Ian Kumlien <pomac@demius.net>
Date : 2010-10-30 23:52 (37 days old)
Message-ID : <alpine.LNX.2.00.1010310148450.24290@twilight.pomac.com>
References : http://marc.info/?l=linux-kernel&m=128848330304431&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22172
Subject : alsa-util.c: snd_pcm_avail_delay() returned strange values: delay 0 is less than avail 32
Submitter : Tobias <devnull@plzk.org>
Date : 2010-11-06 09:33 (30 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=22092
Subject : Kernel v2.6.36 trouble on USB disconnect
Submitter : Ketil Froyn <ketil@froyn.name>
Date : 2010-10-29 8:05 (38 days old)
Message-ID : <AANLkTik5qVxkEGVAA1PSOGk2KTW+ekHpSwttsQEWzWj+@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128833956503607&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21662
Subject : 2.6.35->2.6.36 regression, vanilla kernel panic, ppp or hrtimers crashing
Submitter : Denys Fedoryshchenko <nuclearcat@nuclearcat.com>
Date : 2010-10-25 9:22 (42 days old)
Message-ID : <201010251222.37191.nuclearcat@nuclearcat.com>
References : http://marc.info/?l=linux-kernel&m=128799855826011&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21652
Subject : several problems with intel graphics since 2.6.36
Submitter : Norbert Preining <preining@logic.at>
Date : 2010-10-27 14:32 (40 days old)
Message-ID : <20101027143252.GA8676@gamma.logic.tuwien.ac.at>
References : http://marc.info/?l=linux-kernel&m=128818998630241&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21402
Subject : [KVM] Noacpi Windows guest can not boot up on 32bit KVM host
Submitter : xudong <xudong.hao@intel.com>
Date : 2010-10-29 03:01 (38 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21372
Subject : NULL pointer deference at disk_replace_part_tbl+0x32
Submitter : Luis R. Rodriguez <mcgrof@gmail.com>
Date : 2010-10-28 17:22 (39 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20352
Subject : Fwd: Re: UML kernel crash of v2.6.36-rcX kernel
Submitter : Toralf Förster <toralf.foerster@gmx.de>
Date : 2010-10-13 11:28 (54 days old)
First-Bad-Commit: http://git.kernel.org/linus/365b18189789bfa1acd9939e6312b8a4b4577b28
Message-ID : <201010131328.06465.toralf.foerster@gmx.de>
References : http://marc.info/?l=linux-kernel&m=128696930132503&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20342
Subject : [LogFS] [2.6.36-rc7] Deadlock in logfs_get_wblocks, hold and wait on same lock super->s_write_mutex
Submitter : Prasad Joshi <prasadjoshi124@gmail.com>
Date : 2010-10-13 9:49 (54 days old)
Message-ID : <AANLkTinvsMxTxEbDEFmb5M-6fYjdRvErU==Zs7+qANkV@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128696335024718&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20332
Subject : [LogFS] [2.6.36-rc7] Kernel BUG at lib/btree.c:465!
Submitter : Prasad Joshi <prasadjoshi124@gmail.com>
Date : 2010-10-12 18:56 (55 days old)
Message-ID : <AANLkTimAbCZNhLQ5nADUiAC+7JpAeJBEmjFwdxyZ-FxO@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128690910501830&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20322
Subject : 2.6.36-rc7: inconsistent lock state: inconsistent {IN-RECLAIM_FS-R} -> {RECLAIM_FS-ON-W} usage.
Submitter : Dave Jones <davej@redhat.com>
Date : 2010-10-11 20:10 (56 days old)
Message-ID : <20101011201007.GA29707@redhat.com>
References : http://marc.info/?l=linux-kernel&m=128682782828453&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20232
Subject : kworker consumes ~100% CPU on HP Elitebook 8540w running 2.6.36_rc6-git4
Submitter : Ozan Caglayan <ozan@pardus.org.tr>
Date : 2010-10-13 06:13 (54 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19802
Subject : [drm:init_ring_common] *ERROR* render ring head not reset to zero
Submitter : Thomas Meyer <thomas@m3y3r.de>
Date : 2010-10-04 20:31 (63 days old)
Message-ID : <201010042231.20320.thomas@m3y3r.de>
References : http://marc.info/?l=linux-kernel&m=128622441331199&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19782
Subject : 2.6.36-rc6-git2 -- BUG dentry: Poison overwritten (after resume from hibernation)
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2010-10-03 3:54 (64 days old)
Message-ID : <AANLkTimrqtzBHAZSuDhEs_3CKA6pCbM35b1BtKH=MvC_@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128607809314079&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19632
Subject : 2.6.36-rc6: modprobe Not tainted warning
Submitter : Heinz Diehl <htd@fritha.org>
Date : 2010-09-30 18:25 (67 days old)
Message-ID : <20100930182516.GA15089@fritha.org>
References : http://marc.info/?l=linux-kernel&m=128587114004680&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19392
Subject : WARNING: at drivers/net/wireless/ath/ath5k/base.c:3475 ath5k_bss_info_changed+0x44/0x168 [ath5k]()
Submitter : Justin Mattock <justinmattock@gmail.com>
Date : 2010-09-28 22:30 (69 days old)
Message-ID : <<AANLkTim5WCGKPvEkOkO_YnMF9pg8mvLfQoFBNUFpfa_k@mail.gmail.com>>
References : http://marc.info/?l=linux-kernel&m=128571307018635&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19372
Subject : 2.6.36-rc6: WARNING: at drivers/gpu/drm/radeon/radeon_fence.c:235 radeon_fence_wait+0x35a/0x3c0
Submitter : Alexey Dobriyan <adobriyan@gmail.com>
Date : 2010-09-29 21:29 (68 days old)
Message-ID : <20100929212923.GA5578@core2.telecom.by>
References : http://marc.info/?l=linux-kernel&m=128579579400315&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19142
Subject : Screen flickers when switching from the console to X
Submitter : Andrey Rahmatullin <wrar@wrar.name>
Date : 2010-09-27 12:05 (70 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19052
Subject : 2.6.36-rc5-git1 -- [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x00000010, masking
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2010-09-22 23:47 (75 days old)
Message-ID : <AANLkTikWQjUQjFJU9MO1+XbSLAEE-GARz+S+Dz2Fgu4h@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128519926626322&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19002
Subject : Radeon rv730 AGP/KMS/DRM kernel lockup
Submitter : Duncan <1i5t5.duncan@cox.net>
Date : 2010-09-23 16:48 (74 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17121
Subject : Two blank rectangles more than 10 cm long when booting
Submitter : Eric Valette <eric.valette@free.fr>
Date : 2010-08-26 17:24 (102 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17061
Subject : 2.6.36-rc1 on zaurus: bluetooth regression
Submitter : Pavel Machek <pavel@ucw.cz>
Date : 2010-08-21 15:24 (107 days old)
Message-ID : <20100821152445.GA1536@ucw.cz>
References : http://marc.info/?l=linux-kernel&m=128240433828087&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16971
Subject : qla4xxx compile failure on 32-bit PowerPC: missing readq and writeq
Submitter : Meelis Roos <mroos@linux.ee>
Date : 2010-08-19 21:03 (109 days old)
Message-ID : <<<alpine.SOC.1.00.1008192359310.19654@math.ut.ee>>>
References : http://marc.info/?l=linux-kernel&m=128225184900892&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16951
Subject : hackbench regression with 2.6.36-rc1
Submitter : Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date : 2010-08-18 6:18 (110 days old)
Message-ID : <1282112318.21202.8.camel@ymzhang.sh.intel.com>
References : http://marc.info/?l=linux-kernel&m=128211235904910&w=2
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21092
Subject : Kernel 2.6.36 Bug during quotaon on reiserfs
Submitter : <markus.gapp@gmx.net>
Date : 2010-10-24 16:57 (43 days old)
Handled-By : Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=35292
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20462
Subject : 2.6.36-rc7-git2 - panic/GPF: e1000e/vlans?
Submitter : Nikola Ciprich <extmaillist@linuxbox.cz>
Date : 2010-10-15 7:10 (52 days old)
Message-ID : <20101015071008.GA8714@pcnci.linuxbox.cz>
References : http://marc.info/?l=linux-kernel&m=128712984831303&w=2
Handled-By : Jesse Gross <jesse@nicira.com>
Patch : http://www.spinics.net/lists/netdev/msg146227.html
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20162
Subject : [LogFS][2.6.36.rc7+] Kernel BUG at readwrite.c:1193
Submitter : Prasad Joshi <prasadjoshi124@gmail.com>
Date : 2010-10-10 17:44 (57 days old)
Message-ID : <AANLkTi=JkcuWBPo+X-i+9o-BJFVqjea1J3e=Mr=HvAWF@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=128673196203340&w=2
Handled-By : Prasad Gajanan Joshi <prasadjoshi124@gmail.com>
Patch : https://bugzilla.kernel.org/show_bug.cgi?id=20162#c1
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 introduced
between 2.6.35 and 2.6.36, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16444
Please let the tracking team know if there are any Bugzilla entries that
should be added to the list in there.
Thanks!
_______________________________________________
stable mailing list
stable@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/stable
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2010-12-09 10:52 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-21372-11613@https.bugzilla.kernel.org/>
2010-10-28 17:35 ` [Bug 21372] NULL pointer deference at disk_replace_part_tbl+0x32 bugzilla-daemon
2010-10-28 17:52 ` bugzilla-daemon
2010-10-28 21:03 ` bugzilla-daemon
2010-10-29 14:38 ` bugzilla-daemon
2010-12-09 10:50 ` bugzilla-daemon
2010-12-09 10:52 ` bugzilla-daemon
2010-11-18 23:50 2.6.37-rc2-git4: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
2010-11-18 23:53 ` [Bug #21372] NULL pointer deference at disk_replace_part_tbl+0x32 Rafael J. Wysocki
2010-11-18 23:53 ` Rafael J. Wysocki
-- strict thread matches above, loose matches on Subject: below --
2010-12-05 20:15 2.6.37-rc4-git4: Reported regressions 2.6.35 -> 2.6.36 Rafael J. Wysocki
2010-12-05 20:34 ` [Bug #21372] NULL pointer deference at disk_replace_part_tbl+0x32 Rafael J. Wysocki
2010-12-05 20:34 ` Rafael J. Wysocki
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.