Hi Linus, Two fixes in here: - The signal issue that was discussed start of this week (me). - Kill dead fasync support in io_uring. Looks like it was broken since io_uring was initially merged, and given that nobody has ever complained about it, let's just kill it (Pavel). Please pull! The following changes since commit 7df778be2f61e1a23002d1f2f5d6aaf702771eb8: io_uring: make OP_CLOSE consistent with direct open (2021-09-24 14:07:54 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.15-2021-10-01 for you to fetch changes up to 3f008385d46d3cea4a097d2615cd485f2184ba26: io_uring: kill fasync (2021-10-01 11:16:02 -0600) ---------------------------------------------------------------- io_uring-5.15-2021-10-01 ---------------------------------------------------------------- Jens Axboe (1): io-wq: exclusively gate signal based exit on get_signal() return Pavel Begunkov (1): io_uring: kill fasync fs/io-wq.c | 5 +---- fs/io_uring.c | 17 ++--------------- 2 files changed, 3 insertions(+), 19 deletions(-) -- Jens Axboe