mbox series

[0/3] drivers/perf: hisi: Fixed some issues with hisi pmu

Message ID 20240425124627.13764-1-hejunhao3@huawei.com (mailing list archive)
Headers show
Series drivers/perf: hisi: Fixed some issues with hisi pmu | expand

Message

Junhao He April 25, 2024, 12:46 p.m. UTC
This patchset includes 3 bug fixes changes to hisi PMU:
- Fix out-of-bound access when valid event group in hns pmu
- Fixes the memory leak in hns pmu
- Fix out-of-bound access when valid event group in pcie pmu

Hao Chen (1):
  drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()

Junhao He (2):
  drivers/perf: hisi_pcie: Fix out-of-bound access when valid event
    group
  drivers/perf: hisi: hns3: Fix out-of-bound access when valid event
    group

 drivers/perf/hisilicon/hisi_pcie_pmu.c | 14 +++++++++++++-
 drivers/perf/hisilicon/hns3_pmu.c      | 16 ++++++++++++++--
 2 files changed, 27 insertions(+), 3 deletions(-)

Comments

Will Deacon April 28, 2024, 8:59 a.m. UTC | #1
On Thu, 25 Apr 2024 20:46:24 +0800, Junhao He wrote:
> This patchset includes 3 bug fixes changes to hisi PMU:
> - Fix out-of-bound access when valid event group in hns pmu
> - Fixes the memory leak in hns pmu
> - Fix out-of-bound access when valid event group in pcie pmu
> 
> Hao Chen (1):
>   drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()
> 
> [...]

Applied to will (for-next/perf), thanks!

[1/3] drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group
      https://git.kernel.org/will/c/77fce82678ea
[2/3] drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group
      https://git.kernel.org/will/c/81bdd60a3d1d
[3/3] drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()
      https://git.kernel.org/will/c/582c1aeee0a9

Cheers,