BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-27 14:10:43 to 2026-05-29 03:39:19 UTC [more...]

[PATCH] selftests/bpf: fix token tests for bpf_object__prepare() probe_loading
 2026-05-29  3:39 UTC  (2+ messages)

[PATCH v2 0/3] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-05-29  3:10 UTC  (4+ messages)
` [PATCH v2 1/3] bpf: cgroup: use kvfree() for replaced sysctl write buffer
` [PATCH v2 2/3] bpf: cgroup: NUL-terminate replaced sysctl value
` [PATCH v2 3/3] bpf: cgroup: restore sysctl new-value replacement

[PATCH v2] bpf: replace pop/push emptiness check with bpf_list_empty()
 2026-05-29  3:10 UTC  (2+ messages)

bpf-next verifier regression on unsigned bound checking
 2026-05-29  3:06 UTC  (8+ messages)

[PATCH v3] kernel/bpf/btf.c: reject to register duplicated kfunc
 2026-05-29  3:01 UTC  (3+ messages)

[PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag
 2026-05-29  2:55 UTC  (4+ messages)

[PATCH bpf-next v6 00/13] Refactor verifier object relationship tracking
 2026-05-29  2:54 UTC  (22+ messages)
` [PATCH bpf-next v6 01/13] bpf: Simplify mark_stack_slot_obj_read() and callers
` [PATCH bpf-next v6 02/13] bpf: Unify dynptr handling in the verifier
` [PATCH bpf-next v6 03/13] bpf: Assign reg->id when getting referenced kptr from ctx
` [PATCH bpf-next v6 04/13] bpf: Preserve reg->id of pointer objects after null-check
` [PATCH bpf-next v6 05/13] bpf: Refactor object relationship tracking and fix dynptr UAF bug
` [PATCH bpf-next v6 06/13] bpf: Remove redundant dynptr arg check for helper
` [PATCH bpf-next v6 07/13] bpf: Unify referenced object tracking in verifier
` [PATCH bpf-next v6 08/13] bpf: Unify release handling for helpers and kfuncs
` [PATCH bpf-next v6 09/13] bpf: Fix dynptr ref counting to scan all call frames
` [PATCH bpf-next v6 10/13] selftests/bpf: Test creating dynptr from dynptr data and slice
` [PATCH bpf-next v6 11/13] selftests/bpf: Test using slice after invalidating dynptr clone
` [PATCH bpf-next v6 12/13] selftests/bpf: Test using file dynptr after the reference on file is dropped
` [PATCH bpf-next v6 13/13] selftests/bpf: Test using dynptr after freeing the underlying object

[PATCH v2] unwind: Add sframe_(un)register() system calls
 2026-05-29  2:20 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
 2026-05-29  1:03 UTC  (12+ messages)

[PATCH net v3] net: tls: use sync AEAD for sk_msg BPF sockets
 2026-05-28 23:47 UTC  (6+ messages)

[PATCH v6 0/6] powerpc/bpf: Add support for verifier selftest
 2026-05-29  1:58 UTC  (10+ messages)
` [PATCH v6 1/6] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v6 2/6] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v6 3/6] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v6 4/6] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v6 5/6] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v6 6/6] selftest/bpf: Add tailcall verifier selftest for powerpc64

[PATCH net v3 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
 2026-05-28 23:40 UTC  (5+ messages)
` [PATCH net v3 2/2] net: mana: Skip redundant detach on already-detached port

[PATCH bpf-next] bpf: Take mmap_lock in zap_pages()
 2026-05-28 23:15 UTC  (3+ messages)

[PATCH bpf-next v7 0/7] bpf: add icmp_send kfunc
 2026-05-28 22:55 UTC  (9+ messages)
` [PATCH bpf-next v7 1/7] net: move netfilter nf_reject_fill_skb_dst to core ipv4
` [PATCH bpf-next v7 2/7] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
` [PATCH bpf-next v7 3/7] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v7 7/7] selftests/bpf: add bpf_icmp_send recursion test

[PAHOLE Patch v2 1/2] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
 2026-05-28 22:36 UTC  (2+ messages)
` [PAHOLE Patch v2 2/2] Add support for DW_TAG_GNU_annotation

[PATCH bpf-next v7 0/3] bpf: Implement stack_map_get_build_id_offset_sleepable()
 2026-05-28 22:00 UTC  (4+ messages)
