2021-04-18 13:59:28

by Jisheng Zhang

[permalink] [raw]
Subject: [PATCH] arm64: remove HAVE_DEBUG_BUGVERBOSE

From: Jisheng Zhang <[email protected]>

After commit 9fb7410f955f ("arm64/BUG: Use BRK instruction for generic
BUG traps"), arm64 has switched to generic BUG implementation, so
there's no need to select HAVE_DEBUG_BUGVERBOSE.

Signed-off-by: Jisheng Zhang <[email protected]>
---
arch/arm64/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index e4e1b6550115..f0e6ee157840 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -159,7 +159,6 @@ config ARM64
select HAVE_CMPXCHG_DOUBLE
select HAVE_CMPXCHG_LOCAL
select HAVE_CONTEXT_TRACKING
- select HAVE_DEBUG_BUGVERBOSE
select HAVE_DEBUG_KMEMLEAK
select HAVE_DMA_CONTIGUOUS
select HAVE_DYNAMIC_FTRACE
--
2.31.0



2021-04-22 13:01:58

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH] arm64: remove HAVE_DEBUG_BUGVERBOSE

On Sun, Apr 18, 2021 at 09:52:31PM +0800, Jisheng Zhang wrote:
> From: Jisheng Zhang <[email protected]>
>
> After commit 9fb7410f955f ("arm64/BUG: Use BRK instruction for generic
> BUG traps"), arm64 has switched to generic BUG implementation, so
> there's no need to select HAVE_DEBUG_BUGVERBOSE.
>
> Signed-off-by: Jisheng Zhang <[email protected]>
> ---
> arch/arm64/Kconfig | 1 -
> 1 file changed, 1 deletion(-)

Acked-by: Will Deacon <[email protected]>

Will

2021-04-23 17:11:12

by Catalin Marinas

[permalink] [raw]
Subject: Re: [PATCH] arm64: remove HAVE_DEBUG_BUGVERBOSE

On Sun, 18 Apr 2021 21:52:31 +0800, Jisheng Zhang wrote:
> After commit 9fb7410f955f ("arm64/BUG: Use BRK instruction for generic
> BUG traps"), arm64 has switched to generic BUG implementation, so
> there's no need to select HAVE_DEBUG_BUGVERBOSE.

Applied to arm64 (for-next/core), thanks!

[1/1] arm64: remove HAVE_DEBUG_BUGVERBOSE
https://git.kernel.org/arm64/c/4139cf940d52

--
Catalin