it87 with 2.6.33.2: noise
With 2.6.33.2, as soon as it87 is loaded, my speaker (or something I couldn't identify) starts like an alarm/ring and doesn't stop until I reboot. It didn't happen with 2.6.32. Apr 14 18:27:37 pervalidus kernel: it87: Found IT8716F chip at 0x228, revision 3 -- To unsubscribe from this list: send the line "u... 16 Apr 2010 12:51
[PATCH 0/4 v3] ext3/4: enhance fsync performance when using CFQ
Hi, The previous two postings can be found here: http://lkml.org/lkml/2010/4/1/344 and here: http://lkml.org/lkml/2010/4/7/325 The basic problem is that, when running iozone on smallish files (up to 8MB in size) and including fsync in the timings, deadline outperforms CFQ by a factor of about 5 for 64KB ... 14 Apr 2010 17:48
Make register values available to CRIS panic notifiers
Sam Ravnborg wrote: On Sun, Apr 11, 2010 at 11:06:25PM -0700, David VomLehn wrote: The save_ptregs() function has not been tested or even built. I will need help to complete this. Signed-off-by: David VomLehn <dvomlehn(a)cisco.com> --- arch/cris/include/arch-v10/arch/ptrace.h | 80 ++++... 14 Apr 2010 17:48
Make register values available to Alpha panic notifiers
Sam Ravnborg wrote: On Sun, Apr 11, 2010 at 11:06:13PM -0700, David VomLehn wrote: The save_ptregs() function has not been tested or even built. I will need help to complete this. Signed-off-by: David VomLehn <dvomlehn(a)cisco.com> --- arch/alpha/include/asm/ptrace.h | 124 +++++++++++++... 14 Apr 2010 17:48
[PATCH 4/4] jbd2: yield the device queue when waiting for journal commits
This patch gets CFQ back in line with deadline for iozone runs, especially those testing small files + fsync timings. Signed-off-by: Jeff Moyer <jmoyer(a)redhat.com> --- fs/jbd2/journal.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c index c... 14 Apr 2010 17:48
[PATCH 3/4] jbd: yield the device queue when waiting for commits
This patch gets CFQ back in line with deadline for iozone runs, especially those testing small files + fsync timings. Signed-off-by: Jeff Moyer <jmoyer(a)redhat.com> --- fs/jbd/journal.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/fs/jbd/journal.c b/fs/jbd/journal.c index bd22... 14 Apr 2010 17:48
[PATCH 2/3] perf: Always record tracepoints raw samples from perf record
Trace events are mostly used for tracing rather than simple counting. Don't bother anymore with adding -R when using them, just record raw samples of trace events every time. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: Peter Zijlstra <a.p.zijlstra(a)ch... 14 Apr 2010 17:47
[PATCH 3/3] perf: Make the trace events sample period default to 1
Trace events are mostly used for tracing and then require not to be lost when possible. As opposite to hardware events that really require to trigger after a given sample period, trace events mostly need to trigger everytime. It is a frustrating experience to trace with perf and realize we lost a lot of events b... 14 Apr 2010 17:47
jfs: fix diAllocExt error in resizing filesystem
On Wed, 2010-04-14 at 15:56 -0400, Bill Pemberton wrote: Resizing the filesystem would result in an diAllocExt error in some instances because changes in bmp->db_agsize would not get noticed if goto extendBmap was called. Awesome! This bug has been frustrating me for a while, but I hadn't chased it down ... 14 Apr 2010 16:40
[PATCH] usb-serial: add ID for ZTE MF 330
Based on the information provided for by Paweł Drobek, add a second vendor ID and the correct product ID for ZTE MF 330. Reported-by: Paweł Drobek <pawel.drobek(a)gmail.com> Signed-off: Dominik Brodowski <linux(a)dominikbrodowski.net> diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index ca9... 14 Apr 2010 16:40