BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-27 06:12:02 to 2026-08-29 06:15:48 UTC [more...]

[PATCH bpf-next v4 00/12] bpf: Allow arena pointers in by-value returns
 2026-08-29  6:15 UTC  (7+ 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 net v3 0/2] tcp: fix use-after-free in do_tcp_getsockopt()
 2026-08-29  5:30 UTC  (12+ 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 6.6.y 0/2] bpf: fix dynptr lifetime invalidation on release
 2026-08-29  4:07 UTC  (5+ 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.12.y v2 0/2] bpf: fix dynptr lifetime invalidation on release
 2026-08-29  4:01 UTC  (5+ 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.6.y v2] bpf: Ensure reg is PTR_TO_STACK in process_iter_arg
 2026-08-29  3:27 UTC 

[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 v2 0/9] pahole: Support cross-CU type references and dwz alternate debug files
 2026-08-28 22:59 UTC 

[PATCH bpf 1/2] bpf: Fix NULL-ptr-deref when dumping a key-less BTF hash map
 2026-08-28 22:28 UTC  (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for "

[PATCH bpf-next v2 0/6] bpftool, selftests: Add tests for C dump and fix a dropped type
 2026-08-28 21:52 UTC  (7+ 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 v5 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-08-28 21:07 UTC  (9+ messages)
` [PATCH bpf-next v5 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v5 2/2] selftests/bpf: Add memcg async reclaim test

[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 v4 00/11] BPF keyring and signed loader ML-DSA support
 2026-08-28 19:06 UTC  (17+ 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 bpf-next] bpftool: Print average cycles per program run in profiler
 2026-08-28 18:46 UTC  (7+ messages)

[PATCH bpf-next v3 00/11] bpf: Allow arena pointers in by-value returns
 2026-08-28 18:28 UTC  (17+ 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-next v3 08/11] selftests/bpf: Check the member named for an unsupported kfunc return type
` [PATCH bpf-next v3 09/11] selftests/bpf: Test global functions returning arena pointers by value
` [PATCH bpf-next v3 10/11] selftests/bpf: Test kfuncs "
` [PATCH bpf-next v3 11/11] docs/bpf: Document arena pointers in a by-value return

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

[PATCH] selftests/bpf: Bound the offset accumulator in __tld_fetch_key()
 2026-08-28 18:02 UTC  (3+ messages)

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

[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 v2 net] ipvlan: unregister upper devices outside pnodes_lock
 2026-08-28 17:03 UTC  (3+ messages)

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

[PATCH bpf-next v8 0/8] bpf: add support for KASAN checks in JITed programs
 2026-08-28 13:49 UTC  (13+ messages)
` [PATCH bpf-next v8 1/8] bpf: mark instructions accessing program stack
` [PATCH bpf-next v8 2/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v8 3/8] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v8 4/8] bpf, x86: emit KASAN checks in x86 JITed programs
` [PATCH bpf-next v8 5/8] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v8 6/8] selftests/bpf: make cmdline_contains stricter
` [PATCH bpf-next v8 7/8] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v8 8/8] selftests/bpf: add tests to validate KASAN on JIT programs

[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] "

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

[PATCH bpf-next v2] selftests/bpf: Track test_xdp_features DUT processes
 2026-08-28  9:32 UTC  (4+ messages)

WARNING in bpf_mark_chain_precision - backtracking misuse on bpf_loop callback with uninitialized r1
 2026-08-28  9:17 UTC 

[PATCH bpf-next v1] selftests/bpf: Add test for indirect struct_ops trampoline
 2026-08-28  9:12 UTC  (4+ messages)

[PATCH v1] LoongArch: BPF: Fix off-by-one error for insn_is_cast_user
 2026-08-28  8:40 UTC  (2+ messages)

[PATCH bpf-next v1 00/14] Retire KF_ARENA_ARG kfunc flags
 2026-08-28  8:19 UTC  (10+ messages)
` [PATCH bpf-next v1 07/14] bpf, loongarch: Fix stack arguments for indirect trampolines
` [PATCH bpf-next v1 11/14] bpf: Replace arena kfunc argument flags with suffixes
` [PATCH bpf-next v1 13/14] selftests/bpf: Exercise arena arguments on every capable JIT

[PATCH net v2] page_pool: keep frag_offset aligned for odd-sized requests
 2026-08-28  6:08 UTC 

[PATCH 0/3] binfmt_misc: only let punctuation delimit a register string
 2026-08-28  3:50 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 3/3] binfmt_misc: document the field delimiter

[PATCH bpf-next v2 00/11] BPF keyring and signed loader ML-DSA support
 2026-08-28  1:38 UTC  (2+ messages)

[PATCH bpf-next 1/2] libbpf: Move XDP frags flag to prog_flags
 2026-08-28  0:20 UTC  (5+ messages)
` [PATCH bpf-next 2/2] bpf: selftests: Check for XDP frags flag in bpf_program__flags()

[PATCH v3] libpf: Fix for the potential undefined behavior due to shifting
 2026-08-28  0:13 UTC  (3+ messages)

[PATCH bpf-next v6 2/2] bpftool: Fix bypass of the batch line length check by comments
 2026-08-28  0:10 UTC  (2+ messages)

[PATCH bpf-next v6 1/2] bpftool: fix spurious batch file read error
 2026-08-28  0:10 UTC  (2+ messages)

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

[PATCH net v2 0/2] tcp: fix use-after-free in do_tcp_getsockopt()
 2026-08-27 23:50 UTC  (5+ messages)
` [PATCH net v2 1/2] tcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)

[PATCH bpf v3 0/2] disable private stack for sleepable programs
 2026-08-27 22:32 UTC  (8+ messages)
` [PATCH bpf v3 1/2] bpf: "

[PATCH bpf-next v7 0/9] bpf: add support for KASAN checks in JITed programs
 2026-08-27 20:18 UTC  (7+ messages)

[PATCH bpf v2 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
 2026-08-27 19:20 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf, veth: xdp: fix page_pool page leak on skb-backed XDP

[PATCH bpf v2 2/2] selftests/bpf: add xdp_shrink_frags
 2026-08-27 19:19 UTC  (2+ messages)

SIGILL and uretprobes, WAS: [PATCH] uprobes: Free utask on dup_return_instance() failure
 2026-08-27 16:44 UTC  (3+ messages)

[PATCH bpf v2] bpf: Fix UAF due to concurrent consumption of waiting_for_gp_ttrace
 2026-08-27 14:43 UTC  (8+ messages)

[PATCH net-next v3 0/4] selftests/xsk: improve shared-UMEM coverage
 2026-08-27 14:19 UTC  (6+ messages)

[BUG] net/core: use-after-free in sock_def_readable()
 2026-08-27 12:43 UTC 

[PATCH] net: skbuff: keep the page_pool fragment offset aligned in skb_pp_cow_data()
 2026-08-27 12:29 UTC 

[PATCH net-next v5 00/13] net: lan966x: add support for PCIe FDMA
 2026-08-27 11:18 UTC  (10+ messages)
` [PATCH net-next v5 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
` [PATCH net-next v5 11/13] net: lan966x: add PCIe FDMA XDP support
` [PATCH net-next v5 12/13] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space

[PATCH bpf] bpf: Fix NULL pointer dereference in __bpf_sk_storage_map_seq_show
 2026-08-27 10:41 UTC  (4+ messages)

[PATCH v3] mm/secretmem: properly account locked pages
 2026-08-27 10:26 UTC  (2+ messages)

[PATCH v2 bpf] bpf: array: reject max_entries > INT_MAX to prevent signed-iterator overflow
 2026-08-27  9:47 UTC  (2+ messages)
` [PATCH v3 bpf] bpf: array: use u32 iterator for max_entries in alloc/free paths

[PATCH bpf] bpf: Fix UAF due to concurrent consumption of waiting_for_gp_ttrace
 2026-08-27  7:43 UTC  (5+ messages)


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