commit | 1b1e9262ca644b5b7f1d12b2f8c2edfff420c5f3 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Nov 13 15:05:19 2020 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Nov 13 15:05:19 2020 -0800 |
tree | dc4dbb5b7d2a69f620568ca266b0deb1c6478a71 | |
parent | 9e6a39eae450b81c8b2c8cbbfbdf8218e9b40c81 [diff] | |
parent | 88ec3211e46344a7d10cf6cb5045f839f7785f8e [diff] |
Merge tag 'io_uring-5.10-2020-11-13' of git://git.kernel.dk/linux-block Pull io_uring fix from Jens Axboe: "A single fix in here, for a missed rounding case at setup time, which caused an otherwise legitimate setup case to return -EINVAL if used with unaligned ring size values" * tag 'io_uring-5.10-2020-11-13' of git://git.kernel.dk/linux-block: io_uring: round-up cq size before comparing with rounded sq size