diff options
| author | Boqun Feng <[email protected]> | 2021-06-18 17:01:08 +0000 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2021-06-22 14:42:07 +0000 |
| commit | d4c157c7b1a67a0844a904baaca9a840c196c103 (patch) | |
| tree | e716bdd8c65297b0911335f89f765ab96dc2f096 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | locking/lockdep: Fix the dep path printing for backwards BFS (diff) | |
| download | kernel-d4c157c7b1a67a0844a904baaca9a840c196c103.tar.gz kernel-d4c157c7b1a67a0844a904baaca9a840c196c103.zip | |
locking/lockdep: Remove the unnecessary trace saving
In print_bad_irq_dependency(), save_trace() is called to set the ->trace
for @prev_root as the current call trace, however @prev_root corresponds
to the the held lock, which may not be acquired in current call trace,
therefore it's wrong to use save_trace() to set ->trace of @prev_root.
Moreover, with our adjustment of printing backwards dependency path, the
->trace of @prev_root is unncessary, so remove it.
Reported-by: Johannes Berg <[email protected]>
Signed-off-by: Boqun Feng <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
