BPF List
 help / color / mirror / Atom feed
 messages from 2025-06-03 17:46:06 to 2025-06-05 10:54:57 UTC [more...]

[RFC v4 00/18] Split netmem from struct page
 2025-06-05 10:56 UTC  (52+ messages)
` [RFC v4 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v4 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v4 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v4 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v4 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v4 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v4 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v4 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v4 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v4 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v4 11/18] mlx4: use netmem descriptor and APIs for page pool
` [RFC v4 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v4 13/18] netmem: remove __netmem_get_pp()
` [RFC v4 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v4 15/18] netdevsim: use netmem descriptor and APIs for page pool
` [RFC v4 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v4 17/18] mt76: use netmem descriptor and APIs for page pool
` [RFC v4 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

message rejected: BPF error на русском языке Russia
 2025-06-05  9:28 UTC 

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-06-05  9:19 UTC 

[PATCH bpf-next] selftests/bpf: rbtree: Fix incorrect global variable usage
 2025-06-05  8:45 UTC 

[PATCH bpf-next 0/2] bpftool: skel: Add
 2025-06-05  7:49 UTC 

[PATCH bpf-next 1/2] bpftool: skel: Introduce NAME__open_and_load_opts()
 2025-06-05  7:51 UTC  (2+ messages)
` [PATCH bpf-next 2/2] "

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-06-05  7:35 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model
          ` [Question] attributes encoding in BTF

[PATCH bpf-next v3 1/3] bpf: make reg_not_null() true for CONST_PTR_TO_MAP
 2025-06-05  3:04 UTC  (5+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: add cmp_map_pointer_with_const test
` [PATCH bpf-next v3 3/3] selftests/bpf: add test cases with CONST_PTR_TO_MAP null checks

[GIT PULL] BPF fixes for 6.16-rc1
 2025-06-05  3:04 UTC  (2+ messages)

