]> git.baikalelectronics.ru Git - kernel.git/commit
arm_pmu: Validate single/group leader events
authorRob Herring <robh@kernel.org>
Fri, 8 Apr 2022 20:33:30 +0000 (15:33 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Apr 2022 12:39:00 +0000 (14:39 +0200)
commit5345884468cea3c8cdb0d0ab3c595f4572330ce1
tree3beecc9b9d2c6ca2de309b5ace807c4b5e2d4360
parent46625c401a58bf425c491ed279f4c6834010fb2d
arm_pmu: Validate single/group leader events

commit 6dbe38517cc4df12e0ed2408fe25377dbe4aae5a upstream.

In the case where there is only a cycle counter available (i.e.
PMCR_EL0.N is 0) and an event other than CPU cycles is opened, the open
should fail as the event can never possibly be scheduled. However, the
event validation when an event is opened is skipped when the group
leader is opened. Fix this by always validating the group leader events.

Reported-by: Al Grant <al.grant@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/20220408203330.4014015-1-robh@kernel.org
Cc: <stable@vger.kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/perf/arm_pmu.c