public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-01-09 07:32:21 to 2023-01-20 20:02:10 UTC [more...]

[GIT PULL] io_uring fixes for 6.2-rc5
 2023-01-20 20:02 UTC 

[PATCH for-6.2 v2 0/3] msg_ring fixes
 2023-01-20 16:46 UTC  (6+ messages)
` [PATCH for-6.2 v2 1/3] io_uring/msg_ring: fix flagging remote execution
` [PATCH for-6.2 v2 2/3] io_uring/msg_ring: fix remote queue to disabled ring
` [PATCH for-6.2 v2 3/3] io_uring/msg_ring: optimise with correct tw notify method
` (subset) [PATCH for-6.2 v2 0/3] msg_ring fixes

[PATCH for-6.2 0/3] msg_ring fixes
 2023-01-20 16:37 UTC  (5+ messages)
` [PATCH for-6.2 1/3] io_uring/msg_ring: fix flagging remote execution
` [PATCH for-6.2 2/3] io_uring/msg_ring: fix remote queue to disabled ring
` [PATCH for-6.2 3/3] io_uring/msg_ring: optimise with correct tw notify method

[PATCH] io_uring: pass in io_issue_def to io_assign_file()
 2023-01-20 16:11 UTC 

[PATCH] io_uring: Enable KASAN for request cache
 2023-01-20 15:41 UTC  (4+ messages)

Phoronix pts fio io_uring test regression report on upstream v6.1 and v5.15
 2023-01-20  4:12 UTC  (2+ messages)

ublk-nbd: ublk-nbd is avaialbe
 2023-01-19 18:49 UTC  (2+ messages)

[PATCH 0/2] Fix locking for MSG_RING and IOPOLL targets
 2023-01-19 18:02 UTC  (3+ messages)
` [PATCH 1/2] io_uring/msg_ring: move double lock/unlock helpers higher up
` [PATCH 2/2] io_uring/msg_ring: fix missing lock on overflow for IOPOLL

[PATCH for-next] io_uring/msg-ring: ensure flags passing works for task_work completions
 2023-01-19 17:58 UTC 

WARNING in io_fill_cqe_aux
 2023-01-19 17:35 UTC  (4+ messages)

Problems replacing epoll with io_uring in tevent
 2023-01-18 15:56 UTC  (7+ messages)

[PATCH liburing] test/helpers: fix socket length type
 2023-01-18 14:57 UTC  (2+ messages)

[PATCH 1/2] io_uring: Rename struct io_op_def
 2023-01-18 14:39 UTC  (8+ messages)
` [PATCH 2/2] io_uring: Split io_issue_def struct

[PATCH for-next 0/5] random for-next patches
 2023-01-16 21:18 UTC  (14+ messages)
` [PATCH for-next 1/5] io_uring: return back links tw run optimisation
` [PATCH for-next 2/5] io_uring: don't export io_put_task()
` [PATCH for-next 3/5] io_uring: simplify fallback execution
` [PATCH for-next 4/5] io_uring: optimise ctx flags layout
` [PATCH for-next 5/5] io_uring: refactor __io_req_complete_post

[syzbot] WARNING: refcount bug in mm_update_next_owner
 2023-01-16 18:01 UTC  (2+ messages)

[PATCH liburing 0/3] test lazy poll wq activation
 2023-01-16 17:49 UTC  (5+ messages)
` [PATCH liburing 1/3] tests: refactor poll-many.c
` [PATCH liburing 2/3] tests: test DEFER_TASKRUN in poll-many
` [PATCH liburing 3/3] tests: lazy pollwq activation for disabled rings

[regression] Bug 216932 - io_uring with libvirt cause kernel NULL pointer dereference since 6.1.5
 2023-01-16 15:50 UTC  (7+ messages)

[RFC PATCH liburing v2 0/2] Explain about FFI support and how to build liburing
 2023-01-16 15:46 UTC  (5+ messages)
` [RFC PATCH liburing v2 1/2] README: Explain "
` [RFC PATCH liburing v2 2/2] README: Explain about FFI support

[RFC PATCH liburing v1 0/2] Explain how to build liburing and FFI support
 2023-01-16 13:54 UTC  (8+ messages)
` [RFC PATCH v1 liburing 1/2] README: Explain how to build liburing
` [RFC PATCH v1 liburing 2/2] README: Explain about FFI support

[syzbot] KASAN: use-after-free Read in io_poll_task_func
 2023-01-16 13:43 UTC  (2+ messages)

[PATCH] io_uring: make io_sqpoll_wait_sq return void
 2023-01-15 15:38 UTC  (2+ messages)

[Report] Use-After-Free in io_wq_worker_running
 2023-01-15 15:36 UTC 

[PATCH] caif: don't assume iov_iter type
 2023-01-14  5:00 UTC  (3+ messages)

[PATCH liburing v1] liburing.map: Export `io_uring_{enable_rings,register_restrictions}`
 2023-01-14  3:57 UTC  (2+ messages)

IOSQE_IO_LINK vs. short send of SOCK_STREAM
 2023-01-14  3:47 UTC  (14+ messages)

[GIT PULL] io_uring fixes for 6.2-rc4
 2023-01-13 23:44 UTC  (2+ messages)

[syzbot] WARNING in io_cqring_event_overflow
 2023-01-13  3:10 UTC  (7+ messages)

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

[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 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)

[PATCH] io_uring: Add NULL checks for current->io_uring
 2023-01-12  2:37 UTC  (5+ 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  (3+ messages)


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