[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-06-05  0:46 UTC  (5+ messages)

[PATCH 0/3] perf: generate events for BPF metadata
 2025-06-04 23:04 UTC  (20+ 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

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-06-04 23:02 UTC  (10+ messages)
` [RFC bpf-next 3/4] bpf: Generating a stubbed version of BPF program for termination

[PATCH net] net: clear the dst when changing skb protocol
 2025-06-04 21:45 UTC  (3+ messages)

[PATCH bpf-next v2 1/3] bpf: make reg_not_null() true for CONST_PTR_TO_MAP
 2025-06-04 20:58 UTC  (6+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: add cmp_map_pointer_with_const test
` [PATCH bpf-next v2 3/3] selftests/bpf: add test cases with CONST_PTR_TO_MAP null checks

[PATCH v2 bpf-next 0/4] bpf path iterator
 2025-06-04 20:37 UTC  (14+ messages)
` [PATCH v2 bpf-next 2/4] landlock: Use path_walk_parent()
` [PATCH v2 bpf-next 3/4] bpf: Introduce path iterator

Bad vmalloc address during BPF hooks unload
 2025-06-04 20:28 UTC  (5+ messages)
  ` [External] "

[RFC PATCH bpf-next 0/3] bpf: Free the leaked special fields in hash map
 2025-06-04 17:55 UTC  (7+ messages)
` [RFC PATCH bpf-next 2/3] bpf: Implement bpf mem allocator dtor for "

[PATCH v4 00/10] Move uid filtering to BPF filters
 2025-06-04 17:45 UTC  (11+ messages)
` [PATCH v4 01/10] perf parse-events filter: Use evsel__find_pmu
` [PATCH v4 02/10] perf target: Separate parse_uid into its own function
` [PATCH v4 03/10] perf parse-events: Add parse_uid_filter helper
` [PATCH v4 04/10] perf record: Switch user option to use BPF filter
` [PATCH v4 05/10] perf tests record: Add basic uid filtering test
` [PATCH v4 06/10] perf top: Switch user option to use BPF filter
` [PATCH v4 07/10] perf trace: "
` [PATCH v4 08/10] perf bench evlist-open-close: "
` [PATCH v4 09/10] perf target: Remove uid from target
` [PATCH v4 10/10] perf thread_map: Remove uid options

[PATCH bpf-next] bpf: Add show_fdinfo for perf_event
 2025-06-04 16:37 UTC 

[PATCH 0/3] BPF signature verification
 2025-06-04 16:25 UTC  (4+ messages)
` [PATCH 1/3] bpf: Add bpf_check_signature

[BUG] veth: TX drops with NAPI enabled and crash in combination with qdisc
 2025-06-04 15:33 UTC 

[PATCH bpf-next] selftests/bpf: support array presets in veristat
 2025-06-04 15:33 UTC  (3+ messages)

Loading custom BPF programs at early boot (initrd)
 2025-06-04 14:50 UTC 

[PATCH bpf v2] xsk: Fix out of order segment free in __xsk_generic_xmit()
 2025-06-04 14:41 UTC 

[RFC PATCH v1] perf trace: Mitigate failures in parallel perf trace instances
 2025-06-04 10:25 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix compile error of bin_attribute::read/write()
 2025-06-04  9:12 UTC  (3+ messages)

[PATCH AUTOSEL 5.15 22/33] libbpf: Add identical pointer detection to btf_dedup_is_equiv()
 2025-06-04  1:05 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 32/33] bpf, sockmap: Fix data lost during EAGAIN retries

[PATCH AUTOSEL 6.1 04/46] bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
 2025-06-04  1:04 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 29/46] bpftool: Fix cgroup command to only show cgroup bpf programs
` [PATCH AUTOSEL 6.1 31/46] libbpf: Add identical pointer detection to btf_dedup_is_equiv()
` [PATCH AUTOSEL 6.1 44/46] bpf, sockmap: Fix data lost during EAGAIN retries

[PATCH AUTOSEL 6.6 05/62] bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
 2025-06-04  1:02 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 34/62] bpftool: Fix cgroup command to only show cgroup bpf programs
` [PATCH AUTOSEL 6.6 36/62] libbpf: Add identical pointer detection to btf_dedup_is_equiv()
` [PATCH AUTOSEL 6.6 56/62] bpf, sockmap: Fix data lost during EAGAIN retries

[PATCH AUTOSEL 6.12 05/93] bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
 2025-06-04  0:59 UTC  (8+ messages)
` [PATCH AUTOSEL 6.12 17/93] libbpf/btf: Fix string handling to support multi-split BTF
` [PATCH AUTOSEL 6.12 40/93] bpf: Pass the same orig_call value to trampoline functions
` [PATCH AUTOSEL 6.12 43/93] libbpf: Check bpf_map_skeleton link for NULL
` [PATCH AUTOSEL 6.12 49/93] bpftool: Fix cgroup command to only show cgroup bpf programs
` [PATCH AUTOSEL 6.12 55/93] libbpf: Add identical pointer detection to btf_dedup_is_equiv()
` [PATCH AUTOSEL 6.12 64/93] bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index
` [PATCH AUTOSEL 6.12 86/93] bpf, sockmap: Fix data lost during EAGAIN retries

[PATCH AUTOSEL 6.14 005/108] bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
 2025-06-04  0:55 UTC  (9+ messages)
` [PATCH AUTOSEL 6.14 020/108] libbpf/btf: Fix string handling to support multi-split BTF
` [PATCH AUTOSEL 6.14 044/108] bpf: Pass the same orig_call value to trampoline functions
` [PATCH AUTOSEL 6.14 047/108] libbpf: Check bpf_map_skeleton link for NULL
` [PATCH AUTOSEL 6.14 055/108] bpftool: Fix cgroup command to only show cgroup bpf programs
` [PATCH AUTOSEL 6.14 061/108] bpf: Add bpf_rbtree_{root,left,right} kfunc
` [PATCH AUTOSEL 6.14 064/108] libbpf: Add identical pointer detection to btf_dedup_is_equiv()
` [PATCH AUTOSEL 6.14 073/108] bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index
` [PATCH AUTOSEL 6.14 098/108] bpf, sockmap: Fix data lost during EAGAIN retries

[PATCH bpf-next 0/4] bpf path iterator
 2025-06-04  0:58 UTC  (22+ messages)
` [PATCH bpf-next 3/4] bpf: Introduce "

[PATCH AUTOSEL 6.15 005/118] bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
 2025-06-04  0:50 UTC  (9+ messages)
` [PATCH AUTOSEL 6.15 021/118] libbpf/btf: Fix string handling to support multi-split BTF
` [PATCH AUTOSEL 6.15 048/118] bpf: Pass the same orig_call value to trampoline functions
` [PATCH AUTOSEL 6.15 051/118] libbpf: Check bpf_map_skeleton link for NULL
` [PATCH AUTOSEL 6.15 060/118] bpftool: Fix cgroup command to only show cgroup bpf programs
` [PATCH AUTOSEL 6.15 068/118] bpf: Add bpf_rbtree_{root,left,right} kfunc
` [PATCH AUTOSEL 6.15 072/118] libbpf: Add identical pointer detection to btf_dedup_is_equiv()
` [PATCH AUTOSEL 6.15 081/118] bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index
` [PATCH AUTOSEL 6.15 107/118] bpf, sockmap: Fix data lost during EAGAIN retries

[PATCH v3 00/10] Move uid filtering to BPF filters
 2025-06-04  0:01 UTC  (8+ messages)

[PATCH v1] tools/build: Remove some unused libbpf pre-1.0 feature test logic
 2025-06-03 22:13 UTC 

[PATCH bpf-next v4 0/9] bpf: Mitigate Spectre v1 using barriers
 2025-06-03 21:32 UTC  (10+ messages)
` [PATCH bpf-next v4 1/9] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v4 2/9] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next v4 3/9] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next v4 4/9] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v4 5/9] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next v4 6/9] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next v4 7/9] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v4 8/9] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v4 9/9] bpf: Fall back to nospec for sanitization-failures

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-06-03 21:07 UTC  (4+ messages)
` [PATCH bpf-next v3 10/11] bpf: Allow nospec-protected var-offset stack access

[PATCH bpf-next] bpf: Clarify sanitize_check_bounds()
 2025-06-03 20:45 UTC 

[PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-06-03 20:37 UTC  (2+ messages)
` [PATCH v3 2/2] Tests for the ".emit_strings" functionality in the BTF dumper

[PATCH v2 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-06-03 20:36 UTC  (5+ messages)

[RESEND PATCH] selftests/bpf: Fix bpf selftest build error
 2025-06-03 17:55 UTC  (5+ messages)

[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
 2025-06-03 17:46 UTC  (7+ messages)
` [PATCH bpf-next V1 2/7] selftests/bpf: Adjust test for maximum packet size in xdp_do_redirect
` [PATCH bpf-next V1 3/7] net: xdp: Add kfuncs to store hw metadata in xdp_buff
` [PATCH bpf-next V1 4/7] net: xdp: Set skb hw metadata from xdp_frame
` [PATCH bpf-next V1 5/7] net: veth: Read xdp metadata from rx_meta struct if available
` [PATCH bpf-next V1 6/7] bpf: selftests: Add rx_meta store kfuncs selftest
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst


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