public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-03-07 13:25:41 to 2021-03-15 19:09:46 UTC [more...]

[syzbot] WARNING in io_ring_exit_work
 2021-03-15 19:08 UTC 

[PATCH] Fix use-after-free in io_wqe_inc_running() due to wq already being free'd
 2021-03-15 18:08 UTC  (3+ messages)

[RFC PATCH 00/10] Complete setup before calling wake_up_new_task() and improve task->comm
 2021-03-15 17:01 UTC  (11+ messages)
` [RFC PATCH 01/10] kernel: always initialize task->pf_io_worker to NULL
` [RFC PATCH 02/10] io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
` [RFC PATCH 03/10] io-wq: call set_task_comm() before wake_up_new_task()
` [RFC PATCH 04/10] io_uring: complete sq_thread setup before calling wake_up_new_task()
` [RFC PATCH 05/10] io-wq: protect against future set_task_comm() overflows
` [RFC PATCH 06/10] io_uring: "
` [RFC PATCH 07/10] fs/proc: hide PF_IO_WORKER in get_task_cmdline()
` [RFC PATCH 08/10] fs/proc: protect /proc/<pid>/[task/<tid>]/comm for PF_IO_WORKER
` [RFC PATCH 09/10] io-wq: add io_wq_worker_comm() helper function for dynamic proc_task_comm() generation
` [RFC PATCH 10/10] fs/proc: make use of io_wq_worker_comm() for PF_IO_WORKER threads

[PATCH 5.12 0/2] fix sqpoll cancellation hangs
 2021-03-15 14:23 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add generic callback_head helpers
` [PATCH 2/2] io_uring: fix sqpoll cancellation via task_work

[syzbot] WARNING in __percpu_ref_exit (2)
 2021-03-15 12:18 UTC  (2+ messages)

[PATCH 1/2] io_uring: remove structures from include/linux/io_uring.h
 2021-03-15 11:56 UTC  (8+ messages)
  ` [PATCH v2 0/2] Some header cleanups
    ` [PATCH v2 1/2] io_uring: remove structures from include/linux/io_uring.h
    ` [PATCH v2 2/2] io_uring: use typesafe pointers in io_uring_task
` [PATCH "

[PATCH] io_uring: don't iterate ctx list to update sq_thread_idle
 2021-03-15 10:49 UTC  (2+ messages)

[PATCH 5.12] io_uring: harden iopoll reaping in try_cancel
 2021-03-14 23:43 UTC 

[PATCH 5.12 0/5] fixes
 2021-03-14 20:57 UTC  (6+ messages)
` [PATCH 1/5] io_uring: fix ->flags races by linked timeouts
` [PATCH 2/5] io_uring: fix complete_post use ctx after free
` [PATCH 3/5] io_uring: replace sqd rw_semaphore with mutex
` [PATCH 4/5] io_uring: halt SQO submission on ctx exit
` [PATCH 5/5] io_uring: fix concurrent parking

[PATCH 0/2] Some header cleanups
 2021-03-14 11:15 UTC 

[PATCH 5.12] io_uring: Convert personality_idr to XArray
 2021-03-13 20:22 UTC  (12+ messages)

[PATCH 0/4] sqpoll fixes
 2021-03-13  2:44 UTC  (10+ messages)
` [PATCH 1/4] io_uring: cancel deferred requests in try_cancel
` [PATCH 2/4] io_uring: remove useless ->startup completion
` [PATCH 3/4] io_uring: prevent racy sqd->thread checks
` [PATCH 4/4] io_uring: cancel sqpoll via task_work

[GIT PULL] io_uring fixes for 5.12-rc3
 2021-03-12 21:52 UTC  (9+ messages)

[PATCH 5.12] io_uring: fix OP_ASYNC_CANCEL across tasks
 2021-03-12 18:19 UTC  (2+ messages)

[PATCH liburing 0/2] cancellation tests
 2021-03-12 16:28 UTC  (3+ messages)
` [PATCH liburing 1/2] tests: add more IORING_OP_ASYNC_CANCEL tests
` [PATCH liburing 2/2] tests: test that ring exit cancels io-wq

[PATCH v4 0/2] io_uring: add support for IORING_OP_GETDENTS
 2021-03-12 15:50 UTC  (3+ messages)
` [PATCH v4 1/2] readdir: split the core of getdents64(2) out into vfs_getdents()
` [PATCH v4 2/2] io_uring: add support for IORING_OP_GETDENTS

[PATCHSET 5.13 0/2] Cache async read/write and regular file state
 2021-03-12 15:35 UTC  (3+ messages)
` [PATCH 1/2] io_uring: don't check for io_uring_fops for fixed files
` [PATCH 2/2] io_uring: cache async and regular file state "

[PATCH v5 00/12] dm: support polling
 2021-03-12  2:26 UTC  (15+ messages)
` [PATCH v5 03/12] block: add poll method to support bio-based IO polling
    ` [dm-devel] "
` [PATCH v5 04/12] block: add poll_capable "
    ` [dm-devel] "
` [PATCH v5 09/12] nvme/pci: don't wait for locked polling queue
` [PATCH v5 10/12] block: fastpath for bio-based polling
    ` [dm-devel] "

[GIT PULL] io_uring thread worker change
 2021-03-11 18:46 UTC  (3+ messages)
` Backporting to stable... "

[PATCH 5.12 0/3] sqpoll fixes/cleanups
 2021-03-11 15:54 UTC  (17+ messages)
