mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER
@ 2022-09-29 12:29 Lukas Bulwahn
  2022-10-07 13:18 ` Will Deacon
  2022-10-07 16:43 ` Catalin Marinas
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-09-29 12:29 UTC (permalink / raw)
  To: Shuai Xue, Hongbo Yao, Neng Chen, Will Deacon, Mark Rutland,
	linux-arm-kernel
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit cf7b61073e45 ("drivers/perf: add DDR Sub-System Driveway PMU driver
for Yitian 710 SoC") adds the DDR Sub-System Driveway PMU driver here:

  drivers/perf/alibaba_uncore_drw_pmu.c

The file entry in MAINTAINERS for the ALIBABA PMU DRIVER, introduced with
commit d813a19e7d2e ("MAINTAINERS: add maintainers for Alibaba' T-Head PMU
driver"), however refers to:

  drivers/perf/alibaba_uncore_dwr_pmu.c

Note the swapping of characters.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken file pattern.

Repair this file entry in ALIBABA PMU DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 485d66af5c9a..e14e37c7c734 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -754,7 +754,7 @@ ALIBABA PMU DRIVER
 M:	Shuai Xue <xueshuai@linux.alibaba.com>
 S:	Supported
 F:	Documentation/admin-guide/perf/alibaba_pmu.rst
-F:	drivers/perf/alibaba_uncore_dwr_pmu.c
+F:	drivers/perf/alibaba_uncore_drw_pmu.c
 
 ALIENWARE WMI DRIVER
 L:	Dell.Client.Kernel@dell.com
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER
  2022-09-29 12:29 [PATCH] MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER Lukas Bulwahn
@ 2022-10-07 13:18 ` Will Deacon
  2022-10-07 16:43 ` Catalin Marinas
  1 sibling, 0 replies; 3+ messages in thread
From: Will Deacon @ 2022-10-07 13:18 UTC (permalink / raw)
  To: Lukas Bulwahn, catalin.marinas
  Cc: Shuai Xue, Hongbo Yao, Neng Chen, Mark Rutland, linux-arm-kernel,
	kernel-janitors, linux-kernel

On Thu, Sep 29, 2022 at 02:29:37PM +0200, Lukas Bulwahn wrote:
> Commit cf7b61073e45 ("drivers/perf: add DDR Sub-System Driveway PMU driver
> for Yitian 710 SoC") adds the DDR Sub-System Driveway PMU driver here:
> 
>   drivers/perf/alibaba_uncore_drw_pmu.c
> 
> The file entry in MAINTAINERS for the ALIBABA PMU DRIVER, introduced with
> commit d813a19e7d2e ("MAINTAINERS: add maintainers for Alibaba' T-Head PMU
> driver"), however refers to:
> 
>   drivers/perf/alibaba_uncore_dwr_pmu.c
> 
> Note the swapping of characters.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken file pattern.
> 
> Repair this file entry in ALIBABA PMU DRIVER.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 485d66af5c9a..e14e37c7c734 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -754,7 +754,7 @@ ALIBABA PMU DRIVER
>  M:	Shuai Xue <xueshuai@linux.alibaba.com>
>  S:	Supported
>  F:	Documentation/admin-guide/perf/alibaba_pmu.rst
> -F:	drivers/perf/alibaba_uncore_dwr_pmu.c
> +F:	drivers/perf/alibaba_uncore_drw_pmu.c
>  
>  ALIENWARE WMI DRIVER
>  L:	Dell.Client.Kernel@dell.com

Acked-by: Will Deacon <will@kernel.org>

Will

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER
  2022-09-29 12:29 [PATCH] MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER Lukas Bulwahn
  2022-10-07 13:18 ` Will Deacon
@ 2022-10-07 16:43 ` Catalin Marinas
  1 sibling, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2022-10-07 16:43 UTC (permalink / raw)
  To: Mark Rutland, Neng Chen, Will Deacon, Shuai Xue, Hongbo Yao,
	Lukas Bulwahn, linux-arm-kernel
  Cc: kernel-janitors, linux-kernel

On Thu, 29 Sep 2022 14:29:37 +0200, Lukas Bulwahn wrote:
> Commit cf7b61073e45 ("drivers/perf: add DDR Sub-System Driveway PMU driver
> for Yitian 710 SoC") adds the DDR Sub-System Driveway PMU driver here:
> 
>   drivers/perf/alibaba_uncore_drw_pmu.c
> 
> The file entry in MAINTAINERS for the ALIBABA PMU DRIVER, introduced with
> commit d813a19e7d2e ("MAINTAINERS: add maintainers for Alibaba' T-Head PMU
> driver"), however refers to:
> 
> [...]

Applied to arm64 (for-next/core), thanks!

[1/1] MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER
      https://git.kernel.org/arm64/c/5f4853e81094

-- 
Catalin


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-07 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29 12:29 [PATCH] MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER Lukas Bulwahn
2022-10-07 13:18 ` Will Deacon
2022-10-07 16:43 ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®