diff mbox series

selftests: bpf: config.aarch64: disable CONFIG_DEBUG_INFO_REDUCED

Message ID 20231103220912.333930-1-anders.roxell@linaro.org
State Accepted
Commit f2d2c7e1b7c9e8847478769d6e1f8a76b5e91952
Headers show
Series selftests: bpf: config.aarch64: disable CONFIG_DEBUG_INFO_REDUCED | expand

Commit Message

Anders Roxell Nov. 3, 2023, 10:09 p.m. UTC
Building an arm64 kernel and seftests/bpf with defconfig +
selftests/bpf/config and selftests/bpf/config.aarch64 the fragment
CONFIG_DEBUG_INFO_REDUCED is enabled in arm64's defconfig, it should be
disabled in file sefltests/bpf/config.aarch64 since if its not disabled
CONFIG_DEBUG_INFO_BTF wont be enabled.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 tools/testing/selftests/bpf/config.aarch64 | 1 +
 1 file changed, 1 insertion(+)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 6, 2023, 7:50 p.m. UTC | #1
Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Fri,  3 Nov 2023 23:09:12 +0100 you wrote:
> Building an arm64 kernel and seftests/bpf with defconfig +
> selftests/bpf/config and selftests/bpf/config.aarch64 the fragment
> CONFIG_DEBUG_INFO_REDUCED is enabled in arm64's defconfig, it should be
> disabled in file sefltests/bpf/config.aarch64 since if its not disabled
> CONFIG_DEBUG_INFO_BTF wont be enabled.
> 
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> 
> [...]

Here is the summary with links:
  - selftests: bpf: config.aarch64: disable CONFIG_DEBUG_INFO_REDUCED
    https://git.kernel.org/bpf/bpf-next/c/dfee93e25773

You are awesome, thank you!
diff mbox series

Patch

diff --git a/tools/testing/selftests/bpf/config.aarch64 b/tools/testing/selftests/bpf/config.aarch64
index 253821494884..7b6e1d48c309 100644
--- a/tools/testing/selftests/bpf/config.aarch64
+++ b/tools/testing/selftests/bpf/config.aarch64
@@ -37,6 +37,7 @@  CONFIG_CRYPTO_USER_API_SKCIPHER=y
 CONFIG_DEBUG_ATOMIC_SLEEP=y
 CONFIG_DEBUG_INFO_BTF=y
 CONFIG_DEBUG_INFO_DWARF4=y
+CONFIG_DEBUG_INFO_REDUCED=n
 CONFIG_DEBUG_LIST=y
 CONFIG_DEBUG_LOCKDEP=y
 CONFIG_DEBUG_NOTIFIERS=y