Freezer: Introduce PF_FREEZER_NOSIG
Hi! From: Rafael J. Wysocki <rjw(a)sisk.pl> The freezer currently attempts to distinguish kernel threads from user space tasks by checking if their mm pointer is unset and it does not send fake signals to kernel threads. However, there are kernel threads, mostly related to networking, that behave li... 7 May 2008 08:31
possible regression of ptrace on 2.6.26-rc1
Hi, When I tried the test case (ptrace-syscall-ret) on 2.6.26-rc1 kernel, found it always fails, but could pass on previous ones. Here is the result (both in x86 and x86_64 box): [wjhuang(a)10-182-121-27 single-test]$ ./ptrace-syscall-ret ../ptrace-syscall-ret: PTRACE_CONT, pid 17315, retvalue -1: No such pro... 7 May 2008 05:53
[PATCH] perfmon: add context switch hooks for x86
Hello, Here is a first perfmon patch. It provides the following: - minimal perfmon source tree layout with a topdir perfmon for generic code and the x86 arch specific subdir in arch/x86. - the x86 perfmon context switch hooks in switch_to() and related TIF flag for both 32 and 64 bits. ... 7 May 2008 05:06
[RFC][PATCH 1/4] RTC: Class device support for persistent clock
On Wed, 2008-05-07 at 01:40 +0100, Maciej W. Rozycki wrote: +int rtc_update_persistent_clock(struct timespec now) +{ + struct rtc_device *rtc = rtc_class_open(CONFIG_RTC_HCTOSYS_DEVICE); + int err; + + if (rtc == NULL) { + printk(KERN_ERR "hctosys: unable to o... 7 May 2008 04:18
x86: remove printk compiling warning
CC: Randy Dunlap <rdunlap(a)xenotime.net> Shen Feng wrote: Since size is unsigned long, the format string is changed from zd to lu. Signed-off-by: Shen Feng <shen(a)cn.fujitsu.com> --- arch/x86/kernel/setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/... 7 May 2008 11:47
Horrendous Audio Stutter - current git
On Friday 02 May 2008, Peter Zijlstra wrote: Under kernel compilation load (make -j8) audio is very much unusable on current linux-2.6.git - The stutter is so bad I can hardly tell what song I am listening to :) Even with make -j4 it still skips but not that badly. What's the current status here?... 7 May 2008 05:05
[GIT PATCH] UDF fixes
Hi Linus, would you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6.git for_linus to get two bugfixes and one patch I've accidentally ommitted from the previous merge. Diffstat and shortlog is below. Thanks. Honza fs/udf/namei.c | 145 ++++++++... 7 May 2008 04:18
[PATCH] x86: remove printk compiling warning
Since size is unsigned long, the format string is changed from zd to lu. Signed-off-by: Shen Feng <shen(a)cn.fujitsu.com> --- arch/x86/kernel/setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index cc6f5eb..c0c68c1 100644 --- a/... 7 May 2008 04:18
audio skipping on 2.6.26-rc1
On a T60 I get occasional (but very annoying) audio skips while compiling kernels. No kernels (as long as I remeber) prior to this had any similar problems. It's reproducible, but takes some minutes to get reliably. Please don't tell me to bisect it :) Config attached. Thanks, Miklos # # Automaticall... 7 May 2008 05:06
build issue #493 for v2.6.26-rc1-110-ga153063 :undefined reference to `pnp_get_resource'
On Wed, May 07, 2008 at 09:47:35AM +0200, Toralf Förster wrote: the build (.config attached) failed, make ends with : ... CHECK include/video/sisfb.h CHECK include/video/edid.h GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/versi... 7 May 2008 04:18