BPF List
 help / color / mirror / Atom feed
 messages from 2025-07-24 19:24:27 to 2025-07-28 09:50:07 UTC [more...]

[PATCH bpf-next v4 0/5] bpf: Improve 64bits bounds refinement
 2025-07-28  9:50 UTC 

[PATCH bpf-next v1 3/4] bpf: add bpf_icmp_send_unreach cgroup_skb kfunc
 2025-07-28  9:43 UTC  (12+ messages)
` [PATCH bpf-next v1 0/4] bpf: add icmp_send_unreach kfunc
  ` [PATCH bpf-next v2 1/4] net: move netfilter nf_reject_fill_skb_dst to core ipv4
  ` [PATCH bpf-next v2 2/4] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
  ` [PATCH bpf-next v2 3/4] bpf: add bpf_icmp_send_unreach cgroup_skb kfunc
      ` [PATCH bpf-next v3 0/4] bpf: add icmp_send_unreach kfunc
        ` [PATCH bpf-next v3 1/4] net: move netfilter nf_reject_fill_skb_dst to core ipv4
        ` [PATCH bpf-next v3 2/4] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
        ` [PATCH bpf-next v3 3/4] bpf: add bpf_icmp_send_unreach cgroup_skb kfunc
        ` [PATCH bpf-next v3 4/4] selftests/bpf: add icmp_send_unreach kfunc tests
  ` [PATCH bpf-next v2 "

[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
 2025-07-28  9:20 UTC  (9+ messages)
` [PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
        ` Inlining migrate_disable/enable. Was: "

[PATCH] net: otx2: handle NULL returned by xdp_convert_buff_to_frame()
 2025-07-28  8:38 UTC  (6+ messages)
` [EXTERNAL] "

[PATCH v2] mm, page_pool: introduce a new page type for page pool in page type
 2025-07-28  8:45 UTC  (3+ messages)
` [PATCH v2 rebase as of Jul 28] "

[PATCH v14 net-next 00/14] AccECN protocol patch series
 2025-07-28  8:21 UTC  (3+ messages)

[PATCH bpf-next 0/4] fprobe: use rhashtable for fprobe_ip_table
 2025-07-28  7:28 UTC  (6+ messages)
` [PATCH bpf-next 1/4] fprobe: use rhashtable
` [PATCH bpf-next 2/4] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH bpf-next 3/4] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH bpf-next 4/4] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH RFC bpf-next v2 0/4] fprobe: use rhashtable for fprobe_ip_table
 2025-07-28  7:22 UTC  (5+ messages)
` [PATCH RFC bpf-next v2 1/4] fprobe: use rhltable "
` [PATCH RFC bpf-next v2 2/4] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH RFC bpf-next v2 3/4] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH RFC bpf-next v2 4/4] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH v4 0/5] Support trampoline for LoongArch
 2025-07-28  2:42 UTC  (10+ messages)
` [PATCH v4 3/5] LoongArch: BPF: Add bpf_arch_xxxxx support for Loongarch
` [PATCH v4 4/5] LoongArch: BPF: Add bpf trampoline "

[PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
 2025-07-28  2:29 UTC  (5+ messages)

[PATCH bpf-next 1/4] bpf: Add cookie object to bpf maps
 2025-07-28  1:31 UTC  (5+ messages)
` [PATCH bpf-next 2/4] bpf: Move bpf map owner out of common struct
` [PATCH bpf-next 3/4] bpf: Move cgroup iterator helpers to bpf.h
` [PATCH bpf-next 4/4] bpf: Fix oob access in cgroup local storage

[PATCH bpf-next v2 0/4] bpf: Improve 64bits bounds refinement
 2025-07-27 22:01 UTC  (10+ messages)
` [PATCH bpf-next v2 3/4] selftests/bpf: Test cross-sign 64bits range refinement
` [PATCH bpf-next v2 4/4] selftests/bpf: Test invariants on JSLT crossing sign

[PATCH bpf-next v3 0/5] bpf: Improve 64bits bounds refinement
 2025-07-27 22:00 UTC  (8+ messages)
` [PATCH bpf-next v3 1/5] bpf: Improve bounds when s64 crosses sign boundary
` [PATCH bpf-next v3 2/5] selftests/bpf: Update reg_bound range refinement logic
` [PATCH bpf-next v3 3/5] selftests/bpf: Test cross-sign 64bits range refinement
` [PATCH bpf-next v3 4/5] selftests/bpf: Test invariants on JSLT crossing sign
` [PATCH bpf-next v3 5/5] bpf: Add third round of bounds deduction

[PATCH bpf-next] bpf: Simplify bounds refinement from s32
 2025-07-27 17:30 UTC  (7+ messages)

[PATCH] bpf: fix various typos in verifier.c comments
 2025-07-27  8:17 UTC 

[PATCH v6 0/3] Add support for long task name
 2025-07-26 23:37 UTC  (11+ messages)
` [PATCH v6 1/3] exec: Remove obsolete comments
` [PATCH v6 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v6 3/3] include: Set tsk->comm length to 64 bytes

[PATCH] Fix comment ordering
 2025-07-26 22:36 UTC  (3+ messages)

[PATCH] sfc: handle NULL returned by xdp_convert_buff_to_frame()
 2025-07-26 19:56 UTC  (5+ messages)

[PATCH v2] sfc: handle NULL returned by xdp_convert_buff_to_frame()
 2025-07-26 19:56 UTC 

[PATCH bpf-next v2 0/3] bpf: Private stack support for arm64 JIT
 2025-07-26 19:30 UTC  (2+ messages)

[PATCH bpf-next 0/1] bpf, arm64: fix fp initialization for exception boundary
 2025-07-26 19:30 UTC  (2+ messages)

[PATCH v4 0/2] Fix two tailcall-related issues
 2025-07-26 19:19 UTC  (4+ messages)
` [PATCH v4 1/2] LoongArch: BPF: Fix jump offset calculation in tailcall
` [PATCH v4 2/2] LoongArch: BPF: Fix tailcall hierarchy

[PATCH net-next] selftests: bpf: fix legacy netfilter options
 2025-07-26 19:10 UTC  (4+ messages)

[PATCH bpf-next 0/2] umd: Remove usermode driver framework
 2025-07-26 19:10 UTC  (2+ messages)

[PATCH net v3 0/2] xsk: fix negative overflow issues in zerocopy xmit
 2025-07-26 18:30 UTC  (2+ messages)

[PATCH 2/3] bpf: remove bpf_key reference
 2025-07-26 12:16 UTC  (3+ messages)

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-07-26  9:52 UTC  (6+ messages)

[PATCH v2] tools/rtla: Consolidate common parameters into shared structure
 2025-07-26  7:24 UTC 

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2025-07-26  5:53 UTC  (3+ messages)

[PATCH bpf-next 0/3] selftests/bpf: Fix a few dynptr test failures with 64K page size
 2025-07-26  1:41 UTC  (10+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Increase xdp data size for arm64 "
` [PATCH bpf-next 2/3] selftests/bpf: Fix test dynptr/test_dynptr_copy_xdp failure
` [PATCH bpf-next 3/3] selftests/bpf: Fix test dynptr/test_dynptr_memset_xdp_chunks failure

[PATCH v2] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
 2025-07-26  0:54 UTC  (2+ messages)

[PATCH v2 0/4] perf: generate events for BPF metadata
 2025-07-26  0:41 UTC  (6+ messages)
` [PATCH v2 4/4] perf: add test for PERF_RECORD_BPF_METADATA collection

[PATCH net-next 0/5] ixgbe: xsk: a couple of changes for zerocopy
 2025-07-26  0:22 UTC  (21+ messages)
` [PATCH net-next 1/5] ixgbe: xsk: remove budget from ixgbe_clean_xdp_tx_irq
` [PATCH net-next 2/5] ixgbe: xsk: resolve the underflow of budget in ixgbe_xmit_zc
` [PATCH net-next 3/5] ixgbe: xsk: use ixgbe_desc_unused as the "
` [PATCH net-next 4/5] ixgbe: xsk: support batched xsk Tx interfaces to increase performance
` [PATCH net-next 5/5] ixgbe: xsk: add TX multi-buffer support

[PATCH net-next] selftests: drv-net: Wait for bkg socat to start
 2025-07-26  0:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Use correct destructor kfunc types
 2025-07-25 23:42 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] bpf: crypto: Use the correct destructor kfunc type
` [PATCH bpf-next v2 2/4] bpf: net_sched: "
` [PATCH bpf-next v2 3/4] selftests/bpf: "
` [PATCH bpf-next v2 4/4] bpf, btf: Enforce destructor kfunc type with CFI

[PATCH v15 00/10] unwind_user: Deferred unwinding infrastructure
 2025-07-25 18:55 UTC  (11+ messages)
` [PATCH v15 01/10] unwind_user: Add user space unwinding API with frame pointer support
` [PATCH v15 02/10] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v15 03/10] unwind_user/deferred: Add unwind cache
` [PATCH v15 04/10] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v15 05/10] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v15 06/10] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v15 07/10] unwind deferred: Add unwind_completed mask to stop spurious callbacks
` [PATCH v15 08/10] unwind: Add USED bit to only have one conditional on way back to user space
` [PATCH v15 09/10] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v15 10/10] unwind: Finish up unwind when a task exits

