BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-17 11:45:16 to 2026-05-18 15:47:04 UTC [more...]

[PATCH v5 00/14] perf build: Reduce build time by nearly half
 2026-05-18 15:46 UTC  (25+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/14] tools build: Fix feature checks to touch target files on success
  ` [PATCH v6 02/14] perf trace beauty: Make beauty generated C code standalone .o files
  ` [PATCH v6 03/14] perf build: Decouple pmu-events from prepare umbrella target
  ` [PATCH v6 04/14] perf build: Remove empty archheaders target
  ` [PATCH v6 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
  ` [PATCH v6 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
  ` [PATCH v6 07/14] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
  ` [PATCH v6 08/14] perf build: Move libsymbol dependency out of prepare step
  ` [PATCH v6 09/14] perf build: Remove redundant libbpf feature check for static builds
  ` [PATCH v6 10/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
  ` [PATCH v6 11/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
  ` [PATCH v6 12/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
  ` [PATCH v6 13/14] perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
  ` [PATCH v6 14/14] perf build: Convert llvm-config shell queries to simply expanded variables
  ` [PATCH v7 00/14] perf build: Reduce build time by nearly half
    ` [PATCH v7 01/14] tools build: Fix feature checks to touch target files on success
    ` [PATCH v7 02/14] perf trace beauty: Make beauty generated C code standalone .o files
    ` [PATCH v7 03/14] perf build: Decouple pmu-events from prepare umbrella target
    ` [PATCH v7 04/14] perf build: Remove empty archheaders target
    ` [PATCH v7 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
    ` [PATCH v7 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
    ` [PATCH v7 07/14] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
    ` [PATCH v7 08/14] perf build: Move libsymbol dependency out of prepare step

[PATCH bpf-next 0/5] bpf: Follow-up fixes for BPF syscall common attributes
 2026-05-18 15:40 UTC  (7+ messages)
` [PATCH bpf-next 1/5] bpf: Check tail zero of bpf_common_attr using offsetofend
` [PATCH bpf-next 2/5] bpf: Fix concurrent regression in map_create()
` [PATCH bpf-next 3/5] libbpf: Add OPTS_VALID() for log_opts in bpf_map_create
` [PATCH bpf-next 4/5] selftests/bpf: Use -1 as token_fd in map create failure test
` [PATCH bpf-next 5/5] selftests/bpf: Add test to verify checking padding bytes for BPF syscall common attributes

[PATCH net-next 0/6] bpf-timetamp: support rx side
 2026-05-18 15:34 UTC  (14+ messages)
` [PATCH net-next 1/6] bpf: Add bpf_ktime_get_real_ns() kfunc
` [PATCH net-next 2/6] net: export sock_disable_timestamp() declaration
` [PATCH net-next 3/6] bpf: support bpf_setsockopt for bpf timestamping rx feature
` [PATCH net-next 4/6] bpf: add BPF_SOCK_OPS_TSTAMP_RCV_CB callback
` [PATCH net-next 5/6] bpf: enable bpf timestamping rx in TCP layer
` [PATCH net-next 6/6] selftests/bpf: Add RX latency tests for bpf timestamping

[PATCH v14 18/19] unwind_user/sframe/x86: Enable sframe unwinding on x86
 2026-05-18 15:33 UTC  (3+ messages)

[PATCH v14 11/19] unwind_user/sframe: Show file name in debug output
 2026-05-18 15:27 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
 2026-05-18 15:23 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Make btf_get_module_btf() and btf_relocate_id() non-static
` [PATCH bpf-next v2 2/3] tracing: Expose tracepoint BTF ids via tracefs
` [PATCH bpf-next v2 3/3] selftests/bpf: Add test for tracepoint btf_ids tracefs file

[PATCH v14 03/19] unwind_user/sframe: Store .sframe section data in per-mm maple tree
 2026-05-18 15:22 UTC  (3+ messages)

[PATCH v14 14/19] unwind_user: Flexible FP/RA recovery rules
 2026-05-18 15:08 UTC  (3+ messages)

[PATCH v14 13/19] unwind_user: Enable archs that pass RA in a register
 2026-05-18 14:57 UTC  (3+ messages)

[PATCH net v5 0/2] bpf, skmsg: fix verdict sk_data_ready racing with ktls rx
 2026-05-18 14:57 UTC  (5+ messages)
` [PATCH net v5 1/2] "
` [PATCH net v5 2/2] selftests/bpf: add regression test for ktls+sockmap verdict UAF

[PATCH net 0/4] xsk: fix meta and publish of cq issues
 2026-05-18 14:54 UTC  (9+ messages)
` [PATCH net 3/4] xsk: drain continuation descs after overflow in xsk_build_skb()

[PATCH bpf-next v6 0/4] bpf: add icmp_send kfunc
 2026-05-18 14:39 UTC  (17+ messages)
` [PATCH bpf-next v6 1/6] net: move netfilter nf_reject_fill_skb_dst to core ipv4
` [PATCH bpf-next v6 2/6] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
` [PATCH bpf-next v6 3/6] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v6 4/6] selftests/bpf: add bpf_icmp_send kfunc tests
` [PATCH bpf-next v6 5/6] selftests/bpf: add bpf_icmp_send kfunc IPv6 tests
` [PATCH bpf-next v6 6/6] selftests/bpf: add bpf_icmp_send recursion test

[PATCH v3] tracing/probes: Allow use of BTF names to dereference pointers
 2026-05-18 14:34 UTC  (2+ messages)

[PATCH] xsk: switch xdp_build_skb_from_zc() to napi_alloc_skb()
 2026-05-18 13:59 UTC  (5+ messages)

[PATCH v3] killswitch: add per-function short-circuit mitigation primitive
 2026-05-18 13:33 UTC  (6+ messages)

[PATCH v2] tracing/probes: Allow use of BTF names to dereference pointers
 2026-05-18 13:28 UTC  (5+ messages)

[PATCH net-next v9 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
 2026-05-18 13:17 UTC  (3+ messages)

[PATCHv2 00/11] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-18 12:50 UTC  (22+ messages)
` [PATCHv2 01/11] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv2 02/11] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv2 03/11] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv2 04/11] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv2 05/11] libbpf: Detect uprobe syscall with new error
` [PATCHv2 06/11] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv2 07/11] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCHv2 08/11] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCHv2 09/11] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCHv2 10/11] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
` [PATCHv2 11/11] selftests/bpf: Add tests for forked/cloned optimized uprobes

