BPF List
 help / color / mirror / Atom feed
 messages from 2025-10-17 06:16:38 to 2025-10-20 08:59:26 UTC [more...]

[PATCH bpf v6] selftests: arg_parsing: Ensure data is flushed to disk before reading
 2025-10-20  8:59 UTC  (2+ messages)
` strace log before the fix, with fsync fix and with fclose fix

[PATCH RFC bpf-next 0/5] bpf: tracing session supporting
 2025-10-20  8:55 UTC  (15+ messages)
` [PATCH RFC bpf-next 1/5] bpf: add tracing session support
` [PATCH RFC bpf-next 2/5] bpf: add kfunc bpf_tracing_is_exit for TRACE_SESSION
` [PATCH RFC bpf-next 3/5] bpf,x86: add tracing session supporting for x86_64
` [PATCH RFC bpf-next 4/5] libbpf: add support for tracing session
` [PATCH RFC bpf-next 5/5] selftests/bpf: add testcases "

[PATCH bpf-next 0/5] selftests/bpf: convert test_tc_tunnel.sh to test_progs
 2025-10-20  8:54 UTC  (11+ messages)
` [PATCH bpf-next 1/5] testing/selftests: rename tc_helpers.h to tcx_helpers.h
` [PATCH bpf-next 2/5] selftests/bpf: add tc helpers
` [PATCH bpf-next 3/5] selftests/bpf: make test_tc_tunnel.bpf.c compatible with big endian platforms
` [PATCH bpf-next 4/5] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs
` [PATCH bpf-next 5/5] selftests/bpf: remove test_tc_tunnel.sh

null pointer dereference in interrupt after receiving an ip packet on veth from xsk from user space
 2025-10-20  8:55 UTC  (4+ messages)

[PATCHSET v9 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-10-20  8:36 UTC  (23+ messages)
` [PATCH 01/14] sched/debug: Fix updating of ppos on server write ops
` [PATCH 02/14] sched/debug: Stop and start server based on if it was active
` [PATCH 03/14] sched/deadline: Clear the defer params
` [PATCH 04/14] sched/deadline: Return EBUSY if dl_bw_cpus is zero
` [PATCH 05/14] sched: Add a server arg to dl_server_update_idle_time()
` [PATCH 06/14] sched_ext: Add a DL server for sched_ext tasks
` [PATCH 07/14] sched/debug: Add support to change sched_ext server params
` [PATCH 08/14] sched/deadline: Add support to remove DL server's bandwidth contribution
` [PATCH 09/14] sched/deadline: Account ext server bandwidth
` [PATCH 10/14] sched/deadline: Allow to initialize DL server when needed
` [PATCH 11/14] sched/deadline: Fix DL server crash in inactive_timer callback
` [PATCH 12/14] sched_ext: Selectively enable ext and fair DL servers
` [PATCH 13/14] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH 14/14] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH v6 bpf-next 00/17] BPF indirect jumps
 2025-10-20  8:38 UTC  (20+ messages)
` [PATCH v6 bpf-next 01/17] bpf: fix the return value of push_stack
` [PATCH v6 bpf-next 02/17] bpf: save the start of functions in bpf_prog_aux
` [PATCH v6 bpf-next 03/17] bpf: generalize and export map_get_next_key for arrays
` [PATCH v6 bpf-next 04/17] bpf, x86: add new map type: instructions array
` [PATCH v6 bpf-next 05/17] selftests/bpf: add selftests for new insn_array map
` [PATCH v6 bpf-next 06/17] bpf: support instructions arrays with constants blinding
` [PATCH v6 bpf-next 07/17] selftests/bpf: test instructions arrays with blinding
` [PATCH v6 bpf-next 08/17] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v6 bpf-next 09/17] bpf: make bpf_insn_successors to return a pointer
` [PATCH v6 bpf-next 10/17] bpf, x86: add support for indirect jumps
` [PATCH v6 bpf-next 11/17] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v6 bpf-next 12/17] bpf, docs: do not state that indirect jumps are not supported
` [PATCH v6 bpf-next 13/17] libbpf: fix formatting of bpf_object__append_subprog_code
` [PATCH v6 bpf-next 14/17] libbpf: support llvm-generated indirect jumps
` [PATCH v6 bpf-next 15/17] bpftool: Recognize insn_array map type
` [PATCH v6 bpf-next 16/17] selftests/bpf: add new verifier_gotox test
` [PATCH v6 bpf-next 17/17] selftests/bpf: add C-level selftests for indirect jumps

[PATCH bpf] bpf: Do not let BPF test infra emit invalid GSO types to stack
 2025-10-20  7:54 UTC 

[PATCH bpf 0/1] Follow-up fix for potential error pointer dereference in propagate_to_outer_instance()
 2025-10-20  6:13 UTC  (4+ messages)
` [PATCH bpf 1/1] bpf: liveness: Handle ERR_PTR from get_outer_instance() "

