mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust file entry in CPU HOTPLUG
@ 2025-06-16 14:01 Lukas Bulwahn
  2025-06-16 15:10 ` Boqun Feng
  2025-06-19  5:29 ` Viresh Kumar
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2025-06-16 14:01 UTC (permalink / raw)
  To: Boqun Feng, Viresh Kumar; +Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit c7f005f70d22 ("rust: cpu: Add CpuId::current() to retrieve current
CPU ID") adds the file rust/helpers/cpu.c, and intends to add a file entry
for that file in the MAINTAINERS section CPU HOTPLUG. However, the added
file entry is rust/helper/cpu.c; note the subtle difference between the two
file names. Hence, ./scripts/get_maintainer.pl --self-test=patterns
complains about a broken reference.

Adjust the file entry to the intended file.

Fixes: c7f005f70d22 ("rust: cpu: Add CpuId::current() to retrieve current CPU ID")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ec49e1973425..c23665ac3b3d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6263,7 +6263,7 @@ F:	include/linux/cpuhotplug.h
 F:	include/linux/smpboot.h
 F:	kernel/cpu.c
 F:	kernel/smpboot.*
-F:	rust/helper/cpu.c
+F:	rust/helpers/cpu.c
 F:	rust/kernel/cpu.rs
 
 CPU IDLE TIME MANAGEMENT FRAMEWORK
-- 
2.49.0


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

* Re: [PATCH] MAINTAINERS: adjust file entry in CPU HOTPLUG
  2025-06-16 14:01 [PATCH] MAINTAINERS: adjust file entry in CPU HOTPLUG Lukas Bulwahn
@ 2025-06-16 15:10 ` Boqun Feng
  2025-06-19  5:29 ` Viresh Kumar
  1 sibling, 0 replies; 3+ messages in thread
From: Boqun Feng @ 2025-06-16 15:10 UTC (permalink / raw)
  To: Lukas Bulwahn; +Cc: Viresh Kumar, kernel-janitors, linux-kernel, Lukas Bulwahn

On Mon, Jun 16, 2025 at 04:01:08PM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit c7f005f70d22 ("rust: cpu: Add CpuId::current() to retrieve current
> CPU ID") adds the file rust/helpers/cpu.c, and intends to add a file entry
> for that file in the MAINTAINERS section CPU HOTPLUG. However, the added
> file entry is rust/helper/cpu.c; note the subtle difference between the two
> file names. Hence, ./scripts/get_maintainer.pl --self-test=patterns
> complains about a broken reference.
> 
> Adjust the file entry to the intended file.
> 
> Fixes: c7f005f70d22 ("rust: cpu: Add CpuId::current() to retrieve current CPU ID")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Reviewed-by: Boqun Feng <boqun.feng@gmail.com>

Regards,
Boqun

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ec49e1973425..c23665ac3b3d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6263,7 +6263,7 @@ F:	include/linux/cpuhotplug.h
>  F:	include/linux/smpboot.h
>  F:	kernel/cpu.c
>  F:	kernel/smpboot.*
> -F:	rust/helper/cpu.c
> +F:	rust/helpers/cpu.c
>  F:	rust/kernel/cpu.rs
>  
>  CPU IDLE TIME MANAGEMENT FRAMEWORK
> -- 
> 2.49.0
> 

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

* Re: [PATCH] MAINTAINERS: adjust file entry in CPU HOTPLUG
  2025-06-16 14:01 [PATCH] MAINTAINERS: adjust file entry in CPU HOTPLUG Lukas Bulwahn
  2025-06-16 15:10 ` Boqun Feng
@ 2025-06-19  5:29 ` Viresh Kumar
  1 sibling, 0 replies; 3+ messages in thread
From: Viresh Kumar @ 2025-06-19  5:29 UTC (permalink / raw)
  To: Lukas Bulwahn; +Cc: Boqun Feng, kernel-janitors, linux-kernel, Lukas Bulwahn

On 16-06-25, 16:01, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit c7f005f70d22 ("rust: cpu: Add CpuId::current() to retrieve current
> CPU ID") adds the file rust/helpers/cpu.c, and intends to add a file entry
> for that file in the MAINTAINERS section CPU HOTPLUG. However, the added
> file entry is rust/helper/cpu.c; note the subtle difference between the two
> file names. Hence, ./scripts/get_maintainer.pl --self-test=patterns
> complains about a broken reference.
> 
> Adjust the file entry to the intended file.
> 
> Fixes: c7f005f70d22 ("rust: cpu: Add CpuId::current() to retrieve current CPU ID")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied. Thanks.

-- 
viresh

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

end of thread, other threads:[~2025-06-19  5:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-16 14:01 [PATCH] MAINTAINERS: adjust file entry in CPU HOTPLUG Lukas Bulwahn
2025-06-16 15:10 ` Boqun Feng
2025-06-19  5:29 ` Viresh Kumar

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®