[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aFAz3eKz2gDk9B1N@Mac.home>
Date: Mon, 16 Jun 2025 08:10:21 -0700
From: Boqun Feng <boqun.feng@...il.com>
To: Lukas Bulwahn <lbulwahn@...hat.com>
Cc: Viresh Kumar <viresh.kumar@...aro.org>, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...hat.com>
Subject: Re: [PATCH] MAINTAINERS: adjust file entry in CPU HOTPLUG
On Mon, Jun 16, 2025 at 04:01:08PM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@...hat.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@...hat.com>
Reviewed-by: Boqun Feng <boqun.feng@...il.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
>
Powered by blists - more mailing lists