• J
    Merge branch 'io_uring-5.8' into for-5.9/io_uring · 2237d765
    Jens Axboe 提交于
    Merge in changes that went into 5.8-rc3. GIT will silently do the
    merge, but we still need a tweak on top of that since
    io_complete_rw_common() was modified to take a io_comp_state pointer.
    The auto-merge fails on that, and we end up with something that
    doesn't compile.
    
    * io_uring-5.8:
      io_uring: fix current->mm NULL dereference on exit
      io_uring: fix hanging iopoll in case of -EAGAIN
      io_uring: fix io_sq_thread no schedule when busy
    Signed-off-by: NJens Axboe <axboe@kernel.dk>
    2237d765
io_uring.c 202.4 KB