]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Dec 2023 20:32:38 +0000 (12:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Dec 2023 20:32:38 +0000 (12:32 -0800)
commit689659c988193f1e16bc34bfda3f333b11528c1f
tree6dae14a4f8f7f489c8cba8e9799b7c8199e9a46f
parent8aa74869d2e9d868b1c4598eecc1a89f637a92cf
parent705318a99a138c29a512a72c3e0043b3cd7f55f4
Merge tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "Two minor fixes for issues introduced in this release cycle, and two
  fixes for issues or potential issues that are heading to stable.

  One of these ends up disabling passing io_uring file descriptors via
  SCM_RIGHTS. There really shouldn't be an overlap between that kind of
  historic use case and modern usage of io_uring, which is why this was
  deemed appropriate"

* tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linux:
  io_uring/af_unix: disable sending io_uring over sockets
  io_uring/kbuf: check for buffer list readiness after NULL check
  io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()
  io_uring: fix mutex_unlock with unreferenced ctx