This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur NVIDIA-Linux-x86_64-375.20/kernel/common/inc/nv-mm.h NVIDIA-Linux-x86_64-375.20-patched/kernel/common/inc/nv-mm.h | |
--- NVIDIA-Linux-x86_64-375.20/kernel/common/inc/nv-mm.h 2016-11-16 00:53:45.000000000 +0100 | |
+++ NVIDIA-Linux-x86_64-375.20-patched/kernel/common/inc/nv-mm.h 2016-12-15 09:54:13.755753901 +0100 | |
@@ -83,7 +83,7 @@ | |
if (force) | |
flags |= FOLL_FORCE; | |
- return get_user_pages_remote(tsk, mm, start, nr_pages, flags, pages, vmas); | |
+ return get_user_pages_remote(tsk, mm, start, nr_pages, flags, pages, vmas, NULL); | |
} |