public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-12-22 05:52:26 to 2023-01-13 02:26:12 UTC [more...]

[io_uring] KASAN: use-after-free Read in signalfd_cleanup
 2023-01-13  2:26 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in io_fallback_tw
 2023-01-13  2:04 UTC  (6+ messages)

[PATCH liburing v1] man/io_uring_prep_splice.3: Fix description in io_uring_prep_splice() manpage
 2023-01-12 23:16 UTC  (3+ messages)

[PATCH 1/2] io_uring: Rename struct io_op_def
 2023-01-12 20:35 UTC  (3+ messages)
` [PATCH 2/2] io_uring: Split io_issue_def struct

[syzbot] WARNING in io_cqring_event_overflow
 2023-01-12 18:11 UTC  (5+ messages)

[PATCH liburing v1 0/4] liburing updates for 2.4
 2023-01-12 17:49 UTC  (8+ messages)
` [PATCH liburing v1 1/4] liburing-ffi.map: Add io_uring_prep_msg_ring_cqe_flags() function
` [PATCH liburing v1 2/4] CHANGELOG: Note about --nolibc configure option deprecation
` [PATCH liburing v1 3/4] liburing.h: 's/is adjust/is adjusted/' and fix indentation
` [PATCH liburing v1 4/4] man/io_uring_prep_splice.3: Explain more about io_uring_prep_splice()

[syzbot] KASAN: use-after-free Read in __io_req_task_work_add
 2023-01-12 17:43 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Read in io_req_caches_free
 2023-01-12 17:43 UTC  (5+ messages)

[syzbot] WARNING: ODEBUG bug in __io_put_task
 2023-01-12 17:43 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Read in io_fallback_req_func
 2023-01-12 17:42 UTC  (5+ messages)

IOSQE_IO_LINK vs. short send of SOCK_STREAM
 2023-01-12  7:35 UTC  (7+ messages)

[PATCH] io_uring: Add NULL checks for current->io_uring
 2023-01-12  2:37 UTC  (5+ messages)

[PATCH] caif: don't assume iov_iter type
 2023-01-11 21:58 UTC  (2+ messages)

[PATCH v3 00/11] CQ waiting / task_work optimisations
 2023-01-11 18:00 UTC  (13+ messages)
` [PATCH v3 01/11] io_uring: move submitter_task out of cold cacheline
` [PATCH v3 02/11] io_uring: refactor io_wake_function
` [PATCH v3 03/11] io_uring: don't set TASK_RUNNING in local tw runner
` [PATCH v3 04/11] io_uring: mark io_run_local_work static
` [PATCH v3 05/11] io_uring: move io_run_local_work_locked
` [PATCH v3 06/11] io_uring: separate wq for ring polling
` [PATCH v3 07/11] io_uring: add lazy poll_wq activation
` [PATCH v3 08/11] io_uring: wake up optimisations
` [PATCH v3 09/11] io_uring: waitqueue-less cq waiting
` [PATCH v3 10/11] io_uring: add io_req_local_work_add wake fast path
` [PATCH v3 11/11] io_uring: optimise deferred tw execution

[PATCH v2] io_uring: fix CQ waiting timeout handling
 2023-01-11 14:44 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in io_wq_put_and_exit
 2023-01-10 23:09 UTC  (3+ messages)

[PATCH 0/2] Pol fixups
 2023-01-10 18:00 UTC  (3+ messages)
` [PATCH 1/2] io_uring/fdinfo: include locked hash table in fdinfo output
` [PATCH 2/2] io_uring/poll: attempt request issue after racy poll wakeup

[PATCH 5.15.y] io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()
 2023-01-10 16:46 UTC 

[PATCH] io_uring: remove excessive unlikely on IS_ERR
 2023-01-09 23:14 UTC  (2+ messages)

[syzbot] memory leak in io_submit_sqes (4)
 2023-01-09 22:12 UTC  (5+ messages)

[PATCH] io_uring/poll: add hash if ready poll request can't complete inline
 2023-01-09 21:58 UTC 

[syzbot] KASAN: use-after-free Read in io_wq_worker_wake
 2023-01-09 19:33 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in io_wqe_worker (2)
 2023-01-09 18:55 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in io_worker_get
 2023-01-09 18:40 UTC  (3+ messages)

[PATCH] io_uring/msg_ring: Pass custom flags to the cqe
 2023-01-09 17:33 UTC  (2+ messages)

