[PATCH 2/5] function-graph: Init curr_ret_stack with ret_stack
From: Steven Rostedt <srostedt(a)redhat.com> If the graph tracer is active, and a task is forked but the allocating of the processes graph stack fails, it can cause crash later on. This is due to the temporary stack being NULL, but the curr_ret_stack variable is copied from the parent. If it is not -1, then in f... 12 Mar 2010 22:53
[PATCH 1/5] ring-buffer: Move disabled check into preempt disable section
From: Lai Jiangshan <laijs(a)cn.fujitsu.com> The ring buffer resizing and resetting relies on a schedule RCU action. The buffers are disabled, a synchronize_sched() is called and then the resize or reset takes place. But this only works if the disabling of the buffers are within the preempt disabled section, oth... 12 Mar 2010 22:53
[PATCH 5/5] tracing: Do not record user stack trace from NMI context
From: Steven Rostedt <srostedt(a)redhat.com> A bug was found with Li Zefan's ftrace_stress_test that caused applications to segfault during the test. Placing a tracing_off() in the segfault code, and examining several traces, I found that the following was always the case. The lock tracer was enabled (lockdep be... 12 Mar 2010 22:53
[PATCH 0/5][GIT PULL][2.6.34] tracing: urgent fixes
Ingo, Li Zefan and Lai Jiangshan told me they were finding various bugs with running a stress test. I asked for this test, and Li sent it to me. Running the test I was also able to trigger the same bugs that they were seeing. Unfortunately, these bugs were very hard to figure out and it took me most of the wee... 12 Mar 2010 22:53
[PATCH 4/5] tracing: Disable buffer switching when starting or stopping trace
From: Steven Rostedt <srostedt(a)redhat.com> When the trace iterator is read, tracing_start() and tracing_stop() is called to stop tracing while the iterator is processing the trace output. These functions disable both the standard buffer and the max latency buffer. But if the wakeup tracer is running, it can sw... 12 Mar 2010 22:53
2.6.33.1-stable review
On Fri, 12 Mar 2010 16:16:18 -0800, you wrote: This is the start of the stable review cycle for the 2.6.31.1 release. There are 123 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the pr... 12 Mar 2010 22:53
2.6.32.10-stable review
On Fri, 12 Mar 2010 16:28:16 -0800, you wrote: This is the start of the stable review cycle for the 2.6.32.10 release. There are 145 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the p... 12 Mar 2010 22:53
drivers/base: init dynamic bin_attribute structures
On Fri, Mar 12, 2010 at 08:03:50AM +0100, Wolfram Sang wrote: Commit 6992f5334995af474c2b58d010d08bc597f0f2fe introduced this requirement. Found with coccinelle, but fixed manually. Compile tested on X86 where possible. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Greg Kroah-Hartman <gregk... 12 Mar 2010 21:48
[patch 024/123] Staging: hv: match on DMI values to know if we should run.
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Greg Kroah-Hartman <gregkh(a)suse.de> commit c22090facd354749cfe99a46e903449c7ac07788 upstream. The HV core mucks around with specific irqs and other low-level stuff and takes forever to determine that it r... 12 Mar 2010 21:48
[patch 013/123] slab: initialize unused alien cache entry as NULL at alloc_alien_cache().
2.6.33-stable review patch. If anyone has any objections, please let me know. ----------------- From: Haicheng Li <haicheng.li(a)linux.intel.com> commit f3186a9c51eabe75b2780153ed7f07778d78b16e upstream. Comparing with existing code, it's a simpler way to use kzalloc_node() to ensure that each unused alien ... 12 Mar 2010 21:48