diff options
| author | Manu Bretelle <[email protected]> | 2022-10-21 21:06:58 +0000 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2022-10-21 23:27:25 +0000 |
| commit | 7a42af4b94f109f19b563fa7930715a3f298bf1b (patch) | |
| tree | 059db2924f031f0948f64cfb000daad0ab8603ab /scripts/bpf_doc.py | |
| parent | bpftool: Add "bootstrap" feature to version output (diff) | |
| download | kernel-7a42af4b94f109f19b563fa7930715a3f298bf1b.tar.gz kernel-7a42af4b94f109f19b563fa7930715a3f298bf1b.zip | |
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 <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions
