We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6008841 commit ebc6d86Copy full SHA for ebc6d86
README.md
@@ -691,6 +691,12 @@ point that out explicitly and clearly in the associated patches and Cc
691
**Use-Case:** Allow for a race free way to go from individual thread to
692
thread-group leader pidfd.
693
694
+* Add a namespace ioctl to translate a PID between PID namespaces.
695
+
696
+ **Use-Case:** This makes it possible to e.g., figure out what a given PID in
697
+ a PID namespace corresponds to in the caller's PID namespace. For example, to
698
+ figure out what the PID of PID 1 inside of a given PID namespace is.
699
700
## Finished Items
701
702
* [x] ability to unmount obstructed mounts. (this means: you have a stack
0 commit comments