BPF List
 help / color / mirror / Atom feed
 messages from 2025-04-24 11:03:12 to 2025-04-26 12:37:48 UTC [more...]

[RFC][PATCH 0/2] Add is_user_thread() and is_kernel_thread() helper functions
 2025-04-26 12:37 UTC  (11+ messages)
` [RFC][PATCH 1/2] kthread: "
` [RFC][PATCH 2/2] treewide: Have the task->flags & PF_KTHREAD check use the "

[PATCH bpf-next v2 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
 2025-04-26 10:54 UTC  (2+ messages)

[PATCH bpf-next v1 0/4] bpf: compute SCC for BPF program control flow graph
 2025-04-26 10:46 UTC  (5+ messages)
` [PATCH bpf-next v1 1/4] bpf: compute SCCs in "
` [PATCH bpf-next v1 2/4] bpf: frame_insn_idx() utility function
` [PATCH bpf-next v1 3/4] bpf: use SCC info instead of loop_entry
` [PATCH bpf-next v1 4/4] selftests/bpf: tests with a loop state missing read/precision mark

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-26  9:14 UTC  (16+ messages)
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 03/13] media: pci: cx18-av-vbi: "
` [PATCH v4 04/13] media: saa7115: "

[RFC PATCH net-next] virtio-net: support zerocopy multi buffer XDP in mergeable
 2025-04-26  8:33 UTC  (2+ messages)

[PATCH net-next v2 0/2] xsk: respect the offsets when copying frags
 2025-04-26  8:12 UTC  (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] xsk: convert xdp_copy_frags_from_zc() to use page_pool_dev_alloc()

[PATCH net-next V7 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-26  5:40 UTC  (4+ messages)
` [PATCH net-next V7 1/2] net: sched: generalize check for no-queue qdisc on TX queue
` [PATCH net-next V7 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[GIT PULL] BPF fixes for 6.15-rc4
 2025-04-26  0:59 UTC  (2+ messages)

[PATCH v5 net-next 00/15] AccECN protocol patch series
 2025-04-26  0:32 UTC  (3+ messages)

[PATCH 0/3] selftests/bpf: Fix a few issues in arena_spin_lock
 2025-04-26  0:32 UTC  (15+ messages)
` [PATCH 1/3] selftests/bpf: Fix arena_spin_lock.c build dependency
` [PATCH 2/3] selftests/bpf: Fix arena_spin_lock on systems with less than 16 CPUs
` [PATCH 3/3] selftests/bpf: Fix endianness issue in __qspinlock declaration

[PATCH net] vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp
 2025-04-26  0:30 UTC  (3+ messages)

[PATCH net] xsk: respect the offsets when copying frags
 2025-04-26  0:23 UTC  (6+ messages)

[PATCH bpf] selftests/bpf: Correct typo in __clang_major__ macro
 2025-04-26  0:10 UTC  (2+ messages)

[RFC PATCH bpf-next 00/12] bpf: A fq example similar to the kernel sch_fq.c implementation
 2025-04-25 23:50 UTC  (7+ messages)
` [RFC PATCH bpf-next 10/12] selftests/bpf: Add test for bpf_list_{front,back}
` [RFC PATCH bpf-next 12/12] selftests/bpf: A bpf fq implementation similar to the kernel sch_fq

[PATCH RFC v3 0/2] Task local data API
 2025-04-25 22:51 UTC  (5+ messages)
` [PATCH RFC v3 1/2] selftests/bpf: Introduce task local data
` [PATCH RFC v3 2/2] selftests/bpf: Test basic workflow of "

[PATCH v4 1/2] perf trace: Implement syscall summary in BPF
 2025-04-25 21:51 UTC  (7+ messages)

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

[PATCH v3 00/10] Move uid filtering to BPF filters
 2025-04-25 21:40 UTC  (11+ messages)
` [PATCH v3 01/10] perf parse-events filter: Use evsel__find_pmu
` [PATCH v3 02/10] perf target: Separate parse_uid into its own function
` [PATCH v3 03/10] perf parse-events: Add parse_uid_filter helper
` [PATCH v3 04/10] perf record: Switch user option to use BPF filter
` [PATCH v3 05/10] perf tests record: Add basic uid filtering test
` [PATCH v3 06/10] perf top: Switch user option to use BPF filter
` [PATCH v3 07/10] perf trace: "
` [PATCH v3 08/10] perf bench evlist-open-close: "
` [PATCH v3 09/10] perf target: Remove uid from target
` [PATCH v3 10/10] perf thread_map: Remove uid options

[PATCH bpf-next 0/4] Introduce kfuncs for memory reads into dynptrs
 2025-04-25 21:03 UTC  (10+ messages)
` [PATCH bpf-next 1/4] helpers: make few bpf helpers public
` [PATCH bpf-next 2/4] bpf: implement dynptr copy kfuncs
` [PATCH bpf-next 3/4] selftests/bpf: introduce tests for "
` [PATCH bpf-next 4/4] selftests/bpf: disable test_probe_read_user_str_dynptr

Regression in backward compatibility of "bpftool cgroup tree" on older kernels
 2025-04-25 21:02 UTC 

pahole and gcc-14 issues
 2025-04-25 20:58 UTC  (12+ messages)

[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
 2025-04-25 19:26 UTC  (12+ messages)
` [PATCH RFC bpf-next v2 01/17] trait: limited KV store for packet metadata
` [PATCH RFC bpf-next v2 10/17] bnxt: Propagate trait presence to skb

[PATCH net-next v4 0/3] Fix netdevim to correctly mark NAPI IDs
 2025-04-25 19:01 UTC  (5+ messages)
` [PATCH net-next v4 2/3] selftests: drv-net: Factor out ksft C helpers

[PATCH RFC 0/3] list inline expansions in .BTF.inline
 2025-04-25 18:40 UTC  (2+ messages)

[PATCH] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora
 2025-04-25 16:52 UTC  (2+ messages)

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-25 16:43 UTC  (5+ messages)

[PATCH v5 bpf-next 0/6] bpf: udp: Exactly-once socket iteration
 2025-04-25 16:40 UTC  (5+ messages)
` [PATCH v5 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot

[PATCH bpf-next] bpf: Allow some trace helpers for all prog types
 2025-04-25 16:38 UTC  (2+ messages)

[PATCH bpf-next] Use thread-safe function pointer in libbpf_print
 2025-04-25 16:28 UTC  (3+ messages)

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

[PATCH net-next V6 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-25 13:55 UTC  (7+ messages)
` [PATCH net-next V6 1/2] net: sched: generalize check for no-queue qdisc on TX queue
` [PATCH net-next V6 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-04-25 13:20 UTC  (24+ messages)
` [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 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 18/22] selftests/bpf: Add uprobe_regs_equal test

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

[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-25  8:35 UTC  (6+ messages)
` [PATCH v6 1/4] selftests: net: move xdp_helper to net/lib
` [PATCH v6 2/4] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v6 3/4] selftests: net: retry when bind returns EBUSY "
` [PATCH v6 4/4] selftests: net: add a virtio_net deadlock selftest

[PATCH bpf-next v2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
 2025-04-25  7:49 UTC  (10+ messages)

[PATCH v2 bpf] bpf: Add namespace to BPF internal symbols
 2025-04-25  7:16 UTC  (2+ messages)

[PATCH net-next v4 0/2] Refactoring designware VLAN code
 2025-04-25  7:15 UTC  (12+ 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

[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
 2025-04-25  5:59 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] ktls, sockmap: Fix missing uncharge operation
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover sockmap with ktls

[PATCH v5 0/3] virtio-net: disable delayed refill when pausing rx
 2025-04-25  4:21 UTC  (4+ messages)

[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-24 22:07 UTC  (7+ messages)
` [PATCH v4 4/4] selftests: net: add a virtio_net deadlock selftest

BUG: bpf_loop with limit 0 interacts badly with dead code elimination causing assertion failure
 2025-04-24 21:50 UTC 

[PATCH v2 00/12] Move uid filtering to BPF filters
 2025-04-24 21:35 UTC  (4+ messages)
` [PATCH v2 06/12] perf record: Switch user option to use BPF filter

[PATCH bpf] bpf: Add namespace to BPF internal symbols
 2025-04-24 17:48 UTC  (2+ messages)

[PATCH v2 bpf 0/2] bpf: Fix softlock condition in BPF hashmap interation
 2025-04-24 15:41 UTC  (4+ messages)
` [PATCH v2 bpf 2/2] selftests/bpf: add test for softlock when modifying hashmap while iterating

[PATCH iwl-next 00/16] libeth: add libeth_xdp helper lib
 2025-04-24 15:33 UTC  (9+ messages)
` [PATCH iwl-next 03/16] libeth: xdp: add XDP_TX buffers sending
` [PATCH iwl-next 04/16] libeth: xdp: add .ndo_xdp_xmit() helpers
` [PATCH iwl-next 06/16] libeth: xdp: add XDPSQ locking helpers
` [PATCH iwl-next 07/16] libeth: xdp: add XDPSQ cleanup timers

[PATCH] bpf, docs: iterator: Rectify non-standard line break
 2025-04-24 14:50 UTC  (2+ messages)

[PATCH stable] xdp: Reset bpf_redirect_info before running a xdp's BPF prog
 2025-04-24 13:05 UTC  (5+ messages)
  ` [PATCH stable v6.1 v5.15] "
  ` [PATCH stable v5.10] "
  ` [PATCH stable v5.4] "


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