2022-11-10 01:43:28

by Zev Weiss

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: aspeed: Update git tree URL

The description for joel/aspeed.git on git.kernel.org currently says:

Old Aspeed tree. Please see joel/bmc.git

Let's update MAINTAINERS accordingly.

Signed-off-by: Zev Weiss <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index cac5a4ad4eb8..1775e5fdaefd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1969,7 +1969,7 @@ L: [email protected] (moderated for non-subscribers)
L: [email protected] (moderated for non-subscribers)
S: Supported
Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git
F: Documentation/devicetree/bindings/arm/aspeed/
F: arch/arm/boot/dts/aspeed-*
F: arch/arm/mach-aspeed/
--
2.38.1



2022-11-11 06:01:47

by Joel Stanley

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: aspeed: Update git tree URL

On Thu, 10 Nov 2022 at 01:34, Zev Weiss <[email protected]> wrote:
>
> The description for joel/aspeed.git on git.kernel.org currently says:
>
> Old Aspeed tree. Please see joel/bmc.git
>
> Let's update MAINTAINERS accordingly.
>
> Signed-off-by: Zev Weiss <[email protected]>

Thanks!

Acked-by: Joel Stanley <[email protected]>

Arnd, does the soc team have a branch for these?

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cac5a4ad4eb8..1775e5fdaefd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1969,7 +1969,7 @@ L: [email protected] (moderated for non-subscribers)
> L: [email protected] (moderated for non-subscribers)
> S: Supported
> Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/
> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git
> F: Documentation/devicetree/bindings/arm/aspeed/
> F: arch/arm/boot/dts/aspeed-*
> F: arch/arm/mach-aspeed/
> --
> 2.38.1
>

2022-11-11 09:43:16

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: aspeed: Update git tree URL

On Fri, Nov 11, 2022, at 06:58, Joel Stanley wrote:
> On Thu, 10 Nov 2022 at 01:34, Zev Weiss <[email protected]> wrote:
>>
>> The description for joel/aspeed.git on git.kernel.org currently says:
>>
>> Old Aspeed tree. Please see joel/bmc.git
>>
>> Let's update MAINTAINERS accordingly.
>>
>> Signed-off-by: Zev Weiss <[email protected]>
>
> Thanks!
>
> Acked-by: Joel Stanley <[email protected]>
>
> Arnd, does the soc team have a branch for these?
>

I usually treat updates to the MAITNAINERS file as bugfixes and
merge them for the current release, as there is generally no risk
of regressions, and it's better to have up-to-date information
in the release kernel.

Arnd