BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-28 09:33:17 to 2026-08-31 08:57:15 UTC [more...]

[PATCH bpf-next v2] selftests/bpf: Add test for indirect struct_ops trampoline
 2026-08-31  8:57 UTC 

[PATCH bpf-next v2] selftests/bpf: Track test_xdp_features DUT processes
 2026-08-31  8:56 UTC  (6+ messages)

[PATCH v13 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-08-31  8:24 UTC  (15+ messages)
` [PATCH v13 1/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v13 2/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
` [PATCH v13 3/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v13 4/8] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v13 5/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v13 6/8] selftests/bpf: Fix powerpc JIT disassembly failure
` [PATCH v13 7/8] selftests/bpf: Enable verifier selftest for powerpc64
` [PATCH v13 8/8] selftests/bpf: Add tailcall "

[PATCH bpf v4 1/2] bpf: Fix queue/stack map u32 index overflow
 2026-08-31  7:13 UTC  (6+ messages)
` [PATCH bpf v5 0/2] "
  ` [PATCH bpf v5 1/2] "
  ` [PATCH bpf v5 2/2] selftests/bpf: Add regression test for queue/stack map size limit

[PATCH bpf-next v4 1/2] bpf: Validate program attach type during link update
 2026-08-31  3:49 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover attach type checks in "

bpf: Is the nmi_uaccess_okay() check needed for bpf_send_signal_task()?
 2026-08-31  3:40 UTC  (3+ messages)

[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
 2026-08-31  2:43 UTC  (4+ messages)

[PATCH bpf-next v4 00/12] bpf: Allow arena pointers in by-value returns
 2026-08-31  2:42 UTC  (18+ messages)
` [PATCH bpf-next v4 01/12] bpf: Record each half of a paired return value in verifier diagnostics
` [PATCH bpf-next v4 02/12] bpf: Drop the recursion depth argument of btf_type_is_scalar_struct()
` [PATCH bpf-next v4 03/12] bpf: Add btf_type_is_arena_ptr()
` [PATCH bpf-next v4 04/12] bpf: Let the by-value struct walk take the kinds of member it accepts
` [PATCH bpf-next v4 05/12] bpf: Let a by-value struct nest arrays and structs freely
` [PATCH bpf-next v4 06/12] bpf: Report which member makes a kfunc return type unsupported
` [PATCH bpf-next v4 07/12] bpf: Allow a global function to return arena pointers by value
` [PATCH bpf-next v4 08/12] bpf: Allow arena pointers in a by-value kfunc return
` [PATCH bpf-next v4 09/12] selftests/bpf: Check the member named for an unsupported kfunc return type
` [PATCH bpf-next v4 10/12] selftests/bpf: Test global functions returning arena pointers by value
` [PATCH bpf-next v4 11/12] selftests/bpf: Test kfuncs "
` [PATCH bpf-next v4 12/12] docs/bpf: Document arena pointers in a by-value return

[PATCH v2] LoongArch: BPF: Fix off-by-one error for insn_is_cast_user
 2026-08-31  2:31 UTC 

[PATCH bpf-next v3] bpf: Fix stack out-of-bounds write in cgroup link update
 2026-08-31  2:19 UTC  (2+ messages)

[PATCH v2 0/9] pahole: Support cross-CU type references and dwz alternate debug files
 2026-08-31  0:48 UTC  (4+ messages)
            ` RFT: coverage analysis and lots more regression tests in the 'next' branch. Was: "

[PATCH 6.6.y v3 0/3] bpf: fix dynptr release handling
 2026-08-31  0:37 UTC  (5+ messages)
` [PATCH 6.6.y v3 1/3] bpf: Invalidate dynptr slices by dynptr_id on release
` [PATCH 6.6.y v3 2/3] bpf: Propagate referenced dynptr release errors
` [PATCH 6.6.y v3 3/3] bpf: Invalidate dynptr clones in every call frame on release

[PATCH 6.12.y v4 0/3] bpf: fix dynptr release handling
 2026-08-31  0:36 UTC  (5+ messages)
` [PATCH 6.12.y v4 1/3] bpf: Invalidate dynptr slices by dynptr_id on release
` [PATCH 6.12.y v4 2/3] bpf: Propagate referenced dynptr release errors
` [PATCH 6.12.y v4 3/3] bpf: Invalidate dynptr clones in every call frame on release

[PATCH net v2] page_pool: keep frag_offset aligned for odd-sized requests
 2026-08-30 22:11 UTC  (3+ messages)

[PATCH] net: skbuff: keep the page_pool fragment offset aligned in skb_pp_cow_data()
 2026-08-30 22:11 UTC  (3+ messages)

[PATCH v2 net] ipvlan: unregister upper devices outside pnodes_lock
 2026-08-30 21:50 UTC  (4+ messages)

[PATCH v3] selftests/bpf: convert lirc_mode2 to prog_tests and extend coverage
 2026-08-30 11:00 UTC  (2+ messages)

[PATCH bpf-next v1 0/6] File descriptor interface for BPF streams
 2026-08-30 10:47 UTC  (12+ messages)
` [PATCH bpf-next v1 1/6] bpf: Add file descriptor interface for program streams
` [PATCH bpf-next v1 2/6] bpf: Defer stream file notifications from NMI context
` [PATCH bpf-next v1 3/6] bpf: Separate stream readiness from capacity accounting
` [PATCH bpf-next v1 4/6] libbpf: Add bpf_prog_stream_open()
` [PATCH bpf-next v1 5/6] bpftool: Read program streams through file descriptors
` [PATCH bpf-next v1 6/6] selftests/bpf: Test program stream "

[PATCH bpf v2 0/4] bpf: Fix NULL-ptr-derefs when showing a void BTF type
 2026-08-30  8:35 UTC  (9+ messages)
` [PATCH bpf v2 1/4] bpf: Reject key-less BTF for hash maps
` [PATCH bpf v2 2/4] bpf: Fix NULL-ptr-deref when showing a void BTF type
` [PATCH bpf v2 3/4] selftests/bpf: Add test for key-less BTF hash map
` [PATCH bpf v2 4/4] selftests/bpf: Add test for showing a void BTF type

[PATCH bpf-next v1 1/2] bpf: allow terminal gotox instructions
 2026-08-30  8:34 UTC  (4+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Add compiler-layout terminal gotox test

[PATCH v2] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
 2026-08-30  6:24 UTC  (2+ messages)

[PATCH 6.6.y 0/2] bpf: fix dynptr lifetime invalidation on release
 2026-08-30  2:56 UTC  (11+ messages)
` [PATCH 6.6.y 1/2] bpf: Invalidate dynptr slices by dynptr_id "
` [PATCH 6.6.y 2/2] bpf: Invalidate dynptr clones in every call frame "
` [PATCH 6.6.y v2 0/3] bpf: fix dynptr release handling
  ` [PATCH 6.6.y v2 1/3] bpf: Invalidate dynptr slices by dynptr_id on release
  ` [PATCH 6.6.y v2 2/3] bpf: Propagate referenced dynptr release errors
  ` [PATCH 6.6.y v2 3/3] bpf: Invalidate dynptr clones in every call frame on release

[PATCH 6.6.y v2] bpf: Ensure reg is PTR_TO_STACK in process_iter_arg
 2026-08-30  2:56 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] bpftool, selftests: Add tests for C dump and fix a dropped type
 2026-08-30  1:30 UTC  (8+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: Add compare_text_to_expected() helper
` [PATCH bpf-next v2 2/6] selftests/bpf: Modernize btf_dump test scaffolding
` [PATCH bpf-next v2 3/6] selftests/bpf: Compare btf_dump expected output in-process
` [PATCH bpf-next v2 4/6] selftests/bpf: NUL-terminate bpftool command output
` [PATCH bpf-next v2 5/6] selftests/bpf: Add tests for bpftool btf dump format c
` [PATCH bpf-next v2 6/6] bpftool: Don't drop a type in the sorted C dump

[PATCH bpf-next v4 00/11] BPF keyring and signed loader ML-DSA support
 2026-08-30  1:20 UTC  (18+ messages)
` [PATCH bpf-next v4 01/11] bpf, keys: Add a bpf keyring for program signature validation
` [PATCH bpf-next v4 02/11] bpf: Refuse caller-supplied keyrings when the bpf one is active
` [PATCH bpf-next v4 03/11] bpf: Raise the bound on a program's signature size
` [PATCH bpf-next v4 04/11] bpftool: Support ML-DSA program signing
` [PATCH bpf-next v4 05/11] selftests/bpf: Add a test for the sealed bpf keyring
` [PATCH bpf-next v4 06/11] selftests/bpf: Rebuild signed lskels when signing key changes
` [PATCH bpf-next v4 07/11] selftests/bpf: Rename the verify_sig_setup.sh setup into setup-rsa
` [PATCH bpf-next v4 08/11] selftests/bpf: Add an end-to-end ML-DSA signed loader test
` [PATCH bpf-next v4 09/11] selftests/bpf: Allow appending to guest kernel cmdline in vmtest.sh
` [PATCH bpf-next v4 10/11] selftests/bpf: Add tests for bpf keyring in signed loader
` [PATCH bpf-next v4 11/11] Documentation/bpf: Document the bpf keyring and improve examples

[PATCH] selftests/bpf: Bound the offset accumulator in __tld_fetch_key()
 2026-08-30  1:20 UTC  (4+ messages)

[PATCH] crypto: lskcipher - preserve state across unaligned chunks
 2026-08-29 19:43 UTC 

[PATCH 0/1]bpf: Fix use-after-free in bpf_prog_test_run_sk_lookup
 2026-08-29 15:35 UTC  (2+ messages)
` [PATCH 1/1] bpf: Fix use-after-free in bpf_prog_test_run_sk_lookup()

[PATCH 6.12.y v2 0/2] bpf: fix dynptr lifetime invalidation on release
 2026-08-29 10:48 UTC  (10+ messages)
` [PATCH 6.12.y v2 1/2] bpf: Invalidate dynptr slices by dynptr_id "
` [PATCH 6.12.y v2 2/2] bpf: Invalidate dynptr clones in every call frame "
` [PATCH 6.12.y v3 0/3] bpf: fix dynptr release handling
  ` [PATCH 6.12.y v3 1/3] bpf: Invalidate dynptr slices by dynptr_id on release
  ` [PATCH 6.12.y v3 2/3] bpf: Propagate referenced dynptr release errors
  ` [PATCH 6.12.y v3 3/3] bpf: Invalidate dynptr clones in every call frame on release

[PATCH bpf v2] bpf: Fix UAF due to concurrent consumption of waiting_for_gp_ttrace
 2026-08-29  9:50 UTC  (4+ messages)

[PATCH net v3 0/2] tcp: fix use-after-free in do_tcp_getsockopt()
 2026-08-29  5:30 UTC  (10+ messages)
` [PATCH net v3 1/2] tcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)
` [PATCH net v3 2/2] tcp: fix use-after-free in do_tcp_getsockopt(TCP_CC_INFO)

[PATCH] bpf, sockmap: Fix self-redirect copied_seq double-counting
 2026-08-29  2:15 UTC  (2+ messages)

[PATCH] mm: memcontrol: raise MEMCG_MAX for charges that fail without reclaiming
 2026-08-29  1:04 UTC  (3+ messages)

[PATCH net v4 0/2] net/mlx5e: Prevent stale XSK buffer release on refill retries
 2026-08-28 23:00 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: Fix NULL-ptr-deref when dumping a key-less BTF hash map
 2026-08-28 22:28 UTC  (4+ messages)

[PATCH bpf-next v5 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-08-28 21:07 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH bpf 1/2] bpf: bound resizable hash map iteration
 2026-08-28 19:20 UTC  (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: add RHASH iteration stress test

[PATCH bpf-next] bpftool: Print average cycles per program run in profiler
 2026-08-28 18:46 UTC  (6+ messages)

[PATCH bpf-next v3 10/11] selftests/bpf: Test kfuncs returning arena pointers by value
 2026-08-28 18:28 UTC  (3+ messages)

[PATCH bpf-next 00/13] BPF interface for applying Landlock rulesets
 2026-08-28 18:28 UTC  (9+ messages)

[PATCH bpf-next v3 09/11] selftests/bpf: Test global functions returning arena pointers by value
 2026-08-28 18:26 UTC  (3+ messages)

[PATCH bpf-next v3 08/11] selftests/bpf: Check the member named for an unsupported kfunc return type
 2026-08-28 18:20 UTC  (3+ messages)

[PATCH bpf-next v3 00/11] bpf: Allow arena pointers in by-value returns
 2026-08-28 18:10 UTC  (7+ messages)
` [PATCH bpf-next v3 06/11] bpf: Allow a global function to return arena pointers by value
` [PATCH bpf-next v3 07/11] bpf: Allow arena pointers in a by-value kfunc return

[PATCH bpf 1/2] bpf: don't downgrade half-dead scalar zero spills to STACK_ZERO
 2026-08-28 17:50 UTC  (2+ messages)

[PATCH bpf-next v3 05/11] bpf: Report which member makes a kfunc return type unsupported
 2026-08-28 17:45 UTC  (3+ messages)

[PATCH bpf-next v3 02/11] bpf: Drop the recursion depth argument of btf_type_is_scalar_struct()
 2026-08-28 17:39 UTC  (3+ messages)

[PATCH v4] libbpf: Fix for the potential undefined behavior due to shifting
 2026-08-28 17:30 UTC  (2+ messages)

[PATCH net] ipvlan: unregister upper devices outside pnodes_lock
 2026-08-28 16:40 UTC  (3+ messages)

[PATCH bpf-next v8 8/8] selftests/bpf: add tests to validate KASAN on JIT programs
 2026-08-28 13:49 UTC  (3+ messages)

[PATCH bpf-next v5] m68k, bpf: Add initial BPF JIT compiler support
 2026-08-28 10:50 UTC  (2+ messages)

[RFC bpf-next 0/2] bpf, mips: Add BPF_MEMSX support to the JITs
 2026-08-28 10:49 UTC  (3+ messages)
` [RFC bpf-next 2/2] "

[PATCH bpf-next v8 1/8] bpf: mark instructions accessing program stack
 2026-08-28 10:30 UTC  (2+ messages)

[PATCH bpf-next v8 4/8] bpf, x86: emit KASAN checks in x86 JITed programs
 2026-08-28 10:30 UTC  (2+ messages)

[PATCH bpf 2/2] selftests/bpf: Add test for key-less BTF hash map
 2026-08-28 10:17 UTC  (2+ messages)

[RFC bpf-next 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
 2026-08-28 10:16 UTC  (3+ messages)
` [RFC bpf-next 2/2] bpf, mips: Add support for BPF_MOVSX in "


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