From: Eric Dumazet Date: Mon, 10 Nov 2008 08:05:37 +0000 (+0100) Subject: oprofile: fix an overflow in ppro code X-Git-Tag: v2.6.28-rc7~45^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4a16beadea041ab601e65b264b568e8b6b4f68d;p=pandora-kernel.git oprofile: fix an overflow in ppro code 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 Signed-off-by: Eric Dumazet Signed-off-by: Robert Richter --- Reading git-diff-tree failed