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

lxd/include: update bpf header files #13842

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

mihalicyn
Copy link
Member

Our bpf UAPI header files are obsolete, which leads to errors like:
level=debug msg="Handling bpf syscall" audit_architecture=3221225655 bpf_attach_type=-22 bpf_cmd=-22 bpf_prog_type=-22 container=t1 project=default seccomp_notify_fd=35 seccomp_notify_flags=0 seccomp_notify_id=8290735664846847091 seccomp_notify_mem_fd=34 seccomp_notify_pid=1942874 syscall_continue=true syscall_handler_error="file too large - Failed to handle bpf syscall" syscall_number=280

Let's update our headers to ones from Linux kernel version 6.10.

Our bpf UAPI header files are obsolete, which leads
to errors like:
level=debug msg="Handling bpf syscall" audit_architecture=3221225655
bpf_attach_type=-22 bpf_cmd=-22 bpf_prog_type=-22 container=t1 project=default seccomp_notify_fd=35
seccomp_notify_flags=0 seccomp_notify_id=8290735664846847091 seccomp_notify_mem_fd=34 seccomp_notify_pid=1942874 syscall_continue=true
syscall_handler_error="file too large - Failed to handle bpf syscall" syscall_number=280

Let's update our headers to ones from Linux kernel version 6.10.

Signed-off-by: Alexander Mikhalitsyn <[email protected]>
@tomponline
Copy link
Member

Thanks!

@mihalicyn any backport compat issues I should be aware of?

@tomponline tomponline merged commit f5c6754 into canonical:main Jul 29, 2024
28 checks passed
@mihalicyn
Copy link
Member Author

@mihalicyn any backport compat issues I should be aware of?

no, I can't see any regression potential in this one.

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.

2 participants