i915/selftest/igt_mmap: let mmap tests run in kthread
authorMikolaj Wasiak <mikolaj.wasiak@intel.com>
Tue, 4 Mar 2025 08:43:26 +0000 (09:43 +0100)
committerAndi Shyti <andi.shyti@linux.intel.com>
Fri, 14 Mar 2025 14:30:31 +0000 (15:30 +0100)
commit34b1c1c71d375835d589e0929299b8caf0171cf1
tree8eb9ee00238522eec8f813772b98cb1f9b6ed054
parentbfef148f3680e6b9d28e7fca46d9520f80c5e50e
i915/selftest/igt_mmap: let mmap tests run in kthread

When the driver is loaded on the system with numa nodes it might be run in
a kthread, which makes it impossible to use current->mm in the selftest.
This patch allows the selftest to use current->mm by using active_mm.

Signed-off-by: Mikolaj Wasiak <mikolaj.wasiak@intel.com>
Reviewed-by: Eugene Kobyak <eugene.kobyak@intel.com>
Reviewed-by: Krzysztof Niemiec <krzysztof.niemiec@intel.com>
Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/2w6pt2hnemndwmanwhyn3keexa6vtha7rmo6rqoerkmyxhbrh2@ls7lndjpia6z
drivers/gpu/drm/i915/gem/selftests/i915_gem_mman.c