messages from 2022-12-07 03:54:38 to 2023-01-09 18:55:24 UTC [more...]
[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)
[syzbot] KASAN: use-after-free Read in io_wq_worker_wake
2023-01-09 17:56 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
[PATCH v3 00/11] CQ waiting / task_work optimisations
2023-01-09 14:46 UTC (12+ 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
[syzbot] memory leak in io_submit_sqes (4)
2023-01-09 13:09 UTC (2+ messages)
[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 v2] io_uring: fix CQ waiting timeout handling
2023-01-05 10:49 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 "
[PATCH] io_uring: use call_rcu_hurry if signaling an eventfd
2022-12-15 18:51 UTC (4+ messages)
[PATCH for-next 0/4] some 6.2 cleanups
2022-12-14 16:06 UTC (3+ messages)
[GIT PULL] io_uring followup updates for 6.2-rc1
2022-12-13 19:02 UTC (2+ messages)
[GIT PULL] First round io_uring updates for 6.2-rc1
2022-12-13 19:02 UTC (2+ messages)
[RESEND PATCH] test/sendmsg_fs_cve: Fix the wrong SPDX-License-Identifier
2022-12-12 20:10 UTC (2+ messages)
[PATCH liburing v2 0/8] Ensure we mark non-exported functions and variables as static
2022-12-12 12:48 UTC (2+ messages)
` [PATCH] test/sendmsg_fs_cve: Fix the wrong SPDX-License-Identifier
[GIT PULL] io_uring fix for 6.1-final
2022-12-08 23:57 UTC (2+ messages)
[PATCH for-next v2 00/12] CQ locking optimisation
2022-12-07 21:23 UTC (20+ messages)
` [PATCH for-next v2 01/12] io_uring: dont remove file from msg_ring reqs
` [PATCH for-next v2 02/12] io_uring: improve io_double_lock_ctx fail handling
` [PATCH for-next v2 03/12] io_uring: skip overflow CQE posting for dying ring
` [PATCH for-next v2 04/12] io_uring: don't check overflow flush failures
` [PATCH for-next v2 05/12] io_uring: complete all requests in task context
` [PATCH for-next v2 06/12] io_uring: force multishot CQEs into "
` [PATCH for-next v2 07/12] io_uring: use tw for putting rsrc
` [PATCH for-next v2 08/12] io_uring: never run tw and fallback in parallel
` [PATCH for-next v2 09/12] io_uring: get rid of double locking
` [PATCH for-next v2 10/12] io_uring: extract a io_msg_install_complete helper
` [PATCH for-next v2 11/12] io_uring: do msg_ring in target task via tw
` [PATCH for-next v2 12/12] io_uring: skip spinlocking for ->task_complete
[PATCH for-next 0/7] CQ locking optimisation
2022-12-07 15:42 UTC (9+ messages)
` [PATCH for-next 5/7] io_uring: post msg_ring CQE in task context
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox