Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Tue, 6 Jul 2021 22:40:05 +0200 you wrote: > The task_struct state got renamed to __state, causing > compile fail: > > runqslower.bpf.c:77:12: error: no member named 'state' in 'struct task_struct' > if (prev->state == TASK_RUNNING) > > As this is tracing prog, I think we don't need to use > READ_ONCE to access __state. > > [...] Here is the summary with links: - tools/runqslower: Change state to __state https://git.kernel.org/bpf/bpf/c/cced7490b172 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html