commit | 199b7f84c428d90e1858dafa583f7b1d587cbeb8 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 11 11:18:42 2022 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 11 11:18:42 2022 -0800 |
tree | 348158965a1eeefa24647850b309362cfcae2b0c | |
parent | 0b9df436192aae9f9705bfe42f6e618dd4773792 [diff] | |
parent | 0a3f1e0beacf6cc8ae5f846b0641c1df476e83d6 [diff] |
Merge tag 'io_uring-5.17-2022-02-11' of git://git.kernel.dk/linux-block Pull io_uring fixes from Jens Axboe: - Fix a false-positive warning from an older gcc (Alviro) - Allow oom killer invocations from io_uring_setup (Shakeel) * tag 'io_uring-5.17-2022-02-11' of git://git.kernel.dk/linux-block: mm: io_uring: allow oom-killer from io_uring_setup io_uring: Clean up a false-positive warning from GCC 9.3.0