public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-03-22 02:03:48 to 2021-03-26 22:37:52 UTC [more...]

[PATCHSET v2 0/7] Allow signals for IO threads
 2021-03-26 22:35 UTC  (25+ messages)
` [PATCH 1/7] kernel: don't call do_exit() for PF_IO_WORKER threads
` [PATCH 2/7] io_uring: handle signals for IO threads like a normal thread
` [PATCH 03/10] Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
` [PATCH 3/7] kernel: stop masking signals in create_io_thread()
` [PATCH 04/10] Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
` [PATCH 4/7] Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
` [PATCH 05/10] Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
` [PATCH 5/7] Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
` [PATCH 6/7] Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
` [PATCH 06/10] Revert "signal: don't allow STOP on PF_IO_WORKER threads"
` [PATCH 7/7] "
` [PATCH 07/10] io_uring: fix timeout cancel return code
` [PATCH 08/10] io_uring: do post-completion chore on t-out cancel
` [PATCH 09/10] io_uring: don't cancel-track common timeouts
` [PATCH 10/10] io_uring: don't cancel extra on files match

[PATCH] io_uring: remove unsued assignment to pointer io
 2021-03-26 19:52 UTC 

[PATCH 0/6] Allow signals for IO threads
 2021-03-26 18:59 UTC  (29+ messages)
` [PATCH 1/8] io_uring: handle signals for IO threads like a normal thread
` [PATCH 2/8] kernel: unmask SIGSTOP for IO threads
` [PATCH 3/8] Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
` [PATCH 4/8] Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
` [PATCH 5/8] Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
` [PATCH 6/8] Revert "signal: don't allow STOP on PF_IO_WORKER threads"

[PATCH v2 5.12] io_uring: maintain CQE order of a failed link
 2021-03-26 15:55 UTC  (2+ messages)

[PATCH 1/1] tests: more cancellation tests
 2021-03-26 15:55 UTC  (2+ messages)

[PATCH 5.12 0/4] cancellation fixes
 2021-03-26 15:55 UTC  (6+ messages)
` [PATCH 1/4] io_uring: fix timeout cancel return code
` [PATCH 2/4] io_uring: do post-completion chore on t-out cancel
` [PATCH 3/4] io_uring: don't cancel-track common timeouts
` [PATCH 4/4] io_uring: don't cancel extra on files match

[PATCH 0/2] Don't show PF_IO_WORKER in /proc/<pid>/task/
 2021-03-26 11:59 UTC  (29+ messages)
` [PATCH 1/2] kernel: don't include PF_IO_WORKERs as part of same_thread_group()
` [PATCH 2/2] proc: don't show PF_IO_WORKER threads as threads in /proc/<pid>/task/

[POSSIBLE BUG] sendmsg ops returning -ETIME
 2021-03-26 11:26 UTC  (2+ messages)

[PATCH v2] io_uring: reg buffer overflow checks hardening
 2021-03-25 19:17 UTC  (3+ messages)

[PATCH 5.12] io_uring: maintain CQE order of a failed link
 2021-03-25 19:00 UTC 

[syzbot] WARNING in io_wq_put
 2021-03-25 18:00 UTC  (6+ messages)

[RFC PATCH v4 0/2] Async nvme passthrough via io_uring
 2021-03-25 17:05 UTC  (3+ messages)
    ` [RFC PATCH v4 1/2] io_uring: add helpers for io_uring_cmd completion in submitter-task
    ` [RFC PATCH v4 2/2] nvme: wire up support for async passthrough

[PATCH AUTOSEL 5.11 24/44] io_uring: fix ->flags races by linked timeouts
 2021-03-25 15:10 UTC  (10+ messages)
` [PATCH AUTOSEL 5.11 25/44] io_uring: halt SQO submission on ctx exit
` [PATCH AUTOSEL 5.11 37/44] io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls
` [PATCH AUTOSEL 5.11 44/44] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL
      ` [PATCH AUTOSEL 5.11 43/44] signal: don't allow STOP on PF_IO_WORKER threads

Are CAP_SYS_ADMIN and CAP_SYS_NICE still needed for SQPOLL?
 2021-03-25 14:09 UTC  (4+ messages)

[PATCH v3 for-5.13 00/17] ctx wide rsrc nodes + other stuff
 2021-03-25 13:08 UTC  (18+ messages)
` [PATCH v3 01/17] io_uring: name rsrc bits consistently
` [PATCH v3 02/17] io_uring: simplify io_rsrc_node_ref_zero
` [PATCH v3 03/17] io_uring: use rsrc prealloc infra for files reg
` [PATCH v3 04/17] io_uring: encapsulate rsrc node manipulations
` [PATCH v3 05/17] io_uring: move rsrc_put callback into io_rsrc_data
` [PATCH v3 06/17] io_uring: refactor io_queue_rsrc_removal()
` [PATCH v3 07/17] io_uring: ctx-wide rsrc nodes
` [PATCH v3 08/17] io_uring: reuse io_rsrc_node_destroy()
` [PATCH v3 09/17] io_uring: remove useless is_dying check on quiesce
` [PATCH v3 10/17] io_uring: refactor rw reissue
` [PATCH v3 11/17] io_uring: combine lock/unlock sections on exit
` [PATCH v3 12/17] io_uring: better ref handling in poll_remove_one
` [PATCH v3 13/17] io_uring: remove unused hash_wait
` [PATCH v3 14/17] io_uring: refactor io_async_cancel()
` [PATCH v3 15/17] io_uring: improve import_fixed overflow checks
` [PATCH v3 16/17] io_uring: store reg buffer end instead of length
` [PATCH v3 17/17] io_uring: kill unused forward decls

