BPF List
 help / color / mirror / Atom feed
 messages from 2025-09-17 22:55:18 to 2025-09-19 08:57:03 UTC [more...]

[PATCH bpf-next v4 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
 2025-09-19  8:56 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] bpftool: Fix UAF in get_delegate_value

[PATCH] x86/ibt: make is_endbr() notrace
 2025-09-19  8:52 UTC  (9+ messages)

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-19  8:44 UTC  (4+ messages)
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
 2025-09-19  8:30 UTC  (2+ messages)

[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-19  8:25 UTC  (2+ messages)

[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
 2025-09-19  7:19 UTC 

[PATCH v3 bpf-next 00/13] BPF indirect jumps
 2025-09-19  7:18 UTC  (20+ 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 v7 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-09-19  5:25 UTC  (13+ messages)
` [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 v4 0/2] bpf: Allow union argument in trampoline based programs
 2025-09-19  4:41 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add union argument tests using fexit programs

[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
 2025-09-19  2:49 UTC  (2+ messages)

[PATCH v9 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-19  2:43 UTC  (7+ messages)
` [PATCH v9 bpf-next/net 6/6] selftest: bpf: Add test for SK_MEMCG_EXCLUSIVE

[PATCH v4 00/12] Signed BPF programs
 2025-09-19  2:20 UTC  (6+ messages)
` [PATCH v4 01/12] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH v4 11/12] bpftool: Add support for signing BPF programs

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

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

[PATCH bpf-next v2 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
 2025-09-19  2:08 UTC  (7+ messages)

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

[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-09-19  1:26 UTC  (9+ messages)
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs

[PATCH bpf-next v2 00/12] bpf: replace path-sensitive with path-insensitive live stack analysis
 2025-09-19  1:03 UTC  (14+ 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 v6 0/8] bpf: Introduce deferred task context execution
 2025-09-19  0:56 UTC  (13+ 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

[RFC PATCH bpf-next v2 0/6] bpf: Extend bpf syscall with common attributes support
 2025-09-18 23:29 UTC  (3+ messages)
` [RFC PATCH bpf-next v2 4/6] bpf: Add common attr support for map_create

[PATCH bpf-next v3 0/2] Update KF_RCU_PROTECTED
 2025-09-18 22:40 UTC  (10+ messages)
` [PATCH bpf-next v3 1/2] bpf: Enforce RCU protection for KF_RCU_PROTECTED
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests "

[PATCH v1] perf bpf-filter: Fix opts declaration on older libbpfs
 2025-09-18 21:38 UTC  (2+ messages)

[PATCH bpf-next v4 0/6] Add kfunc bpf_xdp_pull_data
 2025-09-18 20:19 UTC  (14+ 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

[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: "

[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] bpf: introduce kfunc flags for dynptr types
 2025-09-18 18:30 UTC  (2+ 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

[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  (4+ messages)
` [PATCH bpf-next v5 7/8] bpf: task work scheduling kfuncs

[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  (4+ 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 bpf-next v3 00/14] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-09-18  8:07 UTC  (6+ messages)
` [PATCH bpf-next v3 03/14] selftests/bpf: test_xsk: Fix memory leaks

[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  (4+ messages)

[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  (4+ messages)

[PATCH net-next V2 00/10] net/mlx5e: Use multiple doorbells
 2025-09-18  1:40 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