mbox series

[v2,0/4] perf/arm_cspmu: Fixes and cleanups

Message ID cover.1685983270.git.robin.murphy@arm.com (mailing list archive)
Headers show
Series perf/arm_cspmu: Fixes and cleanups | expand

Message

Robin Murphy June 5, 2023, 5:01 p.m. UTC
v1: https://lore.kernel.org/linux-arm-kernel/cover.1685619571.git.robin.murphy@arm.com/

Quick update fixing the issues in patch #4 pointed out by Ilkka.

Thanks,
Robin.


Robin Murphy (4):
  perf/arm_cspmu: Fix event attribute type
  ACPI/APMT: Don't register invalid resource
  perf/arm_cspmu: Clean up ACPI dependency
  perf/arm_cspmu: Decouple APMT dependency

 drivers/acpi/arm64/apmt.c          | 10 ++--
 drivers/perf/arm_cspmu/Kconfig     |  3 +-
 drivers/perf/arm_cspmu/arm_cspmu.c | 79 ++++++++++++++----------------
 drivers/perf/arm_cspmu/arm_cspmu.h |  5 +-
 4 files changed, 45 insertions(+), 52 deletions(-)

Comments

Will Deacon June 9, 2023, 11:16 a.m. UTC | #1
On Mon, 5 Jun 2023 18:01:30 +0100, Robin Murphy wrote:
> v1: https://lore.kernel.org/linux-arm-kernel/cover.1685619571.git.robin.murphy@arm.com/
> 
> Quick update fixing the issues in patch #4 pointed out by Ilkka.
> 
> Thanks,
> Robin.
> 
> [...]

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

[1/4] perf/arm_cspmu: Fix event attribute type
      https://git.kernel.org/will/c/71e0cb32d5fc
[2/4] ACPI/APMT: Don't register invalid resource
      https://git.kernel.org/will/c/87b3b6d53efc
[3/4] perf/arm_cspmu: Clean up ACPI dependency
      https://git.kernel.org/will/c/f9bd34e3753e
[4/4] perf/arm_cspmu: Decouple APMT dependency
      https://git.kernel.org/will/c/d2e3bb512818

Cheers,