git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e74f2
)
tracing: fix mmiotrace resizing crash
author
Ingo Molnar
<mingo@elte.hu>
Thu, 13 Nov 2008 13:58:31 +0000
(14:58 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 13 Nov 2008 13:58:31 +0000
(14:58 +0100)
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>
No differences found