` [PATCH bpf-next v7 3/3] bpf: Cache build IDs in sleepable stackmap path

[PATCH bpf-next v7 1/3] bpf: Factor out stack_map build ID helpers
 2026-05-28 21:57 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Add __NR_bpf definition for LoongArch
 2026-05-28 21:50 UTC  (2+ messages)

[PATCH v4 0/3] libbpf: support STRUCT_OPS in light skeletons
 2026-05-28 21:35 UTC  (2+ messages)

[PATCH v3] libbpf: fix UAF in strset__add_str()
 2026-05-28 21:31 UTC  (3+ messages)
` [PATCH v4] "

[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-28 21:30 UTC  (4+ messages)
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page

[PATCH] bpftool: fix typo in struct_ops map FD generation for light skeleton
 2026-05-28 21:30 UTC  (2+ messages)

[PATCH v4] libbpf: harden parse_vma_segs() path parsing
 2026-05-28 21:18 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf, arm64: Stack argument fixes
 2026-05-28 20:55 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: Fix redundant MOV and clarify stack arg comments
` [PATCH bpf-next 2/2] selftests/bpf: Use at least 10 args in stack argument tests

[PATCH RFC bpf-next 0/3] bpf: Fix LRU NMI/tracepoint re-entry deadlock
 2026-05-28 19:32 UTC  (7+ messages)
` [PATCH RFC bpf-next 1/3] bpf: Fix NMI/tracepoint re-entry deadlock on lru locks
` [PATCH RFC bpf-next 2/3] Documentation/bpf: Refresh map_lru_hash_update.dot for rqspinlock
` [PATCH RFC bpf-next 3/3] selftests/bpf: Stress LRU rqspinlock recovery paths

[RESEND][PATCH v2] unwind: Add sframe_(un)register() system calls
 2026-05-28 19:16 UTC 

[PATCH bpf-next v5 00/11] bpf: Introduce resizable hash map
 2026-05-28 18:42 UTC  (20+ messages)
` [PATCH bpf-next v5 01/11] rhashtable: Add rhashtable_next_key() API
` [PATCH bpf-next v5 02/11] rhashtable: Add selftest for rhashtable_next_key()
` [PATCH bpf-next v5 03/11] bpf: Implement resizable hashmap basic functions
` [PATCH bpf-next v5 04/11] bpf: Implement iteration ops for resizable hashtab
` [PATCH bpf-next v5 05/11] bpf: Allow special fields in "
` [PATCH bpf-next v5 06/11] bpf: Optimize word-sized keys for resizable hashtable
` [PATCH bpf-next v5 07/11] libbpf: Support "
` [PATCH bpf-next v5 08/11] selftests/bpf: Add basic tests for resizable hash map
` [PATCH bpf-next v5 09/11] selftests/bpf: Add BPF iterator "
` [PATCH bpf-next v5 10/11] bpftool: Add rhash map documentation
` [PATCH bpf-next v5 11/11] selftests/bpf: Add resizable hashmap to benchmarks

[PATCH 0/4] bootconfig: embed kernel.* cmdline at build time
 2026-05-28 16:14 UTC  (10+ messages)
` [PATCH 1/4] bootconfig: return 0 from xbc_snprint_cmdline() for a leaf root
` [PATCH 2/4] bootconfig: render embedded bootconfig as a kernel cmdline at build time
` [PATCH 3/4] bootconfig: add xbc_prepend_embedded_cmdline() helper
` [PATCH 4/4] x86/setup: prepend embedded bootconfig cmdline before parse_early_param

[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-05-28 15:18 UTC  (15+ messages)
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "

[PATCH bpf 0/1] bpf: reject overlarge global subprog argument sizes
 2026-05-28 15:17 UTC  (11+ messages)
` [PATCH bpf 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "
  ` [PATCH bpf-next v3] "

[PATCH bpf-next v2 0/3] bpf, arm64: Support stack arguments
 2026-05-28 14:29 UTC  (9+ messages)
` [PATCH bpf-next v2 1/3] bpf, arm64: Map BPF_REG_0 to x8 instead of x7
` [PATCH bpf-next v2 2/3] bpf, arm64: Add JIT support for stack arguments
` [PATCH bpf-next v2 3/3] selftests/bpf: Enable stack argument tests for arm64

[PATCH bpf-next] selftests/bpf: ignore call depth accounting for retbleed in verifier tests
 2026-05-28 13:27 UTC 

[PATCH RFC net-next 0/4] xdp: reuse generic skb XDP handling for veth
 2026-05-28 13:24 UTC  (4+ messages)

[PATCHv6 bpf-next 10/29] bpf: Add multi tracing attach types
 2026-05-28 13:13 UTC  (3+ messages)

[PATCHv6 bpf-next 13/29] bpf: Add support for tracing multi link
 2026-05-28 13:13 UTC  (3+ messages)

[PATCHv6 bpf-next 04/29] bpf: Use mutex lock pool for bpf trampolines
 2026-05-28 13:13 UTC  (3+ messages)

[PATCHv6 bpf-next 21/29] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
 2026-05-28 13:10 UTC  (3+ messages)

[PATCHv6 bpf-next 18/29] libbpf: Add bpf_link_create support for tracing_multi link
 2026-05-28 13:10 UTC  (3+ messages)

[PATCHv6 bpf-next 01/29] ftrace: Add ftrace_hash_count function
 2026-05-28 13:10 UTC  (3+ messages)

[PATCHv6 bpf-next 22/29] selftests/bpf: Add tracing multi skel/pattern/ids module attach tests
 2026-05-28 13:10 UTC  (3+ messages)

[PATCH bpf-next] x86/ftrace: relocate %rip-relative percpu refs in dynamic trampolines
 2026-05-28 13:03 UTC  (4+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-28 13:00 UTC  (8+ messages)
` [PATCHv4 11/13] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCHv4 12/13] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
` [PATCHv4 13/13] selftests/bpf: Add tests for forked/cloned optimized uprobes

[PATCH bpf-next 1/3] bpf: Add simple xattr support to bpffs
 2026-05-28 12:54 UTC  (4+ messages)

improve the kmem_cache_alloc_bulk API v2
 2026-05-28 10:12 UTC  (3+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

[PATCH bpf-next v4 03/11] bpf: Implement resizable hashmap basic functions
 2026-05-28  9:59 UTC  (3+ messages)

improve the kmem_cache_alloc_bulk API
 2026-05-28  9:16 UTC  (6+ messages)

[PATCH] mm/slab: improve kmem_cache_alloc_bulk
 2026-05-28  8:58 UTC  (2+ messages)

[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
 2026-05-28  8:27 UTC  (5+ messages)
  ` [RFC PATCH bpf-next v7 04/11] libbpf: introduce bpf_map__attach_struct_ops_opts()

[PATCH net-next v6 2/5] veth: implement Byte Queue Limits (BQL) for latency reduction
 2026-05-28  7:46 UTC  (4+ messages)
` [PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs

[PATCH] net: mvpp2: fix skb not reflecting XDP modifications on XDP_PASS
 2026-05-28  2:02 UTC  (2+ messages)

[PATCH net-next v2 0/6] bpf-timestamp: support rx side
 2026-05-28  0:50 UTC  (6+ messages)
` [PATCH net-next v2 5/6] bpf: enable bpf timestamping rx in TCP layer

[PATCH v3 bpf-next 00/11] bpf: Add SOCK_OPS hooks for TCP AutoLOWAT
 2026-05-28  0:49 UTC  (11+ messages)
` [PATCH v3 bpf-next 03/11] bpf: tcp: Support bpf_skb_load_bytes() for BPF_SOCK_OPS_RCVQ_CB

[PATCH bpf-next] bpf: Fix bpf_arena_handle_page_fault() redefinition without CONFIG_BPF_SYSCALL
 2026-05-27 21:00 UTC  (3+ messages)

[PATCH v16 00/20] unwind_deferred: Implement sframe handling
 2026-05-27 20:20 UTC  (5+ messages)
` [PATCH v16 02/20] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v16 03/20] unwind_user/sframe: Store .sframe section data in per-mm maple tree

[PATCH 6.12] x86/fgraph: Fix return_to_handler regs.rsp value
 2026-05-27 19:49 UTC  (2+ messages)

[PATCH 6.12] tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64
 2026-05-27 19:49 UTC  (2+ messages)

[PATCH v16 05/20] unwind_user/sframe: Add support for reading .sframe contents
 2026-05-27 19:49 UTC  (4+ messages)

[PATCH bpf-next] x86/ftrace: relocate %rip-relative percpu refs in dynamic trampolines
 2026-05-27 19:30 UTC  (2+ messages)

linux-next: build failure after merge of the bpf-next tree
 2026-05-27 19:27 UTC  (4+ messages)

[PATCH 1/2] bpf: cgroup: fix sysctl new value replacement
 2026-05-27 14:51 UTC  (2+ messages)

[PATCH net 1/1] bpf: sockmap: fix tail fragment offset in bpf_msg_push_data
 2026-05-27 14:47 UTC  (2+ messages)

[PATCH v4 3/3] libbpf: plumb btf_vmlinux_value_type_id and btf_fd in gen_loader
 2026-05-27 14:27 UTC  (3+ messages)

[PATCH v4 1/3] libbpf: load vmlinux BTF in gen_loader mode for struct_ops
 2026-05-27 14:17 UTC  (3+ messages)


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