messages from 2026-03-24 00:10:14 to 2026-04-09 08:39:13 UTC [more...]
[PATCH net-next v3 0/4] net: move .getsockopt away from __user buffers
2026-04-09 8:39 UTC (11+ messages)
` [PATCH net-next v3 1/4] net: add getsockopt_iter callback to proto_ops
` [PATCH net-next v3 2/4] net: call getsockopt_iter if available
` [PATCH net-next v3 3/4] af_packet: convert to getsockopt_iter
` [PATCH net-next v3 4/4] can: raw: "
[PATCH v4 0/5] Rust io_uring command abstraction for miscdevice
2026-04-09 5:27 UTC (10+ messages)
` [PATCH v4 1/5] rust: bindings: add io_uring headers in bindings_helper.h
` [PATCH v4 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB
` [PATCH v4 3/5] rust: io_uring: introduce rust abstraction for io-uring cmd
` [PATCH v4 4/5] rust: miscdevice: Add `uring_cmd` support
` [PATCH v4 5/5] samples: rust: Add `uring_cmd` example to `rust_misc_device`
[PATCHSET for-next 0/2] Deduplicate fd-to-ctx conversions
2026-04-08 19:27 UTC (3+ messages)
` [PATCH 1/2] io_uring/register: don't get a reference to the registered ring fd
` [PATCH 2/2] io_uring: unify getting ctx from passed in file descriptor
[PATCHSET for-next 0/2] tctx setup cleanups
2026-04-08 19:24 UTC (3+ messages)
` [PATCH 1/2] io_uring/tctx: have io_uring_alloc_task_context() return tctx
` [PATCH 2/2] io_uring/tctx: clean up __io_uring_add_tctx_node() error handling
[PATCH 0/3] io_uring: fix resource leak issues
2026-04-08 12:51 UTC (9+ messages)
` [PATCH 1/3] io_uring: fix pinned pages and pages array leak in io_region_pin_pages()
` [PATCH 2/3] io_uring/rsrc: use io_cache_free for node in io_buffer_register_bvec error path
` [PATCH 3/3] io_uring/zcrx: fix resource leak and double-free hazard in io_import_umem
[PATCH 5.15.y] io_uring/tctx: work around xa_store() allocation error issue
2026-04-08 12:51 UTC (3+ messages)
[PATCH v2] io_uring/zcrx: reorder fd allocation in zcrx_export()
2026-04-08 8:43 UTC (2+ messages)
[PATCH] signalfd: don't dequeue the forced fatal signals
2026-04-07 21:22 UTC (6+ messages)
` [PATCH v2] "
[PATCH] io_uring/zcrx: reorder fd allocation and disclosure in zcrx_export()
2026-04-06 17:11 UTC (3+ messages)
[syzbot] [io-uring?] WARNING in __secure_computing
2026-04-05 15:29 UTC (7+ messages)
` [syzbot] [kernel] "
[PATCH v3 0/12] io_uring: add IORING_OP_BPF for extending io_uring
2026-04-04 2:54 UTC (21+ messages)
` [PATCH V3 01/12] io_uring: make io_import_fixed() global
` [PATCH V3 02/12] io_uring: refactor io_prep_reg_iovec() for BPF kfunc use
` [PATCH V3 03/12] io_uring: refactor io_import_reg_vec() "
` [PATCH V3 04/12] io_uring: prepare for extending io_uring with bpf
` [PATCH V3 05/12] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH V3 06/12] io_uring: bpf: implement struct_ops registration
` [PATCH V3 07/12] io_uring: bpf: add BPF buffer descriptor for IORING_OP_BPF
` [PATCH V3 08/12] io_uring: bpf: add per-buffer iterator kfuncs
` [PATCH V3 09/12] bpf: add bpf_uring_buf_dynptr to special_kfunc_list
` [PATCH V3 10/12] selftests/io_uring: add io_uring_unregister_buffers()
` [PATCH V3 11/12] selftests/io_uring: add BPF struct_ops and kfunc tests
` [PATCH V3 12/12] selftests/io_uring: add buffer iterator selftest with BPF arena
[GIT PULL] io_uring fixes for 7.0-rc7
2026-04-03 19:52 UTC (2+ messages)
[PATCH v6 0/4] io_uring: extend bvec registration
2026-04-03 18:40 UTC (6+ messages)
` [PATCH v6 1/4] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v6 2/4] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v6 3/4] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v6 4/4] io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCE
[PATCH v5 0/4] io_uring: extend bvec registration
2026-04-03 18:31 UTC (8+ messages)
` [PATCH v5 1/4] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v5 2/4] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v5 3/4] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v5 4/4] io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCE
[PATCH net-next v2 0/4] net: move .getsockopt away from __user buffers
2026-04-02 23:00 UTC (10+ messages)
` [PATCH net-next v2 1/4] net: add getsockopt_iter callback to proto_ops
` [PATCH net-next v2 2/4] net: call getsockopt_iter if available
` [PATCH net-next v2 3/4] af_packet: convert to getsockopt_iter
` [PATCH net-next v2 4/4] can: raw: "
[PATCH] io_uring/net: don't fail linked ops when done_io > 0
2026-04-02 15:53 UTC (3+ messages)
` [PATCH v2] io_uring/net: don't check MSG_CTRUNC for IORING_OP_RECV
[PATCH v2] io_uring/timeout: use 'ctx' consistently
2026-04-02 13:09 UTC (2+ messages)
io_uring_prep_timeout() leading to an IO pressure close to 100
2026-04-02 12:31 UTC (4+ messages)
[PATCH v1] io_uring/rw: clean up __io_read() obsolete comment and early returns
2026-04-01 20:21 UTC (2+ messages)
[PATCH v4 0/5] io_uring: extend bvec registration and add mem region lookup
2026-04-01 17:26 UTC (7+ messages)
` [PATCH v4 1/5] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v4 2/5] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v4 3/5] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v4 4/5] io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCE
` [PATCH v4 5/5] io_uring/rsrc: add io_uring_registered_mem_region_get()
[PATCH v2] io_uring: protect remaining lockless ctx->rings accesses with RCU
2026-04-01 14:33 UTC (3+ messages)
[PATCH io_uring-7.1 v3 0/6] follow up zcrx fixes
2026-04-01 13:39 UTC (8+ messages)
` [PATCH io_uring-7.1 v3 1/6] io_uring/zcrx: reject REG_NODEV with large rx_buf_size
` [PATCH io_uring-7.1 v3 2/6] io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()
` [PATCH io_uring-7.1 v3 3/6] io_uring/zcrx: don't use mark0 for allocating xarray
` [PATCH io_uring-7.1 v3 4/6] io_uring/zcrx: don't clear not allocated niovs
` [PATCH io_uring-7.1 v3 5/6] io_uring/zcrx: use dma_len for chunk size calculation
` [PATCH io_uring-7.1 v3 6/6] io_uring/zcrx: use correct mmap off constants
[PATCH] io_uring/cancel: validate opcode for IORING_ASYNC_CANCEL_OP
2026-04-01 13:39 UTC (3+ messages)
[PATCH] io_uring: use local ctx consistently
2026-04-01 13:08 UTC (2+ messages)
[BUG] WARNING in io_ring_exit_work (io_uring.c:2187) via IORING_REGISTER_BPF_FILTER — confirmed on 7.0-rc5 and rc6
2026-03-31 14:21 UTC (3+ messages)
[PATCH] io_uring/bpf_fiters: retain COW'ed settings on parse failures
2026-03-31 14:19 UTC
[PATCH] io_uring/rsrc: use io_cache_free() to free node allocated by io_rsrc_node_alloc()
2026-03-31 13:36 UTC (3+ messages)
[PATCH] io_uring: protect remaining lockless ctx->rings accesses with RCU
2026-03-31 4:03 UTC (3+ messages)
[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
2026-03-30 16:36 UTC (10+ messages)
` [PATCH v3 2/8] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
[PATCH] io_uring/rsrc: reject zero-length fixed buffer import
2026-03-29 20:04 UTC (2+ messages)
[PATCH] io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()
2026-03-29 20:04 UTC (2+ messages)
[GIT PULL] io_uring fixes for 7.0-rc6
2026-03-27 23:32 UTC (2+ messages)
[PATCH] io_uring/fdinfo: fix OOB read in SQE_MIXED wrap check
2026-03-27 11:38 UTC (2+ messages)
[PATCH] io_uring/fdinfo: fix SQE_MIXED SQE displaying
2026-03-26 13:15 UTC
[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
2026-03-26 1:28 UTC (4+ messages)
` [PATCH v2 01/19] tracepoint: Add trace_call__##name() API
[PATCH v3 0/5] io_uring: extend bvec registration and add mem region lookup
2026-03-25 20:15 UTC (12+ messages)
` [PATCH v3 1/5] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v3 2/5] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v3 3/5] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v3 4/5] io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCE
` [PATCH v3 5/5] io_uring/rsrc: add io_uring_registered_mem_region_get()
[PATCH io_uring-7.1 v2 0/5] follow up zcrx fixes
2026-03-25 13:09 UTC (6+ messages)
` [PATCH io_uring-7.1 v2 1/5] io_uring/zcrx: reject REG_NODEV with large rx_buf_size
` [PATCH io_uring-7.1 v2 2/5] io_uring/zcrx: don't use mark0 for allocating xarray
` [PATCH io_uring-7.1 v2 3/5] io_uring/zcrx: don't clear not allocated niovs
` [PATCH io_uring-7.1 v2 4/5] io_uring/zcrx: use dma_len for chunk size calculation
` [PATCH io_uring-7.1 v2 5/5] io_uring/zcrx: use correct mmap off constants
[PATCH io_uring-7.1 0/4] follow up zcrx fixes
2026-03-25 12:14 UTC (6+ messages)
` [PATCH io_uring-7.1 1/4] io_uring/zcrx: don't use mark0 for allocating xarray
` [PATCH io_uring-7.1 2/4] io_uring/zcrx: don't clear not allocated niovs
` [PATCH io_uring-7.1 3/4] io_uring/zcrx: use dma_len for chunk size calculation
` [PATCH io_uring-7.1 4/4] io_uring/zcrx: use correct mmap off constants
[PATCH v2 0/5] io_uring: extend bvec registration and add mem region lookup
2026-03-24 22:05 UTC (7+ messages)
` [PATCH v2 1/5] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v2 2/5] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v2 3/5] io_uring/rsrc: allow buffer release callback to be optional
` [PATCH v2 4/5] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v2 5/5] io_uring/rsrc: add io_uring_registered_mem_region_get()
[PATCH v1 0/5] io_uring: extend bvec registration and add mem region lookup
2026-03-24 18:13 UTC (7+ messages)
` [PATCH v1 1/5] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v1 2/5] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v1 3/5] io_uring/rsrc: allow buffer release callback to be optional
` [PATCH v1 4/5] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v1 5/5] io_uring/rsrc: add io_uring_registered_mem_region_get()
[RFC PATCH 0/5] Separate compound page from folio
2026-03-24 2:42 UTC (3+ messages)
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