]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: perf: fix array out of bounds access in armpmu_map_hw_event()
authorWill Deacon <will.deacon@arm.com>
Tue, 20 Aug 2013 10:47:39 +0000 (11:47 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 20 Aug 2013 11:05:57 +0000 (12:05 +0100)
commitb4f30a1ab402978c4503faaab19024d2e78b7753
treef208c1d84324fc007b6bb19595ce8756ebe39047
parentd33c3cb0da597300ed26282fd9cb264be06085c0
arm64: perf: fix array out of bounds access in armpmu_map_hw_event()

This is a port of 1c36181c16a7 ("ARM: 7810/1: perf: Fix array out of
bounds access in armpmu_map_hw_event()") to arm64, which fixes an oops
in the arm64 perf backend found as a result of Vince's fuzzing tool.

Cc: <stable@vger.kernel.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/perf_event.c