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

FreeBSD fault inheritance through parent PID tree #45

Merged
merged 3 commits into from
Jul 11, 2019

Conversation

hmwildermuth
Copy link
Contributor

Fixes #42

Maybe run some tests to benchmark the overhead

@woodruffw
Copy link
Member

Yeah, let's benchmark and evaluate correctness before merging. I suspect that this won't be too slow, but probably to the detriment of correctness since it isn't locking the relevant fields.

@woodruffw woodruffw added component:kernel Enhancements on the kernel side platform:freebsd labels Jul 11, 2019
Copy link
Member

@woodruffw woodruffw left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@woodruffw woodruffw merged commit 047be3c into master Jul 11, 2019
@woodruffw woodruffw deleted the freebsd-fault-inheritance branch July 11, 2019 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:kernel Enhancements on the kernel side platform:freebsd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Figure out fault inheritance on FreeBSD with krfexec
2 participants