> When driver is loaded on system with numa nodes it might be run in kthread. > This makes it impossible to use current->mm in selftests which currently > creates null pointer exception. > This patch allows selftest to use current->mm by using active_mm. > > Signed-off-by: Mikolaj Wasiak <mikolaj.wasiak@xxxxxxxxx> Hi, LGTM Reviewed-by: Eugene Kobyak <eugene.kobyak@xxxxxxxxx> Best regards Eugene