Skip to content
Commit 99c1745b authored by Will Deacon's avatar Will Deacon Committed by Russell King
Browse files

ARM: 7355/1: perf: clear overflow flag when disabling counter on ARMv7 PMU



When disabling a counter on an ARMv7 PMU, we should also clear the
overflow flag in case an overflow occurred whilst stopping the counter.
This prevents a spurious overflow being picked up later and leading to
either false accounting or a NULL dereference.

Cc: <stable@vger.kernel.org>
Reported-by: default avatarMing Lei <tom.leiming@gmail.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 57273471
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment