Page MenuHomeFreeBSD

Add PD_KILL option to prison_deref()
ClosedPublic

Authored by jamie on Feb 3 2021, 9:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 3 2024, 1:23 AM
Unknown Object (File)
Feb 1 2024, 3:17 AM
Unknown Object (File)
Jan 27 2024, 9:10 PM
Unknown Object (File)
Jan 26 2024, 4:45 PM
Unknown Object (File)
Dec 20 2023, 6:23 PM
Unknown Object (File)
Dec 20 2023, 5:47 AM
Unknown Object (File)
Dec 10 2023, 11:51 PM
Unknown Object (File)
Nov 21 2023, 2:27 AM
Subscribers

Details

Summary

Add the PD_KILL flag that instruction prison_deref() to take steps to actively kill a prison, namely clearing its PR_PERSIST flag and killing any attached processes.

This replaces a similar loop in sys_jail_remove(), bringing the operation under the same single hold on allprison_lock that it already has. It also replaces a bit of one-off code in kern_jail_set() to handle the destruction of almost-finished prisons.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jamie requested review of this revision.Feb 3 2021, 9:43 PM
jamie created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Feb 22 2021, 8:28 PM
This revision was automatically updated to reflect the committed changes.

After this commit running cd /usr/tests/lib/libc/sys && kyua test cpuset_test renders the entire system unusable (and in Jenkins it's triggering a kernel panic)

Sorry I took so long - I confused your note that it should be reverted with a note that it *had been* reverted.