BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-21 03:21:10 to 2025-05-23 13:20:09 UTC [more...]

[PATCH bpf-next v1 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
 2025-05-23 13:18 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf,ktls: Fix data corruption when "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover ktls with bpf_msg_pop_data

[PATCH net,v2] hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()
 2025-05-23 12:48 UTC  (5+ messages)

[PATCH v4 0/3] Add support for long task name
 2025-05-23 12:31 UTC  (13+ messages)
` [PATCH v4 1/3] exec: Remove obsolete comments
` [PATCH v4 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'

[PATCH bpf-next] selftests/bpf: Fix "expression result unused" warnings
 2025-05-23 11:25 UTC  (8+ messages)

[PATCH bpf-next/net v3 0/5] bpf: Add mptcp_subflow bpf_iter support
 2025-05-23 11:07 UTC  (6+ messages)
` [PATCH bpf-next/net v3 4/5] selftests/bpf: Add mptcp_subflow bpf_iter subtest

[PATCH bpf-next v4 0/3] Task local data
 2025-05-23 10:18 UTC  (9+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Introduce task "
` [PATCH bpf-next v4 2/3] selftests/bpf: Test basic task local data operations

[PATCH 00/18] Split netmem from struct page
 2025-05-23  9:01 UTC  (23+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [PATCH 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [PATCH 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem()
` [PATCH 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [PATCH 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH 11/18] mlx4: use netmem descriptor and APIs for page pool
` [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp()
` [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool
` [PATCH 14/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH 15/18] netmem: remove __netmem_get_pp()
` [PATCH 16/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH 17/18] netdevsim: use netmem descriptor and APIs for page pool
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page

[PATCHv2] bpf: add bpf_msleep_interruptible() kfunc
 2025-05-23  7:23 UTC  (3+ messages)

[PATCH bpf-next v1] libbpf: Fix inheritance of BTF pointer size
 2025-05-23  6:58 UTC  (5+ messages)

[PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-23  1:04 UTC  (3+ messages)
` vmlinux BTF as a module (was Re: [PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux)

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-22 23:56 UTC  (26+ messages)
` [PATCH net-next V2 01/11] net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATOR
` [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next V2 03/11] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc
` [PATCH net-next V2 04/11] net/mlx5e: SHAMPO: Remove redundant params
` [PATCH net-next V2 05/11] net/mlx5e: SHAMPO: Improve hw gro capability checking
` [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next V2 07/11] net/mlx5e: SHAMPO: Headers page pool stats
` [PATCH net-next V2 08/11] net/mlx5e: Convert over to netmem
` [PATCH net-next V2 09/11] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next V2 10/11] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings

[PATCH bpf-next v6] bpf, sockmap: avoid using sk_socket after free when sending
 2025-05-22 23:30 UTC  (5+ messages)

[PATCH bpf-next v7 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-22 23:04 UTC  (6+ messages)
` [PATCH bpf-next v7 1/5] dma-buf: Rename debugfs symbols
` [PATCH bpf-next v7 2/5] bpf: Add dmabuf iterator
` [PATCH bpf-next v7 3/5] bpf: Add open coded "
` [PATCH bpf-next v7 4/5] selftests/bpf: Add test for dmabuf_iter
` [PATCH bpf-next v7 5/5] selftests/bpf: Add test for open coded dmabuf_iter

[PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-22 23:01 UTC  (3+ messages)
` [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf

[PATCH bpf-next v3 0/8] selftests/bpf: Test sockmap/sockhash redirection
 2025-05-22 22:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] bpf: Implement mprog API on top of existing cgroup progs
 2025-05-22 20:45 UTC  (3+ messages)
` [PATCH bpf-next v3 2/5] "

[PATCH v1 bpf-next 03/10] bpf: tcp: Get rid of st_bucket_done
 2025-05-22 20:42 UTC  (5+ messages)

[PATCH bpf-next v4 1/2] bpf: Do not include stack ptr register in precision backtracking bookkeeping
 2025-05-22 20:22 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add tests with stack ptr register in conditional jmp

[PATCH RFC 0/3] list inline expansions in .BTF.inline
 2025-05-22 20:16 UTC  (5+ messages)

[PATCH bpf-next v3 1/2] bpf: Do not include stack ptr register in precision backtracking bookkeeping
 2025-05-22 20:05 UTC  (15+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests with stack ptr register in conditional jmp

[PATCH 1/3 cgroup/for-6.16] cgroup: Minor reorganization of cgroup_create()
 2025-05-22 19:16 UTC  (4+ messages)
` [PATCH 2/3 cgroup/for-6.16] sched_ext: Introduce cgroup_lifetime_notifier
  ` [PATCH 3/3 cgroup/for-6.16] sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifier

[RFC PATCH bpf-next] bpf: Support L4 csum update for IPv6 address changes
 2025-05-22 19:01 UTC  (4+ messages)

[PATCH 0/3] perf: generate events for BPF metadata
 2025-05-22 18:19 UTC  (6+ messages)
` [PATCH 1/3] perf: add support for printing BTF character arrays as strings
` [PATCH 2/3] perf: collect BPF metadata from existing BPF programs
` [PATCH 3/3] perf: collect BPF metadata from new programs, and display the new event

[PATCH bpf-next] selftests/bpf: add SKIP_LLVM makefile variable
 2025-05-22 16:40 UTC  (2+ messages)

[PATCH net-next 0/5] net/mlx5: Convert mlx5 to netdev instance locking
 2025-05-22 16:30 UTC  (13+ messages)
` [PATCH net-next 1/5] IB/IPoIB: Enqueue separate work_structs for each flushed interface
` [PATCH net-next 2/5] IB/IPoIB: Replace vlan_rwsem with the netdev instance lock
` [PATCH net-next 3/5] IB/IPoIB: Allow using netdevs that require the "
` [PATCH net-next 4/5] net/mlx5e: Don't drop RTNL during firmware flash
` [PATCH net-next 5/5] net/mlx5e: Convert mlx5 netdevs to instance locking

[PATCH bpf-next v4 0/3] bpf: Warn with bpf_unreachable() kfunc maybe due to uninitialized variable
 2025-05-22 15:57 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] bpf: Remove special_kfunc_set from verifier
` [PATCH bpf-next v4 2/3] bpf: Warn with bpf_unreachable() kfunc maybe due to uninitialized variable

[PATCH net-next] eth: bnxt: fix deadlock when xdp is attached or detached
 2025-05-22 15:50 UTC  (2+ messages)

[PATCH bpf-next 0/3] s390/bpf: Use kernel's expoline thunks
 2025-05-22 15:50 UTC  (2+ messages)

[PATCH] Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic"
 2025-05-22 15:00 UTC  (2+ messages)

CVE-2025-21997: xsk: fix an integer overflow in xp_create_and_assign_umem()
 2025-05-22 14:53 UTC 

[PATCH net-next,v2] net: mana: Add support for Multi Vports on Bare metal
 2025-05-22 14:51 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-22 14:48 UTC  (5+ messages)
` [PATCHv2 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock

[PATCH] net/tun: expose queue utilization stats via ethtool
 2025-05-22 14:26 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64: support up to 12 arguments
 2025-05-22 10:14 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Support up to 12 function arguments
` [PATCH bpf-next v2 2/2] selftests/bpf: enable many-args tests for arm64

[PATCH dwarves v2] dwarf_loader: Fix skipped encoding of function BTF on 32-bit systems
 2025-05-22  6:37 UTC  (2+ messages)
` [PATCH dwarves v3] "

[PATCH v2 net-next] xsk: add missing virtual address conversion for page
 2025-05-22  4:01 UTC 

[PATCH net-next,v4] net: mana: Add handler for hardware servicing events
 2025-05-22  0:28 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net-next,v5] net: mana: Add handler for hardware servicing events
 2025-05-22  0:22 UTC 

[OFFLIST PATCH 1/2] cgroup: use separate rstat trees for each subsystem
 2025-05-21 23:52 UTC  (11+ messages)
` [OFFLIST PATCH 2/2] cgroup: use subsystem-specific rstat locks to avoid contention

[PATCH v1 bpf-next 04/10] bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
 2025-05-21 22:59 UTC  (2+ messages)

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-21 22:26 UTC  (17+ messages)

[PATCH v1 bpf-next 02/10] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
 2025-05-21 22:20 UTC  (2+ messages)

[PATCH bpf] bpf: verifier: support BPF_LOAD_ACQ in insn_def_regno()
 2025-05-21 20:40 UTC  (6+ messages)

[syzbot] [bpf?] WARNING in bpf_check (4)
 2025-05-21 18:58 UTC  (3+ messages)

[PATCH v1 bpf-next 01/10] bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
 2025-05-21 18:54 UTC  (2+ messages)

[PATCH v2 0/7] barrier: introduce smp_cond_load_*_timewait()
 2025-05-21 18:37 UTC  (3+ messages)
` [PATCH v2 1/7] asm-generic: barrier: add smp_cond_load_relaxed_timewait()

[PATCH v9 00/13] unwind_user: x86: Deferred unwinding infrastructure
 2025-05-21 16:50 UTC  (6+ messages)

[PATCH bpf-next v2 1/2] bpf: Do not include r10 in precision backtracking bookkeeping
 2025-05-21 15:19 UTC  (3+ messages)

[REPOST PATCH net-next] xsk: add missing virtual address conversion for page
 2025-05-21 12:53 UTC  (2+ messages)

[PATCH] dcache: Define DNAME_INLINE_LEN as a number directly
 2025-05-21  9:37 UTC  (5+ messages)

[PATCH net-next] net/mlx5e: Reuse per-RQ XDP buffer to avoid stack zeroing overhead
 2025-05-21  8:56 UTC  (5+ messages)

[PATCH net] hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()
 2025-05-21  8:41 UTC  (2+ messages)

[RFC PATCH v2 0/5] mm, bpf: BPF based THP adjustment
 2025-05-21  4:28 UTC  (17+ messages)


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