summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/config.aarch64
diff options
context:
space:
mode:
authorManu Bretelle <chantr4@gmail.com>2022-10-22 00:06:58 +0300
committerAndrii Nakryiko <andrii@kernel.org>2022-10-22 02:27:25 +0300
commit7a42af4b94f109f19b563fa7930715a3f298bf1b (patch)
tree059db2924f031f0948f64cfb000daad0ab8603ab /tools/testing/selftests/bpf/config.aarch64
parent2c76238eaddd7c519f6b5a7ed80f7da6f4e11373 (diff)
downloadlinux-7a42af4b94f109f19b563fa7930715a3f298bf1b.tar.xz
selftests/bpf: Remove entries from config.s390x already present in config
`config.s390x` had entries already present in `config`. When generating the config used by vmtest, we concatenate the `config` file with the `config.{arch}` one, making those entries duplicated. This patch removes that duplication. Before: $ comm -1 -2 <(sort tools/testing/selftests/bpf/config.s390x) <(sort tools/testing/selftests/bpf/config) CONFIG_MODULE_SIG=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y $ Ater: $ comm -1 -2 <(sort tools/testing/selftests/bpf/config.s390x) <(sort tools/testing/selftests/bpf/config) $ Signed-off-by: Manu Bretelle <chantr4@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20221021210701.728135-2-chantr4@gmail.com
Diffstat (limited to 'tools/testing/selftests/bpf/config.aarch64')
0 files changed, 0 insertions, 0 deletions