[PATCH bpf-next v5 1/4] bpf: add bpf_icmp_send kfunc
 2026-05-18 12:11 UTC  (3+ messages)

[PATCH net-next v2 0/7] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
 2026-05-18 12:00 UTC  (6+ messages)
` [PATCH net-next v2 1/7] af_iucv: take socket lock around SO_MSGSIZE getsockopt
` [PATCH net-next v2 2/7] af_iucv: convert to getsockopt_iter

[PATCH iwl-net] ixgbe: do not configure xps for XDP queues
 2026-05-18 11:15 UTC 

[PATCH v4 0/5] powerpc/bpf: Add support for verifier selftest
 2026-05-18 11:44 UTC  (18+ messages)
` [PATCH v4 1/5] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v4 2/5] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v4 3/5] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v4 4/5] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v4 5/5] selftest/bpf: Add tailcall "

[PATCH bpf] selftests/bpf: Reject unsupported -k option in vmtest.sh
 2026-05-18 11:30 UTC  (2+ messages)

[PATCH] Revert "mm: introduce a new page type for page pool in page type"
 2026-05-18 11:00 UTC  (4+ messages)

[PATCH bpf-next v5 3/4] selftests/bpf: add bpf_icmp_send kfunc IPv6 tests
 2026-05-18 10:49 UTC  (3+ messages)

[PATCH bpf-next v5 4/4] selftests/bpf: add bpf_icmp_send recursion test
 2026-05-18 10:48 UTC  (3+ messages)

[PATCH 0/7] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-18 10:43 UTC  (9+ messages)
` [PATCH 1/7] uprobes/x86: Move optimized uprobe from nop5 to nop10

