BPF List
 help / color / mirror / Atom feed
 messages from 2025-11-06 01:40:41 to 2025-11-07 15:55:08 UTC [more...]

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

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-11-07 15:54 UTC  (2+ messages)

[PATCH net-next v4 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2025-11-07 15:54 UTC  (13+ messages)
` [PATCH net-next v4 01/14] net: Add bind-queue operation
` [PATCH net-next v4 02/14] net: Implement netdev_nl_bind_queue_doit
` [PATCH net-next v4 11/14] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v4 13/14] netkit: Add io_uring zero-copy support for TCP

[PATCH] libbpf: fix BTF dedup to support recursive typedef definitions
 2025-11-07 15:34 UTC 

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-07 15:29 UTC  (14+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-11-07 13:53 UTC  (12+ messages)
` [PATCH 02/11] sched/debug: Stop and start server based on if it was active
` [PATCH 04/11] sched/deadline: Add support to initialize and remove dl_server bandwidth
` [PATCH 06/11] sched_ext: Add a DL server for sched_ext tasks

[PATCH net V3 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-11-07 13:42 UTC  (6+ 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 2/6] kallsyms: Cleanup code for appending the module buildid
 2025-11-07 13:14 UTC  (3+ messages)

[PATCH 0/6] kallsyms: Prevent invalid access when showing module buildid
 2025-11-07 13:08 UTC  (7+ messages)
` [PATCH 1/6] module: Add helper function for reading module_buildid()
` [PATCH 3/6] kallsyms/bpf: Set module buildid in bpf_address_lookup()

[PATCH v2 10/16] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2025-11-07 12:58 UTC  (10+ messages)

[PATCH v2] bpf: hashtab: fix 32-bit overflow in memory usage calculation
 2025-11-07 11:41 UTC  (3+ messages)

[RFC 0/2] xdp: Delegate fast path return decision to page_pool
 2025-11-07 10:28 UTC  (2+ messages)
` [RFC 2/2] "

net: bpf: use-after-free in bpf_map_offload_info_fill_ns when obtaining netns for offloaded map
 2025-11-07  9:14 UTC 

[PATCH] bpf: hashtab: fix 32-bit overflow in memory usage calculation
 2025-11-07  7:42 UTC  (4+ messages)

[syzbot] [fs?] WARNING in destroy_super_work
 2025-11-07  7:31 UTC 

[PATCH v5 0/7] BTF performance optimizations with permutation and binary search
 2025-11-07  7:29 UTC  (14+ messages)
` [PATCH v5 1/7] libbpf: Extract BTF type remapping logic into helper function
` [PATCH v5 2/7] libbpf: Add BTF permutation support for type reordering
` [PATCH v5 3/7] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH v5 4/7] libbpf: Implement lazy sorting validation for binary search optimization
` [PATCH v5 5/7] btf: Optimize type lookup with binary search
` [PATCH v5 6/7] btf: Add lazy sorting validation for "
` [PATCH v5 7/7] selftests/bpf: Add test cases for btf__permute functionality

[RFC PATCH v4 0/7] libbpf: BTF performance optimizations with permutation and binary search
 2025-11-07  4:57 UTC  (35+ 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 mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-07  4:47 UTC  (9+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed
` [RFC mm v5 2/2] mm: introduce a new page type for page pool in page type

[PATCH bpf-next v5 0/3] net/smc: Introduce smc_hs_ctrl
 2025-11-07  4:16 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] bpf: export necessary symbols for modules with struct_ops
` [PATCH bpf-next v5 2/3] net/smc: bpf: Introduce generic hook for handshake flow
` [PATCH bpf-next v5 3/3] bpf/selftests: add selftest for bpf_smc_hs_ctrl

[PATCH RFC v2 0/5] bpf: avoid locks in bpf_timer and bpf_wq
 2025-11-07  3:15 UTC  (14+ 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 bpf-next v4 0/3] net/smc: Introduce smc_hs_ctrl
 2025-11-07  3:11 UTC  (10+ messages)
