Regression: my systems can no longer boot from an ide hard drive
[adding linux-ide mailing list] On Tue, 23 Mar 2010 02:01:30 -0600 Mike Hayward wrote: Three identical known good opteron systems can no longer boot freshly installed distros from an ide hard drive. The systems have one ide drive and eight sata drives. If distro is installed to ide drive, Ubuntu 9.10... 23 Mar 2010 12:28
[tip:timers/urgent] time: Fix accumulation bug triggered by long delay.
Commit-ID: 830ec0458c390f29c6c99e1ff7feab9e36368d12 Gitweb: http://git.kernel.org/tip/830ec0458c390f29c6c99e1ff7feab9e36368d12 Author: John Stultz <johnstul(a)us.ibm.com> AuthorDate: Thu, 18 Mar 2010 14:47:30 -0700 Committer: Thomas Gleixner <tglx(a)linutronix.de> CommitDate: Tue, 23 Mar 2010 16:41:01 +0100 ... 23 Mar 2010 12:28
Make kernel-doc ignore __init_or_module
On 03/23/10 08:31, William Cohen wrote: Function definitions may include __init_or_module. kernel-doc needs to filter those out to avoid confusing __init_or_module for the function name. Signed-off-by: William cohen <wcohen(a)redhat.com> --- scripts/kernel-doc | 1 + 1 files changed, 1 inser... 23 Mar 2010 12:28
possible huge regress
Hi, We have benchmarked some multithreaded code here on 16-core/4-way opteron 8356 host on number of kernels (see below) and found strange results. Up to 8 threads we didn't see any noticeable differences in performance, but starting from 9 threads performance diverges substantially. I provide here results for 14 t... 23 Mar 2010 13:39
[PATCH RFC] rt2500usb: disable broken HW encryption by default
On 03/23/10 16:09, Ondrej Zary wrote: On Tuesday 23 March 2010, Ivo Van Doorn wrote: On Tue, Mar 23, 2010 at 10:27 AM, Ondrej Zary <linux(a)rainbow-software.org> wrote: On Monday 22 March 2010, Ivo Van Doorn wrote: But I though it was mentioned that disabling HW crypto didn't solve the... 23 Mar 2010 12:28
[PATCH] Make kernel-doc ignore __init_or_module
Function definitions may include __init_or_module. kernel-doc needs to filter those out to avoid confusing __init_or_module for the function name. Signed-off-by: William cohen <wcohen(a)redhat.com> --- scripts/kernel-doc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/kernel-d... 23 Mar 2010 12:28
[PATCH -mm 2/2] keyctl_session_to_parent: use thread_group_empty() to check singlethreadness
No functional changes. keyctl_session_to_parent() is the only user of signal->count which needs the correct value. Change it to use thread_group_empty() instead, this must be strictly equivalent under tasklist, and imho looks better. Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> --- security/keys/keyctl.c... 23 Mar 2010 11:18
[PATCH] fscache: add missing unlock
From: Dan Carpenter <error27(a)gmail.com> Sparse complained about this missing spin_unlock() Signed-off-by: Dan Carpenter <error27(a)gmail.com> Signed-off-by: David Howells <dhowells(a)redhat.com> --- fs/fscache/page.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/fscache/page.c b... 23 Mar 2010 11:18
[PATCH -mm 0/2] misc: don't use sig->count
Trivial. According to grep, get_nr_threads() becomes the only user of sig->count. Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at ... 23 Mar 2010 11:18
[PATCH -mm 1/2] proc_sched_show_task: use get_nr_threads()
Trivial, use get_nr_threads() helper to read signal->count which we are going to change. Like other callers, proc_sched_show_task() doesn't need the exactly precise nr_threads. Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> --- kernel/sched_debug.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 del... 23 Mar 2010 11:18