io_uring: import 5.15-stable io_uring
authorJens Axboe <axboe@kernel.dk>
Thu, 22 Dec 2022 21:30:11 +0000 (14:30 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Dec 2022 21:51:18 +0000 (14:51 -0700)
commitab51127cad79fdc5ff972e04acb2287c0799efc4
tree8adc181aa1785ab1478cfe22ffdc7f0a65b3c6d3
parentc5b30836e6c6e2db663421c3e33cc83f234fa0c5
io_uring: import 5.15-stable io_uring

No upstream commit exists.

This imports the io_uring codebase from 5.15.85, wholesale. Changes
from that code base:

- Drop IOCB_ALLOC_CACHE, we don't have that in 5.10.
- Drop MKDIRAT/SYMLINKAT/LINKAT. Would require further VFS backports,
  and we don't support these in 5.10 to begin with.
- sock_from_file() old style calling convention.
- Use compat_get_bitmap() only for CONFIG_COMPAT=y

Signed-off-by: Jens Axboe <axboe@kernel.dk>
17 files changed:
Makefile
fs/Makefile
fs/io-wq.c [deleted file]
fs/io-wq.h [deleted file]
fs/io_uring.c [deleted file]
include/linux/io_uring.h
include/linux/sched.h
include/linux/syscalls.h
include/trace/events/io_uring.h
include/uapi/linux/io_uring.h
io_uring/Makefile [new file with mode: 0644]
io_uring/io-wq.c [new file with mode: 0644]
io_uring/io-wq.h [new file with mode: 0644]
io_uring/io_uring.c [new file with mode: 0644]
kernel/exit.c
kernel/fork.c
kernel/sched/core.c