` [PATCH bpf-next v4 2/3] net/smc: bpf: Introduce generic hook for handshake flow

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

[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
 2025-11-07  1:48 UTC  (8+ messages)
` [PATCH 1/5] slab: make __slab_free() more clear
` [PATCH 2/5] slab: move kfence_alloc() out of internal bulk alloc

[PATCH bpf-next v2] bpf: Use kmalloc_nolock() in range tree
 2025-11-07  0:00 UTC  (4+ messages)

[PATCH bpf-next 0/2] selftests/bpf: enfoce SO_REUSEADDR in basic test servers
 2025-11-06 23:30 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: use start_server_str rather than start_reuseport_server in tc_tunnel

[PATCH v3 bpf-next 0/2] bpf: properly verify tail call behavior
 2025-11-06 19:50 UTC  (5+ messages)
` [PATCH v4 "
` [PATCH v4 bpf-next 1/2] "
` [PATCH v4 bpf-next 2/2] bpf: test the proper verification of tail calls

[PATCH bpf-next v5 0/7] Support associating BPF programs with struct_ops
 2025-11-06 19:37 UTC  (12+ 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

[PATCH net-next v3 0/4] gve: Improve RX buffer length management
 2025-11-06 19:27 UTC  (5+ messages)
` [PATCH net-next v3 1/4] gve: Decouple header split from RX buffer length
` [PATCH net-next v3 2/4] gve: Use extack to log xdp config verification errors
` [PATCH net-next v3 3/4] gve: Allow ethtool to configure rx_buf_len
` [PATCH net-next v3 4/4] gve: Default to max_rx_buffer_size for DQO if device supported

linux-next: manual merge of the bpf-next tree with the bpf tree
 2025-11-06 17:57 UTC  (2+ messages)

[PATCH v5 net-next 00/14] AccECN protocol case handling series
 2025-11-06 17:30 UTC  (31+ messages)
` [PATCH v5 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v5 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v5 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 05/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v5 net-next 06/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v5 net-next 07/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v5 net-next 08/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v5 net-next 09/14] tcp: move increment of num_retrans
` [PATCH v5 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v5 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v5 net-next 12/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v5 net-next 13/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v5 net-next 14/14] tcp: accecn: enable AccECN

[PATCH bpf-next] selftests/bpf: Fix htab_update/reenter_update selftest failure
 2025-11-06 17:15 UTC  (2+ messages)

[PATCH v11 bpf-next 00/12] BPF indirect jumps
 2025-11-06 17:08 UTC  (12+ messages)
` [PATCH v11 bpf-next 01/12] bpf, x86: add new map type: instructions array
` [PATCH v11 bpf-next 08/12] bpf, x86: add support for indirect jumps

[PATCH bpf-next] bpf: Use kmalloc_nolock() in range tree
 2025-11-06 17:05 UTC  (3+ messages)

[PATCH bpf-next v3 0/7] bpf: tracing session supporting
 2025-11-06 17:03 UTC  (5+ messages)
` [PATCH bpf-next v3 4/7] bpf,x86: add tracing session supporting for x86_64

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

[PATCH RFC 00/17] bpf: Introduce proof-based verifier enhancement
 2025-11-06 12:52 UTC  (18+ messages)
` [PATCH RFC 01/17] bpf: Add BCF expr and proof rule definitions
` [PATCH RFC 02/17] bpf: Add bcf_checker top-level workflow
` [PATCH RFC 03/17] bpf: Add UAPI fields for BCF proof interaction
` [PATCH RFC 04/17] bpf: Add top-level workflow of bcf_refine()
` [PATCH RFC 05/17] bpf: Add top-level workflow of bcf_track()
` [PATCH RFC 06/17] bpf: Add bcf_match_path() to follow the path suffix
` [PATCH RFC 07/17] bpf: Add bcf_expr management and binding
` [PATCH RFC 08/17] bpf: Track mov and signed extension
` [PATCH RFC 09/17] bpf: Track alu operations in bcf_track()
` [PATCH RFC 10/17] bpf: Add bcf_alu() 32bits optimization
` [PATCH RFC 11/17] bpf: Track stack spill/fill in bcf_track()
` [PATCH RFC 12/17] bpf: Track path constraint
` [PATCH RFC 13/17] bpf: Skip state pruning for the parent states
` [PATCH RFC 14/17] bpf: Add mem access bound refinement
` [PATCH RFC 15/17] bpf: Preserve verifier_env and request BCF
` [PATCH RFC 16/17] bpf: Resume verifier env and check proof
` [PATCH RFC 17/17] bpf: Enable bcf for priv users

[PATCH v2 0/2] scripts/gdb/symbols: make BPF debug info available to GDB
 2025-11-06 12:43 UTC  (3+ messages)
` [PATCH v2 1/2] scripts/gdb/radix-tree: add lx-radix-tree-command
` [PATCH v2 2/2] scripts/gdb/symbols: make BPF debug info available to GDB

[PATCHv2 0/4] x86/fgraph,bpf: Fix ORC stack unwind from return probe
 2025-11-06 12:29 UTC  (5+ messages)
` [PATCHv2 1/4] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
` [PATCHv2 2/4] x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probe

[PATCH] bpf, sockmap: Fix tp->copied_seq update in, tcp_bpf_strp_read_sock
 2025-11-06 12:09 UTC 

[PATCH bpf-next] bpf,x86: do RSB balance for trampoline
 2025-11-06 12:03 UTC  (10+ messages)

[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
 2025-11-06 11:04 UTC 

[PATCH][next] selftests/bpf: Fix spelling mistake "clien" -> "client"
 2025-11-06 11:00 UTC 

eBPF: Reading page contents from a struct page*
 2025-11-06 10:33 UTC  (2+ messages)

/Re,
 2025-11-06  7:35 UTC 

[PATCH bpf-next v4 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-06  7:08 UTC  (9+ 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 0/2] scripts/gdb/symbols: make BPF debug info available to GDB
 2025-11-06  6:07 UTC  (4+ messages)

[bpf-next] selftests/bpf: refactor snprintf_btf test to use bpf_strncmp
 2025-11-06  3:26 UTC  (7+ messages)

[PATCH bpf] bpf: Fix invalid mem access when update_effective_progs fails in __cgroup_bpf_detach
 2025-11-06  2:14 UTC  (3+ messages)

[PATCH net v4 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-11-06  1:46 UTC  (6+ messages)
` [PATCH net v4 3/3] selftests/bpf: Add mptcp test with sockmap


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