commit | ee51a1de7e3837577412be269e0100038068e691 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Nov 13 14:58:31 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Nov 13 14:58:31 2008 +0100 |
tree | a93d6dfeec829b61d6a74b5a9c841bcfeaeeb31d | |
parent | 47e74f2ba8fbf9fb1378e2524e6cfdc2fb37f160 [diff] |
tracing: fix mmiotrace resizing crash Pekka reported a crash when resizing the mmiotrace tracer (if only mmiotrace is enabled). This happens because in that case we do not allocate the max buffer, but we try to use it. Make ring_buffer_resize() idempotent against NULL buffers. Reported-by: Pekka Paalanen <pq@iki.fi> Signed-off-by: Ingo Molnar <mingo@elte.hu>