Hi Linus,
- Fix a false-positive warning from an older gcc (Alviro)
- Allow oom killer invocations from io_uring_setup (Shakeel)
Please pull!
The following changes since commit f6133fbd373811066c8441737e65f384c8f31974:
io_uring: remove unused argument from io_rsrc_node_alloc (2022-01-27
10:18:53 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.17-2022-02-11
for you to fetch changes up to 0a3f1e0beacf6cc8ae5f846b0641c1df476e83d6:
mm: io_uring: allow oom-killer from io_uring_setup (2022-02-07
08:44:01 -0700)
----------------------------------------------------------------
io_uring-5.17-2022-02-11
----------------------------------------------------------------
Alviro Iskandar Setiawan (1):
io_uring: Clean up a false-positive warning from GCC 9.3.0
Shakeel Butt (1):
mm: io_uring: allow oom-killer from io_uring_setup
fs/io_uring.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
--
Jens Axboe