aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDmitry Osipenko <[email protected]>2022-04-12 01:15:36 +0300
committerAndrey Grodzovsky <[email protected]>2022-05-17 10:06:41 -0400
commit7d64c40a7d96190d9d06e240305389e025295916 (patch)
tree4b042ed63c8d576a0097a602316a91b4dd9e94bf /tools/perf/scripts/python/export-to-postgresql.py
parenta9ad5822366c5065e6a65fe5ff5090295ba98986 (diff)
drm/scheduler: Don't kill jobs in interrupt context
Interrupt context can't sleep. Drivers like Panfrost and MSM are taking mutex when job is released, and thus, that code can sleep. This results into "BUG: scheduling while atomic" if locks are contented while job is freed. There is no good reason for releasing scheduler's jobs in IRQ context, hence use normal context to fix the trouble. Cc: [email protected] Fixes: 542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes") Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Andrey Grodzovsky <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions