netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Warning/Oops report of the week of August 7th, 2008
@ 2008-08-07 15:41 Arjan van de Ven
  2008-08-08 20:24 ` Krzysztof Oledzki
  0 siblings, 1 reply; 2+ messages in thread
From: Arjan van de Ven @ 2008-08-07 15:41 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Linus Torvalds, Dave Jones, NetDev

This week, a total of 2871 oopses and warnings have been reported,
compared to 2826 reports in the previous week.

The biggest visible change this time is that the proprietary madwifi driver (which has been
splattered all over the top 10 for months) finally fixed their sysctl bug, and they've now
mostly dropped out of this report. A few new 2.6.27-rc bugs are quite visible in this report.

I'm hoping that Fedora will update to a 2.6.26 codebase soon, at which point I'll start
dropping all reports from 2.6.25 and earlier from this report.




Rank 1: journal_update_superblock (warning)
	Reported 235 times (2464 total reports)
	Likely caused by the user removing a USB stick while mounted
	This warning was last seen in version 2.6.27-rc1-git3, and first seen in 2.6.24-rc6-git1.
	More info: http://www.kerneloops.org/searchweek.php?search=journal_update_superblock

Rank 2: parport_device_proc_register (warning)
	Reported 219 times (2990 total reports)
	Duplicate /proc registration in the parport driver
	This warning was last seen in version 2.6.26, and first seen in 2.6.24-rc5.
	More info: http://www.kerneloops.org/searchweek.php?search=parport_device_proc_register

Rank 3: sysfs_add_one (warning)
	Reported 216 times (2800 total reports)
	Duplicate sysfs registration; mostly in USB audio
	This warning was last seen in version 2.6.27-rc1, and first seen in 2.6.24-rc6.
	More info: http://www.kerneloops.org/searchweek.php?search=sysfs_add_one

Rank 4: (tainted) firegl_ioctl (warning)
	Reported 187 times (1658 total reports)
	[external] Bug in the proprietary fireglx driver
	warning only shows up in tainted kernels
	This warning was last seen in version 2.6.25.14, and first seen in 2.6.25.
	More info: http://www.kerneloops.org/searchweek.php?search=firegl_ioctl

Rank 5: sched_mc_power_savings_store (oops)
	Reported 79 times (201 total reports)
	[fixed] Bug in the scheduler sysfs initialization code
	This oops was last seen in version 2.6.27, and first seen in 2.6.26.
	More info: http://www.kerneloops.org/searchweek.php?search=sched_mc_power_savings_store

Rank 6: ata_altstatus (warning)
	Reported 73 times (315 total reports)
	[fixed] Bug in the ATA layer triggered by the ata pnp driver
	This warning was last seen in version 2.6.25.3, and first seen in 2.6.24.
	More info: http://www.kerneloops.org/searchweek.php?search=ata_altstatus

Rank 7: nf_conntrack_acct_fini (warning)
	Reported 67 times
	Bug in the netfilter procfs code exposed by Al's recent cleanups
	This warning was last seen in version 2.6.27-rc2, and first seen in 2.6.27-rc1.
	More info: http://www.kerneloops.org/searchweek.php?search=nf_conntrack_acct_fini

Rank 8: ext3_commit_super (warning)
	Reported 64 times (649 total reports)
	Likely caused by the user removing a USB stick while mounted
	This warning was last seen in version 2.6.27-rc0-git8, and first seen in 2.6.24.
	More info: http://www.kerneloops.org/searchweek.php?search=ext3_commit_super

Rank 9: tick_broadcast_oneshot_control (softlockup)
	Reported 63 times (1024 total reports)
	Some interaction betwee tickless and system with an AMD CPU and an ATI chipset
	This softlockup was last seen in version 2.6.25.11, and first seen in 2.6.24-rc4.
	More info: http://www.kerneloops.org/searchweek.php?search=tick_broadcast_oneshot_control

Rank 10: ata_hsm_move (oops)
	Reported 59 times (448 total reports)
	This oops was last seen in version 2.6.25.11, and first seen in 2.6.25-rc9-git1.
	More info: http://www.kerneloops.org/searchweek.php?search=ata_hsm_move

Rank 11: ssb_tmslow_reject_bitmask (warning)
	Reported 55 times (116 total reports)
	This warning was last seen in version 2.6.25.10, and first seen in 2.6.24.
	More info: http://www.kerneloops.org/searchweek.php?search=ssb_tmslow_reject_bitmask

Rank 12: __netif_schedule (warning)
	Reported 52 times (148 total reports)
	[fixed] issue as a result of the multiqueue feature, fixed for 2.6.27-rc1
	This warning was last seen in version 2.6.26-git11, and first seen in 2.6.26-rc8-git.
	More info: http://www.kerneloops.org/searchweek.php?search=__netif_schedule

Rank 13: (tainted) ath_dynamic_sysctl_register (warning)
	Reported 52 times (5388 total reports)
	[external] Bug in the proprietary madwifi driver
	warning only shows up in tainted kernels
	This warning was last seen in version 2.6.25.9, and first seen in 2.6.24.
	More info: http://www.kerneloops.org/searchweek.php?search=ath_dynamic_sysctl_register


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

* Re: Warning/Oops report of the week of August 7th, 2008
  2008-08-07 15:41 Warning/Oops report of the week of August 7th, 2008 Arjan van de Ven
@ 2008-08-08 20:24 ` Krzysztof Oledzki
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Oledzki @ 2008-08-08 20:24 UTC (permalink / raw)
  To: Arjan van de Ven
  Cc: Linux Kernel Mailing List, Linus Torvalds, Dave Jones, NetDev



On Thu, 7 Aug 2008, Arjan van de Ven wrote:
<CUT>

> Rank 7: nf_conntrack_acct_fini (warning)
> 	Reported 67 times
> 	Bug in the netfilter procfs code exposed by Al's recent cleanups
> 	This warning was last seen in version 2.6.27-rc2, and first seen in 
> 2.6.27-rc1.
> 	More info: 
> http://www.kerneloops.org/searchweek.php?search=nf_conntrack_acct_fini

Should be fixed by:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=9714be7da8b32f36d2468fe08ff603b6402df8cf

Best regards,

 				Krzysztof Oledzki

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

end of thread, other threads:[~2008-08-08 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-07 15:41 Warning/Oops report of the week of August 7th, 2008 Arjan van de Ven
2008-08-08 20:24 ` Krzysztof Oledzki

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