` [PATCH 1/3] io_uring: fix invalid ctx->sq_thread_idle
      ` IORING_SETUP_ATTACH_WQ (was Re: [PATCH 1/3] io_uring: fix invalid ctx->sq_thread_idle)
` [PATCH 2/3] io_uring: remove indirect ctx into sqo injection
` [PATCH 3/3] io_uring: simplify io_sqd_update_thread_idle()

[PATCH v3 00/11] dm: support IO polling
 2021-03-11  7:07 UTC  (3+ messages)
  ` [dm-devel] "

[PATCHSET for 5.12] Patches queued up for 5.12
 2021-03-10 22:43 UTC  (28+ messages)
` [PATCH 01/27] io-wq: fix race in freeing 'wq' and worker access
` [PATCH 02/27] io-wq: always track creds for async issue
` [PATCH 03/27] io_uring: make del_task_file more forgiving
` [PATCH 04/27] io_uring: introduce ctx to tctx back map
` [PATCH 05/27] io_uring: do ctx initiated file note removal
` [PATCH 06/27] io_uring: don't take task ring-file notes
` [PATCH 07/27] io_uring: index io_uring->xa by ctx not file
` [PATCH 08/27] io_uring: warn when ring exit takes too long
` [PATCH 09/27] io_uring: cancel reqs of all iowq's on ring exit
` [PATCH 10/27] io-wq: warn on creating manager while exiting
` [PATCH 11/27] io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()
` [PATCH 12/27] io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is gone
` [PATCH 13/27] io_uring: SQPOLL parking fixes
` [PATCH 14/27] io_uring: fix unrelated ctx reqs cancellation
` [PATCH 15/27] io_uring: clean R_DISABLED startup mess
` [PATCH 16/27] io_uring: Convert personality_idr to XArray
` [PATCH 17/27] io-wq: remove unused 'user' member of io_wq
` [PATCH 18/27] io_uring: fix io_sq_offload_create error handling
` [PATCH 19/27] io_uring: add io_disarm_next() helper
` [PATCH 20/27] io_uring: fix complete_post races for linked req
` [PATCH 21/27] io-wq: fix ref leak for req in case of exit cancelations
` [PATCH 22/27] io_uring: move all io_kiocb init early in io_init_req()
` [PATCH 23/27] io_uring: remove unneeded variable 'ret'
` [PATCH 24/27] io_uring: always wait for sqd exited when stopping SQPOLL thread
` [PATCH 25/27] kernel: make IO threads unfreezable by default
` [PATCH 26/27] io_uring: fix invalid ctx->sq_thread_idle
` [PATCH 27/27] io_uring: remove indirect ctx into sqo injection

[PATCH v8 0/8] Count rlimits in each user namespace
 2021-03-10 21:14 UTC  (10+ messages)
` [PATCH v8 1/8] Increase size of ucounts to atomic_long_t
` [PATCH v8 2/8] Add a reference to ucounts for each cred
` [PATCH v8 3/8] Use atomic_t for ucounts reference counting
` [PATCH v8 4/8] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v8 5/8] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v8 6/8] Reimplement RLIMIT_SIGPENDING "
` [PATCH v8 7/8] Reimplement RLIMIT_MEMLOCK "
` [PATCH v8 8/8] kselftests: Add test to check for rlimit changes in different user namespaces

[syzbot] possible deadlock in io_sq_thread_finish
 2021-03-10 15:29 UTC  (14+ messages)

[v5.12-rc2 regression] io_uring: high CPU use after suspend-to-ram
 2021-03-10 14:45 UTC  (5+ messages)

[PATCH] io_uring: remove unneeded variable 'ret'
 2021-03-09 20:55 UTC  (2+ messages)

[syzbot] WARNING in io_wq_put
 2021-03-09 15:39 UTC  (2+ messages)

[PATCH 0/2] io_req_complete_post() fix
 2021-03-09 15:01 UTC  (4+ messages)
` [PATCH 1/2] io_uring: add io_disarm_next() helper
` [PATCH 2/2] io_uring: fix complete_post races for linked req

[PATCH 1/2] io-wq: fix ref leak for req
 2021-03-09 13:37 UTC  (2+ messages)

[PATCH 4/4] dm: support I/O polling
 2021-03-09 11:42 UTC  (9+ messages)
` [dm-devel] "

[PATCH] io-wq: fix ref leak for req
 2021-03-09  3:05 UTC 

[PATCH v4 5.12 0/8] remove task file notes
 2021-03-08 21:05 UTC  (2+ messages)

[PATCH] btrfs: Prevent nowait or async read from doing sync IO
 2021-03-08 19:03 UTC  (3+ messages)

[PATCH 5.12] io_uring: fix io_sq_offload_create error handling
 2021-03-08 18:51 UTC  (2+ messages)

[PATCH 5.12] io_uring: clean R_DISABLED startup mess
 2021-03-08 14:33 UTC  (2+ messages)

[PATCH 5.12] io_uring: fix unrelated ctx reqs cancellation
 2021-03-08 14:32 UTC  (2+ messages)

[PATCH 1/2] io_uring: fix UAF for personality_idr
 2021-03-08 14:12 UTC  (8+ messages)
` [PATCH 2/2] io_uring: fix UAF for io_buffer_idr

[RFC PATCH v2 00/13] Add futex2 syscall
 2021-03-08 11:55 UTC  (5+ messages)

[PATCH 5.12 0/2] Restore sq_thread 5.11 behavior
 2021-03-07 20:07 UTC  (2+ messages)


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