[PATCH v2 bpf] bpf: liveness: Handle ERR_PTR from get_outer_instance() in propagate_to_outer_instance()
 2025-10-20  6:07 UTC 

[PATCH net v2 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-10-20  6:04 UTC  (4+ messages)
` [PATCH net v2 1/3] net,mptcp: fix incorrect IPv4/IPv6 fallback detection with BPF Sockmap
` [PATCH net v2 2/3] bpf,sockmap: disallow MPTCP sockets from sockmap updates
` [PATCH net v2 3/3] selftests/bpf: Add mptcp test with sockmap

[RFC PATCH bpf-next v3 0/2] Pass external callchain entry to get_perf_callchain
 2025-10-20  5:50 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] perf: Use extern perf_callchain_entry for get_perf_callchain
` [PATCH bpf-next v3 2/2] bpf: Use per-cpu BPF callchain entry to save callchain

Information Leakage via Type Confusion in bpf_snprintf_btf()
 2025-10-20  3:23 UTC 

[PATCH v11 mm-new 10/10] selftests/bpf: add test case for BPF-THP inheritance across fork
 2025-10-20  3:20 UTC 

[PATCH v11 mm-new 05/10] mm: thp: enable THP allocation exclusively through khugepaged
 2025-10-20  3:16 UTC  (5+ messages)
` [PATCH v11 mm-new 06/10] mm: bpf-thp: add support for global mode
` [PATCH v11 mm-new 07/10] Documentation: add BPF THP
` [PATCH v11 mm-new 08/10] selftests/bpf: add a simple BPF based THP policy
` [PATCH v11 mm-new 09/10] selftests/bpf: add test case to update "

[PATCH v11 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-10-20  3:10 UTC  (5+ messages)
` [PATCH v11 mm-new 01/10] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v11 mm-new 02/10] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [PATCH v11 mm-new 03/10] mm: thp: add support for BPF based THP order selection
` [PATCH v11 mm-new 04/10] mm: thp: decouple THP allocation between swap and page fault paths

[PATCH v1] perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024
 2025-10-20  2:12 UTC  (2+ messages)

[PATCH] bpf: sync pending IRQ work before freeing ring buffer
 2025-10-19 22:30 UTC  (3+ messages)

[PATCH bpf-next] bpf/cpumap.c: Remove unnecessary TODO comment
 2025-10-19 16:58 UTC 

[PATCH bpf-next v2 00/15] Make TC BPF helpers preserve skb metadata
 2025-10-19 12:45 UTC  (16+ messages)
` [PATCH bpf-next v2 01/15] net: Preserve metadata on pskb_expand_head
` [PATCH bpf-next v2 02/15] net: Helper to move packet data and metadata after skb_push/pull
` [PATCH bpf-next v2 03/15] vlan: Make vlan_remove_tag return nothing
` [PATCH bpf-next v2 04/15] bpf: Make bpf_skb_vlan_pop helper metadata-safe
` [PATCH bpf-next v2 05/15] bpf: Make bpf_skb_vlan_push "
` [PATCH bpf-next v2 06/15] bpf: Make bpf_skb_adjust_room metadata-safe
` [PATCH bpf-next v2 07/15] bpf: Make bpf_skb_change_proto helper metadata-safe
` [PATCH bpf-next v2 08/15] bpf: Make bpf_skb_change_head "
` [PATCH bpf-next v2 09/15] selftests/bpf: Verify skb metadata in BPF instead of userspace
` [PATCH bpf-next v2 10/15] selftests/bpf: Dump skb metadata on verification failure
` [PATCH bpf-next v2 11/15] selftests/bpf: Expect unclone to preserve skb metadata
` [PATCH bpf-next v2 12/15] selftests/bpf: Cover skb metadata access after vlan push/pop helper
` [PATCH bpf-next v2 13/15] selftests/bpf: Cover skb metadata access after bpf_skb_adjust_room
` [PATCH bpf-next v2 14/15] selftests/bpf: Cover skb metadata access after change_head/tail helper
` [PATCH bpf-next v2 15/15] selftests/bpf: Cover skb metadata access after bpf_skb_change_proto

[PATCH v3 0/1] Fix spelling typo in samples/bpf
 2025-10-19  2:30 UTC  (2+ messages)

[PATCH bpf v2] selftests/bpf: Fix set but not used build errors
 2025-10-19  2:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix selftest verif_scale_strobemeta failure with llvm22
 2025-10-19  2:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix list_del() in arena list
 2025-10-19  2:30 UTC  (10+ messages)

[PATCH bpf-next 0/2] bpf: MM related minor changes
 2025-10-19  2:30 UTC  (2+ messages)

[GIT PULL] BPF fixes for 6.18-rc2
 2025-10-18 18:18 UTC  (2+ messages)

[PATCH v4 net-next 00/13] AccECN protocol case handling series
 2025-10-18 16:06 UTC  (4+ messages)
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK

[PATCH bpf-next v5 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-10-18 11:09 UTC  (3+ messages)

[RFC PATCH bpf-next v2 0/2] Pass external callchain entry to get_perf_callchain
 2025-10-18  7:51 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 2/2] bpf: "

[PATCH bpf-next v3 0/3] bpf: Add overwrite mode for BPF ring buffer
 2025-10-18  3:57 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add overwrite mode test "
` [PATCH bpf-next v3 3/3] selftests/bpf/benchs: Add overwrite mode benchmark "

[PATCH v2 bpf 0/2] xdp: fix page_pool leaks
 2025-10-17 20:08 UTC  (9+ messages)
` [PATCH v2 bpf 1/2] xdp: update xdp_rxq_info's mem type in XDP generic hook
` [PATCH v2 bpf 2/2] veth: update mem type in xdp_buff

pull-request: bpf-next 2025-10-16
 2025-10-18  1:00 UTC  (2+ messages)

[syzbot] [bpf?] INFO: rcu detected stall in watchdog
 2025-10-17 22:57 UTC 

[PATCH bpf-next v3 0/4] Support associating BPF programs with struct_ops
 2025-10-17 22:11 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] bpf: Allow verifier to fixup kernel module kfuncs
` [PATCH bpf-next v3 2/4] bpf: Support associating BPF program with struct_ops
` [PATCH bpf-next v3 3/4] libbpf: Add support for "
` [PATCH bpf-next v3 4/4] selftests/bpf: Test BPF_PROG_ASSOC_STRUCT_OPS command

[PATCH bpf-next v3] bpf: test_run: Fix sleep-in-atomic BUG in timer path with RT kernel
 2025-10-17 18:40 UTC  (2+ messages)

[PATCH bpf v2] selftests/bpf: Fix redefinition of 'off' as different kind of symbol
 2025-10-17 18:40 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] BPF signature hash chains
 2025-10-17 18:39 UTC  (20+ messages)

[PATCH bpf v1] selftests/bpf: Fix set but not used errors
 2025-10-17 17:43 UTC  (4+ messages)

[PATCH v2 bpf-next 0/4] Support associating BPF programs with struct_ops
 2025-10-17 17:05 UTC  (8+ messages)
` [PATCH v2 bpf-next 2/4] bpf: Support associating BPF program "

[RFC PATCH v2 00/11] bpf: Introduce file dynptr
 2025-10-17 16:50 UTC  (6+ messages)
` [RFC PATCH v2 11/11] selftests/bpf: add file dynptr tests

[selftests/bpf QUESTION] What is the proper way to fix the build error
 2025-10-17 16:41 UTC  (4+ messages)
  ` [PATCH] selftests/bpf: Fix redefinition of 'off' as different kind of symbol

[PATCH net-next V7 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-10-17 16:09 UTC  (3+ messages)
` [PATCH net-next V7 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH 6.17 069/371] perf bpf-filter: Fix opts declaration on older libbpfs
 2025-10-17 14:50 UTC  (2+ messages)
` [PATCH 6.17 072/371] perf bpf_counter: Fix handling of cpumap fixing hybrid

BPF verifier missing range intersection validation in subregister bounds deduction
 2025-10-17 14:58 UTC  (2+ messages)

[RFC bpf-next 00/15] support inline tracing with BTF
 2025-10-17 14:02 UTC  (22+ messages)
` [RFC bpf-next 01/15] bpf: Extend UAPI to support location information
` [RFC bpf-next 03/15] libbpf: Add option to retrieve map from old->new ids from btf__dedup()
` [RFC bpf-next 04/15] libbpf: Fix parsing of multi-split BTF
` [RFC bpf-next 06/15] bpftool: Handle multi-split BTF by supporting multiple base BTFs
` [RFC bpf-next 12/15] kbuild, module, bpf: Support CONFIG_DEBUG_INFO_BTF_EXTRA=m
` [RFC bpf-next 13/15] libbpf: add API to load extra BTF
` [RFC bpf-next 14/15] libbpf: add support for BTF location attachment

[PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-10-17  6:16 UTC  (7+ messages)
` [PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v7 3/7] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v7 4/7] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v7 5/7] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v7 6/7] rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()


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