Hi Linus, Just two small fixes for rc7/final. One from Paolo, fixing a silly mistake in BFQ. The other one is from me, ensuring that we have ->file cleared in the io_uring request a bit earlier. That avoids a use-before-free, if we encounter an error before ->file is assigned. Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20190628 ---------------------------------------------------------------- Jens Axboe (1): io_uring: ensure req->file is cleared on allocation Paolo Valente (1): block, bfq: fix operator in BFQQ_TOTALLY_SEEKY block/bfq-iosched.c | 2 +- fs/io_uring.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) -- Jens Axboe