BPF List
 help / color / mirror / Atom feed
 messages from 2025-09-17 12:56:30 to 2025-09-18 20:08:02 UTC [more...]

[PATCH bpf-next v3 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
 2025-09-18 20:07 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] bpftool: Fix UAF in get_delegate_value

[PATCH v5 0/5] barrier: Add smp_cond_load_*_timeout()
 2025-09-18 20:05 UTC  (5+ messages)
` [PATCH v5 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v5 2/5] arm64: "

[PATCH bpf-next v6 0/8] bpf: Introduce deferred task context execution
 2025-09-18 19:59 UTC  (10+ messages)
` [PATCH bpf-next v6 1/8] bpf: refactor special field-type detection
` [PATCH bpf-next v6 2/8] bpf: extract generic helper from process_timer_func()
` [PATCH bpf-next v6 3/8] bpf: htab: extract helper for freeing special structs
` [PATCH bpf-next v6 4/8] bpf: verifier: permit non-zero returns from async callbacks
` [PATCH bpf-next v6 5/8] bpf: bpf task work plumbing
` [PATCH bpf-next v6 6/8] bpf: extract map key pointer calculation
` [PATCH bpf-next v6 7/8] bpf: task work scheduling kfuncs
` [PATCH bpf-next v6 8/8] selftests/bpf: BPF task work scheduling tests

[PATCH bpf-next v7 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-09-18 19:52 UTC  (18+ messages)
` [PATCH bpf-next v7 3/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [PATCH bpf-next v7 4/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v7 5/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage maps
` [PATCH bpf-next v7 6/7] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps

[PATCH bpf-next v4 0/6] Add kfunc bpf_xdp_pull_data
 2025-09-18 19:43 UTC  (13+ messages)
` [PATCH bpf-next v4 1/6] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v4 2/6] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v4 3/6] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v4 4/6] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v4 5/6] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v4 6/6] selftests: drv-net: Pull data before parsing headers

[RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
 2025-09-18 19:10 UTC  (6+ messages)

[PATCH bpf-next v3 0/5] bpf: Support non-linear skbs for BPF_PROG_TEST_RUN
 2025-09-18 18:50 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: Refactor cleanup of bpf_prog_test_run_skb
` [PATCH bpf-next v3 2/5] bpf: Reorder bpf_prog_test_run_skb initialization
` [PATCH bpf-next v3 3/5] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN
` [PATCH bpf-next v3 4/5] selftests/bpf: Support non-linear flag in test loader
` [PATCH bpf-next v3 5/5] selftests/bpf: Test direct packet access on non-linear skbs

[PATCH bpf-next v2 00/12] bpf: replace path-sensitive with path-insensitive live stack analysis
 2025-09-18 18:47 UTC  (13+ messages)
` [PATCH bpf-next v2 01/12] bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
` [PATCH bpf-next v2 02/12] bpf: use compute_live_registers() info in clean_func_state
` [PATCH bpf-next v2 03/12] bpf: remove redundant REG_LIVE_READ check in stacksafe()
` [PATCH bpf-next v2 04/12] bpf: declare a few utility functions as internal api
` [PATCH bpf-next v2 05/12] bpf: compute instructions postorder per subprogram
` [PATCH bpf-next v2 06/12] bpf: callchain sensitive stack liveness tracking using CFG
` [PATCH bpf-next v2 07/12] bpf: enable callchain sensitive stack liveness tracking
` [PATCH bpf-next v2 08/12] bpf: signal error if old liveness is more conservative than new
` [PATCH bpf-next v2 09/12] bpf: disable and remove registers chain based liveness
` [PATCH bpf-next v2 10/12] bpf: table based bpf_insn_successors()
` [PATCH bpf-next v2 11/12] selftests/bpf: __not_msg() tag for test_loader framework
` [PATCH bpf-next v2 12/12] selftests/bpf: test cases for callchain sensitive live stack tracking

[PATCH bpf-next] bpf: introduce kfunc flags for dynptr types
 2025-09-18 18:30 UTC  (2+ messages)

[PATCH] x86/ibt: make is_endbr() notrace
 2025-09-18 17:53 UTC  (7+ messages)

[PATCH bpf-next v2 0/4] bpf: Support non-linear skbs for BPF_PROG_TEST_RUN
 2025-09-18 17:10 UTC  (5+ messages)
` [PATCH bpf-next v2 2/4] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN

[PATCH bpf-next] selftests/bpf: fix build with new LLVM
 2025-09-18 16:27 UTC  (4+ messages)

[PATCH v2 net-next 00/14] AccECN protocol case handling series
 2025-09-18 16:21 UTC  (15+ messages)
` [PATCH v2 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v2 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v2 net-next 03/14] tcp: accecn: Add ece_delta to rate_sample
` [PATCH v2 net-next 04/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v2 net-next 05/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v2 net-next 06/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v2 net-next 07/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v2 net-next 08/14] tcp: move increment of num_retrans
` [PATCH v2 net-next 09/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v2 net-next 10/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v2 net-next 11/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v2 net-next 12/14] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v2 net-next 13/14] tcp: accecn: stop sending AccECN opt when loss ACK w/ option
` [PATCH v2 net-next 14/14] tcp: accecn: enable AccECN

[PATCH bpf-next v2 0/3] bpf: Allow union argument in trampoline based programs
 2025-09-18 16:09 UTC  (8+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add union argument tests using fexit programs

[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
 2025-09-18 15:32 UTC  (9+ messages)

[PATCH bpf-next v5 0/8] bpf: Introduce deferred task context execution
 2025-09-18 14:02 UTC  (12+ messages)
` [PATCH bpf-next v5 7/8] bpf: task work scheduling kfuncs

