Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
678 contributions in the last year
Contribution activity
November 2020
Created 10 commits in 2 repositories
Created a pull request in kinvolk/inspektor-gadget that received 2 comments
Restructure documentation and contribution guidelines
docs: Add index file and front-matter Restructure docs for the hierarchy looks better in the docs portal Link to Kinvolk Contribution repo as Auth…
Reviewed 5 pull requests in 5 repositories
kinvolk/runc 1 pull request
kinvolk/inspektor-gadget 1 pull request
kinvolk/runtime-spec 1 pull request
opencontainers/runtime-spec 1 pull request
kinvolk/traceloop 1 pull request
Created an issue in seccomp/libseccomp that received 9 comments
Q: cannot have different filters with SCMP_ACT_NOTIFY in different threads
libseccomp stores the notification fd in a global variable: state.notify_fd. This makes it impossible to use libseccomp for a multi-threaded applic…