[PATCH bpf-next 1/1] bpf: fix WARNING in __bpf_prog_ret0_warn when jit failed
 2025-07-25 17:55 UTC  (4+ messages)

[PATCH bpf-next 0/4] Use correct destructor kfunc types
 2025-07-25 17:48 UTC  (11+ messages)
` [PATCH bpf-next 1/4] bpf: crypto: Use the correct destructor kfunc type
` [PATCH bpf-next 2/4] bpf: net_sched: "
` [PATCH bpf-next 3/4] selftests/bpf: "
` [PATCH bpf-next 4/4] bpf, btf: Enforce destructor kfunc type with CFI

[PATCH v2 0/2] seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fast
 2025-07-25 16:31 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/seccomp: Add a test for the WAIT_KILLABLE_RECV fast reply race

[PATCH bpf-next v4 0/8] Add a dynptr type for skb metadata for TC BPF
 2025-07-25 14:34 UTC  (8+ messages)
` [PATCH bpf-next v4 2/8] bpf: Enable read/write access to skb metadata through a dynptr

[PATCH bpf] libbpf: eBPF fails on events with auxiliary data
 2025-07-25 14:06 UTC  (2+ messages)

[PATCH v1] tools/rtla: Consolidate common parameters into shared structure
 2025-07-25 12:02 UTC  (2+ messages)

[PATCH] net: skmsg: fix NULL pointer dereference in sk_msg_recvmsg()
 2025-07-25 11:55 UTC  (3+ messages)

[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-07-25 10:16 UTC  (8+ messages)
` [PATCH PATCH v2 v3 1/6] perf/core: Make perf_event_aux_pause() as external function
` [PATCH PATCH v2 v3 2/6] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH PATCH v2 v3 3/6] perf: auxtrace: Control AUX pause and resume with BPF
` [PATCH PATCH v2 v3 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume
` [PATCH PATCH v2 v3 5/6] perf record: Support AUX pause and resume with BPF
` [PATCH PATCH v2 v3 6/6] perf docs: Document "

[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-25 10:13 UTC  (5+ messages)
` [PATCHv6 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes

[PATCH RESEND v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-07-25 10:08 UTC  (7+ messages)
` [PATCH RESEND v3 1/6] perf/core: Make perf_event_aux_pause() as external function
` [PATCH RESEND v3 2/6] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH RESEND v3 3/6] perf: auxtrace: Control AUX pause and resume with BPF
` [PATCH RESEND v3 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume
` [PATCH RESEND v3 5/6] perf record: Support AUX pause and resume with BPF
` [PATCH RESEND v3 6/6] perf docs: Document "

[PATCH v13 0/4] support large align and nid in Rust allocators
 2025-07-25 10:00 UTC  (7+ messages)
` [PATCH v13 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH] sfc: siena: handle NULL returned by xdp_convert_buff_to_frame()
 2025-07-25  9:39 UTC  (3+ messages)

[PATCH] mm, page_pool: introduce a new page type for page pool in page type
 2025-07-25  6:50 UTC  (6+ messages)

pull-request: bpf-next 2025-07-24
 2025-07-25  1:10 UTC  (2+ messages)

[PATCH v3 0/2] Fix two tailcall-related issues
 2025-07-25  0:28 UTC  (3+ messages)
` [PATCH v3 1/2] LoongArch: BPF: Fix jump offset calculation in tailcall
` [PATCH v3 2/2] LoongArch: BPF: Fix tailcall hierarchy

[PATCH] selftests/bpf: Install test modules into $INSTALL_PATH
 2025-07-24 22:09 UTC 

[RFC dwarves] btf_encoder: Remove duplicates from functions entries
 2025-07-24 21:26 UTC  (9+ messages)

[PATCH v2 6.1] net: add netdev_lockdep_set_classes() to virtual drivers
 2025-07-24 20:05 UTC 


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