[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-09-18 13:43 UTC  (11+ messages)
` [PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs

[PATCH bpf-next v2 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
 2025-09-18 13:34 UTC  (5+ messages)

[PATCH v6.6-v6.12] vmxnet3: unregister xdp rxq info in the reset path
 2025-09-18 12:37 UTC 

[PATCH bpf-next v2 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
 2025-09-18 11:17 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] bpftool: Fix UAF in get_delegate_value

[PATCH v2 1/6] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
 2025-09-18 10:26 UTC  (5+ messages)
` [PATCH v2 2/6] srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
` [PATCH v2 3/6] srcu: Add guards for notrace variants of SRCU-fast readers
` [PATCH v2 4/6] srcu: Document __srcu_read_{,un}lock_fast() implicit RCU readers
` [PATCH v2 5/6] srcu: Document srcu_flip() memory-barrier D relation to SRCU-fast

[PATCH v2] docs/bpf: clarify ret handling in LSM BPF programs
 2025-09-18 10:03 UTC  (3+ messages)

[PATCH v5 0/4] sched: make migrate_enable/migrate_disable inline
 2025-09-18  9:47 UTC  (3+ messages)
` [PATCH v5 2/4] rcu: replace preempt.h with sched.h in include/linux/rcupdate.h

[PATCH v3 bpf-next 00/13] BPF indirect jumps
 2025-09-18  9:38 UTC  (14+ messages)
` [PATCH v3 bpf-next 01/13] bpf: fix the return value of push_stack
` [PATCH v3 bpf-next 02/13] bpf: save the start of functions in bpf_prog_aux
` [PATCH v3 bpf-next 03/13] bpf, x86: add new map type: instructions array
` [PATCH v3 bpf-next 04/13] selftests/bpf: add selftests for new insn_array map
` [PATCH v3 bpf-next 05/13] bpf: support instructions arrays with constants blinding
` [PATCH v3 bpf-next 06/13] selftests/bpf: test instructions arrays with blinding
` [PATCH v3 bpf-next 07/13] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v3 bpf-next 08/13] bpf, x86: add support for indirect jumps
` [PATCH v3 bpf-next 09/13] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v3 bpf-next 10/13] libbpf: fix formatting of bpf_object__append_subprog_code
` [PATCH v3 bpf-next 11/13] libbpf: support llvm-generated indirect jumps
` [PATCH v3 bpf-next 12/13] bpftool: Recognize insn_array map type
` [PATCH v3 bpf-next 13/13] selftests/bpf: add selftests for indirect jumps

[PATCH bpf-next v3 00/14] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-09-18  8:07 UTC  (12+ messages)
` [PATCH bpf-next v3 01/14] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v3 03/14] selftests/bpf: test_xsk: Fix memory leaks
` [PATCH bpf-next v3 14/14] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework

[PATCH v2 bpf-next 00/13] BPF indirect jumps
 2025-09-18  8:11 UTC  (4+ messages)
` [PATCH v2 bpf-next 12/13] bpftool: Recognize insn_array map type

