2021-08-21 03:07:34

by Zenghui Yu

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs

Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into
ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx
platform"), they can be dropped from defconfig now.

Cc: Krzysztof Kozlowski <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Zenghui Yu <[email protected]>
---
arch/arm64/configs/defconfig | 3 ---
1 file changed, 3 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f423d08b9a71..50cebeececa0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -28,8 +28,6 @@ CONFIG_KALLSYMS_ALL=y
# CONFIG_COMPAT_BRK is not set
CONFIG_PROFILING=y
CONFIG_ARCH_ACTIONS=y
-CONFIG_ARCH_AGILEX=y
-CONFIG_ARCH_N5X=y
CONFIG_ARCH_SUNXI=y
CONFIG_ARCH_ALPINE=y
CONFIG_ARCH_APPLE=y
@@ -63,7 +61,6 @@ CONFIG_ARCH_UNIPHIER=y
CONFIG_ARCH_VEXPRESS=y
CONFIG_ARCH_VISCONTI=y
CONFIG_ARCH_XGENE=y
-CONFIG_ARCH_ZX=y
CONFIG_ARCH_ZYNQMP=y
CONFIG_ARM64_VA_BITS_48=y
CONFIG_SCHED_MC=y
--
2.19.1


2021-10-07 10:11:50

by Catalin Marinas

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs

On Thu, Oct 07, 2021 at 05:42:46PM +0800, Zenghui Yu wrote:
> On 2021/8/23 21:01, Krzysztof Kozlowski wrote:
> > On 21/08/2021 05:05, Zenghui Yu wrote:
> > > Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into
> > > ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx
> > > platform"), they can be dropped from defconfig now.
> > >
> > > Cc: Krzysztof Kozlowski <[email protected]>
> > > Cc: Arnd Bergmann <[email protected]>
> > > Signed-off-by: Zenghui Yu <[email protected]>
> > > ---
> > > arch/arm64/configs/defconfig | 3 ---
> > > 1 file changed, 3 deletions(-)
> >
> > Reviewed-by: Krzysztof Kozlowski <[email protected]>
>
> I have no idea about which tree should this patch go via, so a gentle
> ping here. I've verified that this can still be applied cleanly on top
> of today's -next.

Usually defconfig changes go in via the arm-soc tree rather than the
arm64 one.

--
Catalin

2021-10-07 10:26:50

by Zenghui Yu

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs

On 2021/10/7 18:08, Catalin Marinas wrote:
> On Thu, Oct 07, 2021 at 05:42:46PM +0800, Zenghui Yu wrote:
>> On 2021/8/23 21:01, Krzysztof Kozlowski wrote:
>>> On 21/08/2021 05:05, Zenghui Yu wrote:
>>>> Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into
>>>> ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx
>>>> platform"), they can be dropped from defconfig now.
>>>>
>>>> Cc: Krzysztof Kozlowski <[email protected]>
>>>> Cc: Arnd Bergmann <[email protected]>
>>>> Signed-off-by: Zenghui Yu <[email protected]>
>>>> ---
>>>> arch/arm64/configs/defconfig | 3 ---
>>>> 1 file changed, 3 deletions(-)
>>>
>>> Reviewed-by: Krzysztof Kozlowski <[email protected]>
>>
>> I have no idea about which tree should this patch go via, so a gentle
>> ping here. I've verified that this can still be applied cleanly on top
>> of today's -next.
>
> Usually defconfig changes go in via the arm-soc tree rather than the
> arm64 one.

Thanks for the pointer!

[+ [email protected]]

Zenghui

2021-10-07 11:01:16

by Zenghui Yu

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs

On 2021/8/23 21:01, Krzysztof Kozlowski wrote:
> On 21/08/2021 05:05, Zenghui Yu wrote:
>> Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into
>> ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx
>> platform"), they can be dropped from defconfig now.
>>
>> Cc: Krzysztof Kozlowski <[email protected]>
>> Cc: Arnd Bergmann <[email protected]>
>> Signed-off-by: Zenghui Yu <[email protected]>
>> ---
>> arch/arm64/configs/defconfig | 3 ---
>> 1 file changed, 3 deletions(-)
>>
>
>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>

Thanks!

I have no idea about which tree should this patch go via, so a gentle
ping here. I've verified that this can still be applied cleanly on top
of today's -next.

Zenghui

2021-10-07 19:27:58

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs

On Thu, Oct 7, 2021 at 12:24 PM Zenghui Yu <[email protected]> wrote:
>
> On 2021/10/7 18:08, Catalin Marinas wrote:
> > On Thu, Oct 07, 2021 at 05:42:46PM +0800, Zenghui Yu wrote:
> >> On 2021/8/23 21:01, Krzysztof Kozlowski wrote:
> >>> On 21/08/2021 05:05, Zenghui Yu wrote:
> >>>> Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into
> >>>> ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx
> >>>> platform"), they can be dropped from defconfig now.
> >>>>
> >>>> Cc: Krzysztof Kozlowski <[email protected]>
> >>>> Cc: Arnd Bergmann <[email protected]>
> >>>> Signed-off-by: Zenghui Yu <[email protected]>
> >>>> ---
> >>>> arch/arm64/configs/defconfig | 3 ---
> >>>> 1 file changed, 3 deletions(-)
> >>>
> >>> Reviewed-by: Krzysztof Kozlowski <[email protected]>
> >>
> >> I have no idea about which tree should this patch go via, so a gentle
> >> ping here. I've verified that this can still be applied cleanly on top
> >> of today's -next.
> >
> > Usually defconfig changes go in via the arm-soc tree rather than the
> > arm64 one.
>
> Thanks for the pointer!
>
> [+ [email protected]]

Applied to the arm/defconfig branch for 5.16, thanks!

Arnd