]> git.baikalelectronics.ru Git - 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)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Apr 2022 17:17:47 +0000 (11:17 -0600)
commit105986e910eec44ffb603a62fd3edab69d801429
treef568561a7ab01ace0efab7a031ca7392be2d3d85
parent2cb37ca15e2698cd787efcead528503583be41ce
io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF

Similarly to the way it is done im mbind syscall.

Cc: stable@vger.kernel.org # 5.14
Fixes: c9d6f880b7d7bc9f ("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>
fs/io_uring.c