diff options
author | Junhao He <[email protected]> | 2024-04-25 20:46:25 +0800 |
---|---|---|
committer | Will Deacon <[email protected]> | 2024-04-28 08:49:31 +0100 |
commit | 77fce82678ea5fd51442e62febec2004f79e041b (patch) | |
tree | 878f211fd0d7121aaa5db7773fd48ac6ab490e58 /scripts/gdb | |
parent | 4052ce07d5d7e8158dfd5c01c514b930cb689f68 (diff) |
drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group
The perf tool allows users to create event groups through following
cmd [1], but the driver does not check whether the array index is out of
bounds when writing data to the event_group array. If the number of events
in an event_group is greater than HISI_PCIE_MAX_COUNTERS, the memory write
overflow of event_group array occurs.
Add array index check to fix the possible array out of bounds violation,
and return directly when write new events are written to array bounds.
There are 9 different events in an event_group.
[1] perf stat -e '{pmu/event1/, ... ,pmu/event9/}'
Fixes: 8404b0fbc7fb ("drivers/perf: hisi: Add driver for HiSilicon PCIe PMU")
Signed-off-by: Junhao He <[email protected]>
Reviewed-by: Jijie Shao <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions