diff options
author | Felix Kuehling <Felix.Kuehling@amd.com> | 2017-10-28 02:35:19 +0300 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2017-10-28 02:35:19 +0300 |
commit | 9b56bb115460cee92a80bf85232b4b7da2f080e6 (patch) | |
tree | a2c2d9888ab7e38c5659af2e7e47798ac4c2af6b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 66b783b4465de05ce6b370b1ae97e95b0fc14a34 (diff) | |
download | linux-9b56bb115460cee92a80bf85232b4b7da2f080e6.tar.xz |
drm/amdkfd: Don't dereference kfd_process.mm
The kfd_process doesn't own a reference to the mm_struct, so it can
disappear without warning even while the kfd_process still exists.
Therefore, avoid dereferencing the kfd_process.mm pointer and make
it opaque. Use get_task_mm to get a temporary reference to the mm
when it's needed.
v2: removed unnecessary WARN_ON
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions