proc: don't allow async path resolution of /proc/thread-self components
If this is attempted by an io-wq kthread, then return -EOPNOTSUPP as we don't currently support that. Once we can get task_pid_ptr() doing the right thing, then this can go away again. Use PF_IO_WORKER for this to speciically target the io_uring workers. Modify the /proc/self/ check to use PF_IO_WORKER as well. Cc: stable@vger.kernel.org Fixes: 8d4c3e76 ("proc: don't allow async path resolution of /proc/self components") Reported-by:Eric W. Biederman <ebiederm@xmission.com> Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Loading
-
mentioned in commit 00244b71
-
mentioned in commit f486039b
-
mentioned in commit ef30557d
-
mentioned in commit 1da0a00a
-
mentioned in commit 34ba1764
-
mentioned in commit 6d8d8e29
-
mentioned in commit b25bb93b
-
mentioned in commit 9ed224ea
-
mentioned in commit 498b35b3
-
mentioned in commit fbc83eb3
-
mentioned in commit 6f0960e0
-
mentioned in commit 976e43b7
-
mentioned in commit 777507e5
-
mentioned in commit c34f51b8
Please sign in to comment