-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Allow different syscalls from kernels 5.12 -> 5.16 #43594
Conversation
7cc8961
to
2533d1d
Compare
Kernel 5.12: mount_setattr: needs CAP_SYS_ADMIN Kernel 5.14: quotactl_fd: needs CAP_SYS_ADMIN memfd_secret: always allowed Kernel 5.15: process_mrelease: always allowed Kernel 5.16: futex_waitv: always allowed Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'm not sure the errors are related
|
Windows is kinda flaky (sometimes slow), e.g. No ticket (yet) for I'll kick it again |
Although Windows doesn't use seccomp, so it's just to get CI green 😂 |
Another failure on Windows; unrelated, but in case there's an issue somewhere (I saw something similar recently);
|
And Windows/c8d is hitting |
Bringing this one in |
- What I did
Allowed different syscalls from kernels 5.12 -> 5.16
Kernel 5.12:
Kernel 5.14:
Kernel 5.15:
Kernel 5.16:
- How I did it
This is a carry from containerd/containerd#6494