BPF List
 help / color / mirror / Atom feed
 messages from 2025-11-05 04:05:15 to 2025-11-06 02:03:34 UTC [more...]

[PATCH v11 bpf-next 00/12] BPF indirect jumps
 2025-11-06  2:03 UTC  (28+ messages)
` [PATCH v11 bpf-next 01/12] bpf, x86: add new map type: instructions array
` [PATCH v11 bpf-next 02/12] bpftool: Recognize insn_array map type
` [PATCH v11 bpf-next 03/12] libbpf: "
` [PATCH v11 bpf-next 04/12] selftests/bpf: add selftests for new insn_array map
` [PATCH v11 bpf-next 05/12] bpf: support instructions arrays with constants blinding
` [PATCH v11 bpf-next 06/12] selftests/bpf: test instructions arrays with blinding
` [PATCH v11 bpf-next 07/12] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v11 bpf-next 08/12] bpf, x86: add support for indirect jumps
` [PATCH v11 bpf-next 09/12] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v11 bpf-next 10/12] libbpf: support llvm-generated indirect jumps
` [PATCH v11 bpf-next 11/12] selftests/bpf: add new verifier_gotox test
` [PATCH v11 bpf-next 12/12] selftests/bpf: add C-level selftests for indirect jumps

[PATCH net v4 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-11-06  1:46 UTC  (11+ messages)
` [PATCH net v4 1/3] mptcp: disallow MPTCP subflows from sockmap
` [PATCH net v4 2/3] net,mptcp: fix proto fallback detection with BPF
` [PATCH net v4 3/3] selftests/bpf: Add mptcp test with sockmap

[PATCH bpf-next] bpf,x86: do RSB balance for trampoline
 2025-11-06  1:40 UTC  (7+ messages)

[PATCH v3 0/2] Print map ID on successful creation
 2025-11-06  1:29 UTC  (5+ messages)
` [PATCH v3 1/2] bpftool: Print map ID upon creation and support JSON output

[PATCH dwarves v4 0/3] btf_encoder: refactor emission of BTF funcs
 2025-11-06  1:28 UTC  (4+ messages)
` [PATCH dwarves v4 1/3] btf_encoder: Remove encoder pointer from btf_encoder_func_state
` [PATCH dwarves v4 2/3] btf_encoder: Refactor btf_encoder__add_func_proto
` [PATCH dwarves v4 3/3] btf_encoder: Factor out BPF kfunc emission

[PATCHv3 0/4] x86/fgraph,bpf: Fix ORC stack unwind from return probe
 2025-11-06  1:20 UTC  (6+ messages)

[PATCH bpf-next v5 0/7] Support associating BPF programs with struct_ops
 2025-11-06  1:01 UTC  (7+ messages)
` [PATCH bpf-next v5 2/7] bpf: Support associating BPF program "
` [PATCH bpf-next v5 3/7] bpf: Pin associated struct_ops when registering async callback

[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-11-06  0:36 UTC  (20+ messages)
` [RESEND PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [RESEND PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()

linux-next: manual merge of the bpf-next tree with the bpf tree
 2025-11-06  0:35 UTC 

[PATCH RFC 0/5] bpf: avoid locks in bpf_timer and bpf_wq
 2025-11-06  0:08 UTC  (7+ messages)
` [PATCH RFC v1 5/5] bpf: remove lock from bpf_async_cb

[bpf-next] selftests/bpf: refactor snprintf_btf test to use bpf_strncmp
 2025-11-05 23:43 UTC  (7+ messages)

[PATCH bpf] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
 2025-11-05 23:33 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] net/smc: Introduce smc_hs_ctrl
 2025-11-05 22:58 UTC  (8+ messages)
` [PATCH bpf-next v4 2/3] net/smc: bpf: Introduce generic hook for handshake flow
` [PATCH bpf-next v4 3/3] bpf/selftests: add selftest for bpf_smc_hs_ctrl

[PATCH bpf-next v4 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-05 22:16 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] perf: Refactor get_perf_callchain
` [PATCH bpf-next v4 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH dwarves v3 0/3] btf_encoder: refactor emission of BTF funcs
 2025-11-05 22:08 UTC  (6+ messages)
` [PATCH dwarves v3 1/3] btf_encoder: Remove encoder pointer from btf_encoder_func_state
` [PATCH dwarves v3 2/3] btf_encoder: Refactor btf_encoder__add_func_proto
` [PATCH dwarves v3 3/3] btf_encoder: Factor out BPF kfunc emission

[BUG/RFC 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2025-11-05 22:04 UTC  (3+ messages)
` [PATCH 2/2] selftests/bpf: Add test for bpf_override_return helper

[PATCH bpf-next v3 0/7] bpf: tracing session supporting
 2025-11-05 22:00 UTC  (8+ messages)
` [PATCH bpf-next v3 4/7] bpf,x86: add tracing session supporting for x86_64

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

[PATCH v2 02/16] srcu: Create an srcu_expedite_current() function
 2025-11-05 20:32 UTC  (12+ messages)
` [PATCH v2 03/16] rcutorture: Test srcu_expedite_current()
` [PATCH v2 04/16] srcu: Create a DEFINE_SRCU_FAST()
` [PATCH v2 05/16] srcu: Make grace-period determination use ssp->srcu_reader_flavor
` [PATCH v2 06/16] rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
` [PATCH v2 07/16] srcu: Require special srcu_struct define/init for SRCU-fast readers
` [PATCH v2 08/16] srcu: Make SRCU-fast readers enforce use of SRCU-fast definition/init
` [PATCH v2 09/16] doc: Update for SRCU-fast definitions and initialization
` [PATCH v2 10/16] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH v2 12/16] srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macro
` [PATCH v2 14/16] srcu: Create an SRCU-fast-updown API
` [PATCH v2 15/16] srcu: Optimize SRCU-fast-updown for arm64

[PATCH net-next v4 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2025-11-05 19:51 UTC  (4+ messages)

[RFC PATCH v4 0/7] libbpf: BTF performance optimizations with permutation and binary search
 2025-11-05 19:41 UTC  (32+ messages)
` [RFC PATCH v4 1/7] libbpf: Extract BTF type remapping logic into helper function
` [RFC PATCH v4 2/7] libbpf: Add BTF permutation support for type reordering
` [RFC PATCH v4 3/7] libbpf: Optimize type lookup with binary search for sorted BTF
` [RFC PATCH v4 5/7] btf: Optimize type lookup with binary search

[PATCH 0/2] scripts/gdb/symbols: make BPF debug info available to GDB
 2025-11-05 19:32 UTC  (3+ messages)

[PATCH bpf] bpf: tail calls do not modify packet data
 2025-11-05 19:08 UTC  (5+ messages)
` [PATCH v3 bpf-next 0/2] bpf: properly verify tail call behavior
` [PATCH v3 bpf-next 1/2] "
` [PATCH v3 bpf-next 2/2] bpf: test the proper verification of tail calls

[PATCH v5 bpf 0/2] xdp: fix page_pool leaks
 2025-11-05 18:39 UTC  (11+ messages)
` [PATCH v5 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()

[PATCH net-next 2/3] gve: Allow ethtool to configure rx_buf_len
 2025-11-05 18:31 UTC  (4+ messages)

[PATCH net V3 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-11-05 17:28 UTC  (3+ messages)
` [PATCH net V3 1/2] veth: enable dev_watchdog for detecting stalled TXQs
` [PATCH net V3 2/2] veth: more robust handing of race to avoid txq getting stuck

[PATCH 0/6] kallsyms: Prevent invalid access when showing module buildid
 2025-11-05 16:22 UTC  (9+ messages)
` [PATCH 1/6] module: Add helper function for reading module_buildid()
` [PATCH 2/6] kallsyms: Cleanup code for appending the module buildid
` [PATCH 3/6] kallsyms/bpf: Set module buildid in bpf_address_lookup()
` [PATCH 4/6] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH 5/6] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH 6/6] kallsyms: Prevent module removal when printing module name and buildid

[PATCH RFC v2 0/5] bpf: avoid locks in bpf_timer and bpf_wq
 2025-11-05 15:59 UTC  (6+ messages)
` [PATCH RFC v2 1/5] bpf: refactor bpf_async_cb callback update
` [PATCH RFC v2 2/5] bpf: refactor bpf_async_cb prog swap
` [PATCH RFC v2 3/5] bpf: factor out timer deletion helper
` [PATCH RFC v2 4/5] bpf: add refcnt into struct bpf_async_cb
` [PATCH RFC v2 5/5] bpf: remove lock from bpf_async_cb

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-11-05 15:57 UTC  (3+ messages)

[PATCH net V2 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-11-05 15:54 UTC  (4+ messages)
` [PATCH net V2 2/2] veth: more robust handing of race to avoid txq getting stuck

[PATCH v2 00/50] tree-in-dcache stuff
 2025-11-05 15:23 UTC  (18+ messages)
` [PATCH v2 22/50] convert efivarfs

[PATCH bpf-next v6 0/2] bpf: Free special fields when update [lru_,]percpu_hash maps
 2025-11-05 15:14 UTC  (3+ messages)
` [PATCH bpf-next v6 1/2] "
` [PATCH bpf-next v6 2/2] selftests/bpf: Add test to verify freeing the "

[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-11-05 14:39 UTC  (5+ messages)

[PATCH bpf-next v5 2/2] selftests/bpf: Add test to verify freeing the special fields when update [lru_,]percpu_hash maps
 2025-11-05 14:09 UTC  (4+ messages)

[PATCH bpf-next v1] selftests/bpf: align kfuncs renamed in bpf tree
 2025-11-05 13:57 UTC  (2+ messages)

[PATCH v16 0/4] perf: Support the deferred unwinding infrastructure
 2025-11-05 13:08 UTC  (9+ messages)

[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
 2025-11-05  9:05 UTC  (6+ messages)
` [PATCH 1/5] slab: make __slab_free() more clear
` [PATCH 2/5] slab: move kfence_alloc() out of internal bulk alloc
` [PATCH 3/5] slab: handle pfmemalloc slabs properly with sheaves
` [PATCH 4/5] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH 5/5] slab: prevent recursive kmalloc() in alloc_empty_sheaf()

[syzbot] Monthly bpf report (Nov 2025)
 2025-11-05  8:25 UTC 

[PATCH bpf-next 0/2] selftests/bpf: enfoce SO_REUSEADDR in basic test servers
 2025-11-05  8:22 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: systematically add SO_REUSEADDR in start_server_addr
` [PATCH bpf-next 2/2] selftests/bpf: use start_server_str rather than start_reuseport_server in tc_tunnel

[PATCH v10 bpf-next 00/11] BPF indirect jumps
 2025-11-05  8:12 UTC  (14+ messages)
` [PATCH v10 bpf-next 02/11] selftests/bpf: add selftests for new insn_array map
` [PATCH v10 bpf-next 08/11] libbpf: support llvm-generated indirect jumps
` [PATCH v10 bpf-next 11/11] selftests/bpf: add C-level selftests for "

[PATCH net-next v4 0/6] Add AF_XDP zero copy support
 2025-11-05  6:42 UTC  (7+ messages)
` [PATCH net-next v4 2/6] net: ti: icssg-prueth: Add XSK pool helpers
    ` [EXTERNAL] "

[PATCH bpf-next] bpf: Optimize recursion detection for arm64
 2025-11-05  6:30 UTC  (5+ messages)

[PATCH net-next v3] xsk: add indirect call for xsk_destruct_skb
 2025-11-05  6:29 UTC  (2+ messages)

[PATCH dwarves v2 0/2] btf_encoder: refactor emission of BTF funcs
 2025-11-05  4:04 UTC  (4+ messages)
` [PATCH dwarves v2 2/2] btf_encoder: factor out btf_encoder__add_bpf_kfunc()


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