public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-11-23 11:35:11 to 2022-12-19 16:31:18 UTC [more...]

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

[PATCH liburing v1 0/8] liburing updates
 2022-12-19 15:50 UTC  (9+ 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 15:11 UTC 

[PATCH v2] io_uring/net: ensure compat import handlers clear free_iov
 2022-12-19 14:36 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  (7+ messages)
` [PATCH for-next 1/4] io_uring: protect cq_timeouts with timeout_lock
` [PATCH for-next 2/4] io_uring: revise completion_lock locking
` [PATCH for-next 3/4] io_uring: ease timeout flush locking requirements
` [PATCH for-next 4/4] io_uring: rename __io_fill_cqe_req

[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  (11+ messages)
` [PATCH liburing v2 1/8] queue: Fix typo "entererd" -> "entered"
` [PATCH liburing v2 2/8] queue: Mark `__io_uring_flush_sq()` as static
` [PATCH liburing v2 3/8] test/io_uring_setup: Remove unused functions
` [PATCH liburing v2 4/8] ucontext-cp: Remove an unused function
` [PATCH liburing v2 5/8] tests: Mark non-exported functions as static
` [PATCH liburing v2 6/8] ucontext-cp: Mark a non-exported function "
` [PATCH liburing v2 7/8] test/Makefile: Omit `-Wmissing-prototypes` from the C++ compiler flags
` [PATCH liburing v2 8/8] github: Add `-Wmissing-prototypes` for GitHub CI bot
` [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  (17+ messages)
` [PATCH for-next 1/7] io_uring: skip overflow CQE posting for dying ring
` [PATCH for-next 2/7] io_uring: don't check overflow flush failures
` [PATCH for-next 3/7] io_uring: complete all requests in task context
` [PATCH for-next 4/7] io_uring: force multishot CQEs into "
` [PATCH for-next 5/7] io_uring: post msg_ring CQE in "
` [PATCH for-next 6/7] io_uring: use tw for putting rsrc
` [PATCH for-next 7/7] io_uring: skip spinlocking for ->task_complete

[PATCH] io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()
 2022-12-07  2:40 UTC  (6+ messages)

[PATCH liburing 0/2] passthrough test fix and cleanup
 2022-12-06 17:19 UTC  (4+ messages)
    ` [PATCH liburing 1/2] test/io_uring_passthrough: fix iopoll test
    ` [PATCH liburing 2/2] test/io_uring_passthrough: cleanup invalid submission test

[PATCH] io_uring: don't hold uring_lock when calling io_run_task_work*
 2022-12-03 13:20 UTC  (2+ messages)

[RFC v2 0/1] RFC on how to include LSM hooks for io_uring commands
 2022-11-30 21:29 UTC  (9+ messages)
  ` [RFC v2 1/1] Use a fs callback to set security specific data

[PATCH for-next 0/9] poll & rsrc quiesce improvements
 2022-11-30 18:07 UTC  (11+ messages)
` [PATCH for-next 1/9] io_uring: kill io_poll_issue's PF_EXITING check
` [PATCH for-next 2/9] io_uring: carve io_poll_check_events fast path
` [PATCH for-next 3/9] io_uring: remove ctx variable in io_poll_check_events
` [PATCH for-next 4/9] io_uring: imporve poll warning handling
` [PATCH for-next 5/9] io_uring: combine poll tw handlers
` [PATCH for-next 6/9] io_uring: don't raw spin unlock to match cq_lock
` [PATCH for-next 7/9] io_uring: improve rsrc quiesce refs checks
` [PATCH for-next 8/9] io_uring: don't reinstall quiesce node for each tw
` [PATCH for-next 9/9] io_uring: reshuffle issue_flags

[syzbot] WARNING in io_req_complete_failed
 2022-11-28 22:34 UTC  (2+ messages)

[PATCH v5 0/3] io_uring: add napi busy polling support
 2022-11-28 20:22 UTC  (4+ messages)
` [PATCH v5 2/3] io_uring: add api to set / get napi configuration

[RFC 0/1] RFC on how to include LSM hooks for io_uring commands
 2022-11-28 10:59 UTC  (11+ messages)
  ` [RFC 1/1] Use ioctl selinux callback io_uring commands that implement the ioctl op convention

[GIT PULL] io_uring fixes for 6.1-rc6
 2022-11-26  2:25 UTC  (2+ messages)

[PATCH v5 0/4] liburing: add api for napi busy poll
 2022-11-25 21:34 UTC  (4+ messages)
` [PATCH v5 3/4] liburing: add example programs "

[PATCH v2] io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
 2022-11-25 16:51 UTC 

[PATCH] io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
 2022-11-25 16:40 UTC 

[PATCH v3 0/2] poll_refs armoring
 2022-11-25 13:55 UTC  (4+ messages)
` [PATCH v3 1/2] io_uring: cmpxchg for poll arm refs release

[RFC PATCH liburing v1 0/2] Fix memset() issue and simplify function naming
 2022-11-25 13:35 UTC  (4+ messages)
` [RFC PATCH liburing v1 1/2] nolibc: Do not define `memset()` function in liburing
` [RFC PATCH liburing v1 2/2] nolibc: Simplify function naming

[PATCH for-next 0/2] random for-next io_uring patches
 2022-11-25 13:13 UTC  (4+ messages)
` [PATCH for-next 1/2] io_uring: don't use complete_post in kbuf
` [PATCH for-next 2/2] io_uring: keep unlock_post inlined in hot path

[PATCH for-next 0/3] io_uring: completion cleanups
 2022-11-25 13:13 UTC  (5+ messages)
` [PATCH for-next 1/3] io_uring: remove io_req_complete_post_tw
` [PATCH for-next 2/3] io_uring: spelling fix
` [PATCH for-next 3/3] io_uring: Revert "io_uring: io_req_complete_post should defer if available"
` (subset) [PATCH for-next 0/3] io_uring: completion cleanups

[PATCH for-next v3 0/9] io_uring: batch multishot completions
 2022-11-25  9:26 UTC  (14+ messages)
` [PATCH for-next v3 1/9] io_uring: io_req_complete_post should defer if available
` [PATCH for-next v3 2/9] io_uring: always lock in io_apoll_task_func
` [PATCH for-next v3 3/9] io_uring: defer all io_req_complete_failed
` [PATCH for-next v3 4/9] io_uring: allow defer completion for aux posted cqes
` [PATCH for-next v3 5/9] io_uring: add io_aux_cqe which allows deferred completion
` [PATCH for-next v3 6/9] io_uring: make io_fill_cqe_aux static
` [PATCH for-next v3 7/9] io_uring: add lockdep assertion in io_fill_cqe_aux
` [PATCH for-next v3 8/9] io_uring: remove overflow param from io_post_aux_cqe
` [PATCH for-next v3 9/9] io_uring: allow multishot polled reqs to defer completion

[PATCH] io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()
 2022-11-24 19:51 UTC  (7+ messages)

[PATCH liburing v1 0/5] Remove useless brances in register functions
 2022-11-24 13:34 UTC  (7+ messages)
` [PATCH liburing v1 1/5] register: Remove useless branches in {un,}register eventfd
` [PATCH liburing v1 2/5] register: Remove useless branches in {un,}register buffers
` [PATCH liburing v1 3/5] register: Remove useless branch in unregister files
` [PATCH liburing v1 4/5] register: Remove useless branch in register probe
` [PATCH liburing v1 5/5] register: Remove useless branch in register restrictions

[PATCH liburing v1 0/7] Ensure we mark internal functions and variables as static
 2022-11-24 13:27 UTC  (11+ messages)
` [PATCH liburing v1 1/7] liburing.h: Export `__io_uring_flush_sq()` function
` [PATCH liburing v1 2/7] test/io_uring_setup: Remove unused functions
` [PATCH liburing v1 3/7] ucontext-cp: Remove an unused function
` [PATCH liburing v1 4/7] tests: Mark internal functions as static
` [PATCH liburing v1 5/7] ucontext-cp: "
` [PATCH liburing v1 6/7] test/Makefile: Omit `-Wmissing-prototypes` from the C++ compiler flags
` [PATCH liburing v1 7/7] github: Add `-Wmissing-prototypes` for GitHub CI bot

[PATCH liburing 0/2] tests for deferred multishot completions
 2022-11-24 13:25 UTC  (4+ messages)
` [PATCH liburing 1/2] Add a test for errors in multishot recv
` [PATCH liburing 2/2] add a test for multishot downgrading

[PATCH liburing 0/3] test poll missing events
 2022-11-23 17:51 UTC  (5+ messages)
` [PATCH liburing 1/3] tests: remove sigalarm from poll.c
` [PATCH liburing 2/3] tests: refactor poll.c
` [PATCH liburing 3/3] tests: check for missing multipoll events

[PATCH for-next 0/7] iopoll cqe posting fixes
 2022-11-23 17:51 UTC  (9+ messages)
` [PATCH for-next 1/7] io_uring: add completion locking for iopoll
` [PATCH for-next 2/7] io_uring: hold locks for io_req_complete_failed
` [PATCH for-next 3/7] io_uring: use io_req_task_complete() in timeout
` [PATCH for-next 4/7] io_uring: remove io_req_tw_post_queue
` [PATCH for-next 5/7] io_uring: inline __io_req_complete_put()
` [PATCH for-next 6/7] io_uring: iopoll protect complete_post
` [PATCH for-next 7/7] io_uring: remove iopoll spinlock


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