[PATCHv2 00/12] iov_iter: replace import_single_range with ubuf
 2023-01-09 15:12 UTC  (5+ messages)
  ` [PATCHv2 02/12] io_uring: switch network send/recv to ITER_UBUF

[syzbot] KASAN: wild-memory-access Read in io_wq_worker_running
 2023-01-09  3:47 UTC  (5+ messages)

[RFC PATCH liburing v1 0/2] Always enable CONFIG_NOLIBC if supported and deprecate --nolibc option
 2023-01-06 22:39 UTC  (4+ messages)
` [RFC PATCH liburing v1 1/2] github: Remove nolibc build on the GitHub CI bot
` [RFC PATCH liburing v1 2/2] configure: Always enable `CONFIG_NOLIBC` if the arch is supported

[GIT PULL] io_uring fixes for 6.2-rc3
 2023-01-06 21:19 UTC  (2+ messages)

[PATCH liburing v1 0/2] liburing micro-optimzation
 2023-01-06 17:08 UTC  (6+ messages)
` [PATCH liburing v1 1/2] nolibc: Fix bloated memset due to unexpected vectorization
` [PATCH liburing v1 2/2] register: Simplify `io_uring_register_file_alloc_range()` function

[PATCH v2] io_uring: Replace 0-length array with flexible array
 2023-01-06 15:53 UTC  (2+ messages)

[PATCH] io_uring: fix some spelling mistakes in comment
 2023-01-06  9:51 UTC  (3+ messages)

[PATCH] io_uring: Replace 0-length array with flexible array
 2023-01-05 20:01 UTC  (7+ messages)

[PATCHSET REBASE 00/10] cq wait refactoring rebase
 2023-01-05 15:28 UTC  (12+ messages)
` [PATCHSET REBASE 01/10] io_uring: rearrange defer list checks
` [PATCHSET REBASE 02/10] io_uring: don't iterate cq wait fast path
` [PATCHSET REBASE 03/10] io_uring: kill io_run_task_work_ctx
` [PATCHSET REBASE 04/10] io_uring: move defer tw task checks
` [PATCHSET REBASE 05/10] io_uring: parse check_cq out of wq waiting
` [PATCHSET REBASE 06/10] io_uring: mimimise io_cqring_wait_schedule
` [PATCHSET REBASE 07/10] io_uring: simplify io_has_work
` [PATCHSET REBASE 08/10] io_uring: set TASK_RUNNING right after schedule
` [PATCHSET REBASE 09/10] io_uring: optimise non-timeout waiting
` [PATCHSET REBASE 10/10] io_uring: keep timeout in io_wait_queue

[PATCH v2] io_uring: fix CQ waiting timeout handling
 2023-01-05 15:05 UTC 

[PATCH] io_uring: fix CQ waiting timeout handling
 2023-01-05 10:48 UTC  (2+ messages)

[RFC v2 00/13] CQ waiting and wake up optimisations
 2023-01-04 20:53 UTC  (22+ messages)
` [RFC v2 01/13] io_uring: rearrange defer list checks
` [RFC v2 02/13] io_uring: don't iterate cq wait fast path
` [RFC v2 03/13] io_uring: kill io_run_task_work_ctx
` [RFC v2 04/13] io_uring: move defer tw task checks
` [RFC v2 05/13] io_uring: parse check_cq out of wq waiting
` [RFC v2 06/13] io_uring: mimimise io_cqring_wait_schedule
` [RFC v2 07/13] io_uring: simplify io_has_work
` [RFC v2 08/13] io_uring: set TASK_RUNNING right after schedule
` [RFC v2 09/13] io_uring: separate wq for ring polling
` [RFC v2 10/13] io_uring: add lazy poll_wq activation
` [RFC v2 11/13] io_uring: wake up optimisations
` [RFC v2 12/13] io_uring: waitqueue-less cq waiting
` [RFC v2 13/13] io_uring: add io_req_local_work_add wake fast path
` (subset) [RFC v2 00/13] CQ waiting and wake up optimisations

[PATCH] io_uring: move 'poll_multi_queue' bool in io_ring_ctx
 2023-01-04 20:52 UTC 

[RFC 1/1] io_uring: lockdep annotate CQ locking
 2023-01-04 16:13 UTC 

[RFC 1/1] io_uring: pin context while queueing deferred tw
 2023-01-04 16:13 UTC 

[RFC 1/1] io_uring: pin context while queueing deferred tw
 2023-01-04  1:36 UTC  (2+ messages)

[RFC 1/1] io_uring: lockdep annotate CQ locking
 2023-01-04  1:34 UTC 

[PATCH AUTOSEL 5.15 2/4] io_uring: check for valid register opcode earlier
 2023-01-03 18:40 UTC 

[PATCH AUTOSEL 6.0 2/4] io_uring: check for valid register opcode earlier
 2023-01-03 18:39 UTC 

[PATCH AUTOSEL 6.1 01/10] io_uring/cancel: re-grab ctx mutex after finishing wait
 2023-01-03 18:39 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 07/10] io_uring: check for valid register opcode earlier

[PATCH] io_uring/io-wq: free worker if task_work creation is canceled
 2023-01-03 14:32 UTC 

[PATCH 5.10 51/63] x86/process: setup io_threads more like normal user space threads
 2023-01-03  8:14 UTC 

[PATCH mm-unstable v1 0/3] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
 2023-01-02 16:08 UTC  (4+ messages)
` [PATCH mm-unstable v1 1/3] mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
` [PATCH mm-unstable v1 2/3] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
` [PATCH mm-unstable v1 3/3] drivers/misc/open-dice: don't touch VM_MAYSHARE

[GIT PULL] io_uring fixes for 6.2-rc2
 2022-12-30  1:01 UTC  (2+ messages)

Problems replacing epoll with io_uring in tevent
 2022-12-28 16:19 UTC  (6+ messages)

[PATCH v2 1/1] uapi:io_uring.h: allow linux/time_types.h to be skipped
 2022-12-27 14:33 UTC  (3+ messages)

[PATCH] io_uring: check for valid register opcode earlier
 2022-12-23 13:42 UTC 

[syzbot] WARNING in io_sync_cancel
 2022-12-22 16:45 UTC  (3+ messages)


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