public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-22 21:43:02 to 2025-05-27 05:15:47 UTC [more...]

[PATCH bpf-next] selftests/bpf: Fix "expression result unused" warnings
 2025-05-27  5:15 UTC  (12+ messages)

[PATCH 00/18] Split netmem from struct page
 2025-05-27  2:50 UTC  (47+ 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

[QUESTION]: run test_tcp_custom_syncookie in local host on lo interface
 2025-05-26 23:15 UTC 

[PATCH bpf-next v5 0/3] bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
 2025-05-26 21:49 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] bpf: Remove special_kfunc_set from verifier
` [PATCH bpf-next v5 2/3] bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
` [PATCH bpf-next v5 3/3] selftests/bpf: Add unit tests with __bpf_trap() kfunc

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

[RFC PATCH v2 0/5] mm, bpf: BPF based THP adjustment
 2025-05-26 20:37 UTC  (15+ messages)

[PATCH bpf-next v3 0/4] bpf: Introduce global percpu data
 2025-05-26 16:21 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] "
` [PATCH bpf-next v3 2/4] bpf, libbpf: Support "
` [PATCH bpf-next v3 3/4] bpf, bpftool: Generate skeleton for "
` [PATCH bpf-next v3 4/4] selftests/bpf: Add cases to test "

[PATCH RFC 0/3] list inline expansions in .BTF.inline
 2025-05-26 14:30 UTC  (9+ messages)

[PATCH bpf-next 1/1] bpf: fix WARNING in __bpf_prog_ret0_warn when jit failed
 2025-05-26 13:33 UTC 

[syzbot] [bpf?] WARNING in __bpf_prog_ret0_warn
 2025-05-26 13:31 UTC  (5+ messages)

[PATCH v4 0/3] Add support for long task name
 2025-05-26 11:13 UTC  (6+ messages)
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-05-26  9:22 UTC  (3+ messages)

[RFC PATCH bpf-next 0/3] bpf: Free the leaked special fields in hash map
 2025-05-26  6:25 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: Add a new dtor callback argument for bpf_mem_alloc_init
` [RFC PATCH bpf-next 2/3] bpf: Implement bpf mem allocator dtor for hash map
` [RFC PATCH bpf-next 3/3] selftests/bpf: Add test cases for the leaked special fields in map value

[PATCH bpf-next] bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
 2025-05-26  6:25 UTC 

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-25 17:44 UTC  (30+ 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 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

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-05-25 12:14 UTC 

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-05-25 11:54 UTC 

[PATCH v1 bpf-next 03/10] bpf: tcp: Get rid of st_bucket_done
 2025-05-24 21:09 UTC  (4+ messages)

[PATCH bpf-next v1 00/11] bpf: propagate read/precision marks over state graph backedges
 2025-05-24 19:19 UTC  (12+ messages)
` [PATCH bpf-next v1 01/11] Revert "bpf: use common instruction history across all states"
` [PATCH bpf-next v1 02/11] bpf: compute SCCs in program control flow graph
` [PATCH bpf-next v1 03/11] bpf: frame_insn_idx() utility function
` [PATCH bpf-next v1 04/11] bpf: starting_state parameter for __mark_chain_precision()
` [PATCH bpf-next v1 05/11] bpf: set 'changed' status if propagate_precision() did any updates
` [PATCH bpf-next v1 06/11] bpf: set 'changed' status if propagate_liveness() "
` [PATCH bpf-next v1 07/11] bpf: move REG_LIVE_DONE check to clean_live_states()
` [PATCH bpf-next v1 08/11] bpf: propagate read/precision marks over state graph backedges
` [PATCH bpf-next v1 09/11] bpf: remove {update,get}_loop_entry functions
` [PATCH bpf-next v1 10/11] bpf: include backedges in peak_states stat
` [PATCH bpf-next v1 11/11] selftests/bpf: tests with a loop state missing read/precision mark

[PATCH bpf-next v2 00/11] BPF Standard Streams
 2025-05-24  4:41 UTC  (13+ messages)
` [PATCH bpf-next v2 01/11] bpf: Introduce BPF standard streams
` [PATCH bpf-next v2 02/11] bpf: Add function to extract program source info
` [PATCH bpf-next v2 03/11] bpf: Add function to find program from stack trace
` [PATCH bpf-next v2 04/11] bpf: Hold RCU read lock in bpf_prog_ksym_find
` [PATCH bpf-next v2 05/11] bpf: Add dump_stack() analogue to print to BPF stderr
` [PATCH bpf-next v2 06/11] bpf: Report may_goto timeout "
` [PATCH bpf-next v2 07/11] bpf: Report rqspinlock deadlocks/timeout "
` [PATCH bpf-next v2 08/11] libbpf: Add bpf_stream_printk() macro
` [PATCH bpf-next v2 09/11] libbpf: Introduce bpf_prog_stream_read() API
` [PATCH bpf-next v2 10/11] bpftool: Add support for dumping streams
` [PATCH bpf-next v2 11/11] selftests/bpf: Add tests for prog streams

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

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

[PATCH v1 bpf-next 00/10] bpf: tcp: Exactly-once socket iteration
 2025-05-24  1:24 UTC  (4+ messages)
` [PATCH v1 bpf-next 05/10] bpf: tcp: Avoid socket skips and repeats during iteration

[PATCH bpf-next v3 0/5] bpf: Implement mprog API on top of existing cgroup progs
 2025-05-24  1:03 UTC  (4+ messages)
` [PATCH bpf-next v3 2/5] "

[PATCH bpf-next v4 1/2] bpf: Do not include stack ptr register in precision backtracking bookkeeping
 2025-05-24  0:27 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: make reg_not_null() true for CONST_PTR_TO_MAP
 2025-05-23 23:25 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add a test case with CONST_PTR_TO_MAP null check

[PATCH bpf-next] bpf: fix error return value in bpf_copy_from_user_dynptr
 2025-05-23 20:30 UTC  (2+ messages)

[PATCH v7 net-next 00/15] AccECN protocol patch series
 2025-05-23 17:50 UTC  (4+ messages)
` [PATCH v7 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK

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

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

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

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

[PATCH bpf-next v1] bpf, sockmap: Fix psock incorrectly pointing to sk
 2025-05-23 16:22 UTC 

[bug report] bpf: Implement dynptr copy kfuncs
 2025-05-23 16:10 UTC  (2+ messages)

[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  (4+ 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  (7+ 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 v4 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
 2025-05-23  9:40 UTC  (2+ messages)

[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 v3 0/8] selftests/bpf: Test sockmap/sockhash redirection
 2025-05-22 22:20 UTC  (2+ messages)


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