[PATCH AUTOSEL 5.10 23/39] io_uring: fix ->flags races by linked timeouts
 2021-03-25 11:25 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 34/39] io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls
` [PATCH AUTOSEL 5.10 39/39] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL

[PATCH 5.12] io_uring: reg buffer overflow checks hardening
 2021-03-24 15:02 UTC  (3+ messages)

[PATCH 5.12] io_uring: do ctx sqd ejection in a clear context
 2021-03-24 12:55 UTC  (2+ messages)

[ANNOUNCEMENT] io_uring SQPOLL sharing changes
 2021-03-24  2:14 UTC  (6+ messages)

[PATCH v2 for-5.13 0/7] ctx wide rsrc nodes
 2021-03-23 15:36 UTC  (8+ messages)
` [PATCH v2 1/7] io_uring: name rsrc bits consistently
` [PATCH v2 2/7] io_uring: simplify io_rsrc_node_ref_zero
` [PATCH v2 3/7] io_uring: use rsrc prealloc infra for files reg
` [PATCH v2 4/7] io_uring: encapsulate rsrc node manipulations
` [PATCH v2 5/7] io_uring: move rsrc_put callback into io_rsrc_data
` [PATCH v2 6/7] io_uring: refactor io_queue_rsrc_removal()
` [PATCH v2 7/7] io_uring: ctx-wide rsrc nodes

[PATCH 5.13 0/7] ctx wide rsrc nodes
 2021-03-23 14:13 UTC  (8+ messages)
` [PATCH 1/7] io_uring: name rsrc bits consistently
` [PATCH 2/7] io_uring: simplify io_rsrc_node_ref_zero
` [PATCH 3/7] io_uring: use rsrc prealloc infra for files reg
` [PATCH 4/7] io_uring: encapsulate rsrc node manipulations
` [PATCH 5/7] io_uring: move rsrc_put callback into io_rsrc_data
` [PATCH 6/7] io_uring: refactor io_queue_rsrc_removal()
` [PATCH 7/7] io_uring: ctx-wide rsrc nodes

[syzbot] WARNING in io_wq_destroy
 2021-03-23 13:59 UTC  (4+ messages)

[PATCHSET 0/2] Eliminated need for io thread manager
 2021-03-23 13:57 UTC  (4+ messages)
` [PATCH 1/2] kernel: allow fork with TIF_NOTIFY_SIGNAL pending
` [PATCH 2/2] io-wq: eliminate the need for a manager thread

[syzbot] WARNING in io_sq_thread_park
 2021-03-23  5:40 UTC 

[PATCHSET 0/2] PF_IO_WORKER signal tweaks
 2021-03-22 16:18 UTC  (6+ messages)
` [PATCH 2/2] signal: don't allow STOP on PF_IO_WORKER threads

[PATCH 5.13 00/11] yet another series of random 5.13 patches
 2021-03-22 14:58 UTC  (16+ messages)
` [PATCH 02/11] io_uring: don't do extra EXITING cancellations
` [PATCH 03/11] io_uring: optimise out task_work checks on enter
` [PATCH 04/11] io_uring: remove tctx->sqpoll
` [PATCH 05/11] io-wq: refactor *_get_acct()
` [PATCH 06/11] io_uring: don't init req->work fully in advance
` [PATCH 07/11] io_uring: kill unused REQ_F_NO_FILE_TABLE
` [PATCH 08/11] io_uring: optimise kiocb_end_write for !ISREG
` [PATCH 09/11] io_uring: don't alter iopoll reissue fail ret code
` [PATCH 10/11] io_uring: hide iter revert in resubmit_prep
` [PATCH 11/11] io_uring: optimise rw complete error handling

[PATCH] io_uring: fix provide_buffers sign extension
 2021-03-22 13:41 UTC  (2+ messages)

[PATCH 5.12 0/2] minor fixes
 2021-03-22 13:40 UTC  (2+ messages)

[PATCH] io_uring: Remove redundant NULL check
 2021-03-22  9:31 UTC 

[bug report] io_uring: add multishot mode for IORING_OP_POLL_ADD
 2021-03-22  8:50 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox