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:
9bf1a24
)
oprofile: fix an overflow in ppro code
author
Eric Dumazet
<dada1@cosmosbay.com>
Mon, 10 Nov 2008 08:05:37 +0000
(09:05 +0100)
committer
Robert Richter
<robert.richter@amd.com>
Mon, 17 Nov 2008 17:47:36 +0000
(18:47 +0100)
reset_value was changed from long to u64 in commit
b99170288421c79f0c2efa8b33e26e65f4bb7fb8
(oprofile: Implement Intel
architectural perfmon support)
But dynamic allocation of this array use a wrong type (long instead of
u64)
Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Robert Richter <robert.richter@amd.com>
No differences found