[PATCH bpf-next v2 0/4] net/smc: Introduce smc_hs_ctrl
 2025-09-18  8:03 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: export necessary symbols for modules with struct_ops
` [PATCH bpf-next v2 2/4] net/smc: bpf: Introduce generic hook for handshake flow
` [PATCH bpf-next v2 3/4] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v2 4/4] bpf/selftests: add selftest for bpf_smc_hs_ctrl

[PATCH v19 net-next 00/10] AccECN protocol patch series
 2025-09-18  7:10 UTC  (6+ messages)
` [PATCH v19 net-next 08/10] tcp: accecn: AccECN option failure handling
` [PATCH v19 net-next 10/10] tcp: accecn: try to fit AccECN option with SACK

[PATCH bpf-next v3 0/6] Add kfunc bpf_xdp_pull_data
 2025-09-18  6:43 UTC  (12+ messages)
` [PATCH bpf-next v3 2/6] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v3 4/6] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v3 5/6] selftests/bpf: Test bpf_xdp_pull_data

[PATCH bpf-next v3 0/2] bpf: Allow union argument in trampoline based programs
 2025-09-18  3:42 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add union argument tests using fexit programs

[PATCH bpf-next] bpf: support nested rcu critical sections
 2025-09-18  2:25 UTC  (8+ messages)

[PATCH net-next V2 00/10] net/mlx5e: Use multiple doorbells
 2025-09-18  1:40 UTC  (6+ messages)
` [PATCH net-next V2 09/10] devlink: Add a 'num_doorbells' driverinit param
` [PATCH net-next V2 10/10] net/mlx5e: Use the 'num_doorbells' devlink param

[PATCH v9 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-18  1:17 UTC  (9+ messages)
` [PATCH v9 bpf-next/net 1/6] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v9 bpf-next/net 2/6] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v9 bpf-next/net 3/6] net-memcg: Introduce net.core.memcg_exclusive sysctl
` [PATCH v9 bpf-next/net 4/6] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v9 bpf-next/net 5/6] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_EXCLUSIVE
` [PATCH v9 bpf-next/net 6/6] selftest: bpf: Add test for SK_MEMCG_EXCLUSIVE

[RFC PATCH bpf-next v2 0/6] bpf: Extend bpf syscall with common attributes support
 2025-09-17 21:49 UTC  (9+ messages)
` [RFC PATCH bpf-next v2 3/6] bpf: Add common attr support for prog_load and btf_load
` [RFC PATCH bpf-next v2 4/6] bpf: Add common attr support for map_create
` [RFC PATCH bpf-next v2 5/6] libbpf: "

[PATCH] libbpf: increase probe_name buffer size to avoid format-truncation
 2025-09-17 20:39 UTC  (2+ messages)

[PATCH] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21
 2025-09-17 19:36 UTC  (4+ messages)
  ` [PATCH] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21 v2

[PATCH v8 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-17 19:18 UTC  (3+ messages)
` [PATCH v8 bpf-next/net 2/6] net-memcg: Allow decoupling memcg from global protocol memory accounting

[PATCH slab] slab: Disallow kprobes in ___slab_alloc()
 2025-09-17 18:40 UTC  (14+ messages)

[PATCH bpf-next] bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()
 2025-09-17 18:30 UTC  (3+ messages)

[PATCH bpf-next v1 1/2] bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
 2025-09-17 18:30 UTC  (2+ messages)

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-17 14:52 UTC  (4+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()

[PATCH bpf-next v2 0/3] Avoid warning on bpf_sock_addr padding access
 2025-09-17 14:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Signed loads from Arena
 2025-09-17 14:16 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf, x86: Add support for signed arena loads


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