bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-19 14:20:08 to 2025-11-22 00:58:07 UTC [more...]

[PATCH bpf-next v7 0/6] Support associating BPF programs with struct_ops
 2025-11-22  0:58 UTC  (10+ messages)
` [PATCH bpf-next v7 1/6] bpf: Allow verifier to fixup kernel module kfuncs
` [PATCH bpf-next v7 2/6] bpf: Support associating BPF program with struct_ops
` [PATCH bpf-next v7 3/6] libbpf: Add support for "
` [PATCH bpf-next v7 4/6] selftests/bpf: Test BPF_PROG_ASSOC_STRUCT_OPS command
` [PATCH bpf-next v7 5/6] selftests/bpf: Test ambiguous associated struct_ops
` [PATCH bpf-next v7 6/6] selftests/bpf: Test getting associated struct_ops in timer callback

BPF fentry/fexit trampolines stall livepatch stalls transition due to missing ORC unwind metadata
 2025-11-22  0:56 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] bpf: arm64: Indirect jumps
 2025-11-22  0:53 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: improve reliability of test_perf_branches_no_hw()
 2025-11-22  0:53 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: skip test_perf_branches_hw() on unsupported platforms
 2025-11-22  0:53 UTC  (3+ messages)

[PATCH] bpf: Plug a potential exclusive map memory leak
 2025-11-22  0:52 UTC  (2+ messages)

[PATCH] bpf: verifier improvement in 32bit shift sign extension pattern
 2025-11-22  0:19 UTC  (2+ messages)

[PATCH v3 00/10] BPF controlled io_uring
 2025-11-22  0:19 UTC  (7+ messages)
` [PATCH v3 10/10] selftests/io_uring: add bpf io_uring selftests

[PATCH bpf-next] libbpf: Add debug messaging in dedup equivalence/identity matching
 2025-11-21 22:31 UTC  (4+ messages)

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-21 22:21 UTC  (10+ messages)
` [PATCH 06/44] bpf: Verifier, remove some unusual uses of min_t() and max_t()
` [PATCH 34/44] bpf: use min() instead of min_t()
` [PATCH 35/44] "
` [PATCH 41/44] net/core: Change loop conditions so min() can be used
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH bpf-next v2 1/2] rqspinlock: Annotate rqspinlock lock acquiring functions with __must_check
 2025-11-21 21:54 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] rqspinlock: Handle return of raw_res_spin_lock{_irqsave} in locktorture

[PATCH bpf-next v3 0/4] Remove KF_SLEEPABLE from arena kfuncs
 2025-11-21 21:25 UTC  (5+ messages)
` [PATCH bpf-next v3 2/4] bpf: arena: use kmalloc_nolock() in place of kvcalloc()
  ` [PATCH bpf-next v3 3/4] bpf: arena: make arena kfuncs any context safe

[RFC PATCH v7 0/7] Improve the performance of BTF type lookups with binary search
 2025-11-21 19:42 UTC  (23+ messages)
` [RFC PATCH v7 1/7] libbpf: Add BTF permutation support for type reordering
` [RFC PATCH v7 2/7] selftests/bpf: Add test cases for btf__permute functionality
` [RFC PATCH v7 3/7] tools/resolve_btfids: Add --btf_sort option for BTF name sorting
` [RFC PATCH v7 4/7] libbpf: Optimize type lookup with binary search for sorted BTF
` [RFC PATCH v7 5/7] libbpf: Implement BTF type sorting validation for binary search optimization

