]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF
authorEugene Syromiatnikov <esyr@redhat.com>
Wed, 6 Apr 2022 11:55:33 +0000 (13:55 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 27 Apr 2022 09:59:45 +0000 (11:59 +0200)
commit035fe3783e56df12118a6516cd0e1d08c05fba3f
tree6b1eb4f4f558201bde3775d2130eb01b74ca428e
parent16491ffbb918f433ba97e2fa766b7d839076365e
io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF

BugLink: https://bugs.launchpad.net/bugs/1969107
commit 0f5e4b83b37a96e3643951588ed7176b9b187c0a upstream.

Similarly to the way it is done im mbind syscall.

Cc: stable@vger.kernel.org # 5.14
Fixes: fe76421d1da1dcdb ("io_uring: allow user configurable IO thread CPU affinity")
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit fe223dd2f18b30dea66cee1174908a934e942e33)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
fs/io_uring.c