[tip:perf/core] perf probe: Fix not to return non-matched file
Commit-ID: c9e385826d4f1ca5a72005ab8503598f791a8dc0 Gitweb: http://git.kernel.org/tip/c9e385826d4f1ca5a72005ab8503598f791a8dc0 Author: Masami Hiramatsu <mhiramat(a)redhat.com> AuthorDate: Fri, 2 Apr 2010 12:50:45 -0400 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Fri, 2 Apr 2010 19:35:42 +0200 per... 2 Apr 2010 15:57
[tip:perf/core] perf: Fix 'perf sched record' deadlock
Commit-ID: 8bb39f9aa068262732fe44b965d7a6eb5a5a7d67 Gitweb: http://git.kernel.org/tip/8bb39f9aa068262732fe44b965d7a6eb5a5a7d67 Author: Mike Galbraith <efault(a)gmx.de> AuthorDate: Fri, 26 Mar 2010 11:11:33 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Fri, 2 Apr 2010 19:30:05 +0200 perf: Fix ... 2 Apr 2010 15:57
[tip:perf/core] perf probe: Correct error message for non-structure type
Commit-ID: 12e5a7ae475ccb2733d740ffb95d9ca0a18392da Gitweb: http://git.kernel.org/tip/12e5a7ae475ccb2733d740ffb95d9ca0a18392da Author: Masami Hiramatsu <mhiramat(a)redhat.com> AuthorDate: Fri, 2 Apr 2010 12:50:53 -0400 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Fri, 2 Apr 2010 19:35:43 +0200 per... 2 Apr 2010 15:57
[tip:x86/urgent] x86: Increase CONFIG_NODES_SHIFT max to 10
Commit-ID: 51591e31dcb3716f03f962e26ec36a029aa46340 Gitweb: http://git.kernel.org/tip/51591e31dcb3716f03f962e26ec36a029aa46340 Author: David Rientjes <rientjes(a)google.com> AuthorDate: Thu, 25 Mar 2010 15:39:27 -0700 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Fri, 2 Apr 2010 19:09:31 +0200 x86:... 2 Apr 2010 15:57
oom: oom_forkbomb_penalty: move thread_group_cputime() out of task_lock()
On Fri, 2 Apr 2010, Oleg Nesterov wrote: It doesn't make sense to call thread_group_cputime() under task_lock(), we can drop this lock right after we read get_mm_rss() and save the value in the local variable. Note: probably it makes more sense to use sum_exec_runtime instead of utime + stime, it i... 2 Apr 2010 15:57
[tip:tracing/core] tracing: Remove side effect from module tracepoints that caused a GPF
Commit-ID: ae832d1e03ac9bf09fb8a07fb37908ab40c7cd0e Gitweb: http://git.kernel.org/tip/ae832d1e03ac9bf09fb8a07fb37908ab40c7cd0e Author: Li Zefan <lizf(a)cn.fujitsu.com> AuthorDate: Wed, 24 Mar 2010 10:57:43 +0800 Committer: Steven Rostedt <rostedt(a)goodmis.org> CommitDate: Wed, 31 Mar 2010 22:56:58 -0400 ... 2 Apr 2010 15:57
oom: select_bad_process: check PF_KTHREAD instead of !mm to skip kthreads
On Fri, 2 Apr 2010, Oleg Nesterov wrote: select_bad_process() thinks a kernel thread can't have ->mm != NULL, this is not true due to use_mm(). Change the code to check PF_KTHREAD. Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> Acked-by: David Rientjes <rientjes(a)google.com> -- To unsubscribe ... 2 Apr 2010 15:57
[PATCH] rtc-isl1208: use sysfs_{create/remove}_group
Instead of individually creating and removing the sysfs device attribute files, wrap them in an attribute_group and use sysfs_{create/remove}_group. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Cc: Alessandro Zummo <a.zummo(a)towertech.it> --- diff --git a/drivers/rtc/rtc-isl1208.c b/driver... 2 Apr 2010 15:57
[tip:x86/mm] RO/NX protection for loadable kernel modules
> just wondering, is the boot crash related to the earlier version of this patch fixed in this version? If yes, what was the root cause? The crash was related to "[PATCH 3/4] [tip:x86/mm] NX protection for kernel data" and is fixed by "[PATCH 1/4] [tip:x86/mm] Correcting improper large page preservation". The ... 2 Apr 2010 14:50
[PATCH -mm 3/4] oom: introduce find_lock_task_mm() to fix !mm false positives
Almost all ->mm == NUL checks in oom_kill.c are wrong. The current code assumes that the task without ->mm has already released its memory and ignores the process. However this is not necessarily true when this process is multithreaded, other live sub-threads can use this ->mm. - Remove the "if (!p->mm)" check... 2 Apr 2010 14:50