diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2023-01-26 16:08:38 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2023-01-31 15:01:47 +0100 |
| commit | 4d627628d7584f3d3add1d53342d0f01aa878e04 (patch) | |
| tree | 9a5efa3170d02f87c19c061750a63b9f119cd345 /tools/perf/scripts/python/bin | |
| parent | sched/clock: Make local_clock() noinstr (diff) | |
| download | linux-4d627628d7584f3d3add1d53342d0f01aa878e04.tar.gz linux-4d627628d7584f3d3add1d53342d0f01aa878e04.zip | |
cpuidle: Fix poll_idle() noinstr annotation
The instrumentation_begin()/end() annotations in poll_idle() were
complete nonsense. Specifically they caused tracing to happen in the
middle of noinstr code, resulting in RCU splats.
Now that local_clock() is noinstr, mark up the rest and let it rip.
Fixes: 00717eb8c955 ("cpuidle: Annotate poll_idle()")
Reported-by: kernel test robot <oliver.sang@intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://lore.kernel.org/oe-lkp/202301192148.58ece903-oliver.sang@intel.com
Link: https://lore.kernel.org/r/20230126151323.819534689@infradead.org
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
