messages from 2026-07-14 19:25:33 to 2026-07-15 09:20:34 UTC [more...]
[PATCH bpf v3 0/2] bpf, sockmap: Fix FIONREAD for sockets without a verdict program
2026-07-15 9:20 UTC (4+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Test FIONREAD on a sockmap socket "
[PATCH bpf v5 0/2] bpf: Reject negative const offsets for buffer pointers
2026-07-15 9:16 UTC (8+ messages)
` [PATCH bpf v5 2/2] selftests/bpf: Cover negative buffer pointer offsets
[PATCH bpf-next v2 0/7] Unify helper and kfunc call_arg_meta
2026-07-15 9:10 UTC (12+ messages)
` [PATCH bpf-next v2 1/7] bpf: Remove dynptr check in check_stack_range_initialized()
` [PATCH bpf-next v2 2/7] bpf: Factor out raw_mode-related fields in bpf_call_arg_meta
` [PATCH bpf-next v2 3/7] bpf: Pass argno to callees in check_func_arg() instead of argno_from_reg(regno)
` [PATCH bpf-next v2 4/7] bpf: Unify helper and kfunc allocation-size argument handling
` [PATCH bpf-next v2 5/7] selftests/bpf: Test kfunc returning zero-sized allocation buffer
` [PATCH bpf-next v2 6/7] bpf: Drop redundant pkt_access from bpf_call_arg_meta
` [PATCH bpf-next v2 7/7] bpf: Unify helper and kfunc call argument meta
[PATCH bpf v4 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
2026-07-15 9:00 UTC (6+ messages)
` [PATCH bpf v4 2/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
[PATCH v2] docs: bpf: document BPF_RB_OVERWRITE_POS in bpf_ringbuf_query
2026-07-15 9:00 UTC (2+ messages)
[PATCH bpf-next v7 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-07-15 9:00 UTC (2+ messages)
[PATCH bpf-next v2 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-15 8:56 UTC (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-15 8:49 UTC (8+ messages)
` [PATCH mm-hotfixes v3 2/4] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF
[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
2026-07-15 8:40 UTC (16+ messages)
` [PATCH v2 1/9] exec: stash bpf-selected interpreter state in struct linux_binprm
` [PATCH v2 2/9] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/9] binfmt_misc: let the entry lookup walk sleep
` [PATCH v2 4/9] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 5/9] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 6/9] binfmt_misc: let bpf handlers pass an argument to the interpreter
` [PATCH v2 7/9] binfmt_misc: let a bpf handler choose the invocation flags per exec
` [PATCH v2 8/9] binfmt_misc: let a bpf handler run the interpreter transparently
` [PATCH v2 9/9] selftests/exec: add binfmt_misc bpf-backed handler test
[PATCH bpf-next v4 0/6] Add the capability to load HW RX checksum in eBPF programs
2026-07-15 8:32 UTC (5+ messages)
` [PATCH bpf-next v4 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
[PATCH bpf-next v3 00/17] Redesign Verification Errors
2026-07-15 7:37 UTC (7+ messages)
` [PATCH bpf-next v3 13/17] bpf: Report Program Structure CFG errors
` [PATCH bpf-next v3 16/17] bpf: Report Verifier Internal errors
[PATCH] selftests/seccomp: Fix pointer type mismatch build error
2026-07-15 7:32 UTC (2+ messages)
[PATCH bpf-next v2 0/2] Reject callback subprogs invoke tailcall
2026-07-15 7:12 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase for callback with tailcall
[PATCH v3 0/2] bpf, riscv: add timed may_goto support
2026-07-15 7:12 UTC (3+ messages)
` [PATCH v3 1/2] bpf, riscv: add support for timed may_goto
` [PATCH v3 2/2] selftests/bpf: enable timed may_goto tests for riscv64
[PATCH bpf-next v1 0/4] Unify helper and kfunc call_arg_meta
2026-07-15 5:48 UTC (10+ messages)
` [PATCH bpf-next v1 2/4] bpf: Factor out raw_mode-related fields in bpf_call_arg_meta
` [PATCH bpf-next v1 3/4] bpf: Unify helper and kfunc allocation-size argument handling
` [PATCH bpf-next v1 4/4] bpf: Unify helper and kfunc call argument meta
[PATCH] selftests/ftrace: Add test case for a symbol in a module without module name
2026-07-15 1:58 UTC (4+ messages)
[PATCH] bpf/btf: Move tracing BTF APIs to the BTF library
2026-07-15 1:53 UTC (3+ messages)
[PATCH bpf-next v2 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-15 1:27 UTC
[PATCH bpf-next 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-15 1:03 UTC (3+ messages)
[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
2026-07-15 0:53 UTC (8+ messages)
` [PATCH bpf-next v5 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v5 03/10] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v5 04/10] bpf, x86: add helper to emit kasan checks in x86 "
[PATCH 6.18.y 0/6] cBPF JIT spray hardening
2026-07-15 0:12 UTC (2+ messages)
[PATCH] sched_ext: Validate cid override before updating tables
2026-07-14 23:56 UTC (2+ messages)
[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
2026-07-14 20:52 UTC (6+ messages)
` [PATCH v3 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
` [PATCH v3 1/2] "
` [PATCH v3 2/2] "
[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
2026-07-14 20:47 UTC (3+ messages)
[PATCH bpf-next v2] bpf, x86: Add support for BPF_SDIV and BPF_SMOD in the i386 JIT
2026-07-14 19:59 UTC (3+ messages)
[PATCH 6.16.y 0/6] cBPF JIT spray hardening
2026-07-14 19:36 UTC (5+ messages)
` [PATCH 6.16.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.16.y 3/6] bpf: Restrict JIT predictor flush to cBPF
page: | 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