Skip to content

Commit

Permalink
Add pid namespace ioctl extension to translate pids between pid names…
Browse files Browse the repository at this point in the history
…paces

Signed-off-by: Christian Brauner <[email protected]>
  • Loading branch information
brauner committed Jun 19, 2024
1 parent d0b566d commit 39747bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,13 @@ point that out explicitly and clearly in the associated patches and Cc
**Use-Case:** Allow for a race free way to go from individual thread to
thread-group leader pidfd.

* Add a namespace ioctl to translate a pid between pid namespaces.

**Use-Case:** This makes it possible to e.g., figure out what a given pid in
a pid namespace corresponds to in the callers pid namespace. For example, to
figure out what the pid of pid 1 inside of the pid namespace is in the
ancestors pid namespace.

## Finished Items

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

0 comments on commit 39747bf

Please sign in to comment.