public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-19 00:13:41 to 2025-11-21 02:05:53 UTC [more...]

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

[RFC PATCH v7 0/7] Improve the performance of BTF type lookups with binary search
 2025-11-21  0:20 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
` [RFC PATCH v7 6/7] btf: Optimize type lookup with binary search
` [RFC PATCH v7 7/7] btf: Add sorting validation for "

[PATCHSET v6 0/6] perf tools: Add deferred callchain support
 2025-11-20 23:48 UTC  (7+ 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-next] libbpf: Add debug messaging in dedup equivalence/identity matching
 2025-11-20 22:42 UTC 

[PATCHv3 bpf-next 0/8] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-11-20 22:23 UTC  (11+ 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

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

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

[RFC PATCH bpf-next 1/7] bpf: Set up update_prog scaffolding for bpf_tracing_link_lops
 2025-11-20 19:23 UTC  (3+ messages)

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-20 19:20 UTC  (11+ messages)
` [RFC PATCH 1/3] memcg: add eBPF struct ops support for memory charging
` [RFC PATCH 2/3] selftests/bpf: add memcg eBPF struct ops test
` [RFC PATCH 3/3] samples/bpf: add example memcg eBPF program

[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-20 18:04 UTC  (7+ messages)
` [PATCH v3 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags

[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 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 14:52 UTC  (8+ 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 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 bpf-next] selftests/bpf: skip test_perf_branches_hw() on unsupported platforms
 2025-11-20 14:20 UTC 

[PATCH bpf-next v1 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-20 14:03 UTC  (6+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Fix incorrect copied_seq calculation

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

BPF fentry/fexit trampolines stall livepatch stalls transition due to missing ORC unwind metadata
 2025-11-20 12:15 UTC  (2+ 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)

[PATCH] bpf: verifier improvement in 32bit shift sign extension pattern
 2025-11-20 10:54 UTC 

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  (13+ messages)
` [PATCH bpf-next v3 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH bpf-next v3 6/6] bpf: implement "jmp" mode for trampoline

[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

[PATCH v3 00/10] BPF controlled io_uring
 2025-11-20  1:41 UTC  (5+ messages)
` [PATCH v3 10/10] selftests/io_uring: add bpf io_uring selftests

[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 v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-19 18:55 UTC  (4+ messages)

[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
 2025-11-19 17:12 UTC  (10+ 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 V1] veth: reduce XDP no_direct return section to fix race
 2025-11-19 16:28 UTC 

[PATCH bpf-next] selftests/bpf: improve reliability of test_perf_branches_no_hw()
 2025-11-19 14:35 UTC 

[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

[PATCH bpf-next] bpf: add a check to make static analysers happy
 2025-11-19 13:37 UTC  (2+ messages)

[PATCH v12 00/13] unwind_deferred: Implement sframe handling
 2025-11-19 13:23 UTC  (14+ messages)
` [PATCH v12 01/13] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v12 02/13] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v12 03/13] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v12 04/13] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v12 05/13] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v12 06/13] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v12 07/13] unwind_user: Stop when reaching an outermost frame
` [PATCH v12 08/13] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v12 09/13] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v12 10/13] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v12 11/13] unwind_user/sframe: Show file name in debug output
` [PATCH v12 12/13] unwind_user/sframe: Add .sframe validation option
` [PATCH v12 13/13] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[bug report] bpf, x86: add support for indirect jumps
 2025-11-19 12:48 UTC  (3+ messages)

[PATCH] selftests: seccomp: Handle syscall interruption in notification test
 2025-11-19 12:24 UTC 

[PATCH v6 net-next 00/14] AccECN protocol case handling series
 2025-11-19 11:22 UTC  (10+ messages)
` [PATCH v6 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v6 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK

[PATCH RFC net-next 2/2] xsk: introduce a cached cq to temporarily store descriptor addrs
 2025-11-19  9:20 UTC  (13+ messages)

[bpf-next] selftests/bpf: propagate LLVM toolchain into runqslower sub-make
 2025-11-19  4:37 UTC 

[PATCH] selftests/seccomp: improve backwards compatibility for older kernels
 2025-11-19  3:45 UTC  (2+ messages)
` [PATCH v2] selftests/seccomp: Check for feature support before testing

[RFC mm v7] mm: introduce a new page type for page pool in page type
 2025-11-19  1:27 UTC 

[PATCH v2 bpf-next 0/4] Replace BPF memory allocator with kmalloc_nolock() in local storage
 2025-11-19  0:30 UTC  (2+ messages)

[PATCH v4 bpf-next 1/2] bpf: properly verify tail call behavior
 2025-11-19  0:13 UTC  (4+ messages)
` [PATCH v5 bpf-next 4/4] bpf: test the correct stack liveness of tail calls


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