diff options
author | Vaibhav Nagarnaik <[email protected]> | 2012-06-22 11:50:05 -0700 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2012-06-29 16:16:35 -0400 |
commit | 44b99462d9d776522e174d6c531ce5ccef309e26 (patch) | |
tree | 084dba8a82b1d0e6da17063e200d62a07c6a6e76 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 662f5cedb38c4b88e1cebfd54a88159f2f7ab7b9 (diff) |
ring-buffer: Fix crash due to uninitialized new_pages list head
The new_pages list head in the cpu_buffer is not initialized. When
adding pages to the ring buffer, if the memory allocation fails in
ring_buffer_resize, the clean up handler tries to free up the allocated
pages from all the cpu buffers. The panic is caused by referencing the
uninitialized new_pages list head.
Initializing the new_pages list head in rb_allocate_cpu_buffer fixes
this.
Link: http://lkml.kernel.org/r/[email protected]
Cc: Justin Teravest <[email protected]>
Cc: David Sharp <[email protected]>
Signed-off-by: Vaibhav Nagarnaik <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions