diff options
| author | Steven Rostedt (VMware) <[email protected]> | 2021-10-07 09:53:53 -0400 |
|---|---|---|
| committer | Steven Rostedt (VMware) <[email protected]> | 2021-10-07 09:56:38 -0400 |
| commit | b30a779d5c557e99b93917f33d441948c9aead97 (patch) | |
| tree | 2261f39dba0a476ccdd5582ac87c38aa8a72c470 /tools/perf/scripts/python/sched-migration.py | |
| parent | 8d6e90983ade25ec7925211ac31d9ccaf64b7edf (diff) | |
tracing: Initialize upper and lower vars in pid_list_refill_irq()
The upper and lower variables are set as link lists to add into the sparse
array. If they are NULL, after the needed allocations are done, then there
is nothing to add. But they need to be initialized to NULL for this to
work.
Link: https://lore.kernel.org/all/[email protected]/
Fixes: 8d6e90983ade ("tracing: Create a sparse bitmask for pid filtering")
Reported-by: Colin Ian King <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions