BPF List
 help / color / mirror / Atom feed
 messages from 2025-06-26 16:31:12 to 2025-06-30 18:37:01 UTC [more...]

[PATCH v2 dwarves 2/2] github CI: Add comparison of generated BTF functions between baseline, change
 2025-06-30 18:36 UTC 

[PATCH v3 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-06-30 18:34 UTC  (16+ messages)
` [PATCH v3 bpf-next 01/12] bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
` [PATCH v3 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v3 bpf-next 03/12] bpf: tcp: Get rid of st_bucket_done
` [PATCH v3 bpf-next 04/12] bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
` [PATCH v3 bpf-next 05/12] bpf: tcp: Avoid socket skips and repeats during iteration
` [PATCH v3 bpf-next 06/12] selftests/bpf: Add tests for bucket resume logic in listening sockets
` [PATCH v3 bpf-next 07/12] selftests/bpf: Allow for iteration over multiple ports
` [PATCH v3 bpf-next 08/12] selftests/bpf: Allow for iteration over multiple states
` [PATCH v3 bpf-next 09/12] selftests/bpf: Make ehash buckets configurable in socket iterator tests
` [PATCH v3 bpf-next 10/12] selftests/bpf: Create established sockets "
` [PATCH v3 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [PATCH v3 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets

[PATCH v9 net-next 00/15] AccECN protocol patch series
 2025-06-30 18:07 UTC  (6+ messages)
` [PATCH v9 net-next 09/15] tcp: accecn: AccECN option

[PATCH net-next v3 0/3] selftest: net: Add selftest for netpoll
 2025-06-30 17:53 UTC  (9+ messages)
` [PATCH net-next v3 1/3] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v3 2/3] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v3 3/3] selftests: net: add netpoll basic functionality test

[PATCH dwarves v2] dwarf_loader: Fix skipped encoding of function BTF on 32-bit systems
 2025-06-30 17:32 UTC  (6+ messages)
` [PATCH dwarves v3] "

[PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-30 17:30 UTC  (12+ messages)
` [PATCH v11 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v11 14/14] unwind_user/x86: Enable compat mode frame pointer unwinding on x86

[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-06-30 16:33 UTC  (7+ messages)
` [PATCH v3 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH v3 2/5] asm-generic: barrier: Handle spin-wait in smp_cond_load_relaxed_timewait()
` [PATCH v3 3/5] asm-generic: barrier: Add smp_cond_load_acquire_timewait()
` [PATCH v3 4/5] arm64: barrier: Support waiting in smp_cond_load_relaxed_timewait()
` [PATCH v3 5/5] arm64: barrier: Handle "

[PATCH bpf-next v5 0/3] Task local data
 2025-06-30 16:42 UTC  (6+ messages)
` [PATCH bpf-next v5 1/3] selftests/bpf: Introduce task "
` [PATCH bpf-next v5 2/3] selftests/bpf: Test basic task local data operations
` [PATCH bpf-next v5 3/3] selftests/bpf: Test concurrent task local data key creation

[PATCH bpf-next 00/13] Extend skb dynptr for metadata access from TC
 2025-06-30 16:27 UTC  (16+ messages)
` [PATCH bpf-next 01/13] bpf: Ignore dynptr offset in skb data access
` [PATCH bpf-next 02/13] bpf: Helpers for skb dynptr read/write/slice
` [PATCH bpf-next 03/13] bpf: Add new variant of skb dynptr for the metadata area
` [PATCH bpf-next 04/13] bpf: Enable read access to skb metadata with bpf_dynptr_read
` [PATCH bpf-next 05/13] bpf: Enable write access to skb metadata with bpf_dynptr_write
` [PATCH bpf-next 06/13] bpf: Enable read-write access to skb metadata with dynptr slice
` [PATCH bpf-next 07/13] net: Clear skb metadata on handover from device to protocol
` [PATCH bpf-next 08/13] selftests/bpf: Pass just bpf_map to xdp_context_test helper
` [PATCH bpf-next 09/13] selftests/bpf: Parametrize test_xdp_context_tuntap
` [PATCH bpf-next 10/13] selftests/bpf: Cover read access to skb metadata via dynptr
` [PATCH bpf-next 11/13] selftests/bpf: Cover write "
` [PATCH bpf-next 12/13] selftests/bpf: Cover lack of access to skb metadata at ip layer
` [PATCH bpf-next 13/13] selftests/bpf: Count successful bpf program runs

[PATCH bpf-next] selftests/bpf: enable dynptr/test_probe_read_user_str_dynptr
 2025-06-30 15:38 UTC  (2+ messages)

[PATCH net-next v4 0/2] net: xsk: update tx queue consumer
 2025-06-30 15:23 UTC  (7+ messages)
` [PATCH net-next v4 1/2] net: xsk: update tx queue consumer immediately after transmission
` [PATCH net-next v4 2/2] selftests/bpf: check if the global consumer updates in time

[PATCH net v3 0/2] virtio-net: xsk: rx: fix the frame's length check
 2025-06-30 15:13 UTC  (3+ messages)
` [PATCH net v3 1/2] "
` [PATCH net v3 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()

[PATCH net v2 0/3] virtio-net: fixes for mergeable XDP receive path
 2025-06-30 14:42 UTC  (4+ messages)
` [PATCH net v2 1/3] virtio-net: ensure the received length does not exceed allocated size
` [PATCH net v2 2/3] virtio-net: remove redundant truesize check with PAGE_SIZE
` [PATCH net v2 3/3] virtio-net: use the check_mergeable_len helper

[PATCHv3 0/9] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-06-30 13:45 UTC  (7+ messages)
` [PATCHv3 5/9] kexec: Introduce kexec_pe_image to parse and load PE file
` [PATCHv3 8/9] kexec: Integrate bpf light skeleton to load zboot image

[PATCH bpf] selftests/bpf: Re-add kfunc declarations to qdisc tests
 2025-06-30 13:35 UTC 

[PATCH] bpf: Call cond_resched() to avoid soft lockup in trie_free()
 2025-06-30 13:28 UTC  (11+ messages)

[RFC bpf-next v2 0/4] bpf: Fast-Path approach for BPF program
 2025-06-30 13:03 UTC  (6+ messages)
` [RFC bpf-next v2 2/4] bpf: Generating a stubbed version of BPF program for termination
` [RFC bpf-next v2 3/4] bpf: Runtime part of fast-path termination approach

[PATCH][next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"
 2025-06-30 12:55 UTC 

[PATCH net-next v6] net: xsk: introduce XDP_MAX_TX_BUDGET set/getsockopt
 2025-06-30 12:38 UTC  (7+ messages)

[PATCH net-next] Documentation: xsk: correct the obsolete references and examples
 2025-06-30 11:50 UTC  (3+ messages)

[PATCH v4 0/3] Add support for long task name
 2025-06-30  7:58 UTC  (7+ messages)
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'

[PATCH bpf-next v2 0/3] bpf: Fix and test aux usage after do_check_insn()
 2025-06-30  1:05 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Update env->prev_insn_idx "
` [PATCH bpf-next v2 2/3] bpf: Fix aux usage "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add Spectre v4 tests

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-06-29 23:34 UTC  (10+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v7 7/7] netmem: introduce a netmem API, virt_to_head_netmem()

[PATCH net v2 0/2] virtio-net: xsk: rx: fix the frame's length check
 2025-06-29  5:31 UTC  (4+ messages)
` [PATCH net v2 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()

[PATCH bpf-next 0/3] bpf: Fix and test aux usage after do_check_insn()
 2025-06-28 12:59 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Update env->prev_insn_idx "
` [PATCH bpf-next 2/3] bpf: Fix aux usage "
` [PATCH bpf-next 3/3] selftests/bpf: Add Spectre v4 tests

[PATCH bpf-next] bpf: Warn on internal verifier errors
 2025-06-28  9:07 UTC 

[PATCH bpf-next v1] selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access tests
 2025-06-28  2:50 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: improve error messages in veristat
 2025-06-28  2:00 UTC  (5+ messages)

[PATCH v2 bpf-next] selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattr
 2025-06-27 23:19 UTC  (10+ messages)

[PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-06-27 23:11 UTC  (7+ messages)
` [PATCH v4 06/19] perf capstone: Support for dlopen-ing libcapstone.so

[PATCH net-next] net: mana: Handle Reset Request from MANA NIC
 2025-06-27 20:26 UTC 

[PATCH bpf-next v1] bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSM
 2025-06-27 19:20 UTC  (2+ messages)

[BUG][BPF] Kernel Bug Triggered when Ebpf Verifier Check Fails
 2025-06-27 18:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattr
 2025-06-27 16:58 UTC 

[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
 2025-06-27 16:20 UTC  (7+ messages)

[PATCH v6 00/12] unwind_deferred: Implement sframe handling
 2025-06-27 16:19 UTC  (3+ messages)
` [PATCH v6 07/12] unwind_user/sframe: Wire up unwind_user to sframe

[PATCH bpf-next] bpf: Fix string kfuncs names in doc comments
 2025-06-27 15:50 UTC  (2+ messages)

[PATCH net-next v2 0/4] selftest: net: Add selftest for netpoll
 2025-06-27 15:18 UTC  (6+ messages)
` [PATCH net-next v2 4/4] selftests: net: add netpoll basic functionality test

[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-06-27 12:39 UTC  (10+ messages)
` [PATCHv3 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv3 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines

[PATCH] bpftool: Add CET-aware symbol matching for x86_64 architectures
 2025-06-27 11:08 UTC  (3+ messages)
` [PATCH v3] "

[RFC bpf-next 0/9] BPF indirect jumps
 2025-06-27 10:18 UTC  (5+ messages)
` [RFC bpf-next 8/9] libbpf: support llvm-generated "

[PATCH 5.15] bpf, sockmap: Fix skb refcnt race after locking changes
 2025-06-27  9:03 UTC 

[PATCH bpf-next v6 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-06-27  8:22 UTC  (3+ messages)
` [PATCH bpf-next v6 2/3] bpf: Add show_fdinfo for uprobe_multi
` [PATCH bpf-next v6 3/3] bpf: Add show_fdinfo for kprobe_multi

linux-next: build warning after merge of the bpf-next tree
 2025-06-27  8:22 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the vfs-brauner tree
 2025-06-27  7:50 UTC  (3+ messages)

[PATCH net 0/4] virtio-net: fixes for mergeable XDP receive path
 2025-06-27  2:43 UTC  (9+ messages)
` [PATCH net 1/4] virtio-net: ensure the received length does not exceed allocated size
` [PATCH net 3/4] virtio-net: create a helper to check received mergeable buffer's length

[PATCH v11 00/11] perf: Support the deferred unwinding infrastructure
 2025-06-25 23:15 UTC  (3+ messages)
` [PATCH v11 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v11 11/11] perf tools: Merge deferred user callchains

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-27  0:21 UTC  (3+ messages)

pull-request: bpf-next 2025-06-27
 2025-06-27  0:20 UTC  (2+ messages)

[PATCH] llist: add [READ|WRITE]_ONCE tags for llist_node
 2025-06-27  0:15 UTC  (3+ messages)

[PATCH 0/6] mm: Reentrant kmalloc
 2025-06-26 20:03 UTC  (6+ messages)
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
    ` SLAB_NO_CMPXCHG was:: "

[PATCH bpf-next] bpf: Fix unwarranted warning on speculative path
 2025-06-26 18:41 UTC  (4+ messages)
` [RFC PATCH 1/3] bpf: Fix aux usage after do_check_insn()

[PATCH bpf-next v5 0/3] Support array presets in veristat
 2025-06-26 18:00 UTC  (5+ messages)
` [PATCH bpf-next v5 2/3] selftests/bpf: support "

[PATCH v2] perf trace: Split BPF skel code to util/bpf_trace_augment.c
 2025-06-26 17:41 UTC  (2+ messages)

[PATCH] perf test: Change all remaining #!/bin/sh to #!/bin/bash
 2025-06-26 17:41 UTC  (2+ messages)

[PATCH v1 0/4] Pipe mode header dumping and minor space saving
 2025-06-26 17:41 UTC  (2+ messages)

[PATCH 0/4] hfs/hfsplus: add uncached buffer io support
 2025-06-26 17:30 UTC  (5+ messages)
` [PATCH 1/4] block: Add struct kiocb pointer to block_write_begin()
` [PATCH 2/4] fs/buffer: parse IOCB_DONTCACHE flag in block_write_begin()
` [PATCH 3/4] hfsplus: enable uncached buffer io support
` [PATCH 4/4] hfs: "

[PATCH bpf-next v8 0/4] bpf: Add kfuncs for read-only string operations
 2025-06-26 16: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