Skip to content

Commit ebc6d86

Browse files
braunerkeszybz
authored andcommitted
Add pid namespace ioctl extension to translate pids between pid namespaces
Signed-off-by: Christian Brauner <[email protected]>
1 parent 6008841 commit ebc6d86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,12 @@ point that out explicitly and clearly in the associated patches and Cc
691691
**Use-Case:** Allow for a race free way to go from individual thread to
692692
thread-group leader pidfd.
693693

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+
694700
## Finished Items
695701

696702
* [x] ability to unmount obstructed mounts. (this means: you have a stack

0 commit comments

Comments
 (0)