diff options
author | 2025-01-09 09:28:10 -0600 | |
---|---|---|
committer | 2025-01-10 13:45:39 +0000 | |
commit | d00f343a63e9e40b0193ad908ad410b981574545 (patch) | |
tree | 7f8571629297955aae152771d0f8c0bb381f0f94 | |
parent | drivers/perf: apple_m1: Map generic branch events (diff) | |
download | wireguard-linux-d00f343a63e9e40b0193ad908ad410b981574545.tar.xz wireguard-linux-d00f343a63e9e40b0193ad908ad410b981574545.zip |
MAINTAINERS: Add perf list for drivers/perf/
drivers/perf/ contains drivers for the perf subsystem, so it makes sense
that the perf list, linux-perf-users@vger.kernel.org, should be
included for perf drivers.
Cc: Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: James Clark <james.clark@linaro.org>
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250109152811.3402943-1-robh@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 17daa9ee9384..792966072d85 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1920,6 +1920,7 @@ ARM PMU PROFILING AND DEBUGGING M: Will Deacon <will@kernel.org> M: Mark Rutland <mark.rutland@arm.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +L: linux-perf-users@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/arm/pmu.yaml F: Documentation/devicetree/bindings/perf/ |