Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests/bpf: Disable CONFIG_DEBUG_INFO_REDUCED in config.aarch64

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>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20231103220912.333930-1-anders.roxell@linaro.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

authored by

Anders Roxell and committed by
Alexei Starovoitov
f2d2c7e1 a46afaa0

+1
+1
tools/testing/selftests/bpf/config.aarch64
··· 36 36 CONFIG_DEBUG_ATOMIC_SLEEP=y 37 37 CONFIG_DEBUG_INFO_BTF=y 38 38 CONFIG_DEBUG_INFO_DWARF4=y 39 + CONFIG_DEBUG_INFO_REDUCED=n 39 40 CONFIG_DEBUG_LIST=y 40 41 CONFIG_DEBUG_LOCKDEP=y 41 42 CONFIG_DEBUG_NOTIFIERS=y