Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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 <[email protected]>
@alban alban force-pushed the alban_seccomp_flags branch from 6b87e3b to 4bcd065 Compare September 7, 2022 10:11
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 alban marked this pull request as ready for review September 7, 2022 11:43
@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