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:
2504ea5
)
tracepoints: fix disable
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 14 Nov 2008 22:47:42 +0000
(17:47 -0500)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 16 Nov 2008 08:01:31 +0000
(09:01 +0100)
Impact: fix race
Set the probe array pointer to NULL when the tracepoint is disabled.
The probe array point not being NULL could generate a race condition
where the reader would dereference a freed pointer.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found