Hi Linus, Just a single small fix for an issue related to ordering between cancelation and current->io_uring teardown. Please pull! The following changes since commit 7cfe7a09489c1cefee7181e07b5f2bcbaebd9f41: io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available (2022-11-25 10:55:08 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-12-08 for you to fetch changes up to 998b30c3948e4d0b1097e639918c5cff332acac5: io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() (2022-12-07 06:45:20 -0700) ---------------------------------------------------------------- io_uring-6.1-2022-12-08 ---------------------------------------------------------------- Harshit Mogalapalli (1): io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() io_uring/io_uring.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- Jens Axboe