messages from 2026-09-04 16:30:12 to 2026-09-05 22:39:36 UTC [more...]
[PATCH bpf-next v2 0/2] Fix global subprog verification context
2026-09-05 22:39 UTC (9+ messages)
` [PATCH bpf-next v2 1/2] bpf: Verify global subprogs in each sleepability context
` [PATCH bpf-next v2 2/2] selftests/bpf: Test global subprog callback contexts
[PATCH bpf-next v1 00/22] bpf: Unify helper and kfunc argument checks
2026-09-05 22:33 UTC (24+ messages)
` [PATCH bpf-next v1 01/22] bpf: Pass call metadata through shared "
` [PATCH bpf-next v1 02/22] bpf: Address check_func_arg() arguments by argno
` [PATCH bpf-next v1 03/22] bpf: Only compare func_id against BPF_FUNC_* for helper calls
` [PATCH bpf-next v1 04/22] bpf: Only compare func_id against kfunc BTF IDs for kfunc calls
` [PATCH bpf-next v1 05/22] bpf: Rename ambiguous function argument types
` [PATCH bpf-next v1 06/22] bpf: Unify kfunc argument kinds with enum bpf_arg_type
` [PATCH bpf-next v1 07/22] bpf: Align helper and kfunc ARG_PTR_TO_PROG_AUX handling
` [PATCH bpf-next v1 08/22] bpf: Classify kfunc arguments the verifier ignores
` [PATCH bpf-next v1 09/22] bpf: Set OBJ_RELEASE when generating kfunc argument types
` [PATCH bpf-next v1 10/22] bpf: Set MEM_UNINIT and dynptr subtypes when generating kfunc arg types
` [PATCH bpf-next v1 11/22] bpf: Set MEM_RCU when generating kfunc argument types
` [PATCH bpf-next v1 12/22] bpf: Resolve BTF ID of ARG_PTR_TO_BTF_ID in kfunc bpf_func_proto
` [PATCH bpf-next v1 13/22] bpf: Resolve ARG_PTR_TO_MEM | MEM_FIXED_SIZE size "
` [PATCH bpf-next v1 14/22] bpf: Consolidate runtime argument type resolution
` [PATCH bpf-next v1 15/22] bpf: Consolidate nullable argument validation
` [PATCH bpf-next v1 16/22] bpf: Drop redundant BTF pointer helper write rejection
` [PATCH bpf-next v1 17/22] bpf: Consolidate helper and kfunc PTR_TO_BTF_ID argument matching
` [PATCH bpf-next v1 18/22] bpf: Admit kfunc argument registers through check_reg_type()
` [PATCH bpf-next v1 19/22] selftests/bpf: Test kfunc packet memory direct writes
` [PATCH bpf-next v1 20/22] bpf: Consolidate function call pkt_access validation
` [PATCH bpf-next v1 21/22] bpf: Consolidate release argument validation
` [PATCH bpf-next v1 22/22] bpf: Check helper and kfunc arguments in one path
[PATCH bpf v3 0/2] bpf: Fix socket leaks around connect(AF_UNSPEC)+listen()
2026-09-05 22:23 UTC (9+ messages)
` [PATCH bpf v3 2/2] bpf: Fix reference leak in bpf_sk_assign()
[PATCH bpf-next v1 0/3] Fix acyclic ownership checks
2026-09-05 21:29 UTC (5+ messages)
` [PATCH bpf-next v1 1/3] bpf: Validate graph ownership with a bounded walk
` [PATCH bpf-next v1 2/3] bpf: Bound local kptr ownership depth
` [PATCH bpf-next v1 3/3] selftests/bpf: Check local object "
[PATCH bpf v2 0/7] Misc bug fixes - part 5
2026-09-05 20:48 UTC (15+ messages)
` [PATCH bpf v2 1/7] bpf: Make post-verification instruction rewrites killable
` [PATCH bpf v2 2/7] bpf: Preserve packet pointer class displacement in regsafe()
` [PATCH bpf v2 3/7] selftests/bpf: Test packet pointer class displacement pruning
` [PATCH bpf v2 4/7] bpf: Reject fall-through across subprogram boundaries
` [PATCH bpf v2 5/7] selftests/bpf: Test poisoned subprogram terminator
` [PATCH bpf v2 6/7] bpf: Assign lock identity to callback map values
` [PATCH bpf v2 7/7] selftests/bpf: Check callback map value lock identity
[PATCH net-next, v3] net/mlx5: Use dma_wmb() for completion queue doorbell updates
2026-09-05 20:10 UTC (2+ messages)
[PATCH net-next v9 0/2] Explicit TSO segment count
2026-09-05 18:40 UTC (2+ messages)
[PATCH bpf-next v7 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-05 16:28 UTC (5+ messages)
` [PATCH bpf-next v7 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
[PATCH v2] LoongArch: BPF: Fix off-by-one error for insn_is_cast_user
2026-09-05 15:06 UTC (2+ messages)
Fault injection for bpf_ringbuf_reserve?
2026-09-05 13:11 UTC
[PATCH bpf-next] bpf, docs: Fix the struct btf_var name in btf.rst
2026-09-05 9:56 UTC
[PATCH bpf-next v5 0/3] Add bpf stack arguments support for RV64
2026-09-05 9:56 UTC (8+ messages)
` [PATCH bpf-next v5 1/3] riscv, bpf: Remap BPF_REG_0 and RV_REG_TCC
` [PATCH bpf-next v5 2/3] riscv, bpf: Add BPF stack arguments support for RV64 JIT
` [PATCH bpf-next v5 3/3] selftests/bpf: Enable stack argument tests for RV64
[PATCH bpf-next] bpf, docs: Fix the struct bpf_cpumask name in kfuncs.rst
2026-09-05 9:55 UTC
[PATCH bpf v1 0/8] Misc bug fixes - part 5
2026-09-05 8:16 UTC (18+ messages)
` [PATCH bpf v1 1/8] bpf: Make post-verification instruction rewrites killable
` [PATCH bpf v1 2/8] selftests/bpf: Test killing a loader during instruction rewrites
` [PATCH bpf v1 3/8] bpf: Preserve packet pointer class displacement in regsafe()
` [PATCH bpf v1 4/8] selftests/bpf: Test packet pointer class displacement pruning
` [PATCH bpf v1 5/8] bpf: Reject fall-through across subprogram boundaries
` [PATCH bpf v1 6/8] selftests/bpf: Test poisoned subprogram terminator
` [PATCH bpf v1 7/8] bpf: Assign lock identity to callback map values
` [PATCH bpf v1 8/8] selftests/bpf: Check callback map value lock identity
[PATCH bpf-next v4 0/3] Add bpf stack arguments support for RV64
2026-09-05 8:15 UTC (14+ messages)
` [PATCH bpf-next v4 1/3] riscv, bpf: Remap BPF_REG_0 and RV_REG_TCC
` [PATCH bpf-next v4 2/3] riscv, bpf: Add BPF stack arguments support for RV64 JIT
` [PATCH bpf-next v4 3/3] selftests/bpf: Enable stack argument tests for RV64
[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
2026-09-05 7:05 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] "
[PATCH v2] bpf, sockmap: Fix self-redirect copied_seq double-counting
2026-09-05 7:03 UTC
[PATCH bpf v1 0/2] Fix bpf_loop syzbot report
2026-09-05 5:56 UTC (5+ messages)
` [PATCH bpf v1 1/2] bpf: Reject non-scalar bpf_loop iteration counts
` [PATCH bpf v1 2/2] selftests/bpf: Test pointer bpf_loop iteration count rejection
[RFC PATCH 00/20] rv: Add support for BPF monitors
2026-09-05 4:53 UTC (17+ messages)
[PATCH bpf-next v1 0/2] Fix global subprog verification context
2026-09-05 4:39 UTC (7+ messages)
` [PATCH bpf-next v1 1/2] bpf: Verify global subprogs in each sleepability context
` [PATCH bpf-next v1 2/2] selftests/bpf: Test global subprog callback contexts
[PATCH bpf v4] bpf: Fix UAF due to concurrent consumption of ttrace lists in alloc_bulk
2026-09-05 3:57 UTC (3+ messages)
[PATCH bpf-next] bpf, riscv: Register extable entries at probe insn call sites
2026-09-05 3:44 UTC (2+ messages)
[PATCH v13 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-05 3:16 UTC (2+ messages)
[PATCH bpf v2] bpf, riscv: Make arena support depend on ZACAS
2026-09-05 3:08 UTC (2+ messages)
[PATCH] Documentation: netvsc: Remove stale "not yet supported" XDP_REDIRECT note
2026-09-05 2:10 UTC (2+ messages)
[PATCH bpf v3] bpf: Fix UAF due to concurrent consumption of ttrace lists in alloc_bulk
2026-09-05 2:00 UTC (3+ messages)
[PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2026-09-01 (i40e)
2026-09-05 1:50 UTC (2+ messages)
[PATCH net-next 2/4] i40e: add support for bpf_xdp_metadata_rx_hash()
2026-09-05 1:50 UTC (3+ messages)
[PATCH bpf 00/10] bpf: add missing precision propagation after bpf_register_is_null calls
2026-09-05 1:20 UTC (19+ messages)
` [PATCH bpf 01/10] bpf: mark a NULL call argument precise
` [PATCH bpf 02/10] selftests/bpf: precision of a NULL helper argument
` [PATCH bpf 03/10] bpf: mark a NULL memory argument of a call precise
` [PATCH bpf 04/10] selftests/bpf: precision of a NULL global subprogram memory argument
` [PATCH bpf 05/10] bpf: mark a NULL kfunc argument precise
` [PATCH bpf 06/10] selftests/bpf: precision of a NULL kfunc argument
` [PATCH bpf 07/10] bpf: mark a NULL BTF_ID argument of a global subprogram precise
` [PATCH bpf 08/10] selftests/bpf: precision of a NULL global subprogram BTF_ID argument
` [PATCH bpf 09/10] bpf: propagate mark_chain_precision() errors out of loop_flag_is_zero()
` [PATCH bpf 10/10] bpf: use mark_arg_precision() in check_mem_size_reg()
[PATCH bpf-next v5 1/2] bpf: Validate program attach type during link update
2026-09-05 1:00 UTC (4+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Cover attach type checks in "
[PATCH bpf] bpf: Fix program BTF use-after-free in sleepable programs
2026-09-05 0:07 UTC (2+ messages)
[PATCH bpf-next 00/12] bpf: Support by-value struct and __int128 arguments
2026-09-04 23:58 UTC (3+ messages)
` [PATCH bpf-next 07/12] bpf, x86: Place kfunc arguments per the SysV calling convention
[PATCH bpf v2 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
2026-09-04 23:16 UTC (3+ messages)
` [PATCH bpf v2 1/2] bpf, veth: xdp: fix page_pool page leak on skb-backed XDP
[PATCH net-next v2] net: mana: remove unreachable dead code in mana_bpf()
2026-09-04 23:10 UTC (2+ messages)
[PATCHv5 net-next] tcp: Add TCP ROCCET congestion control module
2026-09-04 22:25 UTC (2+ messages)
[PATCH] HID: core: fix device cleanup on allocation failure
2026-09-04 22:21 UTC (2+ messages)
[PATCH net-next v5 00/12] gve: AdminQ mode related refactors
2026-09-04 21:56 UTC (13+ messages)
` [PATCH net-next v5 01/12] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v5 06/12] gve: simplify reset logic
` [PATCH net-next v5 07/12] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next v5 09/12] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next v5 10/12] gve: setup and teardown management interrupts
` [PATCH net-next v5 12/12] gve: add link status/speed ctrl ops
[PATCH v12 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-04 21:21 UTC (3+ messages)
[PATCH 0/1]bpf: Fix use-after-free in bpf_prog_test_run_sk_lookup
2026-09-04 21:02 UTC (3+ messages)
` [PATCH 1/1] bpf: Fix use-after-free in bpf_prog_test_run_sk_lookup()
[PATCH bpf-next v1 0/7] Fix timed may_goto with private stacks
2026-09-04 20:33 UTC (18+ messages)
` [PATCH bpf-next v1 1/7] bpf: Fix timed may_goto stack pointer for "
` [PATCH bpf-next v1 2/7] bpf, x86: Use resolved pointer for timed may_goto
` [PATCH bpf-next v1 3/7] bpf, arm64: "
` [PATCH bpf-next v1 4/7] bpf, powerpc64: "
` [PATCH bpf-next v1 5/7] bpf, riscv: "
` [PATCH bpf-next v1 6/7] bpf, s390: "
` [PATCH bpf-next v1 7/7] selftests/bpf: Test timed may_goto with private stacks
[PATCH net] net: mana: restore the XDP program pointer when pre-allocation fails
2026-09-04 20:26 UTC
[PATCH bpf v1 0/8] Misc bug fixes - part 4
2026-09-04 19:30 UTC (4+ messages)
` [PATCH bpf v1 5/8] bpf: Mark NULL kptr stores precise
[PATCH bpf] libbpf: fix log level propagation for light skeleton loaders
2026-09-04 19:21 UTC (3+ messages)
[PATCH bpf-next v4 0/7] bpf: Add user memory access kfuncs for mm_struct
2026-09-04 18:26 UTC (2+ messages)
[PATCH RFC v3 00/13] sysctl: add module aliases
2026-09-04 17:45 UTC (5+ messages)
[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
2026-09-04 17:21 UTC (3+ messages)
` [PATCH v2 02/13] alpha: pass pt_regs to audit_syscall_entry()
[PATCH bpf-next v9 0/8] bpf: add support for KASAN checks in JITed programs
2026-09-04 17:00 UTC (2+ messages)
[PATCH bpf-next v1] selftests/bpf: Fix flaky bpf_nf test when random NAT port is 0
2026-09-04 17:00 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox