Skip to content

Add stub for the bpf(2) syscall and cgroup eBPF programs. - #13850

Open
relkochta wants to merge 1 commit into
google:masterfrom
relkochta:relkochta/cgroup-device-ebpf
Open

Add stub for the bpf(2) syscall and cgroup eBPF programs.#13850
relkochta wants to merge 1 commit into
google:masterfrom
relkochta:relkochta/cgroup-device-ebpf

Conversation

@relkochta

Copy link
Copy Markdown
Collaborator

Adds initial scaffolding for eBPF in gVisor. It implements the bpf(2) syscall with support for BPF_PROG_LOAD, BPF_PROG_QUERY, and BPF_PROG_ATTACH.

Necessary for the cgroups v2 flag to be enabled by default, as this fixes Docker-in-gVisor with cgroups v2.

Adds initial scaffolding for eBPF in gVisor. It implements the bpf(2) syscall
with support for BPF_PROG_LOAD, BPF_PROG_QUERY, and BPF_PROG_ATTACH.

Necessary for the cgroups v2 flag to be enabled by default, as this fixes
Docker-in-gVisor with cgroups v2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant