diff options
| author | Chris Wilson <[email protected]> | 2017-11-09 21:34:49 +0000 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2017-11-09 22:06:03 +0000 |
| commit | 15e4cda950ea660837f6733426691c8e467010a6 (patch) | |
| tree | 2f8951d0aa4b6aa6f6daa029004fdf558f25969a /tools/perf/scripts/python/stackcollapse.py | |
| parent | bccd3b831185e75c4138bc3fd5201f3214dfeb3d (diff) | |
drm/i915: Mark vm_free_page() as a potential sleeper agent
vm_free_page() may call down into set_pages_array_wb() (which itself
sleeps, on x86 at least) but only if on !llc and the caches overflow.
Since this is unlikely, we only rarely trigger the error in practice,
and so to make CI detection of this sleeping bug possible we want to
mark the common vm_free_page() as a potential sleep.
Suggested-by: Tvrtko Ursulin <[email protected]>
References: https://bugs.freedesktop.org/show_bug.cgi?id=103638
Signed-off-by: Chris Wilson <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Matthew Auld <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions