BPF List
 help / color / mirror / Atom feed
 messages from 2025-04-18 16:38:42 to 2025-04-22 20:03:15 UTC [more...]

[PATCH bpf-next v3 0/2] bpf: Allow access to const void pointer arguments in tracing programs
 2025-04-22 20:03 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-04-22 19:57 UTC  (19+ messages)
` [PATCH 2/4] bpf: Add dmabuf iterator
` [PATCH 3/4] selftests/bpf: Add test for dmabuf_iter

[RFC PATCH bpf-next/net v1 00/13] BPF Standard Streams
 2025-04-22 19:12 UTC  (9+ messages)
` [RFC PATCH bpf-next/net v1 07/13] bpf: Introduce per-prog stdout/stderr streams
` [RFC PATCH bpf-next/net v1 13/13] selftests/bpf: Add tests for prog streams

[RFC PATCH bpf-next] libbpf: remove sample_period init in perf_buffer
 2025-04-22 19:05 UTC  (3+ messages)

pull-request: bpf-next 2025-04-17
 2025-04-22 18:49 UTC  (4+ messages)

[PATCH] selftests/bpf: Fix null pointer check in skb_pkt_end.c
 2025-04-22 18:23 UTC 

[PATCH v4 bpf-next 0/6] bpf: udp: Exactly-once socket iteration
 2025-04-22 18:03 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/6] bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
` [PATCH v4 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v4 bpf-next 3/6] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [PATCH v4 bpf-next 4/6] bpf: udp: Avoid socket skips and repeats during iteration
` [PATCH v4 bpf-next 5/6] selftests/bpf: Return socket cookies from sock_iter_batch progs
` [PATCH v4 bpf-next 6/6] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators

[PATCH net-next] xdp: create locked/unlocked instances of xdp redirect target setters
 2025-04-22 17:39 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] Eliminate IRQ Time from BPF Program Running Duration
 2025-04-22 17:28 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/2] Enhance BPF execution timing by excluding IRQ time
` [RFC PATCH bpf-next 2/2] Export irq_time_read for BPF module usage

[PATCH v4 net-next 00/15] AccECN protocol patch series
 2025-04-22 16:23 UTC  (9+ messages)
` [PATCH v4 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v4 net-next 10/15] tcp: accecn: AccECN option send control

[PATCH v5 net-next 00/15] AccECN protocol patch series
 2025-04-22 15:36 UTC  (16+ messages)
` [PATCH v5 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v5 net-next 02/15] tcp: fast path functions later
` [PATCH v5 net-next 03/15] tcp: AccECN core
` [PATCH v5 net-next 04/15] tcp: accecn: AccECN negotiation
` [PATCH v5 net-next 05/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v5 net-next 06/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v5 net-next 07/15] tcp: allow embedding leftover into option padding
` [PATCH v5 net-next 08/15] tcp: sack option handling improvements
` [PATCH v5 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v5 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v5 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v5 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v5 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v5 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v5 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

[PATCH bpf-next] bpf: Remove bpf_get_smp_processor_id_proto
 2025-04-22 14:37 UTC  (4+ messages)
  ` (no subject)
    ` 

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-04-22 14:01 UTC  (27+ messages)
` [PATCH perf/core 01/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCH perf/core 02/22] uprobes: Make copy_from_page global
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
` [PATCH perf/core 04/22] uprobes: Add uprobe_write function
` [PATCH perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCH perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCH perf/core 07/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCH perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCH perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCH perf/core 11/22] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCH perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCH perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCH perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCH perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCH perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCH perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCH perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCH perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCH 22/22] man2: Add uprobe syscall page

die__process: DW_TAG_compile_unit, DW_TAG_type_unit, DW_TAG_partial_unit or DW_TAG_skeleton_unit expected got INVALID (0x0) @ 115a4a9!
 2025-04-22 13:33 UTC 

