messages from 2025-07-08 17:09:38 to 2025-07-28 11:03:24 UTC [more...]
[RFC v1 00/22] Large rx buffer support for zcrx
2025-07-28 11:04 UTC (9+ messages)
` [RFC v1 01/22] docs: ethtool: document that rx_buf_len must control payload lengths
` [RFC v1 02/22] net: ethtool: report max value for rx-buf-len
` [RFC v1 03/22] net: use zero value to restore rx_buf_len to default
` [RFC v1 04/22] net: clarify the meaning of netdev_config members
` [RFC v1 05/22] net: add rx_buf_len to netdev config
` [RFC v1 06/22] eth: bnxt: read the page size from the adapter struct
` [RFC v1 07/22] eth: bnxt: set page pool page order based on rx_page_size
` [RFC v1 08/22] eth: bnxt: support setting size of agg buffers via ethtool
[RFC PATCH v2 0/4] rust: miscdevice: abstraction for uring-cmd
2025-07-27 17:17 UTC (6+ messages)
` [RFC PATCH v2 1/4] rust: bindings: add io_uring headers in bindings_helper.h
` [RFC PATCH v2 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v2 3/4] rust: miscdevice: add uring_cmd() for MiscDevice trait
` [RFC PATCH v2 4/4] samples: rust: rust_misc_device: add uring_cmd example
[PATCH] io_uring/net: Allow to do vectorized send
2025-07-27 4:49 UTC (3+ messages)
[PATCH liburing v2 0/3] Manpage updates for iowait toggle feature and one extra FFI fix
2025-07-27 3:52 UTC (6+ messages)
` [PATCH liburing v2 1/3] man: Add `io_uring_set_iowait(3)`
` [PATCH liburing v2 2/3] man: Add `IORING_ENTER_NO_IOWAIT` flag
` [PATCH liburing v2 3/3] liburing: Don't use `IOURINGINLINE` on private helpers
[PATCH liburing 0/3] Manpage updates for iowait toggle feature and one extra FFI fix
2025-07-27 0:53 UTC (5+ messages)
` [PATCH liburing 1/3] man: Add `io_uring_set_iowait(3)`
` [PATCH liburing 2/3] man: Add `IORING_ENTER_NO_IOWAIT` flag
` [PATCH liburing 3/3] liburing: Don't use `IOURINGINLINE` on private helpers
[PATCH liburing 0/2] liburing fixes
2025-07-25 18:21 UTC (4+ messages)
` [PATCH liburing 1/2] sanitize: Fix missing `IORING_OP_PIPE`
` [PATCH liburing 2/2] liburing: Don't use `IOURINGINLINE` on `__io_uring_prep_poll_mask`
[RFC PATCH 0/4] rust: miscdevice: abstraction for uring-cmd
2025-07-24 16:05 UTC (30+ messages)
` [PATCH 1/4] rust: bindings: add io_uring headers in bindings_helper.h
` [PATCH 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [PATCH 3/4] rust: miscdevice: add uring_cmd() for MiscDevice trait
` [PATCH 4/4] samples: rust: rust_misc_device: add uring_cmd example
[syzbot] [input?] [usb?] [io-uring?] INFO: task hung in io_wq_put_and_exit (5)
2025-07-23 14:44 UTC
[syzbot] [io-uring?] KASAN: slab-use-after-free Read in io_poll_remove_entries
2025-07-23 14:08 UTC (23+ messages)
` [syzbot] [kernel] "
[PATCH for-next 0/3] zcrx accounting fixes
2025-07-21 12:48 UTC (5+ messages)
` [PATCH 1/3] io_uring/zcrx: fix null ifq on area destruction
` [PATCH 2/3] io_uring/zcrx: don't leak pages on account failure
` [PATCH 3/3] io_uring/zcrx: fix leaking pages on sg init fail
[PATCH v2 net-next] net: Allow SF devices to be used for ZC DMA
2025-07-21 7:00 UTC (7+ messages)
[PATCH] io_uring: fix breakage in EXPERT menu
2025-07-20 18:33 UTC (2+ messages)
[PATCH v2 0/3] account zcrx area pinned memory
2025-07-18 21:18 UTC (6+ messages)
` [PATCH v2 1/3] io_uring: export io_[un]account_mem
` [PATCH v2 2/3] io_uring/zcrx: account area memory
` [PATCH v2 3/3] io_uring/zcrx: fix leaking pages on sg init fail
[GIT PULL] io_uring fixes for 6.16-rc7
2025-07-18 19:37 UTC (2+ messages)
[PATCH v2 0/4] io_uring/btrfs: remove struct io_uring_cmd_data
2025-07-18 18:36 UTC (10+ messages)
` [PATCH v2 1/4] btrfs/ioctl: don't skip accounting in early ENOTTY return
` [PATCH v2 2/4] io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag
` [PATCH v2 3/4] btrfs/ioctl: store btrfs_uring_encoded_data in io_btrfs_cmd
` [PATCH v2 4/4] io_uring/cmd: remove struct io_uring_cmd_data
` (subset) [PATCH v2 0/4] io_uring/btrfs: "
(no subject)
2025-07-18 10:20 UTC (15+ messages)
` [PATCH 1/3] io_uring/poll: cleanup apoll freeing
` [PATCH 2/3] io_uring/poll: flag request as having gone through poll wake machinery
` [PATCH 3/3] io_uring: add IORING_CQE_F_POLLED flag
Relationship between io-uring asynchronous idioms and mmap/LRU paging
2025-07-17 14:50 UTC (2+ messages)
[PATCH 0/2] account zcrx area pinned memory
2025-07-16 22:23 UTC (5+ messages)
` [PATCH 1/2] io_uring: export io_[un]account_mem
` [PATCH 2/2] io_uring/zcrx: account area memory
[PATCH v2 1/1] io_uring/poll: fix POLLERR handling
2025-07-16 16:44 UTC (2+ messages)
[PATCH 1/1] io_uring/poll: fix POLLERR handling
2025-07-16 16:18 UTC (9+ messages)
[PATCH liburing v3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
2025-07-16 14:51 UTC (2+ messages)
[PATCH liburing v2 0/3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
2025-07-16 14:30 UTC (7+ messages)
` [PATCH liburing v2 1/3] "
` [PATCH liburing v2 2/3] test: Move `memfd_create()` to helpers.c, make it accessible for all tests
` [PATCH liburing v2 3/3] examples: Add `memfd_create()` helper
[PATCH v2] io_uring/net: Support multishot receive len cap
2025-07-16 14:28 UTC (3+ messages)
[PATCH liburing 0/3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
2025-07-16 0:03 UTC (6+ messages)
` [PATCH liburing 1/3] Revert "test/io_uring_register: kill old memfd test"
` [PATCH liburing 2/3] test: Move `memfd_create()` to helpers.c, make it accessible for all tests
` [PATCH liburing 3/3] examples: Add `memfd_create()` helper
[PATCH for-next] io_uring: deduplicate wakeup handling
2025-07-15 18:21 UTC
[PATCH] io_uring/net: Support multishot receive len cap
2025-07-15 13:00 UTC
[PATCH for-next] io_uring/net: cast min_not_zero() type
2025-07-14 22:39 UTC
[PATCH 1/1] io_uring/zcrx: disallow user selected dmabuf offset and size
2025-07-14 14:57 UTC (2+ messages)
[GIT PULL liburing] Add musl build-test for GitHub Action Bot
2025-07-14 14:00 UTC (2+ messages)
[GIT PULL] io_uring fixes for 6.16-rc6
2025-07-11 17:44 UTC (2+ messages)
[PATCH net] net: Allow non parent devices to be used for ZC DMA
2025-07-10 23:49 UTC (7+ messages)
[syzbot] [io-uring?] INFO: task hung in vfs_coredump
2025-07-10 23:03 UTC (5+ messages)
[PATCHSET v2] Add retry cap for multishot recv receive size
2025-07-09 20:32 UTC (4+ messages)
` [PATCH 1/3] io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flags
` [PATCH 2/3] io_uring/net: use passed in 'len' in io_recv_buf_select()
` [PATCH 3/3] io_uring/net: allow multishot receive per-invocation cap
[PATCH 0/4] io_uring/btrfs: remove struct io_uring_cmd_data
2025-07-08 18:32 UTC (6+ messages)
` [PATCH 3/4] btrfs/ioctl: store btrfs_uring_encoded_data in io_btrfs_cmd
[PATCH v5 0/5] io_uring cmd for tx timestamps
2025-07-08 18:00 UTC (7+ messages)
` (subset) "
[PATCH v4 0/6] zcrx huge pages support Vol 1
2025-07-08 18:00 UTC (2+ messages)
[PATCH] io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU
2025-07-08 17:09 UTC
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