bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-22 02:49:34 to 2025-04-24 01:38:37 UTC [more...]

[PATCH v2 bpf 0/2] bpf: Fix softlock condition in BPF hashmap interation
 2025-04-24  1:38 UTC  (5+ messages)
` [PATCH v2 bpf 1/2] bpf: fix possible endless loop in BPF map iteration
` [PATCH v2 bpf 2/2] selftests/bpf: add test for softlock when modifying hashmap while iterating

(no subject)
 2025-04-24  0:59 UTC  (2+ messages)
` 

[PATCH net-next v4 0/3] Fix netdevim to correctly mark NAPI IDs
 2025-04-24  0:27 UTC  (3+ messages)
` [PATCH net-next v4 2/3] selftests: drv-net: Factor out ksft C helpers
` [PATCH net-next v4 3/3] selftests: drv-net: Test that NAPI ID is non-zero

[PATCH net-next v3 0/3] Fix netdevim to correctly mark NAPI IDs
 2025-04-24  0:25 UTC  (7+ messages)
` [PATCH net-next v3 2/3] selftests: drv-net: Factor out ksft C helpers
` [PATCH net-next v3 3/3] selftests: drv-net: Test that NAPI ID is non-zero

[PATCH] selftests/bpf: Set MACs during veth creation in tc_redirect
 2025-04-24  0:10 UTC  (2+ messages)

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

[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
 2025-04-23 23:45 UTC  (21+ 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

[PATCH bpf-next/net] bpf: net_sched: Fix using bpf qdisc as default qdisc
 2025-04-23 23:20 UTC  (2+ messages)

[RFC PATCH bpf-next 0/4] bpf: Implement mprog API on top of existing cgroup progs
 2025-04-23 23:20 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/4] cgroup: Add bpf prog revisions to struct cgroup_bpf
` [RFC PATCH bpf-next 2/4] bpf: Implement mprog API on top of existing cgroup progs

[PATCH bpf-next v2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
 2025-04-23 22:29 UTC  (3+ messages)

[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-23 22:23 UTC  (8+ messages)
` [PATCH v4 3/4] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v4 4/4] selftests: net: add a virtio_net deadlock selftest

[RFC][PATCH] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-04-23 21:27 UTC  (5+ messages)

[PATCH bpf-next v1 0/2] bpf: Fix panic in bpf_get_local_storage
 2025-04-23 21:07 UTC  (6+ messages)
` [PATCH bpf-next v1 1/2] bpf: Create cgroup storage if needed when updating link
  ` [PATCH bpf-next "

[PATCH v4 1/2] perf trace: Implement syscall summary in BPF
 2025-04-23 20:50 UTC  (6+ messages)

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

[BUG] ixgbe: Detected Tx Unit Hang (XDP)
 2025-04-23 18:39 UTC  (7+ messages)

[PATCH bpf-next v4 0/2] bpf: Allow access to const void pointer arguments in tracing programs
 2025-04-23 18:30 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add test to access const void pointer argument in tracing program

[PATCH bpf-next v4] bpf: streamline allowed helpers between tracing and base sets
 2025-04-23 18:10 UTC  (3+ messages)

[PATCH net] xsk: respect the offsets when copying frags
 2025-04-23 18:01 UTC  (4+ messages)

[PATCH] selftests/bpf: Fix null pointer check in skb_pkt_end.c
 2025-04-23 17:58 UTC  (3+ messages)
  ` [PATCH] selftests/bpf: Fix potential null pointer dereference "

pahole v1.30 and libbpf: Introduce kflag for type_tags and decl_tags in BTF
 2025-04-23 17:50 UTC  (2+ messages)

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-04-23 17:46 UTC  (33+ messages)
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
` [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 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 22/22] man2: Add uprobe syscall page

[PATCH bpf-next 1/1] bpf: use proper type to calculate bpf_raw_tp_null_args.mask index
 2025-04-23 17:30 UTC  (2+ messages)

(no subject)
 2025-04-23 17:30 UTC  (2+ messages)
` 

[PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-04-23 17:16 UTC  (8+ messages)
` [PATCH 2/4] bpf: Add dmabuf iterator

[PATCH bpf-next v3] bpf: Remove redundant checks
 2025-04-23 17:05 UTC  (4+ messages)

[PATCH bpf 0/2] bpf: Fix softlock condition in BPF hashmap interation
 2025-04-23 16:47 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: fix possible endless loop in BPF map iteration
` [PATCH bpf 2/2] selftests/bpf: add test for softlock when modifying hashmap while iterating

[PATCH bpf-next] libbpf: remove sample_period init in perf_buffer
 2025-04-23 16:39 UTC 

[RFC PATCH bpf-next] libbpf: remove sample_period init in perf_buffer
 2025-04-23 16:26 UTC  (5+ messages)

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-23 15:10 UTC  (13+ messages)
` [PATCH v2 security-next 1/4] security: "

[PATCH bpf-next] bpf: Allow XDP dev bounded program to perform XDP_REDIRECT into maps
 2025-04-23 15:09 UTC  (7+ messages)

[PATCH net] vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp
 2025-04-23 13:36 UTC 

[syzbot] [bpf?] BUG: soft lockup in hsr_announce (3)
 2025-04-23  7:51 UTC 

[PATCH net-next] xdp: create locked/unlocked instances of xdp redirect target setters
 2025-04-23  3:10 UTC  (4+ messages)

[PATCH] bpf, docs: iterator: Rectify non-standard line break
 2025-04-23  3:06 UTC 

BUG: bpf test case fails to run on LoongArch
 2025-04-23  1:49 UTC  (3+ messages)

[PATCH v5 bpf-next 0/3] libbpf: Fix event name too long error and add tests
 2025-04-23  0:20 UTC  (2+ messages)

[PATCH net v3] net: lwtunnel: disable BHs when required
 2025-04-22 23:59 UTC  (2+ messages)

[RFC PATCH bpf-next/net v1 00/13] BPF Standard Streams
 2025-04-22 22:10 UTC  (19+ messages)
` [RFC PATCH bpf-next/net v1 01/13] bpf: Tie dynptrs to referenced source objects
` [RFC PATCH bpf-next/net v1 07/13] bpf: Introduce per-prog stdout/stderr streams
` [RFC PATCH bpf-next/net v1 08/13] bpf: Add dump_stack() analogue to print to BPF stderr
` [RFC PATCH bpf-next/net v1 12/13] bpftool: Add support for dumping streams
` [RFC PATCH bpf-next/net v1 13/13] selftests/bpf: Add tests for prog streams

[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-22 21:40 UTC  (2+ messages)

[PATCH v4 bpf-next 0/6] bpf: udp: Exactly-once socket iteration
 2025-04-22 20:28 UTC  (9+ messages)
` [PATCH v4 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v4 bpf-next 4/6] bpf: udp: Avoid socket skips and repeats during iteration

[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] "

pull-request: bpf-next 2025-04-17
 2025-04-22 18:49 UTC  (4+ 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  (3+ messages)
` (no subject)
  ` 

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 

[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  (2+ messages)

[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  (12+ messages)
` [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}


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).