commit | e8c954df234145c5765870382c2bc630a48beec9 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Dec 06 22:22:46 2020 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Dec 07 08:43:44 2020 -0700 |
tree | 7d2aa221c44703939d97de9328729e3caeb7ae38 | |
parent | 2d280bc8930ba9ed1705cfd548c6c8924949eaf1 [diff] |
io_uring: fix mis-seting personality's creds After io_identity_cow() copies an work.identity it wants to copy creds to the new just allocated id, not the old one. Otherwise it's akin to req->work.identity->creds = req->work.identity->creds. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>