File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -680,6 +680,17 @@ point that out explicitly and clearly in the associated patches and Cc
680680 could carry ` user.dbus ` set to ` 1 ` , and Varlink sockets
681681 ` user.varlink ` set to ` 1 ` and so on.
682682
683+ * Extend ` pidfd_open() ` to allow opening the thread-group leader based on the
684+ PID of an individual thread. Currently we do support:
685+
686+ (1) ` pidfd_open(1234, 0) ` on a thread-group leader PID
687+ (2] ` pidfd_open(1234, PIDFD_THREAD) ` on a thread
688+
689+ Add an option to go from individual thread to thread-group leader.
690+
691+ ** Use-Case:** Allow for a race free way to go from individual thread to
692+ thread-group leader pidfd.
693+
683694## Finished Items
684695
685696* [x] ability to unmount obstructed mounts. (this means: you have a stack
You can’t perform that action at this time.
0 commit comments