* [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
@ 2010-06-28 17:47 bugzilla-daemon
2010-06-28 17:48 ` [Bug 16312] " bugzilla-daemon
` (42 more replies)
0 siblings, 43 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-06-28 17:47 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Summary: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Product: File System
Version: 2.5
Kernel Version: 2.6.35-rc3
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: ext3
AssignedTo: fs_ext3@kernel-bugs.osdl.org
ReportedBy: maciej.rutecki@gmail.com
CC: rjw@sisk.pl, maciej.rutecki@gmail.com,
zdenek.kabelac@gmail.com
Regression: Yes
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
Date : 2010-06-28 9:40
Message-ID : AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
This entry is being used for tracking a regression from 2.6.34. Please don't
close it until the problem is fixed in the mainline.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
@ 2010-06-28 17:48 ` bugzilla-daemon
2010-07-09 2:23 ` bugzilla-daemon
` (41 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-06-28 17:48 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Maciej Rutecki <maciej.rutecki@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |16055
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
2010-06-28 17:48 ` [Bug 16312] " bugzilla-daemon
@ 2010-07-09 2:23 ` bugzilla-daemon
2010-07-09 21:33 ` bugzilla-daemon
` (40 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-09 2:23 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Larry Finger <Larry.Finger@lwfinger.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Larry.Finger@lwfinger.net
--- Comment #1 from Larry Finger <Larry.Finger@lwfinger.net> 2010-07-09 02:23:40 ---
This is a duplicate of Bug #16122.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
2010-06-28 17:48 ` [Bug 16312] " bugzilla-daemon
2010-07-09 2:23 ` bugzilla-daemon
@ 2010-07-09 21:33 ` bugzilla-daemon
2010-07-23 15:30 ` bugzilla-daemon
` (39 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-09 21:33 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #2 from Rafael J. Wysocki <rjw@sisk.pl> 2010-07-09 21:32:53 ---
*** Bug 16122 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (2 preceding siblings ...)
2010-07-09 21:33 ` bugzilla-daemon
@ 2010-07-23 15:30 ` bugzilla-daemon
2010-07-23 20:11 ` bugzilla-daemon
` (38 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-23 15:30 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Jan Kara <jack@suse.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |axboe@kernel.dk,
| |jack@suse.cz
--- Comment #3 from Jan Kara <jack@suse.cz> 2010-07-23 15:30:50 ---
I was looking into this. A trivial reproducer is:
mknod devzero c 1 5; touch devzero
Essentially, the problem is that any device inode can get dirty because of time
stamp update or similar reason but some BDIs (in this case the one backing
/dev/zero) do not expect dirty inodes. Hmm, I now have to think how to fix
this... It would be more natural if device inodes were queued for metadata
updates in the queues of "parent" filesystem. But this brings problem that
device inode would need to be in two queues - one for metadata update to the
parent filesystem and one for data writeout to the device (this is not exactly
the case of /dev/zero but if you have a device node for /dev/sdb on /dev/sda,
then this is exactly what we would need).
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (3 preceding siblings ...)
2010-07-23 15:30 ` bugzilla-daemon
@ 2010-07-23 20:11 ` bugzilla-daemon
2010-07-26 13:01 ` bugzilla-daemon
` (37 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-23 20:11 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #4 from Rafael J. Wysocki <rjw@sisk.pl> 2010-07-23 20:11:24 ---
On Friday, July 23, 2010, Larry Finger wrote:
> On 07/23/2010 06:42 AM, Rafael J. Wysocki wrote:
> > This message contains a list of some regressions from 2.6.34,
> > 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.
>
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
> > Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
> > Submitter : Zdenek Kabelac<zdenek.kabelac@gmail.com>
> > Date : 2010-06-28 9:40 (26 days old)
>
> I still have this in 2.6.35-rc5.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (4 preceding siblings ...)
2010-07-23 20:11 ` bugzilla-daemon
@ 2010-07-26 13:01 ` bugzilla-daemon
2010-07-26 13:02 ` bugzilla-daemon
` (36 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-26 13:01 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #5 from Jan Kara <jack@suse.cz> 2010-07-26 13:01:36 ---
Created an attachment (id=27255)
--> (https://bugzilla.kernel.org/attachment.cgi?id=27255)
First patch to fix the issue
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (5 preceding siblings ...)
2010-07-26 13:01 ` bugzilla-daemon
@ 2010-07-26 13:02 ` bugzilla-daemon
2010-07-26 13:05 ` bugzilla-daemon
` (35 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-26 13:02 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #6 from Jan Kara <jack@suse.cz> 2010-07-26 13:02:19 ---
Created an attachment (id=27256)
--> (https://bugzilla.kernel.org/attachment.cgi?id=27256)
Second patch to fix the issue
The above two patches fix the issue for me.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (6 preceding siblings ...)
2010-07-26 13:02 ` bugzilla-daemon
@ 2010-07-26 13:05 ` bugzilla-daemon
2010-07-26 13:59 ` bugzilla-daemon
` (34 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-26 13:05 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #7 from Jan Kara <jack@suse.cz> 2010-07-26 13:05:09 ---
Guys, it would be nice if you could test 2.6.35-rc5 (or basically
2.6.35-whatever) with the above to patches and check that they fix the issue
for you. Thanks.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (7 preceding siblings ...)
2010-07-26 13:05 ` bugzilla-daemon
@ 2010-07-26 13:59 ` bugzilla-daemon
2010-07-26 17:53 ` bugzilla-daemon
` (33 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-26 13:59 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #8 from Jan Kara <jack@suse.cz> 2010-07-26 13:59:55 ---
Hmm, looking at the original report referenced, my patches need not fix this
particular warning. This particular warning rather looks like a race when
udisks-part-id manages to read the device (and touch it's atime) before
sd_probe_async runs and registers the bdi (via add_disk()). That seems to be
possible as device_add() is run before we even schedule to run sd_async_probe()
in a separate thread.
Jens, any idea how this should be fixed? I believe we should avoid this race
because we should better have the device's queue fully set up before allowing
IO to it... But I'm far from fully understanding this area...
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (8 preceding siblings ...)
2010-07-26 13:59 ` bugzilla-daemon
@ 2010-07-26 17:53 ` bugzilla-daemon
2010-07-26 19:56 ` bugzilla-daemon
` (32 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-26 17:53 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #9 from Larry Finger <Larry.Finger@lwfinger.net> 2010-07-26 17:53:04 ---
These patches break my system (the one reported in Bug #16122). It obviously is
different.
After installing the patches. I get a NULL pointer dereference for address 0x30
as __mark_inode_dirty + 0xf0/0x1a0 (x86_64 system). The code offset 0xf30. I
have a 2.6.35-rc6 kernel.
The assembler code around that address is
/home/finger/linux-temp/fs/fs-writeback.c:960
f28: 4d 8b ac 24 b0 01 00 mov 0x1b0(%r12),%r13
f2f: 00
/home/finger/linux-temp/fs/fs-writeback.c:962
f30: 41 f6 45 30 02 testb $0x2,0x30(%r13)
f35: 75 31 jne f68 <__mark_inode_dirty+0x128>
f37: 41 f6 45 28 10 testb $0x10,0x28(%r13)
f3c: 75 2a jne f68 <__mark_inode_dirty+0x128>
The code at line 960 is:
struct backing_dev_info *bdi = wb->bdi;
if (bdi_cap_writeback_dirty(bdi) &&
!test_bit(BDI_registered, &bdi->state)) {
WARN_ON(1);
printk(KERN_ERR "bdi-%s not registered\n",
bdi->name);
}
and wb->bdi is NULL.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (9 preceding siblings ...)
2010-07-26 17:53 ` bugzilla-daemon
@ 2010-07-26 19:56 ` bugzilla-daemon
2010-07-27 11:54 ` bugzilla-daemon
` (31 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-26 19:56 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #10 from Larry Finger <Larry.Finger@lwfinger.net> 2010-07-26 19:56:06 ---
The rest of the traceback is:
touch_atime+0x12d
vfs_readdir+0xbe
sys_detdents64+0x80
system_call_fastpath+0x16
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (10 preceding siblings ...)
2010-07-26 19:56 ` bugzilla-daemon
@ 2010-07-27 11:54 ` bugzilla-daemon
2010-07-27 11:55 ` bugzilla-daemon
` (30 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-27 11:54 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #11 from Jan Kara <jack@suse.cz> 2010-07-27 11:54:54 ---
Doh, thanks for testing. It looks as if we somehow get to bdi which isn't
properly initialized (wb->bdi should always point back to bdi containing the wb
structure). Can you try once more with the debugging patch below applied on top
of my two patches and report what it writes to the log? Thanks.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (11 preceding siblings ...)
2010-07-27 11:54 ` bugzilla-daemon
@ 2010-07-27 11:55 ` bugzilla-daemon
2010-07-27 14:20 ` bugzilla-daemon
` (29 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-27 11:55 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #12 from Jan Kara <jack@suse.cz> 2010-07-27 11:55:41 ---
Created an attachment (id=27267)
--> (https://bugzilla.kernel.org/attachment.cgi?id=27267)
Debugging patch to print more BDI information
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (12 preceding siblings ...)
2010-07-27 11:55 ` bugzilla-daemon
@ 2010-07-27 14:20 ` bugzilla-daemon
2010-07-27 15:03 ` bugzilla-daemon
` (28 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-27 14:20 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #13 from Larry Finger <Larry.Finger@lwfinger.net> 2010-07-27 14:20:44 ---
The log will have to be hand written. The system would not boot, neither a
netconsole or serial console is possible, and the pictures I took of the screen
are really blurry.
The beginning of the dump is:
Inode devices at sysfs has uninit bdi
Mapping bdi sysfs, caps 131
inode_to_bdi returns bdi noop, caps 0
bdi=noop not registered
BUG: unable to handle NULL pointer at offset 0x8
__mark_inode_dirty+0x159/0x240
The above NULL pointer is in the expansion of
list_move(&inode->i_list, &wb->b_dirty);
at the statement next->prev = new
Beyond this point, it generates lots of other errors and eventually hangs.
Good luck.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (13 preceding siblings ...)
2010-07-27 14:20 ` bugzilla-daemon
@ 2010-07-27 15:03 ` bugzilla-daemon
2010-07-27 15:04 ` bugzilla-daemon
` (27 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-27 15:03 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #14 from Jan Kara <jack@suse.cz> 2010-07-27 15:03:26 ---
Thanks for the prompt test. Indeed noop_backing_dev_info isn't properly
initialized. Attached patch should fix this so this patch plus patches from
comments 5 and 6 should at least boot (at least they do for me ;).
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (14 preceding siblings ...)
2010-07-27 15:03 ` bugzilla-daemon
@ 2010-07-27 15:04 ` bugzilla-daemon
2010-07-27 15:23 ` bugzilla-daemon
` (26 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-27 15:04 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #15 from Jan Kara <jack@suse.cz> 2010-07-27 15:04:10 ---
Created an attachment (id=27272)
--> (https://bugzilla.kernel.org/attachment.cgi?id=27272)
Initialize noop bdi properly
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (15 preceding siblings ...)
2010-07-27 15:04 ` bugzilla-daemon
@ 2010-07-27 15:23 ` bugzilla-daemon
2010-07-27 15:36 ` bugzilla-daemon
` (25 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-27 15:23 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #16 from Larry Finger <Larry.Finger@lwfinger.net> 2010-07-27 15:23:51 ---
With the patches from comments 5, 6 and 15, my system boots cleanly. Good job.
As there probably will not be another rc for 2.6.35, this fix is just in time.
Thanks.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (16 preceding siblings ...)
2010-07-27 15:23 ` bugzilla-daemon
@ 2010-07-27 15:36 ` bugzilla-daemon
2010-07-27 18:06 ` bugzilla-daemon
` (24 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-27 15:36 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #17 from Larry Finger <Larry.Finger@lwfinger.net> 2010-07-27 15:36:23 ---
I forgot one part. If you want, add a "Tested-by: Larry Finger
<Larry.Finger@lwfinger.net> to the patches.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (17 preceding siblings ...)
2010-07-27 15:36 ` bugzilla-daemon
@ 2010-07-27 18:06 ` bugzilla-daemon
2010-07-29 19:29 ` bugzilla-daemon
` (23 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-27 18:06 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Rafael J. Wysocki <rjw@sisk.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |PATCH_ALREADY_AVAILABLE
--- Comment #18 from Rafael J. Wysocki <rjw@sisk.pl> 2010-07-27 18:05:55 ---
Handled-By : Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (18 preceding siblings ...)
2010-07-27 18:06 ` bugzilla-daemon
@ 2010-07-29 19:29 ` bugzilla-daemon
2010-07-29 19:38 ` bugzilla-daemon
` (22 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-29 19:29 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #19 from Larry Finger <Larry.Finger@lwfinger.net> 2010-07-29 19:29:50 ---
This one needs to be reopened. The WARNING that I get does not happen every
reboot, but now I'm getting 2 when it happens. This kernel includes the 3
patches posted above.
[ 12.183797] ------------[ cut here ]------------
[ 12.183808] WARNING: at fs/fs-writeback.c:964
__mark_inode_dirty+0x10f/0x1a0()
[ 12.183811] Hardware name: HP Pavilion dv2700 Notebook PC
[ 12.183814] Modules linked in: loop(+) dm_mod ide_cd_mod cdrom
ide_pci_generic arc4 ecb b43 rng_core mac80211 snd_hda_codec_conexant cfg80211
rfkill led_class amd74xx ssb mmc_core ide_core snd_hda_intel snd_hda_codec
snd_pcm snd_timer k8temp pcmcia pcmcia_core forcedeth snd i2c_nforce2 joydev
hwmon sg snd_page_alloc serio_raw i2c_core ac battery button ext4 mbcache jbd2
crc16 ohci_hcd ehci_hcd sd_mod usbcore fan processor ahci libahci libata
scsi_mod thermal
[ 12.183872] Pid: 2444, comm: udisks-part-id Not tainted 2.6.35-rc6-realtek+
#11
[ 12.183875] Call Trace:
[ 12.183882] [<ffffffff8104608a>] warn_slowpath_common+0x7a/0xb0
[ 12.183887] [<ffffffff810460d5>] warn_slowpath_null+0x15/0x20
[ 12.183891] [<ffffffff81129d5f>] __mark_inode_dirty+0x10f/0x1a0
[ 12.183895] [<ffffffff8111e07d>] touch_atime+0x12d/0x170
[ 12.183901] [<ffffffff810cab91>] generic_file_aio_read+0x5c1/0x720
[ 12.183906] [<ffffffff81107ca2>] do_sync_read+0xd2/0x110
[ 12.183912] [<ffffffff81077e7d>] ? trace_hardirqs_on+0xd/0x10
[ 12.183916] [<ffffffff811083c3>] vfs_read+0xb3/0x170
[ 12.183921] [<ffffffff81002d1c>] ? sysret_check+0x27/0x62
[ 12.183925] [<ffffffff811084cc>] sys_read+0x4c/0x80
[ 12.183929] [<ffffffff81002ceb>] system_call_fastpath+0x16/0x1b
[ 12.183932] ---[ end trace fdce3ec00c26fa3d ]---
[ 12.183935] bdi-block not registered
[ 12.205056] ------------[ cut here ]------------
[ 12.205067] WARNING: at fs/fs-writeback.c:964
__mark_inode_dirty+0x10f/0x1a0()
[ 12.205070] Hardware name: HP Pavilion dv2700 Notebook PC
[ 12.205072] Modules linked in: loop(+) dm_mod ide_cd_mod cdrom
ide_pci_generic arc4 ecb b43 rng_core mac80211 snd_hda_codec_conexant cfg80211
rfkill led_class amd74xx ssb mmc_core ide_core snd_hda_intel snd_hda_codec
snd_pcm snd_timer k8temp pcmcia pcmcia_core forcedeth snd i2c_nforce2 joydev
hwmon sg snd_page_alloc serio_raw i2c_core ac battery button ext4 mbcache jbd2
crc16 ohci_hcd ehci_hcd sd_mod usbcore fan processor ahci libahci libata
scsi_mod thermal
[ 12.205131] Pid: 2456, comm: udisks-part-id Tainted: G W
2.6.35-rc6-realtek+ #11
[ 12.205134] Call Trace:
[ 12.205141] [<ffffffff8104608a>] warn_slowpath_common+0x7a/0xb0
[ 12.205146] [<ffffffff810460d5>] warn_slowpath_null+0x15/0x20
[ 12.205150] [<ffffffff81129d5f>] __mark_inode_dirty+0x10f/0x1a0
[ 12.205155] [<ffffffff8111e07d>] touch_atime+0x12d/0x170
[ 12.205160] [<ffffffff810cab91>] generic_file_aio_read+0x5c1/0x720
[ 12.205165] [<ffffffff81107ca2>] do_sync_read+0xd2/0x110
[ 12.205171] [<ffffffff81077e7d>] ? trace_hardirqs_on+0xd/0x10
[ 12.205175] [<ffffffff811083c3>] vfs_read+0xb3/0x170
[ 12.205180] [<ffffffff81002d1c>] ? sysret_check+0x27/0x62
[ 12.205183] [<ffffffff811084cc>] sys_read+0x4c/0x80
[ 12.205188] [<ffffffff81002ceb>] system_call_fastpath+0x16/0x1b
[ 12.205191] ---[ end trace fdce3ec00c26fa3e ]---
[ 12.205193] bdi-block not registered
I will put the diagnostic patch from comment 12 to get more info.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (19 preceding siblings ...)
2010-07-29 19:29 ` bugzilla-daemon
@ 2010-07-29 19:38 ` bugzilla-daemon
2010-07-29 19:38 ` bugzilla-daemon
` (21 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-29 19:38 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Rafael J. Wysocki <rjw@sisk.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|PATCH_ALREADY_AVAILABLE |
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (20 preceding siblings ...)
2010-07-29 19:38 ` bugzilla-daemon
@ 2010-07-29 19:38 ` bugzilla-daemon
2010-08-01 19:40 ` bugzilla-daemon
` (20 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-07-29 19:38 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Rafael J. Wysocki <rjw@sisk.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEW
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (21 preceding siblings ...)
2010-07-29 19:38 ` bugzilla-daemon
@ 2010-08-01 19:40 ` bugzilla-daemon
2010-08-02 13:21 ` bugzilla-daemon
` (19 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-08-01 19:40 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #20 from Larry Finger <Larry.Finger@lwfinger.net> 2010-08-01 19:40:00 ---
The diagnostics patch from #12 did not change anything.
I am beginning to think that Bug 16312 is not the same as Bug 16122. Even with
the patches from 16312, I still get warnings as below:
[ 11.728776] ------------[ cut here ]------------
[ 11.728787] WARNING: at fs/fs-writeback.c:964
__mark_inode_dirty+0x10f/0x1a0()
[ 11.728790] Hardware name: HP Pavilion dv2700 Notebook PC
[ 11.728792] Modules linked in: loop(+) dm_mod ide_cd_mod cdrom
snd_hda_codec_conexant ide_pci_generic arc4 ecb b43 rng_core mac80211
snd_hda_intel r8712u(C) cfg80211 snd_hda_codec amd74xx snd_pcm sg ide_core
rfkill led_class snd_timer ssb mmc_core pcmcia snd joydev k8temp hwmon
i2c_nforce2 pcmcia_core forcedeth serio_raw snd_page_alloc i2c_core battery ac
button ext4 mbcache jbd2 crc16 ohci_hcd sd_mod ehci_hcd usbcore fan processor
ahci libahci libata scsi_mod thermal
[ 11.728854] Pid: 2449, comm: udisks-part-id Tainted: G C
2.6.35-rc6-realtek+ #15
[ 11.728857] Call Trace:
[ 11.728865] [<ffffffff8104608a>] warn_slowpath_common+0x7a/0xb0
[ 11.728869] [<ffffffff810460d5>] warn_slowpath_null+0x15/0x20
[ 11.728874] [<ffffffff81129d5f>] __mark_inode_dirty+0x10f/0x1a0
[ 11.728879] [<ffffffff8111e07d>] touch_atime+0x12d/0x170
[ 11.728885] [<ffffffff810cab91>] generic_file_aio_read+0x5c1/0x720
[ 11.728890] [<ffffffff81107ca2>] do_sync_read+0xd2/0x110
[ 11.728896] [<ffffffff81077e7d>] ? trace_hardirqs_on+0xd/0x10
[ 11.728900] [<ffffffff811083c3>] vfs_read+0xb3/0x170
[ 11.728906] [<ffffffff81002d1c>] ? sysret_check+0x27/0x62
[ 11.728909] [<ffffffff811084cc>] sys_read+0x4c/0x80
[ 11.728914] [<ffffffff81002ceb>] system_call_fastpath+0x16/0x1b
[ 11.728917] ---[ end trace 32e16cacad33229f ]---
[ 11.728919] bdi-block not registered
The warnings do not occur with every boot and appear to be some kind of race
condition.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (22 preceding siblings ...)
2010-08-01 19:40 ` bugzilla-daemon
@ 2010-08-02 13:21 ` bugzilla-daemon
2010-08-05 12:12 ` bugzilla-daemon
` (18 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-08-02 13:21 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Jan Kara <jack@suse.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |htejun@gmail.com
--- Comment #21 from Jan Kara <jack@suse.cz> 2010-08-02 13:21:05 ---
Yes, I think these are two different bugs just with a similar manifestation.
See comment 8 in this bug. I'm just not sure how to fix the second bug in sd.c.
I think I'll send a direct email to a few people to catch some attention.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (23 preceding siblings ...)
2010-08-02 13:21 ` bugzilla-daemon
@ 2010-08-05 12:12 ` bugzilla-daemon
2010-08-05 18:07 ` bugzilla-daemon
` (17 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-08-05 12:12 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #22 from Tejun Heo <tj@kernel.org> 2010-08-05 12:11:59 ---
Created an attachment (id=27356)
--> (https://bugzilla.kernel.org/attachment.cgi?id=27356)
sd-delay-uevent.patch
This would make sd announce the sd device after block device is set up, which
probably is the right thing to do but it still is wrong to trigger WARN_ON()
when a user program accesses a device node which isn't ready yet. Can't that
warning be removed by using a default bdi w/ BDI_CAP_NO_ACCT_AND_WRITEBACK set
for block device nodes?
Thanks.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (24 preceding siblings ...)
2010-08-05 12:12 ` bugzilla-daemon
@ 2010-08-05 18:07 ` bugzilla-daemon
2010-08-05 18:31 ` bugzilla-daemon
` (16 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-08-05 18:07 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #23 from Jan Kara <jack@suse.cz> 2010-08-05 18:07:50 ---
Thanks for the patch Tejun! Larry, could you please try it?
Well, my naive opinion rather is that userspace shouldn't be able to access a
device node which isn't fully set up. That could have unexpected pitfalls for
the process and the kernel as well, couldn't it? Technically, it's also hard to
switch BDI under a living device inode - the BDI pointer could be cached in
various places...
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (25 preceding siblings ...)
2010-08-05 18:07 ` bugzilla-daemon
@ 2010-08-05 18:31 ` bugzilla-daemon
2010-08-06 6:32 ` bugzilla-daemon
` (15 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-08-05 18:31 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #24 from Larry Finger <Larry.Finger@lwfinger.net> 2010-08-05 18:31:07 ---
I will as soon as I can.
The hard drive in the box with that particular problem failed and it is in the
shop being repaired. That will take longer than it should as it is in warranty
and the work has to be done at a central repair facility. The 20 minute job of
replacing the hard drive in that notebook will take 3-4 weeks.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (26 preceding siblings ...)
2010-08-05 18:31 ` bugzilla-daemon
@ 2010-08-06 6:32 ` bugzilla-daemon
2010-08-20 22:23 ` bugzilla-daemon
` (14 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-08-06 6:32 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Tejun Heo <tj@kernel.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tj@kernel.org
--- Comment #25 from Tejun Heo <tj@kernel.org> 2010-08-06 06:32:03 ---
(In reply to comment #23)
> Well, my naive opinion rather is that userspace shouldn't be able to access a
> device node which isn't fully set up. That could have unexpected pitfalls for
> the process and the kernel as well, couldn't it?
But device nodes can be created for any device number whether the device exists
or not. The patch makes sd announce it later so at least udev doesn't try to
access it earlier but unless I'm misunderstanding something userspace still can
trigger these warnings easily.
Thansk.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (27 preceding siblings ...)
2010-08-06 6:32 ` bugzilla-daemon
@ 2010-08-20 22:23 ` bugzilla-daemon
2010-09-08 7:44 ` bugzilla-daemon
` (13 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-08-20 22:23 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #26 from Larry Finger <Larry.Finger@lwfinger.net> 2010-08-20 22:23:12 ---
I finally got my computer back. Tejun's patch seems to fix the problem.
The warning has been intermittent and I will report back if the warning returns
later.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (28 preceding siblings ...)
2010-08-20 22:23 ` bugzilla-daemon
@ 2010-09-08 7:44 ` bugzilla-daemon
2010-09-08 8:24 ` bugzilla-daemon
` (12 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-09-08 7:44 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Florian Mickler <florian@mickler.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |florian@mickler.org
--- Comment #27 from Florian Mickler <florian@mickler.org> 2010-09-08 07:44:20 ---
The patches here seem not to be mainline yet.
I can see some discussion about the patch set of Jan Kara on lkml[1].
But I can't see Tejun's patch either in linus tree nor on lkml.
Are these still necessary?
[1]
References: http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (29 preceding siblings ...)
2010-09-08 7:44 ` bugzilla-daemon
@ 2010-09-08 8:24 ` bugzilla-daemon
2010-09-13 17:56 ` bugzilla-daemon
` (11 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-09-08 8:24 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #28 from Tejun Heo <tj@kernel.org> 2010-09-08 08:23:54 ---
Ah, okay, now I remember this one. Jan, what do you think about comment#25?
The patch would prevent udev from triggering the problem automatically but it's
still broken.
Thanks.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (30 preceding siblings ...)
2010-09-08 8:24 ` bugzilla-daemon
@ 2010-09-13 17:56 ` bugzilla-daemon
2010-09-16 18:13 ` bugzilla-daemon
` (10 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-09-13 17:56 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #29 from Rafael J. Wysocki <rjw@sisk.pl> 2010-09-13 17:56:20 ---
Ignore-Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (31 preceding siblings ...)
2010-09-13 17:56 ` bugzilla-daemon
@ 2010-09-16 18:13 ` bugzilla-daemon
2010-09-16 18:15 ` bugzilla-daemon
` (9 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-09-16 18:13 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #30 from Jan Kara <jack@suse.cz> 2010-09-16 18:13:21 ---
OK, Tejun, I finally read the code. So you are right that the patch doesn't
solve the race. The race seems to be in block/genhd.c:add_disk(). Once we call
register_disk(), device can be successfully opened (get_gendisk() from
blkdev_open() will succeed as soon as disk's kobject exists). But until we call
bdi_register_dev(), backing dev isn't properly initialized and thus can see the
warning. This also explains why Larry is able to see the warning even with your
patch.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (32 preceding siblings ...)
2010-09-16 18:13 ` bugzilla-daemon
@ 2010-09-16 18:15 ` bugzilla-daemon
2010-09-16 18:16 ` bugzilla-daemon
` (8 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-09-16 18:15 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #31 from Jan Kara <jack@suse.cz> 2010-09-16 18:15:04 ---
Created an attachment (id=30282)
--> (https://bugzilla.kernel.org/attachment.cgi?id=30282)
Fix race in add_disk() causing warning in __mark_inode_dirty().
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (33 preceding siblings ...)
2010-09-16 18:15 ` bugzilla-daemon
@ 2010-09-16 18:16 ` bugzilla-daemon
2010-09-16 18:39 ` bugzilla-daemon
` (7 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-09-16 18:16 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #32 from Jan Kara <jack@suse.cz> 2010-09-16 18:16:19 ---
This patch should fix the problem. The kernel boots with it so it shouldn't be
really wrong. I'll send it to Jens for review and inclusion...
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (34 preceding siblings ...)
2010-09-16 18:16 ` bugzilla-daemon
@ 2010-09-16 18:39 ` bugzilla-daemon
2010-09-17 0:18 ` bugzilla-daemon
` (6 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-09-16 18:39 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Rafael J. Wysocki <rjw@sisk.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |PATCH_ALREADY_AVAILABLE
--- Comment #33 from Rafael J. Wysocki <rjw@sisk.pl> 2010-09-16 18:39:55 ---
Handled-By : Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=30282
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (35 preceding siblings ...)
2010-09-16 18:39 ` bugzilla-daemon
@ 2010-09-17 0:18 ` bugzilla-daemon
2010-09-20 10:20 ` bugzilla-daemon
` (5 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-09-17 0:18 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #34 from Larry Finger <Larry.Finger@lwfinger.net> 2010-09-17 00:18:00 ---
I will test that patch when I get back to my machine, but that will be several
weeks.
Larry
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (36 preceding siblings ...)
2010-09-17 0:18 ` bugzilla-daemon
@ 2010-09-20 10:20 ` bugzilla-daemon
2010-10-03 10:05 ` bugzilla-daemon
` (4 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-09-20 10:20 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #35 from Jan Kara <jack@suse.cz> 2010-09-20 10:20:33 ---
*** Bug 17461 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (37 preceding siblings ...)
2010-09-20 10:20 ` bugzilla-daemon
@ 2010-10-03 10:05 ` bugzilla-daemon
2010-10-03 10:25 ` bugzilla-daemon
` (3 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-10-03 10:05 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Bart Van Assche <bart.vanassche@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bart.vanassche@gmail.com
--- Comment #36 from Bart Van Assche <bart.vanassche@gmail.com> 2010-10-03 10:05:02 ---
What is the current status of this issue, and which of the attached patches
fixes this issue ? This still occurs with 2.6.35.7 when loading the kernel
module ib_srp:
------------[ cut here ]------------
WARNING: at fs/fs-writeback.c:951 __mark_inode_dirty+0x104/0x180()
Hardware name: P5Q DELUXE
Modules linked in: ib_srp scsi_transport_srp scsi_tgt netconsole configfs
snd_pcm_oss snd_mixer_oss snd_seq snd_seq_device af_packet rdma_ucm rdma_cm
iw_cm ib_addr ib_ipoib ib_cm ib_sa ipv6 ib_uverbs ib_umad cpufreq_conservative
cpufreq_userspace cpufreq_powersave acpi_cpufreq mperf mlx4_ib ib_mad ib_core
fuse loop dm_mod snd_hda_codec_atihdmi snd_hda_codec_analog snd_hda_intel
snd_hda_codec snd_hwdep snd_pcm snd_timer snd mlx4_core sr_mod button i2c_i801
intel_agp soundcore snd_page_alloc serio_raw pcspkr i2c_core cdrom sg usbhid
hid uhci_hcd rtc_cmos rtc_core ehci_hcd rtc_lib sd_mod crc_t10dif usbcore edd
ext3 mbcache jbd fan ide_pci_generic ide_core ata_generic ata_piix pata_marvell
ahci libahci libata scsi_mod thermal processor thermal_sys hwmon [last
unloaded: ib_srp]
Pid: 3900, comm: blkid Not tainted 2.6.35.7 #1
Call Trace:
[<ffffffff8104a81f>] warn_slowpath_common+0x7f/0xc0
[<ffffffff8104a87a>] warn_slowpath_null+0x1a/0x20
[<ffffffff8112f384>] __mark_inode_dirty+0x104/0x180
[<ffffffff811232f5>] touch_atime+0x135/0x180
[<ffffffff810c7f07>] generic_file_aio_read+0x2c7/0x6c0
[<ffffffff8110ccfa>] do_sync_read+0xda/0x120
[<ffffffff8103049a>] ? do_page_fault+0x18a/0x3d0
[<ffffffff8111cb6d>] ? vfs_ioctl+0x3d/0xd0
[<ffffffff8111cd28>] ? do_vfs_ioctl+0x88/0x540
[<ffffffff8110d925>] vfs_read+0xb5/0x180
[<ffffffff8110dae1>] sys_read+0x51/0x80
[<ffffffff81002fdb>] system_call_fastpath+0x16/0x1b
---[ end trace d756b562ec21031e ]---
bdi-block not registered
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (38 preceding siblings ...)
2010-10-03 10:05 ` bugzilla-daemon
@ 2010-10-03 10:25 ` bugzilla-daemon
2010-10-03 20:14 ` bugzilla-daemon
` (2 subsequent siblings)
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-10-03 10:25 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #37 from Florian Mickler <florian@mickler.org> 2010-10-03 10:25:47 ---
It should be the one mentioned in comment #33 .
But we have no confirmation about it yet. Can you test it?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (39 preceding siblings ...)
2010-10-03 10:25 ` bugzilla-daemon
@ 2010-10-03 20:14 ` bugzilla-daemon
2010-10-04 21:10 ` bugzilla-daemon
2011-01-23 16:09 ` bugzilla-daemon
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-10-03 20:14 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #38 from Rafael J. Wysocki <rjw@sisk.pl> 2010-10-03 20:13:52 ---
The patch works (I can reproduce the problem without it), but it's not going to
be included in 2.6.36 AFAICT. It's going to be merged into 2.6.37 and than put
into -stable.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (40 preceding siblings ...)
2010-10-03 20:14 ` bugzilla-daemon
@ 2010-10-04 21:10 ` bugzilla-daemon
2011-01-23 16:09 ` bugzilla-daemon
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2010-10-04 21:10 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
--- Comment #39 from Bart Van Assche <bart.vanassche@gmail.com> 2010-10-04 21:10:08 ---
(In reply to comment #37)
> It should be the one mentioned in comment #33 .
>
> But we have no confirmation about it yet. Can you test it?
That patch works great on my setup.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread* [Bug 16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
` (41 preceding siblings ...)
2010-10-04 21:10 ` bugzilla-daemon
@ 2011-01-23 16:09 ` bugzilla-daemon
42 siblings, 0 replies; 64+ messages in thread
From: bugzilla-daemon @ 2011-01-23 16:09 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=16312
Florian Mickler <florian@mickler.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Resolution|PATCH_ALREADY_AVAILABLE |CODE_FIX
--- Comment #40 from Florian Mickler <florian@mickler.org> 2011-01-23 16:09:24 ---
fixed in .37-rc1 by:
commit 01ea50638bc04ca5259f5711fcdedefcdde1cf43
Author: Signed-off-by: Jan Kara <jack@suse.cz>
Date: Thu Sep 16 20:36:36 2010 +0200
block: Fix race during disk initialization
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.35-rc4-git3: Reported regressions from 2.6.34
@ 2010-07-08 23:33 Rafael J. Wysocki
2010-07-08 23:41 ` Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-07-08 23:33 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Maciej Rutecki, 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 regressions from 2.6.34,
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 regressions from 2.6.34, 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-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16353
Subject : 2.6.35 regression
Submitter : Zeev Tarantov <zeev.tarantov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-05 13:04 (4 days old)
Message-ID : <loom.20100705T144459-919-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127836002702522&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16346
Subject : 2.6.35-rc3-git8 - include/linux/fdtable.h:88 invoked rcu_dereference_check() without protection!
Submitter : Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-04 22:04 (5 days old)
Message-ID : <AANLkTinof0k28rk4rMr66aubxcRL2rFa5ZEArj1lqD3o-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127828107815930&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16337
Subject : general protection fault: 0000 [#1] SMP
Submitter : Justin P. Mattock <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-03 22:59 (6 days old)
Message-ID : <4C2FC0E3.6050101-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127819798215589&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16334
Subject : reiserfs locking (v2)
Submitter : Sergey Senozhatsky <sergey.senozhatsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-02 9:34 (7 days old)
Message-ID : <20100702093451.GA3973-dY8u8AhHFaWtd10JCjopabkcH5ONE+aC@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127806306303590&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16333
Subject : iwl3945: HARDWARE GONE??
Submitter : Priit Laes <plaes-q/aMd4JkU83YtjvyW6yDsg@public.gmane.org>
Date : 2010-07-02 16:02 (7 days old)
Message-ID : <1278086575.2889.8.camel@chi>
References : http://marc.info/?l=linux-kernel&m=127808659705983&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16332
Subject : Kernel crashes in tty code (tty_open)
Submitter : werner-K1X7VnsBORrsrOwW+9ziJQ@public.gmane.org
Date : 2010-07-02 3:34 (7 days old)
Message-ID : <1278041650.12788-K1X7VnsBORrsrOwW+9ziJQ@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127804167511930&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16330
Subject : Dynamic Debug broken on 2.6.35-rc3?
Submitter : Thomas Renninger <trenn-l3A5Bk7waGM@public.gmane.org>
Date : 2010-07-01 15:44 (8 days old)
Message-ID : <201007011744.19564.trenn-l3A5Bk7waGM@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127799907218877&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16329
Subject : 2.6.35-rc3: Load average climbing to 3+ with no apparent reason: CPU 98% idle, with hardly no I/O
Submitter : Török Edwin <edwintorok-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-01 7:40 (8 days old)
Message-ID : <20100701104022.404410d6@debian>
References : http://marc.info/?l=linux-kernel&m=127797005030536&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16324
Subject : Oops while running fs_racer test on a POWER6 box against latest git
Submitter : divya <dipraksh-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
Date : 2010-06-30 11:34 (9 days old)
Message-ID : <4C2B28F3.7000006-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127789697303061&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16323
Subject : 2.6.35-rc3-git4 - kernel/sched.c:616 invoked rcu_dereference_check() without protection!
Submitter : Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-01 12:21 (8 days old)
Message-ID : <AANLkTini6hz2LFeZi8CMUmY3xw1MU7NxmyesuxZ4oCdo-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127798693125541&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16322
Subject : WARNING: at /arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x5a/0x70()
Submitter : boris64 <bugzilla.kernel.org-ro/BP3KN3ujR7s880joybQ@public.gmane.org>
Date : 2010-07-01 13:54 (8 days old)
Handled-By : H. Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-28 9:40 (11 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16311
Subject : [REGRESSION][SUSPEND] 2.6.35-rcX won't suspend Lenovo W500 laptop
Submitter : Shawn Starr <shawn.starr-bJEeYj9oJeDQT0dZR+AlfA@public.gmane.org>
Date : 2010-06-28 0:45 (11 days old)
Message-ID : <201006272045.17004.shawn.starr-bJEeYj9oJeDQT0dZR+AlfA@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127768633705286&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16309
Subject : 2.6.35-rc3 oops trying to suspend.
Submitter : Andrew Hendry <andrew.hendry-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-27 12:40 (12 days old)
Message-ID : <AANLkTinUH2p33-AWxOVDrLsNkn9rgEVrlwn5mfK7P8NH-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127764249926781&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16307
Subject : i915 in kernel 2.6.35-rc3, high number of wakeups
Submitter : Enrico Bandiello <enban-c0jvKHQHzSzx4jp4WZvp5g@public.gmane.org>
Date : 2010-06-26 16:57 (13 days old)
Message-ID : <4C26317A.5070309-c0jvKHQHzSzx4jp4WZvp5g@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127757403404259&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16306
Subject : 2.6.35-rc3 BUG: unable to handle kernel NULL pointer dereference at 0000000000000048 cifs_show_options
Submitter : Andrew Hendry <andrew.hendry-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-26 10:46 (13 days old)
Message-ID : <AANLkTilhTrEBYZd4HxeXQk8B6-yV8rCJ2C0jXsEREgIR-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127754922110501&w=2
Handled-By : Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16304
Subject : i915 - high number of wakeups
Submitter : Enrico Bandiello <enban-c0jvKHQHzSzx4jp4WZvp5g@public.gmane.org>
Date : 2010-06-27 09:52 (12 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16294
Subject : [Q35 bisected] hang at init of i915 driver
Submitter : Kees Cook <kees-oSa+0FWJbaXR7s880joybQ@public.gmane.org>
Date : 2010-06-25 18:20 (14 days old)
First-Bad-Commit: http://git.kernel.org/linus/f1befe71fa7a79ab733011b045639d8d809924ad
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16288
Subject : kernel panic with iwlagn for Intel Wifi Link 5100
Submitter : <yanshuang.zheng-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Date : 2010-06-25 08:14 (14 days old)
Handled-By : Reinette Chatre <reinette.chatre-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16284
Subject : Hitting WARN_ON in hw_breakpoint code
Submitter : Paul Mackerras <paulus-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
Date : 2010-06-23 12:57 (16 days old)
Message-ID : <20100623125740.GA3368-oklZEfemRj05kJ7NmlRacFaTQe2KTcn/@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127729789113432&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>
Date : 2010-06-09 18:36 (30 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb-UK71uKi2zisAobODsErMgNi2O/JbrIOy@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16257
Subject : sysfs changes break hwsim and bnep drivers
Submitter : Johannes Berg <johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
Date : 2010-06-20 11:23 (19 days old)
References : http://thread.gmane.org/gmane.linux.network/162754
Handled-By : Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
Kay Sievers <kay.sievers-tD+1rO4QERM@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16234
Subject : [2.6.35-rc3] reboot mutex 'bug'...
Submitter : Daniel J Blueman <daniel.blueman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-14 15:16 (25 days old)
Message-ID : <AANLkTimDcTnyEPmt2ZcCM1UWtn4AYKotiqyjobJApkO7-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127652861118933&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16230
Subject : inconsistent IN-HARDIRQ-W -> HARDIRQ-ON-W usage: fasync, 2.6.35-rc3
Submitter : Dominik Brodowski <linux-X3ehHDuj6sIIGcDfoQAp7OTW4wlIGRCZ@public.gmane.org>
Date : 2010-06-13 9:53 (26 days old)
Message-ID : <20100613095305.GA13231-S7uyTPAaJ/sb6pqDj42GsMgv3T4z79SOrE5yTffgRl4@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127642282208277&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <phunge0-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
Date : 2010-06-16 17:57 (23 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-11 20:31 (28 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16205
Subject : acpi: freeing invalid memtype bf799000-bf79a000
Submitter : Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-09 20:09 (30 days old)
Message-ID : <20100609200910.GA2876-OI9uyE9O0yo@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127611427029914&w=2
http://marc.info/?l=linux-kernel&m=127688398513862&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16201
Subject : SIOCGIWFREQ ioctl fails to get frequency info
Submitter : nuh <nuh-hRtevi7K+EWJQ7yn63+t2w@public.gmane.org>
Date : 2010-06-14 10:45 (25 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16199
Subject : 2.6.35-rc2-git1 - include/linux/cgroup.h:534 invoked rcu_dereference_check() without protection!
Submitter : Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-07 18:14 (32 days old)
Message-ID : <AANLkTin2pPqOUx--9fIX3BH3e-cU6oCRufijcx_4ozx5-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127593447812015&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16197
Subject : [BUG on 2.6.35-rc2] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:11.0/0000:02:03.0/slot'
Submitter : Ryan Wang <openspace.wang-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-07 0:23 (32 days old)
Message-ID : <AANLkTincwMZPnYW3S4uz4k2GOn52RpgBIBRfzyD010Yo-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127587022219378&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16187
Subject : Carrier detection failed in dhcpcd when link is up
Submitter : Christian Casteyde <casteyde.christian-GANU6spQydw@public.gmane.org>
Date : 2010-06-12 15:15 (27 days old)
First-Bad-Commit: http://git.kernel.org/linus/10708f37ae729baba9b67bd134c3720709d4ae62
Handled-By : Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16184
Subject : Container, X86-64, i386, iptables rule
Submitter : Jean-Marc Pigeon <jmp-4qkeo2rQ0gg@public.gmane.org>
Date : 2010-06-12 04:17 (27 days old)
Handled-By : Patrick McHardy <kaber-dcUjhNyLwpNeoWH0uzbU5w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16179
Subject : 2.6.35-rc2 completely hosed on intel gfx?
Submitter : Norbert Preining <preining-DX+603jRYB8@public.gmane.org>
Date : 2010-06-06 11:55 (33 days old)
Message-ID : <20100606115534.GA9399-DqSSrKF0TaySnEC3TeqHn5dqbFPxfnh/@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127582534931581&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16175
Subject : 2.6.35-rc1 system oom, many processes killed but memory not free
Submitter : andrew hendry <andrew.hendry-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-05 0:46 (34 days old)
Message-ID : <AANLkTim7CiW-yfugZUAHZCqLvXKgt9CwolCvbLGdCLAk-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127569877714937&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16173
Subject : After uncompressing the kernel, at boot time, the server hangs.
Submitter : David Hill <hilld-HTiBYHdybX7UkGsOFmftXw@public.gmane.org>
Date : 2010-06-09 23:25 (30 days old)
First-Bad-Commit: http://git.kernel.org/linus/cf7500c0ea133d66f8449d86392d83f840102632
Handled-By : Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16145
Subject : Unable to boot unless "notsc" or "clocksource=hpet", or acpi_pad disabling the TSC
Submitter : Tom Gundersen <teg-B22kvLQNl6c@public.gmane.org>
Date : 2010-06-07 13:11 (32 days old)
Handled-By : Venkatesh Pallipadi <venki-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Len Brown <lenb-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16122
Subject : 2.6.35-rc1: WARNING at fs/fs-writeback.c:1142 __mark_inode_dirty+0x103/0x170
Submitter : Larry Finger <Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
Date : 2010-06-04 13:18 (35 days old)
Handled-By : Jens Axboe <axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org>
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16310
Subject : arm omap invalid module format
Submitter : Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-28 17:30 (11 days old)
First-Bad-Commit: http://git.kernel.org/linus/d0679c730395d0bde9a46939e7ba255b4ba7dd7c
Handled-By : Michal Marek <mmarek-AlSwsSmVLrQ@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=26999
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16278
Subject : lvm snapshot causes deadlock in 2.6.35
Submitter : Phillip Susi <psusi-3tLf1voIkJTQT0dZR+AlfA@public.gmane.org>
Date : 2010-06-23 16:55 (16 days old)
Handled-By : Eric Sandeen <sandeen-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=26933
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16271
Subject : 2.6.35-rc3 regression: IBM Maia system is unbootable [ACPI related?]
Submitter : James Bottomley <James.Bottomley-JuX6DAaQMKPCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
Date : 2010-06-21 16:03 (18 days old)
Message-ID : <1277136189.10998.63.camel-0iu6Cu4xQGLYCGPCin2YbQ@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127713622821166&w=2
Handled-By : Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/108497/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16256
Subject : tpm_tis breaks suspend/hibernate on kernels > 2.6.34
Submitter : Helmut Schaa <helmut.schaa-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Date : 2010-06-20 11:15 (19 days old)
First-Bad-Commit: http://git.kernel.org/linus/225a9be24d799aa16d543c31fb09f0c9ed1d9caa
Handled-By : Helmut Schaa <helmut.schaa-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Patch : http://marc.info/?l=tpmdd-devel&m=127609160616162&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16255
Subject : 2.6.35-rc3 deadlocks on semaphore operations
Submitter : Christoph Lameter <cl-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Date : 2010-06-18 14:49 (21 days old)
Message-ID : <alpine.DEB.2.00.1006180940140.11575-sBS69tsa9Uj/9pzu0YdTqQ@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127687262727707&w=2
Handled-By : Manfred Spraul <manfred-nhLOkwUX5cPe2c5cEj3t2g@public.gmane.org>
Patch : http://marc.info/?l=linux-kernel&m=127731055203402&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16232
Subject : 2.6.35-rc3 - WARNING:iwl_set_dynamic_key
Submitter : Mario Guenterberg <mario.guenterberg-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Date : 2010-06-14 11:55 (25 days old)
Message-ID : <20100614115510.GA7904@guenti-laptop>
References : http://marc.info/?l=linux-kernel&m=127651695627147&w=2
Handled-By : Reinette Chatre <reinette.chatre-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Patch : http://article.gmane.org/gmane.linux.kernel.wireless.general/52893
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16215
Subject : sysfs: cannot create duplicate filename '/class/net/bnep0'
Submitter : Janusz Krzysztofik <jkrzyszt-NCk8gXQAEuFz6jiHbVrK7g@public.gmane.org>
Date : 2010-06-15 14:55 (24 days old)
Handled-By : Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
Patch : https://bugzilla.kernel.org/show_bug.cgi?id=16215#c10
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16169
Subject : Complain from preemptive debug
Submitter : Sedat Dilek <sedat.dilek-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Date : 2010-05-31 10:10 (39 days old)
Message-ID : <AANLkTilTnAAZIizKinYsxFkNTkrmPqk6XJJuUjjhJ7EP-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://lkml.org/lkml/2010/5/31/77
Handled-By : Dmitry Monakhov <dmonakhov-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
Sergey Senozhatsky <sergey.senozhatsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Patch : http://www.spinics.net/lists/cpufreq/msg01631.html
https://patchwork.kernel.org/patch/106555/
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.34,
unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
Please let the tracking team know if there are any Bugzilla entries that
should be added to the list in there.
Thanks!
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.35-rc6: Reported regressions from 2.6.34
@ 2010-07-23 11:42 Rafael J. Wysocki
2010-07-23 11:47 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-07-23 11:42 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Maciej Rutecki, 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 regressions from 2.6.34,
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 regressions from 2.6.34, 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-07-23 94 33 25
2010-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16423
Subject : netfilter/iptables stopped logging 2.6.35-rc
Submitter : auto401300-revL73yDgGBWk0Htik3J/w@public.gmane.org
Date : 2010-07-17 10:20 (7 days old)
Message-ID : <20100717072036.1BBE52804B-hP6SDYDcl0Dn1WiER8SD9wC/G2K4zDHf@public.gmane.org>
References : http://lkml.indiana.edu/hypermail/linux/kernel/1007.2/00440.html
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16406
Subject : Badness with the kernel version 2.6.35-rc1-git1 running on P6 box
Submitter : divya <dipraksh-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
Date : 2010-07-16 8:50 (8 days old)
Message-ID : <4C401D56.3070108-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127927024906085&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16405
Subject : Brightness Adjustment on Toshiba nb305 Netbooks is non-functional.
Submitter : John Mesmon <jmesmon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-15 23:40 (9 days old)
First-Bad-Commit: http://git.kernel.org/linus/74a365b3f354fafc537efa5867deb7a9fadbfe27
Handled-By : Matthew Garrett <mjg59-kernel-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16400
Subject : 2.6.35-rc5 inconsistent lock state
Submitter : Martin Pirker <lkml.collector-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-14 20:33 (10 days old)
Message-ID : <AANLkTikDF0TL6OyPVCzPlUTwxFehcrETn3ysgSSeTq92-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127913961025267&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16399
Subject : perf failed with kernel 2.6.35-rc
Submitter : Zhang, Yanmin <yanmin_zhang-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Date : 2010-07-13 8:14 (11 days old)
First-Bad-Commit: http://git.kernel.org/linus/1ac62cfff252fb668405ef3398a1fa7f4a0d6d15
Message-ID : <1279008849.2096.913.camel-sz7BYL/Y5Hu/P+R7jlPCFVaTQe2KTcn/@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127900880212470&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16393
Subject : kernel BUG at fs/block_dev.c:765!
Submitter : Markus Trippelsdorf <markus-xp2qqqlHh3xzoYq+O6RWwA@public.gmane.org>
Date : 2010-07-14 13:52 (10 days old)
Message-ID : <20100714135217.GA1797-joY5NpejW+Hx3b7vapvTcQ@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127911564213748&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16392
Subject : BUG at arch/x86/mm/physaddr.c:5
Submitter : Ortwin Glück <odi-L693kI9kcNY@public.gmane.org>
Date : 2010-07-14 6:54 (10 days old)
Message-ID : <4C3D5F3F.7070901-L693kI9kcNY@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127909052705341&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16383
Subject : Regression with e1000e from 2.6.34.1 to 2.6.35-rc5
Submitter : Stefan Behte <craig-Iv0PAbYRtitM7kwft8N7nw@public.gmane.org>
Date : 2010-07-14 00:44 (10 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16380
Subject : Loop devices act strangely in 2.6.35
Submitter : Artem S. Tashkinov <t.artem-VInPYn6yXxRWk0Htik3J/w@public.gmane.org>
Date : 2010-07-13 23:21 (11 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16372
Subject : Regression 2.6.34->2.6.35-rc4: radeaon KMS an RS690 broken
Submitter : Torsten Kaiser <just.for.lkml-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Date : 2010-07-11 19:56 (13 days old)
Message-ID : <AANLkTimkNg81yzxSHTcAa1QlTE9SYmvzL4eOTVHApWq3-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127887822407672&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16369
Subject : Yet another 2.6.35 regression (AGP)?
Submitter : Woody Suwalski <terraluna977-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-09 14:21 (15 days old)
Message-ID : <4C373084.8000503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127868797119254&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16365
Subject : kernel BUG at fs/btrfs/extent-tree.c:1353
Submitter : Johannes Hirte <johannes.hirte-3kN+8DYepx7zMJDuovMtMLNAH6kLmebB@public.gmane.org>
Date : 2010-07-08 14:27 (16 days old)
Message-ID : <201007081627.24654.johannes.hirte-3kN+8DYepx7zMJDuovMtMLNAH6kLmebB@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127859960725931&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16337
Subject : general protection fault: 0000 [#1] SMP
Submitter : Justin P. Mattock <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-03 22:59 (21 days old)
Message-ID : <4C2FC0E3.6050101-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127819798215589&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16332
Subject : Kernel crashes in tty code (tty_open)
Submitter : werner-K1X7VnsBORrsrOwW+9ziJQ@public.gmane.org
Date : 2010-07-02 3:34 (22 days old)
Message-ID : <1278041650.12788-K1X7VnsBORrsrOwW+9ziJQ@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127804167511930&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16322
Subject : WARNING: at /arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x5a/0x70()
Submitter : boris64 <bugzilla.kernel.org-ro/BP3KN3ujR7s880joybQ@public.gmane.org>
Date : 2010-07-01 13:54 (23 days old)
Handled-By : H. Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-28 9:40 (26 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16311
Subject : [REGRESSION][SUSPEND] 2.6.35-rcX won't suspend Lenovo W500 laptop
Submitter : Shawn Starr <shawn.starr-bJEeYj9oJeDQT0dZR+AlfA@public.gmane.org>
Date : 2010-06-28 0:45 (26 days old)
Message-ID : <<201006272045.17004.shawn.starr-bJEeYj9oJeDQT0dZR+AlfA@public.gmane.org>>
References : http://marc.info/?l=linux-kernel&m=127768633705286&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16307
Subject : i915 in kernel 2.6.35-rc3, high number of wakeups
Submitter : Enrico Bandiello <enban-c0jvKHQHzSzx4jp4WZvp5g@public.gmane.org>
Date : 2010-06-26 16:57 (28 days old)
Message-ID : <4C26317A.5070309-c0jvKHQHzSzx4jp4WZvp5g@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127757403404259&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>
Date : 2010-06-09 18:36 (45 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb-UK71uKi2zisAobODsErMgNi2O/JbrIOy@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16257
Subject : sysfs changes break hwsim and bnep drivers
Submitter : Johannes Berg <johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
Date : 2010-06-20 11:23 (34 days old)
References : http://thread.gmane.org/gmane.linux.network/162754
Handled-By : Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
Kay Sievers <kay.sievers-tD+1rO4QERM@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <phunge0-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
Date : 2010-06-16 17:57 (38 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-11 20:31 (43 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG-JsoAwUIsXotQFR93xxRIaA@public.gmane.orgcom>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16201
Subject : SIOCGIWFREQ ioctl fails to get frequency info
Submitter : nuh <nuh-hRtevi7K+EWJQ7yn63+t2w@public.gmane.org>
Date : 2010-06-14 10:45 (40 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16184
Subject : Container, X86-64, i386, iptables rule
Submitter : Jean-Marc Pigeon <jmp-4qkeo2rQ0gg@public.gmane.org>
Date : 2010-06-12 04:17 (42 days old)
Handled-By : Patrick McHardy <kaber-dcUjhNyLwpNeoWH0uzbU5w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16173
Subject : After uncompressing the kernel, at boot time, the server hangs.
Submitter : David Hill <hilld-HTiBYHdybX7UkGsOFmftXw@public.gmane.org>
Date : 2010-06-09 23:25 (45 days old)
First-Bad-Commit: http://git.kernel.org/linus/cf7500c0ea133d66f8449d86392d83f840102632
Handled-By : Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16396
Subject : [bisected] resume from suspend freezes system
Submitter : tomas m <tmezzadra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-15 02:32 (9 days old)
Handled-By : Rafael J. Wysocki <rjw-KKrjLPT3xs0@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/113108/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16353
Subject : 2.6.35 regression
Submitter : Zeev Tarantov <zeev.tarantov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-05 13:04 (19 days old)
Message-ID : <loom.20100705T144459-919-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127836002702522&w=2
Handled-By : Steven Rostedt <rostedt-nx8X9YLhiw1AfugRpC6u6w@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/110988/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16310
Subject : arm omap invalid module format
Submitter : Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-28 17:30 (26 days old)
First-Bad-Commit: http://git.kernel.org/linus/d0679c730395d0bde9a46939e7ba255b4ba7dd7c
Handled-By : Michal Marek <mmarek-AlSwsSmVLrQ@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=26999
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16294
Subject : [Q35 bisected] hang at init of i915 driver
Submitter : Kees Cook <kees-oSa+0FWJbaXR7s880joybQ@public.gmane.org>
Date : 2010-06-25 18:20 (29 days old)
First-Bad-Commit: http://git.kernel.org/linus/f1befe71fa7a79ab733011b045639d8d809924ad
Handled-By : Tim Gardner <tim.gardner-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/111130/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16278
Subject : lvm snapshot causes deadlock in 2.6.35
Submitter : Phillip Susi <psusi-3tLf1voIkJTQT0dZR+AlfA@public.gmane.org>
Date : 2010-06-23 16:55 (31 days old)
Handled-By : Eric Sandeen <sandeen-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=26933
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16271
Subject : 2.6.35-rc3 regression: IBM Maia system is unbootable [ACPI related?]
Submitter : James Bottomley <James.Bottomley-JuX6DAaQMKPCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
Date : 2010-06-21 16:03 (33 days old)
Message-ID : <1277136189.10998.63.camel-0iu6Cu4xQGLYCGPCin2YbQ@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127713622821166&w=2
Handled-By : Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/108497/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16256
Subject : tpm_tis breaks suspend/hibernate on kernels > 2.6.34
Submitter : Helmut Schaa <helmut.schaa-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Date : 2010-06-20 11:15 (34 days old)
First-Bad-Commit: http://git.kernel.org/linus/225a9be24d799aa16d543c31fb09f0c9ed1d9caa
Handled-By : Helmut Schaa <helmut.schaa-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Patch : http://marc.info/?l=tpmdd-devel&m=127609160616162&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16215
Subject : sysfs: cannot create duplicate filename '/class/net/bnep0'
Submitter : Janusz Krzysztofik <jkrzyszt-NCk8gXQAEuFz6jiHbVrK7g@public.gmane.org>
Date : 2010-06-15 14:55 (39 days old)
Handled-By : Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
Patch : https://bugzilla.kernel.org/show_bug.cgi?id=16215#c10
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.34,
unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
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-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.35-rc6-git6: Reported regressions from 2.6.34
@ 2010-08-01 13:46 Rafael J. Wysocki
2010-08-01 13:52 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-08-01 13:46 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Maciej Rutecki, 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 regressions from 2.6.34,
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 regressions from 2.6.34, 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-08-01 100 27 23
2010-07-23 94 33 25
2010-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16462
Subject : unable to connect to AP on legal channels 12/13
Submitter : Daniel J Blueman <daniel.blueman@gmail.com>
Date : 2010-07-25 17:06 (8 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16458
Subject : Bluetooth disabled after resume
Submitter : AttilaN <attila123456@gmail.com>
Date : 2010-07-25 09:33 (8 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16450
Subject : MTD drivers cannot be unloaded
Submitter : Ben Hutchings <bhutchings@solarflare.com>
Date : 2010-07-24 00:17 (9 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16448
Subject : 2.6.35-rc5 panic at __br_deliver+0x64/0xe0 with kvm bridge networking
Submitter : caiqian@redhat.com
Date : 2010-07-23 3:25 (10 days old)
Message-ID : <198123598.1050221279855515402.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com>
References : http://marc.info/?l=linux-kernel&m=127985553916052&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16423
Subject : netfilter/iptables stopped logging 2.6.35-rc
Submitter : auto401300@hushmail.com
Date : 2010-07-17 10:20 (16 days old)
Message-ID : <20100717072036.1BBE52804B@smtp.hushmail.com>
References : http://lkml.indiana.edu/hypermail/linux/kernel/1007.2/00440.html
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16406
Subject : Badness with the kernel version 2.6.35-rc1-git1 running on P6 box
Submitter : divya <dipraksh@linux.vnet.ibm.com>
Date : 2010-07-16 8:50 (17 days old)
Message-ID : <4C401D56.3070108@linux.vnet.ibm.com>
References : http://marc.info/?l=linux-kernel&m=127927024906085&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16400
Subject : 2.6.35-rc5 inconsistent lock state
Submitter : Martin Pirker <lkml.collector@gmail.com>
Date : 2010-07-14 20:33 (19 days old)
Message-ID : <AANLkTikDF0TL6OyPVCzPlUTwxFehcrETn3ysgSSeTq92@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127913961025267&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16399
Subject : perf failed with kernel 2.6.35-rc
Submitter : Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date : 2010-07-13 8:14 (20 days old)
First-Bad-Commit: http://git.kernel.org/linus/1ac62cfff252fb668405ef3398a1fa7f4a0d6d15
Message-ID : <1279008849.2096.913.camel@ymzhang.sh.intel.com>
References : http://marc.info/?l=linux-kernel&m=127900880212470&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16396
Subject : [bisected] resume from suspend freezes system
Submitter : tomas m <tmezzadra@gmail.com>
Date : 2010-07-15 02:32 (18 days old)
Handled-By : Rafael J. Wysocki <rjw@sisk.pl>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16393
Subject : kernel BUG at fs/block_dev.c:765!
Submitter : Markus Trippelsdorf <markus@trippelsdorf.de>
Date : 2010-07-14 13:52 (19 days old)
Message-ID : <20100714135217.GA1797@arch.tripp.de>
References : http://marc.info/?l=linux-kernel&m=127911564213748&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16383
Subject : Regression with e1000e from 2.6.34.1 to 2.6.35-rc5
Submitter : Stefan Behte <craig@haquarter.de>
Date : 2010-07-14 00:44 (19 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16380
Subject : Loop devices act strangely in 2.6.35
Submitter : Artem S. Tashkinov <t.artem@mailcity.com>
Date : 2010-07-13 23:21 (20 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16369
Subject : Yet another 2.6.35 regression (AGP)?
Submitter : Woody Suwalski <terraluna977@gmail.com>
Date : 2010-07-09 14:21 (24 days old)
Message-ID : <4C373084.8000503@gmail.com>
References : http://marc.info/?l=linux-kernel&m=127868797119254&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16365
Subject : kernel BUG at fs/btrfs/extent-tree.c:1353
Submitter : Johannes Hirte <johannes.hirte@fem.tu-ilmenau.de>
Date : 2010-07-08 14:27 (25 days old)
Message-ID : <201007081627.24654.johannes.hirte@fem.tu-ilmenau.de>
References : http://marc.info/?l=linux-kernel&m=127859960725931&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16337
Subject : general protection fault: 0000 [#1] SMP
Submitter : Justin P. Mattock <justinmattock@gmail.com>
Date : 2010-07-03 22:59 (30 days old)
Message-ID : <4C2FC0E3.6050101@gmail.com>
References : http://marc.info/?l=linux-kernel&m=127819798215589&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16322
Subject : WARNING: at /arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x5a/0x70()
Submitter : boris64 <bugzilla.kernel.org@boris64.net>
Date : 2010-07-01 13:54 (32 days old)
Handled-By : H. Peter Anvin <hpa@zytor.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16307
Subject : i915 in kernel 2.6.35-rc3, high number of wakeups
Submitter : Enrico Bandiello <enban@postal.uv.es>
Date : 2010-06-26 16:57 (37 days old)
Message-ID : <<4C26317A.5070309@postal.uv.es>>
References : http://marc.info/?l=linux-kernel&m=127757403404259&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso@mit.edu>
Date : 2010-06-09 18:36 (54 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb@closure.thunk.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <phunge0@hotmail.com>
Date : 2010-06-16 17:57 (47 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas@hp.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2010-06-11 20:31 (52 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16215
Subject : sysfs: cannot create duplicate filename '/class/net/bnep0'
Submitter : Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Date : 2010-06-15 14:55 (48 days old)
Handled-By : Eric W. Biederman <ebiederm@xmission.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16184
Subject : Container, X86-64, i386, iptables rule
Submitter : Jean-Marc Pigeon <jmp@safe.ca>
Date : 2010-06-12 04:17 (51 days old)
Handled-By : Patrick McHardy <kaber@trash.net>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16173
Subject : After uncompressing the kernel, at boot time, the server hangs.
Submitter : David Hill <hilld@binarystorm.net>
Date : 2010-06-09 23:25 (54 days old)
First-Bad-Commit: http://git.kernel.org/linus/cf7500c0ea133d66f8449d86392d83f840102632
Handled-By : Eric W. Biederman <ebiederm@xmission.com>
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16405
Subject : Brightness Adjustment on Toshiba nb305 Netbooks is non-functional.
Submitter : John Mesmon <jmesmon@gmail.com>
Date : 2010-07-15 23:40 (18 days old)
First-Bad-Commit: http://git.kernel.org/linus/74a365b3f354fafc537efa5867deb7a9fadbfe27
Handled-By : Matthew Garrett <mjg59-kernel@srcf.ucam.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=27236
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
Date : 2010-06-28 9:40 (35 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
Handled-By : Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16310
Subject : arm omap invalid module format
Submitter : Robert Nelson <robertcnelson@gmail.com>
Date : 2010-06-28 17:30 (35 days old)
First-Bad-Commit: http://git.kernel.org/linus/d0679c730395d0bde9a46939e7ba255b4ba7dd7c
Handled-By : Michal Marek <mmarek@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=26999
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16278
Subject : lvm snapshot causes deadlock in 2.6.35
Submitter : Phillip Susi <psusi@cfl.rr.com>
Date : 2010-06-23 16:55 (40 days old)
Handled-By : Eric Sandeen <sandeen@redhat.com>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=26933
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.34,
unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
Please let the tracking team know if there are any Bugzilla entries that
should be added to the list in there.
Thanks!
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.36-rc3: Reported regressions 2.6.34 -> 2.6.35
@ 2010-08-29 22:57 Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-08-29 22:57 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Linux SCSI List, Network Development, Linux Wireless List, DRI,
Linux ACPI, Andrew Morton, Kernel Testers List, Linus Torvalds,
Linux PM List, Maciej Rutecki
This message contains a list of some post-2.6.34 regressions introduced before
2.6.35, 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.34 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-08-30 124 38 34
2010-08-01 100 27 23
2010-07-23 94 33 25
2010-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17071
Subject : possible esata regression in 2.6.35
Submitter : Nicolas Jungers <nicolas@jungers.net>
Date : 2010-08-21 18:52 (9 days old)
Message-ID : <4C702070.5020809@jungers.net>
References : http://marc.info/?l=linux-kernel&m=128241685406276&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16771
Subject : [Bisected Regression in 2.6.35] A full tmpfs filesystem causes hibernationto hang
Submitter : M. Vefa Bicakci <bicave@superonline.com>
Date : 2010-08-15 5:25 (15 days old)
First-Bad-Commit: http://git.kernel.org/linus/bb21c7ce18eff8e6e7877ca1d06c6db719376e3c
Message-ID : <4C677A49.4030904@superonline.com>
References : http://marc.info/?l=linux-kernel&m=128184995401968&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16691
Subject : IPW5100: iwlagn broken with 2.6.34.x to 2.6.35.2 update
Submitter : Can Celasun <dcelasun@gmail.com>
Date : 2010-08-21 08:28 (9 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16633
Subject : ath5k + 2.6.35 x86 + hostapd - Failed to set channel
Submitter : NiTr0 <nitr0@seti.kr.ua>
Date : 2010-08-19 19:37 (11 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16620
Subject : [REGRESSION 2.6.35+] crash (maybe kmemleak related)
Submitter : Maxim Levitsky <maximlevitsky@gmail.com>
Date : 2010-08-12 20:37 (18 days old)
Message-ID : <1281645464.3893.25.camel@maxim-laptop>
References : http://marc.info/?l=linux-kernel&m=128164549415081&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16614
Subject : [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Submitter : Sander Eikelenboom <linux@eikelenboom.it>
Date : 2010-08-10 22:12 (20 days old)
Message-ID : <61936849.20100811001257@eikelenboom.it>
References : http://marc.info/?l=linux-kernel&m=128152075830927&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16613
Subject : i8042 kernel module failed to load after unloading
Submitter : Seryodkin Victor <vvscore@gmail.com>
Date : 2010-08-17 17:01 (13 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16562
Subject : 2.6.35: cpu_idle bug report / on i7 870 cpu (x86_64)
Submitter : Justin Piszcz <jpiszcz@lucidpixels.com>
Date : 2010-08-06 22:09 (24 days old)
Message-ID : <alpine.DEB.2.00.1008061800530.5241@p34.internal.lan>
References : http://marc.info/?l=linux-kernel&m=128113260904048&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16549
Subject : 2.6.35: suspicious rcu_dereference_check() usage
Submitter : Vladislav Bolkhovitin <vst@vlnb.net>
Date : 2010-08-04 10:56 (26 days old)
Message-ID : <4C594740.1090608@vlnb.net>
References : http://marc.info/?l=linux-kernel&m=128091938215177&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16537
Subject : TREE_RCU hangs at boot
Submitter : Rolf Eike Beer <eike-kernel@sf-tec.de>
Date : 2010-08-07 12:18 (23 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16536
Subject : audio stop playing after while
Submitter : okias <d.okias@gmail.com>
Date : 2010-08-07 11:00 (23 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16525
Subject : unexpected high load since 2.6.35
Submitter : MadLoisae@gmx.net <MadLoisae@gmx.net>
Date : 2010-08-02 20:53 (28 days old)
Message-ID : <4C573041.1070103@gmx.net>
References : http://marc.info/?l=linux-kernel&m=128078243726655&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16515
Subject : Radeon rv280 can't boot on kernel 2.6.35.
Submitter : Albert Gall <ss3vdr@gmail.com>
Date : 2010-08-04 16:10 (26 days old)
Handled-By : Alex Deucher <alexdeucher@gmail.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16506
Subject : 2.6.35.0 compilation errors and excessive warnings.
Submitter : <software+linux-kernel@kd6lvw.ampr.org>
Date : 2010-08-04 01:06 (26 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16495
Subject : Kernel 2.6.35 takes almost half an hour to boot
Submitter : Claudio M. Camacho <claudiomkd@gmail.com>
Date : 2010-08-02 17:16 (28 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16488
Subject : [i915] Framebuffer ID error after suspend/hibernate leading to X crash
Submitter : Milan Bouchet-Valat <nalimilan@club.fr>
Date : 2010-08-01 08:55 (29 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16462
Subject : unable to connect to AP on legal channel 13
Submitter : Daniel J Blueman <daniel.blueman@gmail.com>
Date : 2010-07-25 17:06 (36 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16458
Subject : Bluetooth disabled after resume
Submitter : AttilaN <attila123456@gmail.com>
Date : 2010-07-25 09:33 (36 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16448
Subject : 2.6.35-rc5 panic at __br_deliver+0x64/0xe0 with kvm bridge networking
Submitter : caiqian@redhat.com
Date : 2010-07-23 3:25 (38 days old)
Message-ID : <198123598.1050221279855515402.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com>
References : http://marc.info/?l=linux-kernel&m=127985553916052&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16423
Subject : netfilter/iptables stopped logging 2.6.35-rc
Submitter : auto401300@hushmail.com
Date : 2010-07-17 10:20 (44 days old)
Message-ID : <20100717072036.1BBE52804B@smtp.hushmail.com>
References : http://lkml.indiana.edu/hypermail/linux/kernel/1007.2/00440.html
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16406
Subject : Badness with the kernel version 2.6.35-rc1-git1 running on P6 box
Submitter : divya <dipraksh@linux.vnet.ibm.com>
Date : 2010-07-16 8:50 (45 days old)
Message-ID : <4C401D56.3070108@linux.vnet.ibm.com>
References : http://marc.info/?l=linux-kernel&m=127927024906085&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16399
Subject : perf failed with kernel 2.6.35-rc
Submitter : Zhang, Yanmin <yanmin_zhang@linux.intel.com>
Date : 2010-07-13 8:14 (48 days old)
First-Bad-Commit: http://git.kernel.org/linus/1ac62cfff252fb668405ef3398a1fa7f4a0d6d15
Message-ID : <1279008849.2096.913.camel@ymzhang.sh.intel.com>
References : http://marc.info/?l=linux-kernel&m=127900880212470&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16396
Subject : [bisected] resume from suspend freezes system
Submitter : tomas m <tmezzadra@gmail.com>
Date : 2010-07-15 02:32 (46 days old)
Handled-By : Rafael J. Wysocki <rjw@sisk.pl>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16393
Subject : kernel BUG at fs/block_dev.c:765!
Submitter : Markus Trippelsdorf <markus@trippelsdorf.de>
Date : 2010-07-14 13:52 (47 days old)
Message-ID : <20100714135217.GA1797@arch.tripp.de>
References : http://marc.info/?l=linux-kernel&m=127911564213748&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16380
Subject : Loop devices act strangely in 2.6.35
Submitter : Artem S. Tashkinov <t.artem@mailcity.com>
Date : 2010-07-13 23:21 (48 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16337
Subject : general protection fault: 0000 [#1] SMP
Submitter : Justin P. Mattock <justinmattock@gmail.com>
Date : 2010-07-03 22:59 (58 days old)
Message-ID : <<4C2FC0E3.6050101@gmail.com>>
References : http://marc.info/?l=linux-kernel&m=127819798215589&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16323
Subject : 2.6.35-rc3-git4 - kernel/sched.c:616 invoked rcu_dereference_check() without protection!
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2010-07-01 12:21 (60 days old)
Message-ID : <AANLkTini6hz2LFeZi8CMUmY3xw1MU7NxmyesuxZ4oCdo@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127798693125541&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16322
Subject : WARNING: at /arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x5a/0x70()
Submitter : boris64 <bugzilla.kernel.org@boris64.net>
Date : 2010-07-01 13:54 (60 days old)
Handled-By : H. Peter Anvin <hpa@zytor.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16307
Subject : i915 in kernel 2.6.35-rc3, high number of wakeups
Submitter : Enrico Bandiello <enban@postal.uv.es>
Date : 2010-06-26 16:57 (65 days old)
Message-ID : <<4C26317A.5070309@postal.uv.es>>
References : http://marc.info/?l=linux-kernel&m=127757403404259&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso@mit.edu>
Date : 2010-06-09 18:36 (82 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb@closure.thunk.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <phunge0@hotmail.com>
Date : 2010-06-16 17:57 (75 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas@hp.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2010-06-11 20:31 (80 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16184
Subject : Container, X86-64, i386, iptables rule
Submitter : Jean-Marc Pigeon <jmp@safe.ca>
Date : 2010-06-12 04:17 (79 days old)
Handled-By : Patrick McHardy <kaber@trash.net>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16173
Subject : After uncompressing the kernel, at boot time, the server hangs.
Submitter : David Hill <hilld@binarystorm.net>
Date : 2010-06-09 23:25 (82 days old)
First-Bad-Commit: http://git.kernel.org/linus/cf7500c0ea133d66f8449d86392d83f840102632
Handled-By : Eric W. Biederman <ebiederm@xmission.com>
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16505
Subject : 2.6.34.2 breaks b43
Submitter : archman <spermmail001@yahoo.com>
Date : 2010-08-03 23:53 (27 days old)
Handled-By : Larry Finger <Larry.Finger@lwfinger.net>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=27335
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16405
Subject : Brightness Adjustment on Toshiba nb305 Netbooks is non-functional.
Submitter : John Mesmon <jmesmon@gmail.com>
Date : 2010-07-15 23:40 (46 days old)
First-Bad-Commit: http://git.kernel.org/linus/74a365b3f354fafc537efa5867deb7a9fadbfe27
Handled-By : Matthew Garrett <mjg59-kernel@srcf.ucam.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=27236
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16400
Subject : 2.6.35-rc5 inconsistent lock state
Submitter : Martin Pirker <lkml.collector@gmail.com>
Date : 2010-07-14 20:33 (47 days old)
Message-ID : <AANLkTikDF0TL6OyPVCzPlUTwxFehcrETn3ysgSSeTq92@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127913961025267&w=2
Handled-By : Jens Axboe <axboe@kernel.dk>
Patch : http://marc.info/?l=linux-kernel&m=127939627513154&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
Date : 2010-06-28 9:40 (63 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
Handled-By : Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
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.34 and 2.6.35, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
Please let the tracking team know if there are any Bugzilla entries that
should be added to the list in there.
Thanks!
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.36-rc3-git5: Reported regressions 2.6.34 -> 2.6.35
@ 2010-09-12 19:07 Rafael J. Wysocki
2010-09-12 19:08 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-09-12 19:07 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.34 regressions introduced before
2.6.35, 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.34 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-09-12 135 26 25
2010-08-30 124 38 34
2010-08-01 100 27 23
2010-07-23 94 33 25
2010-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18272
Subject : 2.6.35.*: horrible (exponential? >linear) slowdown to unusability (ACPI idle?)
Submitter : Nix <nix@esperi.org.uk>
Date : 2010-09-05 0:51 (8 days old)
First-Bad-Commit: http://git.kernel.org/linus/30a564be9d9554c168a654eddc2165869cc0d7bf
Message-ID : <87zkvx2ese.fsf@spindle.srvr.nix>
References : http://marc.info/?l=linux-kernel&m=128364994602942&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18202
Subject : Microphone levels too low
Submitter : Alexander Hunziker <alex.hunziker@rega-sense.ch>
Date : 2010-09-09 22:20 (4 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18032
Subject : No sound on headphone jack
Submitter : Alexander Hunziker <alex.hunziker@rega-sense.ch>
Date : 2010-09-07 21:45 (6 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17812
Subject : Kernel completely frozen when memory is full
Submitter : Mickey86 <mikael.cordon@gmail.com>
Date : 2010-09-05 13:09 (8 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17772
Subject : Unable to locate IOAPIC for GSI *
Submitter : zersaa <zersaa@gmail.com>
Date : 2010-09-04 21:28 (9 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17732
Subject : [2.6.35.x regression] rcu_preempt_state stall warning and machine slow-downs
Submitter : Matthias Dahl <ml_kernel@mortal-soul.de>
Date : 2010-09-01 6:47 (12 days old)
Message-ID : <201009010847.20236.ml_kernel@mortal-soul.de>
References : http://marc.info/?l=linux-kernel&m=128332418629305&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16771
Subject : [Bisected Regression in 2.6.35] A full tmpfs filesystem causes hibernationto hang
Submitter : M. Vefa Bicakci <bicave@superonline.com>
Date : 2010-08-15 5:25 (29 days old)
First-Bad-Commit: http://git.kernel.org/linus/bb21c7ce18eff8e6e7877ca1d06c6db719376e3c
Message-ID : <4C677A49.4030904@superonline.com>
References : http://marc.info/?l=linux-kernel&m=128184995401968&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16691
Subject : IPW5100: iwlagn broken with 2.6.34.x to 2.6.35.2 update
Submitter : Can Celasun <dcelasun@gmail.com>
Date : 2010-08-21 08:28 (23 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16633
Subject : ath5k + 2.6.35 x86 + hostapd - Failed to set channel
Submitter : NiTr0 <nitr0@seti.kr.ua>
Date : 2010-08-19 19:37 (25 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16614
Subject : [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Submitter : Sander Eikelenboom <linux@eikelenboom.it>
Date : 2010-08-10 22:12 (34 days old)
Message-ID : <61936849.20100811001257@eikelenboom.it>
References : http://marc.info/?l=linux-kernel&m=128152075830927&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16562
Subject : 2.6.35: cpu_idle bug report / on i7 870 cpu (x86_64)
Submitter : Justin Piszcz <jpiszcz@lucidpixels.com>
Date : 2010-08-06 22:09 (38 days old)
Message-ID : <alpine.DEB.2.00.1008061800530.5241@p34.internal.lan>
References : http://marc.info/?l=linux-kernel&m=128113260904048&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16549
Subject : 2.6.35: suspicious rcu_dereference_check() usage
Submitter : Vladislav Bolkhovitin <vst@vlnb.net>
Date : 2010-08-04 10:56 (40 days old)
Message-ID : <4C594740.1090608@vlnb.net>
References : http://marc.info/?l=linux-kernel&m=128091938215177&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16537
Subject : TREE_RCU hangs at boot
Submitter : Rolf Eike Beer <eike-kernel@sf-tec.de>
Date : 2010-08-07 12:18 (37 days old)
Handled-By : Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16532
Subject : random suspend (S3) problems on Intel DG45ID board
Submitter : Alexey Fisher <bug-track@fisher-privat.net>
Date : 2010-08-07 08:55 (37 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16525
Subject : unexpected high load since 2.6.35
Submitter : MadLoisae@gmx.net <MadLoisae@gmx.net>
Date : 2010-08-02 20:53 (42 days old)
Message-ID : <4C573041.1070103@gmx.net>
References : http://marc.info/?l=linux-kernel&m=128078243726655&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16515
Subject : [bisected] Radeon rv280 can't boot on kernel 2.6.35.
Submitter : Albert Gall <ss3vdr@gmail.com>
Date : 2010-08-04 16:10 (40 days old)
First-Bad-Commit: http://git.kernel.org/linus/https://bugzilla.kernel.org/attachment.cgi?id=27350
Handled-By : Alex Deucher <alexdeucher@gmail.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16495
Subject : Kernel 2.6.35 takes almost half an hour to boot
Submitter : Claudio M. Camacho <claudiomkd@gmail.com>
Date : 2010-08-02 17:16 (42 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16488
Subject : [i915] Framebuffer ID error after suspend/hibernate leading to X crash
Submitter : Milan Bouchet-Valat <nalimilan@club.fr>
Date : 2010-08-01 08:55 (43 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16458
Subject : Bluetooth disabled after resume
Submitter : AttilaN <attila123456@gmail.com>
Date : 2010-07-25 09:33 (50 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16380
Subject : Loop devices act strangely in 2.6.35
Submitter : Artem S. Tashkinov <t.artem@mailcity.com>
Date : 2010-07-13 23:21 (62 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16322
Subject : WARNING: at /arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x5a/0x70()
Submitter : boris64 <bugzilla.kernel.org@boris64.net>
Date : 2010-07-01 13:54 (74 days old)
Handled-By : H. Peter Anvin <hpa@zytor.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso@mit.edu>
Date : 2010-06-09 18:36 (96 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb@closure.thunk.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
http://bugs.freedesktop.org/show_bug.cgi?id=29536
Handled-By : Chris Wilson <chris@chris-wilson.co.uk>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <phunge0@hotmail.com>
Date : 2010-06-16 17:57 (89 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas@hp.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2010-06-11 20:31 (94 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16184
Subject : Container, X86-64, i386, iptables rule
Submitter : Jean-Marc Pigeon <jmp@safe.ca>
Date : 2010-06-12 04:17 (93 days old)
Handled-By : Patrick McHardy <kaber@trash.net>
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
Date : 2010-06-28 9:40 (77 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
Handled-By : Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
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.34 and 2.6.35, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
Please let the tracking team know if there are any Bugzilla entries that
should be added to the list in there.
Thanks!
^ permalink raw reply [flat|nested] 64+ messages in thread
* [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-09-12 19:07 2.6.36-rc3-git5: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
@ 2010-09-12 19:08 ` Rafael J. Wysocki
2010-09-13 11:42 ` Jan Kara
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-09-12 19:08 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Kernel Testers List, Maciej Rutecki, Jan Kara, Zdenek Kabelac
This message has been generated automatically as a part of a report
of regressions introduced between 2.6.34 and 2.6.35.
The following bug entry is on the current list of known regressions
introduced between 2.6.34 and 2.6.35. Please verify if it still should
be listed and let the tracking team know (either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
Date : 2010-06-28 9:40 (77 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
Handled-By : Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-09-12 19:08 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
@ 2010-09-13 11:42 ` Jan Kara
0 siblings, 0 replies; 64+ messages in thread
From: Jan Kara @ 2010-09-13 11:42 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
Jan Kara, Zdenek Kabelac
Hi,
On Sun 12-09-10 21:08:40, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.34 and 2.6.35.
>
> The following bug entry is on the current list of known regressions
> introduced between 2.6.34 and 2.6.35. Please verify if it still should
> be listed and let the tracking team know (either way).
>
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
> Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
> Submitter : Zdenek Kabelac <zdenek.kabelac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Date : 2010-06-28 9:40 (77 days old)
> Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
> http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
> Handled-By : Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
> Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
Sorry, it isn't fixed yet. Christoph wanted to do the patch a bit
differently and I was busy with other work...
Honza
--
Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
SUSE Labs, CR
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
@ 2010-09-13 11:42 ` Jan Kara
0 siblings, 0 replies; 64+ messages in thread
From: Jan Kara @ 2010-09-13 11:42 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
Jan Kara, Zdenek Kabelac
Hi,
On Sun 12-09-10 21:08:40, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.34 and 2.6.35.
>
> The following bug entry is on the current list of known regressions
> introduced between 2.6.34 and 2.6.35. Please verify if it still should
> be listed and let the tracking team know (either way).
>
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
> Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
> Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
> Date : 2010-06-28 9:40 (77 days old)
> Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com>
> References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
> http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
> Handled-By : Jan Kara <jack@suse.cz>
> Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
Sorry, it isn't fixed yet. Christoph wanted to do the patch a bit
differently and I was busy with other work...
Honza
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
^ permalink raw reply [flat|nested] 64+ messages in thread
[parent not found: <20100913114229.GA4016-+0h/O2h83AeN3ZZ/Hiejyg@public.gmane.org>]
* Re: [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-09-13 11:42 ` Jan Kara
@ 2010-09-13 17:56 ` Rafael J. Wysocki
-1 siblings, 0 replies; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-09-13 17:56 UTC (permalink / raw)
To: Jan Kara
Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
Zdenek Kabelac
On Monday, September 13, 2010, Jan Kara wrote:
> Hi,
>
> On Sun 12-09-10 21:08:40, Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a report
> > of regressions introduced between 2.6.34 and 2.6.35.
> >
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.34 and 2.6.35. Please verify if it still should
> > be listed and let the tracking team know (either way).
> >
> >
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
> > Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
> > Submitter : Zdenek Kabelac <zdenek.kabelac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > Date : 2010-06-28 9:40 (77 days old)
> > Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> > References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
> > http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
> > Handled-By : Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
> > Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
> Sorry, it isn't fixed yet. Christoph wanted to do the patch a bit
> differently and I was busy with other work...
OK, thanks for the update.
Rafael
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
@ 2010-09-13 17:56 ` Rafael J. Wysocki
0 siblings, 0 replies; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-09-13 17:56 UTC (permalink / raw)
To: Jan Kara
Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
Zdenek Kabelac
On Monday, September 13, 2010, Jan Kara wrote:
> Hi,
>
> On Sun 12-09-10 21:08:40, Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a report
> > of regressions introduced between 2.6.34 and 2.6.35.
> >
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.34 and 2.6.35. Please verify if it still should
> > be listed and let the tracking team know (either way).
> >
> >
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
> > Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
> > Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
> > Date : 2010-06-28 9:40 (77 days old)
> > Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com>
> > References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
> > http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
> > Handled-By : Jan Kara <jack@suse.cz>
> > Patch : https://bugzilla.kernel.org/attachment.cgi?id=27272
> Sorry, it isn't fixed yet. Christoph wanted to do the patch a bit
> differently and I was busy with other work...
OK, thanks for the update.
Rafael
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.36-rc4-git5: Reported regressions 2.6.34 -> 2.6.35
@ 2010-09-20 19:54 Rafael J. Wysocki
2010-09-20 19:57 ` Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-09-20 19:54 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.34 regressions introduced before
2.6.35, 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.34 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-09-20 137 27 25
2010-09-12 135 26 25
2010-08-30 124 38 34
2010-08-01 100 27 23
2010-07-23 94 33 25
2010-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18522
Subject : [REGRESSION] cdrom drive doesn't detect removal
Submitter : Maxim Levitsky <maximlevitsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-12 9:49 (9 days old)
First-Bad-Commit: http://git.kernel.org/linus/6b4517a7913a09d3259bb1d21c9cb300f12294bd
Message-ID : <1284284969.2928.18.camel@maxim-laptop>
References : http://marc.info/?l=linux-kernel&m=128428499013930&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18272
Subject : 2.6.35.*: horrible (exponential? >linear) slowdown to unusability (ACPI idle?)
Submitter : Nix <nix-dKoSMcxRz+Te9xe1eoZjHA@public.gmane.org>
Date : 2010-09-05 0:51 (16 days old)
First-Bad-Commit: http://git.kernel.org/linus/30a564be9d9554c168a654eddc2165869cc0d7bf
Message-ID : <87zkvx2ese.fsf-AdTWujXS48Mg67Zj9sPl2A@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128364994602942&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18202
Subject : Microphone levels too low
Submitter : Alexander Hunziker <alex.hunziker-Mds7TqofYmjt3F02DXVmkw@public.gmane.org>
Date : 2010-09-09 22:20 (12 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18032
Subject : No sound on headphone jack
Submitter : Alexander Hunziker <alex.hunziker-Mds7TqofYmjt3F02DXVmkw@public.gmane.org>
Date : 2010-09-07 21:45 (14 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17812
Subject : Kernel completely frozen when memory is full
Submitter : Mickey86 <mikael.cordon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-05 13:09 (16 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17772
Subject : Unable to locate IOAPIC for GSI *
Submitter : zersaa <zersaa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-04 21:28 (17 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17732
Subject : [2.6.35.x regression] rcu_preempt_state stall warning and machine slow-downs
Submitter : Matthias Dahl <ml_kernel-Rk1lLwyeSiSCvTm3UDtA3g@public.gmane.org>
Date : 2010-09-01 6:47 (20 days old)
Message-ID : <201009010847.20236.ml_kernel-Rk1lLwyeSiSCvTm3UDtA3g@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128332418629305&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16691
Subject : IPW5100: iwlagn broken with 2.6.34.x to 2.6.35.2 update
Submitter : Can Celasun <dcelasun-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-08-21 08:28 (31 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16633
Subject : ath5k + 2.6.35 x86 + hostapd - Failed to set channel
Submitter : NiTr0 <nitr0-z9XQkeP78BxUq1AO9QMCaQ@public.gmane.org>
Date : 2010-08-19 19:37 (33 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16614
Subject : [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Submitter : Sander Eikelenboom <linux-6SM94LqRVpn6gRhOQ7JHfg@public.gmane.org>
Date : 2010-08-10 22:12 (42 days old)
Message-ID : <61936849.20100811001257-6SM94LqRVpn6gRhOQ7JHfg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128152075830927&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16562
Subject : 2.6.35: cpu_idle bug report / on i7 870 cpu (x86_64)
Submitter : Justin Piszcz <jpiszcz-BP4nVm5VUdNhbmWW9KSYcQ@public.gmane.org>
Date : 2010-08-06 22:09 (46 days old)
Message-ID : <alpine.DEB.2.00.1008061800530.5241-0qmrozcXWo8bm2hyYBkBBg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128113260904048&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16549
Subject : 2.6.35: suspicious rcu_dereference_check() usage
Submitter : Vladislav Bolkhovitin <vst-d+Crzxg7Rs0@public.gmane.org>
Date : 2010-08-04 10:56 (48 days old)
Message-ID : <4C594740.1090608-d+Crzxg7Rs0@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128091938215177&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16537
Subject : TREE_RCU hangs at boot
Submitter : Rolf Eike Beer <eike-kernel-F+mm6HnICJmzQB+pC5nmwQ@public.gmane.org>
Date : 2010-08-07 12:18 (45 days old)
Handled-By : Paul E. McKenney <paulmck-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16525
Subject : unexpected high load since 2.6.35
Submitter : MadLoisae-hi6Y0CQ0nG0@public.gmane.org <MadLoisae-hi6Y0CQ0nG0@public.gmane.org>
Date : 2010-08-02 20:53 (50 days old)
Message-ID : <4C573041.1070103-hi6Y0CQ0nG0@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128078243726655&w=2
http://lkml.org/lkml/2010/9/14/105
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16515
Subject : [bisected] Radeon rv280 can't boot on kernel 2.6.35.
Submitter : Albert Gall <ss3vdr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-08-04 16:10 (48 days old)
First-Bad-Commit: http://git.kernel.org/linus/https://bugzilla.kernel.org/attachment.cgi?id=27350
Handled-By : Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16495
Subject : Kernel 2.6.35 takes almost half an hour to boot
Submitter : Claudio M. Camacho <claudiomkd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-08-02 17:16 (50 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16488
Subject : [i915] Framebuffer ID error after suspend/hibernate leading to X crash
Submitter : Milan Bouchet-Valat <nalimilan-pqIVbhRXszc@public.gmane.org>
Date : 2010-08-01 08:55 (51 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16462
Subject : unable to connect to AP on legal channel 13
Submitter : Daniel J Blueman <daniel.blueman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-25 17:06 (58 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16458
Subject : Bluetooth disabled after resume
Submitter : AttilaN <attila123456-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-25 09:33 (58 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16380
Subject : Loop devices act strangely in 2.6.35
Submitter : Artem S. Tashkinov <t.artem-VInPYn6yXxRWk0Htik3J/w@public.gmane.org>
Date : 2010-07-13 23:21 (70 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16322
Subject : WARNING: at /arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x5a/0x70()
Submitter : boris64 <bugzilla.kernel.org-ro/BP3KN3ujR7s880joybQ@public.gmane.org>
Date : 2010-07-01 13:54 (82 days old)
Handled-By : H. Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>
Date : 2010-06-09 18:36 (104 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb-UK71uKi2zisAobODsErMgNi2O/JbrIOy@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
http://bugs.freedesktop.org/show_bug.cgi?id=29536
Handled-By : Chris Wilson <chris-Y6uKTt2uX1cEflXRtASbqLVCufUGDwFn@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <brian.bloniarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-16 17:57 (97 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-11 20:31 (102 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16184
Subject : Container, X86-64, i386, iptables rule
Submitter : Jean-Marc Pigeon <jmp-4qkeo2rQ0gg@public.gmane.org>
Date : 2010-06-12 04:17 (101 days old)
Handled-By : Patrick McHardy <kaber-dcUjhNyLwpNeoWH0uzbU5w@public.gmane.org>
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16396
Subject : [bisected] resume from suspend freezes system
Submitter : tomas m <tmezzadra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-15 02:32 (68 days old)
Handled-By : Rafael J. Wysocki <rjw-KKrjLPT3xs0@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=30822
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-28 9:40 (85 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
Handled-By : Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=30282
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.34 and 2.6.35, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
Please let the tracking team know if there are any Bugzilla entries that
should be added to the list in there.
Thanks!
^ permalink raw reply [flat|nested] 64+ messages in thread
* [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-09-20 19:54 2.6.36-rc4-git5: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
@ 2010-09-20 19:57 ` Rafael J. Wysocki
0 siblings, 0 replies; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-09-20 19:57 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
Zdenek Kabelac
This message has been generated automatically as a part of a report
of regressions introduced between 2.6.34 and 2.6.35.
The following bug entry is on the current list of known regressions
introduced between 2.6.34 and 2.6.35. Please verify if it still should
be listed and let the tracking team know (either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-28 9:40 (85 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
Handled-By : Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=30282
^ permalink raw reply [flat|nested] 64+ messages in thread
* [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
@ 2010-09-20 19:57 ` Rafael J. Wysocki
0 siblings, 0 replies; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-09-20 19:57 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Kernel Testers List, Maciej Rutecki, Florian Mickler, Jan Kara,
Zdenek Kabelac
This message has been generated automatically as a part of a report
of regressions introduced between 2.6.34 and 2.6.35.
The following bug entry is on the current list of known regressions
introduced between 2.6.34 and 2.6.35. Please verify if it still should
be listed and let the tracking team know (either way).
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
Date : 2010-06-28 9:40 (85 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
Handled-By : Jan Kara <jack@suse.cz>
Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=30282
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
2010-09-20 19:57 ` Rafael J. Wysocki
(?)
@ 2010-09-20 21:29 ` Jan Kara
[not found] ` <20100920212955.GB14020-+0h/O2h83AeN3ZZ/Hiejyg@public.gmane.org>
-1 siblings, 1 reply; 64+ messages in thread
From: Jan Kara @ 2010-09-20 21:29 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Linux Kernel Mailing List, Kernel Testers List, Maciej Rutecki,
Florian Mickler, Jan Kara, Zdenek Kabelac
On Mon 20-09-10 21:57:17, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.34 and 2.6.35.
>
> The following bug entry is on the current list of known regressions
> introduced between 2.6.34 and 2.6.35. Please verify if it still should
> be listed and let the tracking team know (either way).
The patch is in block tree, going to 2.6.37 and then -stable trees.
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
> Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
> Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
> Date : 2010-06-28 9:40 (85 days old)
> Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com>
> References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
> http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
> Handled-By : Jan Kara <jack@suse.cz>
> Jan Kara <jack@suse.cz>
> Patch : https://bugzilla.kernel.org/attachment.cgi?id=30282
Honza
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.36-rc5-git7: Reported regressions 2.6.34 -> 2.6.35
@ 2010-09-26 20:29 Rafael J. Wysocki
2010-09-26 20:33 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-09-26 20:29 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.34 regressions introduced before
2.6.35, 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.34 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-09-26 139 24 21
2010-09-20 137 27 25
2010-09-12 135 26 25
2010-08-30 124 38 34
2010-08-01 100 27 23
2010-07-23 94 33 25
2010-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18732
Subject : Radeon HD 4700 needs MSI disabled
Submitter : Rafael Gandolfi <kaillasse91-PkbjNfxxIARGWvitb5QawA@public.gmane.org>
Date : 2010-09-18 12:06 (9 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18522
Subject : [REGRESSION] cdrom drive doesn't detect removal
Submitter : Maxim Levitsky <maximlevitsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-12 9:49 (15 days old)
First-Bad-Commit: http://git.kernel.org/linus/6b4517a7913a09d3259bb1d21c9cb300f12294bd
Message-ID : <1284284969.2928.18.camel@maxim-laptop>
References : http://marc.info/?l=linux-kernel&m=128428499013930&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18202
Subject : Microphone levels too low
Submitter : Alexander Hunziker <alex.hunziker-Mds7TqofYmjt3F02DXVmkw@public.gmane.org>
Date : 2010-09-09 22:20 (18 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18032
Subject : No sound on headphone jack
Submitter : Alexander Hunziker <alex.hunziker-Mds7TqofYmjt3F02DXVmkw@public.gmane.org>
Date : 2010-09-07 21:45 (20 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17812
Subject : Kernel completely frozen when memory is full
Submitter : Mickey86 <mikael.cordon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-05 13:09 (22 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17772
Subject : Unable to locate IOAPIC for GSI *
Submitter : zersaa <zersaa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-04 21:28 (23 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17261
Subject : Freezes on bootup
Submitter : Dan Dart <dandart-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Date : 2010-08-29 09:00 (29 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16691
Subject : IPW5100: iwlagn broken with 2.6.34.x to 2.6.35.2 update
Submitter : Can Celasun <dcelasun-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-08-21 08:28 (37 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16633
Subject : ath5k + 2.6.35 x86 + hostapd - Failed to set channel
Submitter : NiTr0 <nitr0-z9XQkeP78BxUq1AO9QMCaQ@public.gmane.org>
Date : 2010-08-19 19:37 (39 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16614
Subject : [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Submitter : Sander Eikelenboom <linux-6SM94LqRVpn6gRhOQ7JHfg@public.gmane.org>
Date : 2010-08-10 22:12 (48 days old)
Message-ID : <61936849.20100811001257-6SM94LqRVpn6gRhOQ7JHfg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128152075830927&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16562
Subject : 2.6.35: cpu_idle bug report / on i7 870 cpu (x86_64)
Submitter : Justin Piszcz <jpiszcz-BP4nVm5VUdNhbmWW9KSYcQ@public.gmane.org>
Date : 2010-08-06 22:09 (52 days old)
Message-ID : <alpine.DEB.2.00.1008061800530.5241-0qmrozcXWo8bm2hyYBkBBg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128113260904048&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16549
Subject : 2.6.35: suspicious rcu_dereference_check() usage
Submitter : Vladislav Bolkhovitin <vst-d+Crzxg7Rs0@public.gmane.org>
Date : 2010-08-04 10:56 (54 days old)
Message-ID : <4C594740.1090608-d+Crzxg7Rs0@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128091938215177&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16525
Subject : unexpected high load since 2.6.35
Submitter : MadLoisae-hi6Y0CQ0nG0@public.gmane.org <MadLoisae-hi6Y0CQ0nG0@public.gmane.org>
Date : 2010-08-02 20:53 (56 days old)
Message-ID : <4C573041.1070103-hi6Y0CQ0nG0@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128078243726655&w=2
http://lkml.org/lkml/2010/9/14/105
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16515
Subject : [bisected] Radeon rv280 can't boot on kernel 2.6.35.
Submitter : Albert Gall <ss3vdr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-08-04 16:10 (54 days old)
First-Bad-Commit: http://git.kernel.org/linus/https://bugzilla.kernel.org/attachment.cgi?id=27350
Handled-By : Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16488
Subject : [i915] Framebuffer ID error after suspend/hibernate leading to X crash
Submitter : Milan Bouchet-Valat <nalimilan-pqIVbhRXszc@public.gmane.org>
Date : 2010-08-01 08:55 (57 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16462
Subject : unable to connect to AP on legal channel 13
Submitter : Daniel J Blueman <daniel.blueman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-25 17:06 (64 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16458
Subject : Bluetooth disabled after resume
Submitter : AttilaN <attila123456-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-25 09:33 (64 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16380
Subject : Loop devices act strangely in 2.6.35
Submitter : Artem S. Tashkinov <t.artem-VInPYn6yXxRWk0Htik3J/w@public.gmane.org>
Date : 2010-07-13 23:21 (76 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16322
Subject : WARNING: at /arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x5a/0x70()
Submitter : boris64 <bugzilla.kernel.org-ro/BP3KN3ujR7s880joybQ@public.gmane.org>
Date : 2010-07-01 13:54 (88 days old)
Handled-By : H. Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>
Date : 2010-06-09 18:36 (110 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb-UK71uKi2zisAobODsErMgNi2O/JbrIOy@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
http://bugs.freedesktop.org/show_bug.cgi?id=29536
Handled-By : Chris Wilson <chris-Y6uKTt2uX1cEflXRtASbqLVCufUGDwFn@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-11 20:31 (108 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16396
Subject : [bisected] resume from suspend freezes system
Submitter : tomas m <tmezzadra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-15 02:32 (74 days old)
Handled-By : Rafael J. Wysocki <rjw-KKrjLPT3xs0@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=31422
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-28 9:40 (91 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
Handled-By : Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=30282
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <brian.bloniarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-16 17:57 (103 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/189182/
https://patchwork.kernel.org/patch/189232/
https://patchwork.kernel.org/patch/189242/
https://patchwork.kernel.org/patch/189252/
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.34 and 2.6.35, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
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-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.36-rc6-git2: Reported regressions 2.6.34 -> 2.6.35
@ 2010-10-03 21:36 Rafael J. Wysocki
2010-10-03 21:53 ` Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-10-03 21:36 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.34 regressions introduced before
2.6.35, 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.34 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-10-03 141 21 17
2010-09-26 139 24 21
2010-09-20 137 27 25
2010-09-12 135 26 25
2010-08-30 124 38 34
2010-08-01 100 27 23
2010-07-23 94 33 25
2010-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19612
Subject : Computer fails to hibernate - problem idling SMP CPU's
Submitter : <tempo444z-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-10-02 22:26 (2 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19302
Subject : PROBLEM: kernel crash on USB-modem (Huawei E1750) hangup.
Submitter : O01eg <O01eg-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org>
Date : 2010-09-26 19:50 (8 days old)
Message-ID : <op.vjnn1up1yohvy1@localhost>
References : http://marc.info/?l=linux-kernel&m=128553111709569&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18522
Subject : cdrom drive doesn't detect removal
Submitter : Maxim Levitsky <maximlevitsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-12 9:49 (22 days old)
First-Bad-Commit: http://git.kernel.org/linus/6b4517a7913a09d3259bb1d21c9cb300f12294bd
Message-ID : <1284284969.2928.18.camel@maxim-laptop>
References : http://marc.info/?l=linux-kernel&m=128428499013930&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17812
Subject : Kernel completely frozen when memory is full
Submitter : Mickey86 <mikael.cordon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-05 13:09 (29 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17261
Subject : Freezes on bootup
Submitter : Dan Dart <dandart-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Date : 2010-08-29 09:00 (36 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16891
Subject : Kernel panic while loading intel module during boot
Submitter : Anisse Astier <anisse-fwwRqrJYcP2HXe+LvDLADg@public.gmane.org>
Date : 2010-08-24 13:19 (41 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16691
Subject : IPW5100: iwlagn broken with 2.6.34.x to 2.6.35.2 update
Submitter : Can Celasun <dcelasun-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-08-21 08:28 (44 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16614
Subject : [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Submitter : Sander Eikelenboom <linux-6SM94LqRVpn6gRhOQ7JHfg@public.gmane.org>
Date : 2010-08-10 22:12 (55 days old)
Message-ID : <61936849.20100811001257-6SM94LqRVpn6gRhOQ7JHfg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128152075830927&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16562
Subject : 2.6.35: cpu_idle bug report / on i7 870 cpu (x86_64)
Submitter : Justin Piszcz <jpiszcz-BP4nVm5VUdNhbmWW9KSYcQ@public.gmane.org>
Date : 2010-08-06 22:09 (59 days old)
Message-ID : <alpine.DEB.2.00.1008061800530.5241-0qmrozcXWo8bm2hyYBkBBg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128113260904048&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16549
Subject : 2.6.35: suspicious rcu_dereference_check() usage
Submitter : Vladislav Bolkhovitin <vst-d+Crzxg7Rs0@public.gmane.org>
Date : 2010-08-04 10:56 (61 days old)
Message-ID : <4C594740.1090608-d+Crzxg7Rs0@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128091938215177&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16525
Subject : unexpected high load since 2.6.35
Submitter : MadLoisae-hi6Y0CQ0nG0@public.gmane.org <MadLoisae-hi6Y0CQ0nG0@public.gmane.org>
Date : 2010-08-02 20:53 (63 days old)
Message-ID : <4C573041.1070103-hi6Y0CQ0nG0@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128078243726655&w=2
http://lkml.org/lkml/2010/9/14/105
http://lkml.org/lkml/2010/9/27/328
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16515
Subject : [bisected] Radeon rv280 can't boot on kernel 2.6.35.
Submitter : Albert Gall <ss3vdr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-08-04 16:10 (61 days old)
First-Bad-Commit: http://git.kernel.org/linus/https://bugzilla.kernel.org/attachment.cgi?id=27350
Handled-By : Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16488
Subject : [i915] Framebuffer ID error after suspend/hibernate leading to X crash
Submitter : Milan Bouchet-Valat <nalimilan-pqIVbhRXszc@public.gmane.org>
Date : 2010-08-01 08:55 (64 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16458
Subject : Bluetooth disabled after resume
Submitter : AttilaN <attila123456-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-25 09:33 (71 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16380
Subject : Loop devices act strangely in 2.6.35
Submitter : Artem S. Tashkinov <t.artem-VInPYn6yXxRWk0Htik3J/w@public.gmane.org>
Date : 2010-07-13 23:21 (83 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>
Date : 2010-06-09 18:36 (117 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb-UK71uKi2zisAobODsErMgNi2O/JbrIOy@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
http://bugs.freedesktop.org/show_bug.cgi?id=29536
Handled-By : Chris Wilson <chris-Y6uKTt2uX1cEflXRtASbqLVCufUGDwFn@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-11 20:31 (115 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17772
Subject : Unable to locate IOAPIC for GSI *
Submitter : zersaa <zersaa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-04 21:28 (30 days old)
Handled-By : Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/104501/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16462
Subject : unable to connect to hidden SSID AP on legal channel 13
Submitter : Daniel J Blueman <daniel.blueman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-25 17:06 (71 days old)
Handled-By : Johannes Berg <johannes.berg-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=31862
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-28 9:40 (98 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
Handled-By : Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=30282
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <brian.bloniarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-16 17:57 (110 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/189182/
https://patchwork.kernel.org/patch/189232/
https://patchwork.kernel.org/patch/189242/
https://patchwork.kernel.org/patch/189252/
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.34 and 2.6.35, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
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-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.36-rc7-git2: Reported regressions 2.6.34 -> 2.6.35
@ 2010-10-10 19:10 Rafael J. Wysocki
2010-10-10 19:18 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-10-10 19:10 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.34 regressions introduced before
2.6.35, 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.34 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-10-10 143 23 19
2010-10-03 141 21 17
2010-09-26 139 24 21
2010-09-20 137 27 25
2010-09-12 135 26 25
2010-08-30 124 38 34
2010-08-01 100 27 23
2010-07-23 94 33 25
2010-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20002
Subject : x86_64 2.6.35.* kernels and Intel Xeon X5550
Submitter : Marc Aurele La France <tsi-yfeSBMgouQgsA/PxXw9srA@public.gmane.org>
Date : 2010-10-07 17:17 (4 days old)
Message-ID : <alpine.WNT.2.00.1010071055420.1672-cSzHzCuodXHqpRUuEh95rXpLNouqQFXg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128647187628706&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19792
Subject : 2.6.35.6 fails to suspend (pxa2xx-mci.0)
Submitter : Sven Neumann <s.neumann-5g8ninUHluJWk0Htik3J/w@public.gmane.org>
Date : 2010-10-04 7:30 (7 days old)
Message-ID : <1286177435.2140.5.camel@sven>
References : http://marc.info/?l=linux-kernel&m=128617869729382&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19612
Subject : Computer fails to hibernate - problem idling SMP CPU's
Submitter : <tempo444z-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-10-02 22:26 (9 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19302
Subject : PROBLEM: kernel crash on USB-modem (Huawei E1750) hangup.
Submitter : O01eg <O01eg-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org>
Date : 2010-09-26 19:50 (15 days old)
Message-ID : <op.vjnn1up1yohvy1@localhost>
References : http://marc.info/?l=linux-kernel&m=128553111709569&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18522
Subject : cdrom drive doesn't detect removal
Submitter : Maxim Levitsky <maximlevitsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-12 9:49 (29 days old)
First-Bad-Commit: http://git.kernel.org/linus/6b4517a7913a09d3259bb1d21c9cb300f12294bd
Message-ID : <1284284969.2928.18.camel@maxim-laptop>
References : http://marc.info/?l=linux-kernel&m=128428499013930&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17812
Subject : Kernel completely frozen when memory is full
Submitter : Mickey86 <mikael.cordon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-05 13:09 (36 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17261
Subject : Freezes on bootup
Submitter : Dan Dart <dandart-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Date : 2010-08-29 09:00 (43 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16891
Subject : Kernel panic while loading intel module during boot
Submitter : Anisse Astier <anisse-fwwRqrJYcP2HXe+LvDLADg@public.gmane.org>
Date : 2010-08-24 13:19 (48 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16691
Subject : IPW5100: iwlagn broken with 2.6.34.x to 2.6.35.2 update
Submitter : Can Celasun <dcelasun-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-08-21 08:28 (51 days old)
References : http://www.spinics.net/lists/linux-wireless/msg57237.html
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16614
Subject : [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Submitter : Sander Eikelenboom <linux-6SM94LqRVpn6gRhOQ7JHfg@public.gmane.org>
Date : 2010-08-10 22:12 (62 days old)
Message-ID : <61936849.20100811001257-6SM94LqRVpn6gRhOQ7JHfg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128152075830927&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16562
Subject : 2.6.35: cpu_idle bug report / on i7 870 cpu (x86_64)
Submitter : Justin Piszcz <jpiszcz-BP4nVm5VUdNhbmWW9KSYcQ@public.gmane.org>
Date : 2010-08-06 22:09 (66 days old)
Message-ID : <alpine.DEB.2.00.1008061800530.5241-0qmrozcXWo8bm2hyYBkBBg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128113260904048&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16549
Subject : 2.6.35: suspicious rcu_dereference_check() usage
Submitter : Vladislav Bolkhovitin <vst-d+Crzxg7Rs0@public.gmane.org>
Date : 2010-08-04 10:56 (68 days old)
Message-ID : <4C594740.1090608-d+Crzxg7Rs0@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128091938215177&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16525
Subject : unexpected high load since 2.6.35
Submitter : MadLoisae-hi6Y0CQ0nG0@public.gmane.org <MadLoisae-hi6Y0CQ0nG0@public.gmane.org>
Date : 2010-08-02 20:53 (70 days old)
Message-ID : <4C573041.1070103-hi6Y0CQ0nG0@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=128078243726655&w=2
http://lkml.org/lkml/2010/9/14/105
http://lkml.org/lkml/2010/9/27/328
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16515
Subject : [bisected] Radeon rv280 can't boot on kernel 2.6.35.
Submitter : Albert Gall <ss3vdr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-08-04 16:10 (68 days old)
First-Bad-Commit: http://git.kernel.org/linus/https://bugzilla.kernel.org/attachment.cgi?id=27350
Handled-By : Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16488
Subject : [i915] Framebuffer ID error after suspend/hibernate leading to X crash
Submitter : Milan Bouchet-Valat <nalimilan-pqIVbhRXszc@public.gmane.org>
Date : 2010-08-01 08:55 (71 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16458
Subject : Bluetooth disabled after resume
Submitter : AttilaN <attila123456-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-25 09:33 (78 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16380
Subject : Loop devices act strangely in 2.6.35
Submitter : Artem S. Tashkinov <t.artem-VInPYn6yXxRWk0Htik3J/w@public.gmane.org>
Date : 2010-07-13 23:21 (90 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>
Date : 2010-06-09 18:36 (124 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb-UK71uKi2zisAobODsErMgNi2O/JbrIOy@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
http://bugs.freedesktop.org/show_bug.cgi?id=29536
Handled-By : Chris Wilson <chris-Y6uKTt2uX1cEflXRtASbqLVCufUGDwFn@public.gmane.org>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-11 20:31 (122 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17772
Subject : Unable to locate IOAPIC for GSI *
Submitter : zersaa <zersaa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-09-04 21:28 (37 days old)
Handled-By : Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/104501/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16462
Subject : unable to connect to hidden SSID AP on legal channel 13
Submitter : Daniel J Blueman <daniel.blueman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-07-25 17:06 (78 days old)
Handled-By : Johannes Berg <johannes.berg-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=31862
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-28 9:40 (105 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
Handled-By : Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=30282
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <brian.bloniarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date : 2010-06-16 17:57 (117 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
Patch : https://patchwork.kernel.org/patch/189182/
https://patchwork.kernel.org/patch/189232/
https://patchwork.kernel.org/patch/189242/
https://patchwork.kernel.org/patch/189252/
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.34 and 2.6.35, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
Please let the tracking team know if there are any Bugzilla entries that
should be added to the list in there.
Thanks!
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.36-rc8-git3: Reported regressions 2.6.34 -> 2.6.35
@ 2010-10-17 20:53 Rafael J. Wysocki
2010-10-17 20:55 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2010-10-17 20:53 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.34 regressions introduced before
2.6.35, 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.34 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-10-17 141 19 15
2010-10-10 143 23 19
2010-10-03 141 21 17
2010-09-26 139 24 21
2010-09-20 137 27 25
2010-09-12 135 26 25
2010-08-30 124 38 34
2010-08-01 100 27 23
2010-07-23 94 33 25
2010-07-09 79 45 37
2010-06-21 46 37 26
2010-06-09 15 13 10
Unresolved regressions
----------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=20002
Subject : x86_64 2.6.35.* kernels and Intel Xeon X5550
Submitter : Marc Aurele La France <tsi@ualberta.ca>
Date : 2010-10-07 17:17 (11 days old)
Message-ID : <alpine.WNT.2.00.1010071055420.1672@cluij.ucs.ualberta.ca>
References : http://marc.info/?l=linux-kernel&m=128647187628706&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=19302
Subject : PROBLEM: kernel crash on USB-modem (Huawei E1750) hangup.
Submitter : O01eg <O01eg@yandex.ru>
Date : 2010-09-26 19:50 (22 days old)
Message-ID : <op.vjnn1up1yohvy1@localhost>
References : http://marc.info/?l=linux-kernel&m=128553111709569&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=18522
Subject : cdrom drive doesn't detect removal
Submitter : Maxim Levitsky <maximlevitsky@gmail.com>
Date : 2010-09-12 9:49 (36 days old)
First-Bad-Commit: http://git.kernel.org/linus/6b4517a7913a09d3259bb1d21c9cb300f12294bd
Message-ID : <1284284969.2928.18.camel@maxim-laptop>
References : http://marc.info/?l=linux-kernel&m=128428499013930&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17812
Subject : Kernel completely frozen when memory is full
Submitter : Mickey86 <mikael.cordon@gmail.com>
Date : 2010-09-05 13:09 (43 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17261
Subject : Freezes on bootup
Submitter : Dan Dart <dandart@googlemail.com>
Date : 2010-08-29 09:00 (50 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16691
Subject : IPW5100: iwlagn broken with 2.6.34.x to 2.6.35.2 update
Submitter : Can Celasun <dcelasun@gmail.com>
Date : 2010-08-21 08:28 (58 days old)
References : http://www.spinics.net/lists/linux-wireless/msg57237.html
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16562
Subject : 2.6.35: cpu_idle bug report / on i7 870 cpu (x86_64)
Submitter : Justin Piszcz <jpiszcz@lucidpixels.com>
Date : 2010-08-06 22:09 (73 days old)
Message-ID : <alpine.DEB.2.00.1008061800530.5241@p34.internal.lan>
References : http://marc.info/?l=linux-kernel&m=128113260904048&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16549
Subject : 2.6.35: suspicious rcu_dereference_check() usage
Submitter : Vladislav Bolkhovitin <vst@vlnb.net>
Date : 2010-08-04 10:56 (75 days old)
Message-ID : <4C594740.1090608@vlnb.net>
References : http://marc.info/?l=linux-kernel&m=128091938215177&w=2
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16525
Subject : unexpected high load since 2.6.35
Submitter : MadLoisae@gmx.net <MadLoisae@gmx.net>
Date : 2010-08-02 20:53 (77 days old)
Message-ID : <4C573041.1070103@gmx.net>
References : http://marc.info/?l=linux-kernel&m=128078243726655&w=2
http://lkml.org/lkml/2010/9/14/105
http://lkml.org/lkml/2010/9/27/328
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16515
Subject : [bisected] Radeon rv280 can't boot on kernel 2.6.35.
Submitter : Albert Gall <ss3vdr@gmail.com>
Date : 2010-08-04 16:10 (75 days old)
First-Bad-Commit: http://git.kernel.org/linus/https://bugzilla.kernel.org/attachment.cgi?id=27350
Handled-By : Alex Deucher <alexdeucher@gmail.com>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16488
Subject : [i915] Framebuffer ID error after suspend/hibernate leading to X crash
Submitter : Milan Bouchet-Valat <nalimilan@club.fr>
Date : 2010-08-01 08:55 (78 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16458
Subject : Bluetooth disabled after resume
Submitter : AttilaN <attila123456@gmail.com>
Date : 2010-07-25 09:33 (85 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16380
Subject : Loop devices act strangely in 2.6.35
Submitter : Artem S. Tashkinov <t.artem@mailcity.com>
Date : 2010-07-13 23:21 (97 days old)
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16265
Subject : Why is kslowd accumulating so much CPU time?
Submitter : Theodore Ts'o <tytso@mit.edu>
Date : 2010-06-09 18:36 (131 days old)
First-Bad-Commit: http://git.kernel.org/linus/fbf81762e385d3d45acad057b654d56972acf58c
Message-ID : <E1OMQ88-0002a1-Gb@closure.thunk.org>
References : http://marc.info/?l=linux-kernel&m=127610857819033&w=4
http://bugs.freedesktop.org/show_bug.cgi?id=29536
Handled-By : Chris Wilson <chris@chris-wilson.co.uk>
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16221
Subject : 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
Submitter : Miles Lane <miles.lane@gmail.com>
Date : 2010-06-11 20:31 (129 days old)
Message-ID : <AANLkTim0jVRyqkwlGOcrg_XTvUQwcBYfWJX-aRzkkrLG@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127628828119623&w=2
Regressions with patches
------------------------
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=17772
Subject : Unable to locate IOAPIC for GSI *
Submitter : zersaa <zersaa@gmail.com>
Date : 2010-09-04 21:28 (44 days old)
Handled-By : Eric W. Biederman <ebiederm@xmission.com>
Patch : https://patchwork.kernel.org/patch/104501/
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16891
Subject : Kernel panic while loading intel module during boot
Submitter : Anisse Astier <anisse@astier.eu>
Date : 2010-08-24 13:19 (55 days old)
Handled-By : Anisse Astier <anisse@astier.eu>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=32602
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16312
Subject : WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty
Submitter : Zdenek Kabelac <zdenek.kabelac@gmail.com>
Date : 2010-06-28 9:40 (112 days old)
Message-ID : <AANLkTin24fr5O4_q5Xbo9Y_NKkEmtcp6Hgmr9_4qXaFz@mail.gmail.com>
References : http://marc.info/?l=linux-kernel&m=127771804806465&w=2
http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/00884.html
Handled-By : Jan Kara <jack@suse.cz>
Jan Kara <jack@suse.cz>
Patch : https://bugzilla.kernel.org/attachment.cgi?id=30282
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16228
Subject : BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine)
Submitter : Brian Bloniarz <brian.bloniarz@gmail.com>
Date : 2010-06-16 17:57 (124 days old)
Handled-By : Bjorn Helgaas <bjorn.helgaas@hp.com>
Patch : https://patchwork.kernel.org/patch/189182/
https://patchwork.kernel.org/patch/189232/
https://patchwork.kernel.org/patch/189242/
https://patchwork.kernel.org/patch/189252/
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.34 and 2.6.35, unresolved as well as resolved, at:
http://bugzilla.kernel.org/show_bug.cgi?id=16055
Please let the tracking team know if there are any Bugzilla entries that
should be added to the list in there.
Thanks!
^ permalink raw reply [flat|nested] 64+ messages in thread
end of thread, other threads:[~2011-01-23 16:09 UTC | newest]
Thread overview: 64+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-28 17:47 [Bug 16312] New: WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty bugzilla-daemon
2010-06-28 17:48 ` [Bug 16312] " bugzilla-daemon
2010-07-09 2:23 ` bugzilla-daemon
2010-07-09 21:33 ` bugzilla-daemon
2010-07-23 15:30 ` bugzilla-daemon
2010-07-23 20:11 ` bugzilla-daemon
2010-07-26 13:01 ` bugzilla-daemon
2010-07-26 13:02 ` bugzilla-daemon
2010-07-26 13:05 ` bugzilla-daemon
2010-07-26 13:59 ` bugzilla-daemon
2010-07-26 17:53 ` bugzilla-daemon
2010-07-26 19:56 ` bugzilla-daemon
2010-07-27 11:54 ` bugzilla-daemon
2010-07-27 11:55 ` bugzilla-daemon
2010-07-27 14:20 ` bugzilla-daemon
2010-07-27 15:03 ` bugzilla-daemon
2010-07-27 15:04 ` bugzilla-daemon
2010-07-27 15:23 ` bugzilla-daemon
2010-07-27 15:36 ` bugzilla-daemon
2010-07-27 18:06 ` bugzilla-daemon
2010-07-29 19:29 ` bugzilla-daemon
2010-07-29 19:38 ` bugzilla-daemon
2010-07-29 19:38 ` bugzilla-daemon
2010-08-01 19:40 ` bugzilla-daemon
2010-08-02 13:21 ` bugzilla-daemon
2010-08-05 12:12 ` bugzilla-daemon
2010-08-05 18:07 ` bugzilla-daemon
2010-08-05 18:31 ` bugzilla-daemon
2010-08-06 6:32 ` bugzilla-daemon
2010-08-20 22:23 ` bugzilla-daemon
2010-09-08 7:44 ` bugzilla-daemon
2010-09-08 8:24 ` bugzilla-daemon
2010-09-13 17:56 ` bugzilla-daemon
2010-09-16 18:13 ` bugzilla-daemon
2010-09-16 18:15 ` bugzilla-daemon
2010-09-16 18:16 ` bugzilla-daemon
2010-09-16 18:39 ` bugzilla-daemon
2010-09-17 0:18 ` bugzilla-daemon
2010-09-20 10:20 ` bugzilla-daemon
2010-10-03 10:05 ` bugzilla-daemon
2010-10-03 10:25 ` bugzilla-daemon
2010-10-03 20:14 ` bugzilla-daemon
2010-10-04 21:10 ` bugzilla-daemon
2011-01-23 16:09 ` bugzilla-daemon
-- strict thread matches above, loose matches on Subject: below --
2010-07-08 23:33 2.6.35-rc4-git3: Reported regressions from 2.6.34 Rafael J. Wysocki
2010-07-08 23:41 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-07-08 23:41 ` Rafael J. Wysocki
2010-07-23 11:42 2.6.35-rc6: Reported regressions from 2.6.34 Rafael J. Wysocki
2010-07-23 11:47 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-08-01 13:46 2.6.35-rc6-git6: Reported regressions from 2.6.34 Rafael J. Wysocki
2010-08-01 13:52 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-08-29 22:57 2.6.36-rc3: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-09-12 19:07 2.6.36-rc3-git5: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
2010-09-12 19:08 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-09-13 11:42 ` Jan Kara
2010-09-13 11:42 ` Jan Kara
[not found] ` <20100913114229.GA4016-+0h/O2h83AeN3ZZ/Hiejyg@public.gmane.org>
2010-09-13 17:56 ` Rafael J. Wysocki
2010-09-13 17:56 ` Rafael J. Wysocki
2010-09-20 19:54 2.6.36-rc4-git5: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
2010-09-20 19:57 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-09-20 19:57 ` Rafael J. Wysocki
2010-09-20 21:29 ` Jan Kara
[not found] ` <20100920212955.GB14020-+0h/O2h83AeN3ZZ/Hiejyg@public.gmane.org>
2010-09-20 23:55 ` Rafael J. Wysocki
2010-09-20 23:55 ` Rafael J. Wysocki
2010-09-26 20:29 2.6.36-rc5-git7: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
2010-09-26 20:33 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-10-03 21:36 2.6.36-rc6-git2: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
2010-10-03 21:53 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-10-03 21:53 ` Rafael J. Wysocki
2010-10-10 19:10 2.6.36-rc7-git2: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
2010-10-10 19:18 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-10-17 20:53 2.6.36-rc8-git3: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
2010-10-17 20:55 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty 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.