Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selftests/bpf: consolidate VIRTIO/9P configs in config.vm file #629

Closed
wants to merge 2 commits into from

Conversation

danielocfb
Copy link
Owner

Pull request for series with
subject: selftests/bpf: consolidate VIRTIO/9P configs in config.vm file
version: 3
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=798014

@danielocfb
Copy link
Owner Author

Upstream branch: f2fbb90
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=798014
version: 3

@danielocfb
Copy link
Owner Author

Upstream branch: ff269e2
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=798014
version: 3

@danielocfb danielocfb force-pushed the series/798014=>bpf-next branch from 2b56564 to 848d072 Compare November 2, 2023 05:37
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]>
@danielocfb
Copy link
Owner Author

Upstream branch: cb3c6a5
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=798014
version: 3

@danielocfb
Copy link
Owner Author

At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=798014 irrelevant now. Closing PR.

@danielocfb danielocfb added accepted and removed new labels Nov 9, 2023
@danielocfb danielocfb closed this Nov 9, 2023
@danielocfb danielocfb deleted the series/798014=>bpf-next branch November 9, 2023 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants