Message ID | 20250304003239.2390751-1-memxor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Timed may_goto | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Mon, 3 Mar 2025 16:32:37 -0800 you wrote: > This series replaces the current implementation of cond_break, which > uses the may_goto instruction, and counts 8 million iterations per stack > frame, with an implementation based on sampling time locally on the CPU. > > This is done to permit a longer time for a given loop per-program > invocation. The accounting is still done per-stack frame, but the count > is used to instead amortize the cost of the logic to sample and check > the time spent since the start. > > [...] Here is the summary with links: - [bpf-next,v2,1/2] bpf: Add verifier support for timed may_goto https://git.kernel.org/bpf/bpf-next/c/13a664f46e34 - [bpf-next,v2,2/2] bpf, x86: Add x86 JIT support for timed may_goto https://git.kernel.org/bpf/bpf-next/c/2cb0a5215274 You are awesome, thank you!