[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
 2025-04-22 13:23 UTC  (18+ messages)
` [PATCH RFC bpf-next v2 01/17] trait: limited KV store for packet metadata
` [PATCH RFC bpf-next v2 02/17] xdp: Track if metadata is supported in xdp_frame <> xdp_buff conversions
` [PATCH RFC bpf-next v2 03/17] trait: XDP support
` [PATCH RFC bpf-next v2 04/17] trait: XDP selftest
` [PATCH RFC bpf-next v2 05/17] trait: XDP benchmark
` [PATCH RFC bpf-next v2 06/17] trait: Replace memcpy calls with inline copies
` [PATCH RFC bpf-next v2 07/17] trait: Replace memmove calls with inline move
` [PATCH RFC bpf-next v2 08/17] skb: Extension header in packet headroom
` [PATCH RFC bpf-next v2 09/17] trait: Store traits in sk_buff extension
` [PATCH RFC bpf-next v2 10/17] bnxt: Propagate trait presence to skb
` [PATCH RFC bpf-next v2 11/17] ice: "
` [PATCH RFC bpf-next v2 12/17] veth: "
` [PATCH RFC bpf-next v2 13/17] virtio_net: "
` [PATCH RFC bpf-next v2 14/17] mlx5: move xdp_buff scope one level up
` [PATCH RFC bpf-next v2 15/17] mlx5: Propagate trait presence to skb
` [PATCH RFC bpf-next v2 16/17] xdp generic: "
` [PATCH RFC bpf-next v2 17/17] trait: Allow socket filters to access traits

[syzbot] [net?] [bpf?] KASAN: slab-use-after-free Read in sk_psock_verdict_data_ready (3)
 2025-04-22 13:03 UTC  (2+ messages)

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-22 11:22 UTC  (3+ messages)

[PATCH stable] xdp: Reset bpf_redirect_info before running a xdp's BPF prog
 2025-04-22 10:43 UTC  (2+ messages)

[PATCH v2] xen-netfront: handle NULL returned by xdp_convert_buff_to_frame()
 2025-04-22  9:10 UTC  (2+ messages)

[PATCH net 0/3] ENETC bug fixes for bpf_xdp_adjust_head() and bpf_xdp_adjust_tail()
 2025-04-22  9:10 UTC  (4+ messages)
` [PATCH net 3/3] net: enetc: fix frame corruption on bpf_xdp_adjust_head/tail() and XDP_PASS

[PATCH v2] powerpc64/bpf: fix JIT code size calculation of bpf trampoline
 2025-04-22  8:30 UTC  (5+ messages)

[PATCH v3] powerpc/bpf: fix JIT code size calculation of bpf trampoline
 2025-04-22  8:26 UTC 

[RFC PATCH bpf-next 00/12] bpf: A fq example similar to the kernel sch_fq.c implementation
 2025-04-22  3:08 UTC  (24+ messages)
` [RFC PATCH bpf-next 01/12] bpf: Check KF_bpf_rbtree_add_impl for the "case KF_ARG_PTR_TO_RB_NODE"
` [RFC PATCH bpf-next 02/12] bpf: Simplify reg0 marking for the rbtree kfuncs that return a bpf_rb_node pointer
` [RFC PATCH bpf-next 03/12] bpf: Add bpf_rbtree_{root,left,right} kfunc
` [RFC PATCH bpf-next 04/12] selftests/bpf: Adjust failure message in the rbtree_fail test
` [RFC PATCH bpf-next 05/12] bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}
` [RFC PATCH bpf-next 06/12] selftests/bpf: Adjust test that does not allow refcounted node in rbtree_remove
` [RFC PATCH bpf-next 07/12] selftests/bpf: Add rbtree_search test
` [RFC PATCH bpf-next 08/12] bpf: Simplify reg0 marking for the list kfuncs that return a bpf_list_node pointer
` [RFC PATCH bpf-next 09/12] bpf: Add bpf_list_{front,back} kfunc
` [RFC PATCH bpf-next 10/12] selftests/bpf: Add test for bpf_list_{front,back}
` [RFC PATCH bpf-next 11/12] bpf: net: Add a qdisc kfunc to set sk_pacing_status
` [RFC PATCH bpf-next 12/12] selftests/bpf: A bpf fq implementation similar to the kernel sch_fq

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-22  2:38 UTC  (19+ messages)
` [PATCH v2 security-next 1/4] security: "

[PATCH bpf] bpf: Add namespace to BPF internal symbols
 2025-04-22  0:31 UTC 

[PATCH RESEND bpf-next v2] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-21 17:48 UTC  (6+ messages)
` RE:[PATCH RESEND bpf-next v3] "
  ` [PATCH "

[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-21 17:44 UTC 

[PATCH net-next v3 0/2] Refactoring designware VLAN code
 2025-04-21 16:52 UTC  (9+ messages)
` [PATCH net-next v3 1/2] net: stmmac: Refactor VLAN implementation

[PATCH net-next v4 0/2] Refactoring designware VLAN code
 2025-04-21 16:29 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net: stmmac: Refactor VLAN implementation
` [PATCH net-next v4 2/2] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping

[RFC bpf-next 00/13] bpf: Introduce modular verifier
 2025-04-21 16:13 UTC  (3+ messages)
` [RFC bpf-next 11/13] treewide: bpf: Export symbols used by verifier

[RFC][PATCH] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-04-21 14:53 UTC  (4+ messages)

[PATCH bpf-next v2 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-04-21 14:22 UTC  (13+ messages)
` [PATCH bpf-next v2 01/11] selftests/bpf: Fix caps for __xlated/jited_unpriv
` [PATCH bpf-next v2 02/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v2 03/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next v2 04/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next v2 05/11] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v2 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next v2 07/11] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next v2 08/11] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v2 09/11] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v2 10/11] bpf: Allow nospec-protected var-offset stack access
` [PATCH bpf-next v2 11/11] bpf: Fall back to nospec for sanitization-failures

[PATCH net v3] net: lwtunnel: disable BHs when required
 2025-04-21 13:44 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection
 2025-04-21  4:20 UTC  (2+ messages)

[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-21  3:03 UTC  (3+ messages)
` [PATCH v4 1/4] "

BUG: bpf test case fails to run on LoongArch
 2025-04-21  2:52 UTC 

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-21  2:14 UTC  (7+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-04-20 10:55 UTC  (5+ messages)
` [RFC bpf-next 1/4] bpf: Introduce new structs and struct fields
` [RFC bpf-next 2/4] bpftool/libbpf : Introduce bpf_prog_termination to trigger termination signal
` [RFC bpf-next 3/4] bpf: Generating a stubbed version of BPF program for termination
` [RFC bpf-next 4/4] bpf: Runtime part of fast-path termination approach

[PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-04-19  4:22 UTC  (3+ messages)

[PATCH v2 0/2] rename var for slice refill event and add helper
 2025-04-19  3:28 UTC  (2+ messages)

[PATCH net-next V5 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-18 20:08 UTC  (4+ messages)
` [PATCH net-next V5 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

pahole v1.30 and libbpf: Introduce kflag for type_tags and decl_tags in BTF
 2025-04-18 18:57 UTC 

[PATCH net-next 00/14][pull request] igc: Add support for Frame Preemption
 2025-04-18 16:38 UTC  (6+ messages)
` [PATCH net-next 10/14] igc: add support for frame preemption verification
` [PATCH net-next 11/14] igc: add support to set tx-min-frag-size
` [PATCH net-next 12/14] igc: block setting preemptible traffic class in taprio
` [PATCH net-next 13/14] igc: add support to get MAC Merge data via ethtool
` [PATCH net-next 14/14] igc: add support to get frame preemption statistics "


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