2022-09-06 18:20:05

by Florian Fainelli

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: enable ARCH_BCM

Commit 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom
menu") introduced a new symbol ARCH_BCM and made all of the Broadcom
SoCs Kconfig depend on it, but did not enable it in the defconfig.
Thus, now the defconfig doesn't include support for any Broadcom
architectures anymore. Fix it.

Fixes: 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom menu")
Signed-off-by: Florian Fainelli <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 91e58cf59c99..4c8b09c6b49f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -33,6 +33,7 @@ CONFIG_ARCH_ACTIONS=y
CONFIG_ARCH_SUNXI=y
CONFIG_ARCH_ALPINE=y
CONFIG_ARCH_APPLE=y
+CONFIG_ARCH_BCM=y
CONFIG_ARCH_BCM2835=y
CONFIG_ARCH_BCMBCA=y
CONFIG_ARCH_BCM_IPROC=y
--
2.25.1


2022-09-08 18:27:51

by Anders Roxell

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: enable ARCH_BCM

On 2022-09-05 20:39, Florian Fainelli wrote:
> Commit 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom
> menu") introduced a new symbol ARCH_BCM and made all of the Broadcom
> SoCs Kconfig depend on it, but did not enable it in the defconfig.
> Thus, now the defconfig doesn't include support for any Broadcom
> architectures anymore. Fix it.
>
> Fixes: 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom menu")
> Signed-off-by: Florian Fainelli <[email protected]>

Tested-by: Anders Roxell <[email protected]>

Cheers,
Anders

> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 91e58cf59c99..4c8b09c6b49f 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -33,6 +33,7 @@ CONFIG_ARCH_ACTIONS=y
> CONFIG_ARCH_SUNXI=y
> CONFIG_ARCH_ALPINE=y
> CONFIG_ARCH_APPLE=y
> +CONFIG_ARCH_BCM=y
> CONFIG_ARCH_BCM2835=y
> CONFIG_ARCH_BCMBCA=y
> CONFIG_ARCH_BCM_IPROC=y
> --
> 2.25.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

2022-09-09 08:29:47

by Naresh Kamboju

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: enable ARCH_BCM

From: Naresh kamboju <[email protected]>


On 2022-09-05 20:39, Florian Fainelli wrote:
> Commit 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom
> menu") introduced a new symbol ARCH_BCM and made all of the Broadcom
> SoCs Kconfig depend on it, but did not enable it in the defconfig.
> Thus, now the defconfig doesn't include support for any Broadcom
> architectures anymore. Fix it.
>
> Fixes: 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom menu")
> Signed-off-by: Florian Fainelli <[email protected]>

Reported-by: Linux Kernel Functional Testing <[email protected]>

--
Linaro LKFT
https://lkft.linaro.org

2022-09-09 08:37:17

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: enable ARCH_BCM

On 09/09/2022 09:35, Naresh Kamboju wrote:
> From: Naresh kamboju <[email protected]>
>
>
> On 2022-09-05 20:39, Florian Fainelli wrote:
>> Commit 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom
>> menu") introduced a new symbol ARCH_BCM and made all of the Broadcom
>> SoCs Kconfig depend on it, but did not enable it in the defconfig.
>> Thus, now the defconfig doesn't include support for any Broadcom
>> architectures anymore. Fix it.
>>
>> Fixes: 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom menu")
>> Signed-off-by: Florian Fainelli <[email protected]>
>
> Reported-by: Linux Kernel Functional Testing <[email protected]>

The patch was sent on 6th of September. Your report on 8th of September...

Best regards,
Krzysztof

2022-09-09 12:33:17

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: enable ARCH_BCM

On Fri, 9 Sept 2022 at 13:08, Krzysztof Kozlowski
<[email protected]> wrote:
>
> On 09/09/2022 09:35, Naresh Kamboju wrote:
> > From: Naresh kamboju <[email protected]>
> >
> >
> > On 2022-09-05 20:39, Florian Fainelli wrote:
> >> Commit 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom
> >> menu") introduced a new symbol ARCH_BCM and made all of the Broadcom
> >> SoCs Kconfig depend on it, but did not enable it in the defconfig.
> >> Thus, now the defconfig doesn't include support for any Broadcom
> >> architectures anymore. Fix it.
> >>
> >> Fixes: 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom menu")
> >> Signed-off-by: Florian Fainelli <[email protected]>
> >
> > Reported-by: Linux Kernel Functional Testing <[email protected]>
>
> The patch was sent on 6th of September. Your report on 8th of September...

Understood !
Maybe off-topic,
Testing Linux next seems to be a bit late to report the regressions.
Our testing would have build and boot test devicetree/for-next or
devicetree / master branches to find early regressions.
or Any other well known maintainers trees.

Your suggestions are most welcome for improving Linux kernel quality.

Best regards
Naresh Kamboju

--
Linaro LKFT
https://lkft.linaro.org

>
> Best regards,
> Krzysztof