[PATCH net v2] net: Clear skb metadata in LWT BPF xmit
 2026-05-18 10:00 UTC  (2+ messages)

[PATCH v2 0/6] tools/build: Allow versioning of all LLVM tools
 2026-05-18  9:47 UTC  (9+ messages)
` [PATCH v2 1/6] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v2 2/6] tools/build: Indent if else blocks
` [PATCH v2 3/6] selftests: Remove unused LLD variable
` [PATCH v2 4/6] tools/build: Allow versioning LLVM readelf
` [PATCH v2 5/6] tools/build: selftests: Allow versioning LLVM lld
` [PATCH v2 6/6] tools/build: selftests: Remove some duplicate toolchain definitions

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-05-18  9:33 UTC  (8+ messages)

[PATCH net v3 5/5] selftests/xsk: drain CQ to wait for TX completion
 2026-05-18  9:19 UTC  (3+ messages)

[PATCH net v3 3/5] xsk: drain continuation descs after overflow in xsk_build_skb()
 2026-05-18  9:09 UTC  (3+ messages)

[PATCH net v3 1/5] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
 2026-05-18  9:06 UTC  (3+ messages)

[PATCH 0/6] tools/build: Allow versioning of all LLVM tools
 2026-05-18  9:05 UTC  (4+ messages)
` [PATCH 5/6] tools/build: selftests: Allow versioning LLVM lld

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-18  8:06 UTC  (11+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask

[PATCH 7/7] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
 2026-05-18  7:30 UTC  (3+ messages)

[PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3
 2026-05-18  6:52 UTC  (5+ messages)

[PATCH v3 00/17] perf build: Reduce build time by nearly half
 2026-05-18  6:12 UTC  (8+ messages)
` [PATCH v4 00/14] "
  ` [PATCH v4 11/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py

[PATCH] libbpf: fix UAF in strset__add_str()
 2026-05-18  5:31 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH bpf-next 0/2] bpf: Align syscall writeback behavior with user-declared size
 2026-05-18  5:07 UTC  (3+ messages)

[PATCH bpf-next v3 00/10] bpf: Introduce resizable hash map
 2026-05-18  4:56 UTC  (3+ messages)
` [PATCH bpf-next v3 02/10] rhashtable: Add rhashtable_walk_enter_from()

[syzbot] Monthly bpf report (May 2026)
 2026-05-18  4:32 UTC 

[PATCH bpf-next v4 01/11] rhashtable: Add rhashtable_next_key() API
 2026-05-18  3:34 UTC  (3+ messages)

[PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
 2026-05-18  3:02 UTC  (8+ messages)

[PATCH v5 10/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
 2026-05-18  2:50 UTC  (5+ messages)

[PATCH v1 bpf-next 0/8] bpf: Add SOCK_OPS hooks for TCP AutoLOWAT
 2026-05-17 23:28 UTC  (4+ messages)
` [PATCH v1 bpf-next 5/8] bpf: tcp: Add kfunc to adjust sk->sk_rcvlowat

[PATCH bpf-next 1/2] bpf,x86: Fix exception unwinding with outgoing stack arguments
 2026-05-17 21:00 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add exception tests with "

[PATCH bpf v2 0/2] Fix bpf_throw() <> global subprogs interaction
 2026-05-17 18:30 UTC  (2+ messages)

[PATCH v3 0/5] powerpc/bpf: Add support for verifier selftest
 2026-05-17 17:45 UTC  (4+ messages)
` [PATCH v3 1/5] powerpc/bpf: fix alignment of long branch trampoline address

[PATCH bpf-next v3 0/7] bpf: Follow-up fixes for stack argument support
 2026-05-17 15:11 UTC  (6+ messages)
` [PATCH bpf-next v3 6/7] bpf,x86: Fix exception unwinding with outgoing stack arguments

[PATCH V2 1/2] tools/lib/bpf/libbpf: Prioritize module kfuncs over vmlinux kfuncs
 2026-05-17 14:59 UTC  (6+ messages)

[PATCH v2] bpf, sockmap: keep sk_msg copy state in sync
 2026-05-17 12:50 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