Hi Linus, 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. Please pull! The following changes since commit 73363c262d6a7d26063da96610f61baf69a70f7c: io_uring: use fget/fput consistently (2023-11-28 11:56:29 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.7-2023-12-08 for you to fetch changes up to 705318a99a138c29a512a72c3e0043b3cd7f55f4: io_uring/af_unix: disable sending io_uring over sockets (2023-12-07 10:35:19 -0700) ---------------------------------------------------------------- io_uring-6.7-2023-12-08 ---------------------------------------------------------------- Dan Carpenter (1): io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring() Jens Axboe (1): io_uring/kbuf: check for buffer list readiness after NULL check Pavel Begunkov (2): io_uring: fix mutex_unlock with unreferenced ctx io_uring/af_unix: disable sending io_uring over sockets io_uring/io_uring.c | 9 +++------ io_uring/kbuf.c | 8 ++++---- io_uring/rsrc.h | 7 ------- net/core/scm.c | 6 ++++++ 4 files changed, 13 insertions(+), 17 deletions(-) -- Jens Axboe