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

seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV #1161

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

alban
Copy link
Contributor

@alban alban commented Sep 7, 2022

Linux 5.19 (torvalds/linux@c2aa2dfef243) introduced a new seccomp flag: SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV

It is useful for seccomp notify when handling notification from Golang programs which are often preempted by the runtime with SIGURG.

Linux 5.19 introduced a new seccomp flag:
SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV

It is useful for seccomp notify when handling notification from Golang
programs which are often preempted by the runtime with SIGURG.

Signed-off-by: Alban Crequy <albancrequy@microsoft.com>
Copy link
Member

@giuseppe giuseppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alban
Copy link
Contributor Author

alban commented Sep 7, 2022

@AkihiroSuda
Copy link
Member

@alban Do you plan to open a PR for runc (or other runtimes)?

@alban alban deleted the alban_seccomp_flags branch May 11, 2023 09:59
@alban
Copy link
Contributor Author

alban commented May 11, 2023

@AkihiroSuda I was not planning to, I am not working on this at the moment. Feel free to do it if you can :)

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.

3 participants