[PATCH bpf-next v1 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-21 19:12 UTC  (7+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [syzbot ci] Re: bpf: Fix FIONREAD and copied_seq issues

[PATCH bpf-next v2 0/2] selftests/bpf: networking test cleanups
 2025-11-21 19:00 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: use sockaddr_storage directly in cls_redirect test
` [PATCH bpf-next v2 2/2] selftests/bpf: use sockaddr_storage instead of sa46 in select_reuseport test

Kernel build fails if both CONFIG_DEBUG_INFO_BTF and CONFIG_KCSAN are enabled
 2025-11-21 18:15 UTC  (9+ messages)
      ` Kernel build fails if both CONFIG_DEBUG_INFO_BTF and CONFIG_CHELSIO_T4=y (was CONFIG_KCSAN)

[RFC PATCH bpf-next 0/7] bpf: Implement BPF_LINK_UPDATE for tracing links
 2025-11-21 16:34 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/7] bpf: Set up update_prog scaffolding for bpf_tracing_link_lops

[PATCH bpf-next v3 0/4] Use correct destructor kfunc types
 2025-11-21 16:06 UTC  (3+ messages)
` [PATCH bpf-next v3 1/4] bpf: crypto: Use the correct destructor kfunc type

[PATCH bpf-next v3 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-21 14:49 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v3 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v3 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH net] net: fix propagation of EPERM from tcp_connect()
 2025-11-21 14:43 UTC  (3+ messages)

[PATCHv3 bpf-next 0/8] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-11-21 13:53 UTC  (13+ messages)
` [PATCHv3 bpf-next 1/8] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCHv3 bpf-next 2/8] ftrace: Export some of hash related functions
` [PATCHv3 bpf-next 3/8] ftrace: Add update_ftrace_direct_add function
` [PATCHv3 bpf-next 4/8] ftrace: Add update_ftrace_direct_del function
` [PATCHv3 bpf-next 5/8] ftrace: Add update_ftrace_direct_mod function
` [PATCHv3 bpf-next 6/8] bpf: Add trampoline ip hash table
` [PATCHv3 bpf-next 7/8] ftrace: Factor ftrace_ops ops_func interface
` [PATCHv3 bpf-next 8/8] bpf, x86: Use single ftrace_ops for direct calls

[PATCH bpf-next v2 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-21  9:10 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v2 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v2 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq
` [syzbot ci] Re: bpf: Fix FIONREAD and copied_seq issues

[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-21  7:29 UTC  (5+ messages)

[PATCHSET v6 0/6] perf tools: Add deferred callchain support
 2025-11-21  6:26 UTC  (8+ messages)
` [PATCH v6 1/6] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v6 2/6] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v6 3/6] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v6 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v6 5/6] perf tools: Merge deferred user callchains
` [PATCH v6 6/6] perf tools: Flush remaining samples w/o deferred callchains

[PATCH bpf v1] selftests: test_tag: prog_tag is calculated using SHA256
 2025-11-21  6:14 UTC 

[PATCH net V1] veth: reduce XDP no_direct return section to fix race
 2025-11-21  2:50 UTC  (2+ messages)

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-21  2:46 UTC  (7+ messages)
` [RFC PATCH 1/3] memcg: add eBPF struct ops support for memory charging

[PATCH] bpf: Document cfi_stubs and owner fields in struct bpf_struct_ops
 2025-11-20 22:10 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCHSET v5 0/6] perf tools: Add deferred callchain support
 2025-11-20 21:44 UTC  (11+ messages)
` [PATCH v5 1/6] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v5 2/6] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v5 3/6] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v5 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v5 5/6] perf tools: Merge deferred user callchains
` [PATCH v5 6/6] perf tools: Flush remaining samples w/o deferred callchains

[PATCH bpf-next v1 1/1] bpf: Annotate rqspinlock lock acquiring functions with __must_check
 2025-11-20 21:27 UTC  (5+ messages)

[RFC PATCH bpf-next 3/7] bpf: Enable BPF_LINK_UPDATE for fentry/fexit/fmod_ret links
 2025-11-20 19:23 UTC  (3+ messages)

[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-20 18:04 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: use ASSERT_STRNEQ to factor in long slab cache names
 2025-11-20 18:00 UTC  (2+ messages)

[PATCH net v4 0/1] i40e: xsk: advance next_to_clean on status descriptors
 2025-11-20 15:41 UTC  (7+ messages)
` [PATCH net v4 1/1] "
  ` [Intel-wired-lan] "

[PATCH net-next v2 0/3] YNL CLI --list-attrs argument
 2025-11-20 14:50 UTC  (2+ messages)

[PATCH net-next v6 0/6] Add AF_XDP zero copy support
 2025-11-20 14:30 UTC  (2+ messages)

[PATCH net v5] xsk: avoid data corruption on cq descriptor number
 2025-11-20 13:55 UTC  (6+ messages)

[PATCH AUTOSEL 6.17-6.1] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
 2025-11-20 12:08 UTC 

FOSDEM 2026 eBPF Devroom Call for Participation
 2025-11-20 11:46 UTC  (3+ messages)
  ` [Bpf] "

[PATCH net v4] xsk: avoid data corruption on cq descriptor number
 2025-11-20 11:04 UTC  (5+ messages)

bpf: system freezes due to recursive lock in bpf_ringbuf_reserve() caused by commit a650d38 ("bpf: Convert ringbuf map to rqspinlock")
 2025-11-20  9:45 UTC  (7+ messages)

[PATCH net-next v2 0/7] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
 2025-11-20  9:35 UTC  (2+ messages)
` [EXTERNAL] "

[BUG] bpftool: Build failure due to opensslv.h
 2025-11-20  9:24 UTC  (7+ messages)

[PATCH v2 0/2] Ease BPF signing build requirements
 2025-11-20  8:47 UTC  (3+ messages)
` [PATCH v2 1/2] bpftool: Allow bpftool to build with openssl < 3
` [PATCH v2 2/2] selftests/bpf: Allow selftests to build with older xxd

[PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
 2025-11-20  3:24 UTC  (7+ messages)

[PATCH net-next v4 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2025-11-20  2:20 UTC  (5+ messages)
` [PATCH net-next v4 01/14] net: Add bind-queue operation

[PATCH net-next v3 04/12] selftests: drv-net: xdp: use variants for qstat tests
 2025-11-20  2:10 UTC 

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-11-20  1:51 UTC  (12+ messages)
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops

[PATCHSET v4 0/5] perf tools: Add deferred callchain support
 2025-11-20  1:07 UTC  (13+ messages)
` [PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 5/5] perf tools: Merge deferred user callchains

[PATCH v2 22/50] convert efivarfs
 2025-11-19 21:15 UTC  (11+ messages)
                  ` [REGRESSION] "

[syzbot] [bpf?] WARNING: kmalloc bug in bpf_prog_alloc_no_stats
 2025-11-19 20:44 UTC 

[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
 2025-11-19 17:12 UTC  (6+ messages)

[bpf-next v1 0/5] selftests/bpf: networking test cleanups and build fix
 2025-11-19 16:57 UTC  (5+ messages)
` [bpf-next v1 1/5] selftests/bpf: use sockaddr_storage instead of addr_port in cls_redirect test

[PATCH net-next] net: stmmac: convert priv->sph* to boolean and rename
 2025-11-19 16:40 UTC  (2+ messages)

[PATCH v5 bpf-next 1/4] bpf: properly verify tail call behavior
 2025-11-19 16:33 UTC  (7+ messages)
` [PATCH v6 bpf-next 0/4] "
` [PATCH v6 bpf-next 1/4] "
` [PATCH v6 bpf-next 2/4] bpf: test the proper verification of tail calls
` [PATCH v6 bpf-next 3/4] bpf: correct stack liveness for "
` [PATCH v6 bpf-next 4/4] bpf: test the correct stack liveness of "

[PATCH net-next 0/3] YNL CLI --list-attrs argument
 2025-11-19 14:20 UTC  (7+ messages)
` [PATCH net-next 1/3] tools: ynl: cli: Add --list-attrs option to show operation attributes


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).