public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-12-17 20:48:59 to 2023-01-12 10:16:29 UTC [more...]

[syzbot] WARNING: ODEBUG bug in __io_put_task
 2023-01-12 10:14 UTC 

[syzbot] KASAN: use-after-free Read in io_fallback_tw
 2023-01-12 10:12 UTC 

[syzbot] KASAN: use-after-free Read in io_fallback_req_func
 2023-01-12 10:09 UTC 

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  (8+ messages)

[GIT PULL] Followup io_uring fixes for 6.2-rc1
 2022-12-22  3:07 UTC  (2+ messages)

[syzbot] WARNING in io_cqring_overflow_flush
 2022-12-21 14:54 UTC  (3+ messages)

[RFC] io_uring: wake up optimisations
 2022-12-20 19:22 UTC  (5+ messages)

[PATCH v2] io_uring/net: ensure compat import handlers clear free_iov
 2022-12-20 14:15 UTC  (3+ messages)

[PATCH] MAINTAINERS: io_uring: Add include/trace/events/io_uring.h
 2022-12-19 17:00 UTC  (2+ messages)

[PATCH liburing v1 0/8] liburing updates
 2022-12-19 17:00 UTC  (10+ messages)
` [PATCH liburing v1 1/8] ffi: Add SPDX-License-Idetifier
` [PATCH liburing v1 2/8] Makefile: Add a '+' char to silence a Makefile warning
` [PATCH liburing v1 3/8] tests: Fix `-Wstrict-prototypes` warnings from Clang
` [PATCH liburing v1 4/8] test/ring-leak: Remove a "break" statement in a "for loop"
` [PATCH liburing v1 5/8] tests: Fix clang `-Wunreachable-code` warning
` [PATCH liburing v1 6/8] tests: Declare internal variables as static
` [PATCH liburing v1 7/8] github: Add more extra flags for clang build
` [PATCH liburing v1 8/8] CHANGELOG: Update the CHANGELOG file

[PATCH 1/1] io_uring/net: fix cleanup after recycle
 2022-12-19 17:00 UTC 

[PATCH mm-stable RFC 0/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
 2022-12-19 16:30 UTC  (3+ messages)
` [PATCH mm-stable RFC 1/2] mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
` [PATCH mm-stable RFC 2/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings

[PATCH 1/1] io_uring/net: fix cleanup after recycle
 2022-12-19 15:11 UTC 

[PATCH] io_uring/net: ensure compat import handlers clear free_iov
 2022-12-19 14:31 UTC 

[PATCH for-next 1/1] io_uring/net: fix cleanup double free free_iov init
 2022-12-19 13:42 UTC  (5+ messages)
` User-triggerable 6.1 crash [was: io_uring/net: fix cleanup double free free_iov init]

[PATCHSET 0/2] tw/wakeup tweaks
 2022-12-18  3:37 UTC  (4+ messages)
` [PATCH 1/2] io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_work
` [PATCH 2/2] io_uring: include task_work run after scheduling in wait for events
  ` [PATCH v2 "


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