diff options
author | Manu Bretelle <[email protected]> | 2023-10-31 14:27:17 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2023-11-09 19:07:38 -0800 |
commit | b0cf0dcde8cae24571b1f382e81328229e475604 (patch) | |
tree | 26980381c594711ab0e258deec05e2c30238816d /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | e3499962d836af085a621f005978fee20fc87276 (diff) |
selftests/bpf: Consolidate VIRTIO/9P configs in config.vm file
Those configs are needed to be able to run VM somewhat consistently.
For instance, ATM, s390x is missing the `CONFIG_VIRTIO_CONSOLE` which
prevents s390x kernels built in CI to leverage qemu-guest-agent.
By moving them to `config,vm`, we should have selftest kernels which are
equal in term of VM functionalities when they include this file.
The set of config unabled were picked using
grep -h -E '(_9P|_VIRTIO)' config.x86_64 config | sort | uniq
added to `config.vm` and then
grep -vE '(_9P|_VIRTIO)' config.{x86_64,aarch64,s390x}
as a side-effect, some config may have disappeared to the aarch64 and
s390x kernels, but they should not be needed. CI will tell.
Signed-off-by: Manu Bretelle <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions