linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: drop obsolete ARCH_* configs
@ 2021-08-21  3:05 Zenghui Yu
  2021-08-23 13:01 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 6+ messages in thread
From: Zenghui Yu @ 2021-08-21  3:05 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: catalin.marinas, will, wanghaibin.wang, Zenghui Yu,
	Krzysztof Kozlowski, Arnd Bergmann

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 <krzysztof.kozlowski@canonical.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
---
 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


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

* Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs
  2021-08-21  3:05 [PATCH] arm64: defconfig: drop obsolete ARCH_* configs Zenghui Yu
@ 2021-08-23 13:01 ` Krzysztof Kozlowski
  2021-10-07  9:42   ` Zenghui Yu
  0 siblings, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2021-08-23 13:01 UTC (permalink / raw)
  To: Zenghui Yu, linux-arm-kernel, linux-kernel
  Cc: catalin.marinas, will, wanghaibin.wang, Arnd Bergmann

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 <krzysztof.kozlowski@canonical.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> ---
>  arch/arm64/configs/defconfig | 3 ---
>  1 file changed, 3 deletions(-)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

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

* Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs
  2021-08-23 13:01 ` Krzysztof Kozlowski
@ 2021-10-07  9:42   ` Zenghui Yu
  2021-10-07 10:08     ` Catalin Marinas
  0 siblings, 1 reply; 6+ messages in thread
From: Zenghui Yu @ 2021-10-07  9:42 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-arm-kernel, linux-kernel
  Cc: catalin.marinas, will, wanghaibin.wang, Arnd Bergmann

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 <krzysztof.kozlowski@canonical.com>
>> Cc: Arnd Bergmann <arnd@arndb.de>
>> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
>> ---
>>  arch/arm64/configs/defconfig | 3 ---
>>  1 file changed, 3 deletions(-)
>>
> 
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

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

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

* Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs
  2021-10-07  9:42   ` Zenghui Yu
@ 2021-10-07 10:08     ` Catalin Marinas
  2021-10-07 10:24       ` Zenghui Yu
  0 siblings, 1 reply; 6+ messages in thread
From: Catalin Marinas @ 2021-10-07 10:08 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-kernel, will,
	wanghaibin.wang, Arnd Bergmann

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 <krzysztof.kozlowski@canonical.com>
> > > Cc: Arnd Bergmann <arnd@arndb.de>
> > > Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> > > ---
> > >  arch/arm64/configs/defconfig | 3 ---
> > >  1 file changed, 3 deletions(-)
> > 
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> 
> 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

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

* Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs
  2021-10-07 10:08     ` Catalin Marinas
@ 2021-10-07 10:24       ` Zenghui Yu
  2021-10-07 13:14         ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Zenghui Yu @ 2021-10-07 10:24 UTC (permalink / raw)
  To: Catalin Marinas, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-kernel, will,
	wanghaibin.wang, Arnd Bergmann

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 <krzysztof.kozlowski@canonical.com>
>>>> Cc: Arnd Bergmann <arnd@arndb.de>
>>>> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
>>>> ---
>>>>  arch/arm64/configs/defconfig | 3 ---
>>>>  1 file changed, 3 deletions(-)
>>>
>>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>>
>> 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!

[+ soc@kernel.org]

Zenghui

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

* Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs
  2021-10-07 10:24       ` Zenghui Yu
@ 2021-10-07 13:14         ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-10-07 13:14 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: Catalin Marinas, SoC Team, Krzysztof Kozlowski, Linux ARM,
	Linux Kernel Mailing List, Will Deacon, wanghaibin.wang,
	Arnd Bergmann

On Thu, Oct 7, 2021 at 12:24 PM Zenghui Yu <yuzenghui@huawei.com> 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 <krzysztof.kozlowski@canonical.com>
> >>>> Cc: Arnd Bergmann <arnd@arndb.de>
> >>>> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> >>>> ---
> >>>>  arch/arm64/configs/defconfig | 3 ---
> >>>>  1 file changed, 3 deletions(-)
> >>>
> >>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> >>
> >> 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!
>
> [+ soc@kernel.org]

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

        Arnd

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

end of thread, other threads:[~2021-10-07 13:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-21  3:05 [PATCH] arm64: defconfig: drop obsolete ARCH_* configs Zenghui Yu
2021-08-23 13:01 ` Krzysztof Kozlowski
2021-10-07  9:42   ` Zenghui Yu
2021-10-07 10:08     ` Catalin Marinas
2021-10-07 10:24       ` Zenghui Yu
2021-10-07 13:14         ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).