Advertisement
olcayertas

Nvidia installer log

Oct 21st, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.07 KB | None | 0 0
  1. nvidia-installer log file '/var/log/nvidia-installer.log'
  2. creation time: Tue Oct 22 04:55:52 2013
  3. installer version: 319.60
  4.  
  5. PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  6.  
  7. nvidia-installer command line:
  8. ./nvidia-installer
  9.  
  10. Using: nvidia-installer ncurses user interface
  11. -> License accepted.
  12. -> Installing NVIDIA driver version 319.60.
  13. -> Running distribution scripts
  14. executing: '/usr/lib/nvidia/pre-install'...
  15. -> done.
  16. -> The distribution-provided pre-install script failed! Continue installation anyway? (Answer: Yes)
  17. -> Performing CC sanity check with CC="cc".
  18. -> Kernel source path: '/lib/modules/3.11.0-12-generic/build'
  19. -> Kernel output path: '/lib/modules/3.11.0-12-generic/build'
  20. -> Performing rivafb check.
  21. -> Performing nvidiafb check.
  22. -> Performing Xen check.
  23. -> Cleaning kernel module build directory.
  24. executing: 'cd ./kernel; make clean'...
  25. -> Building kernel module:
  26. executing: 'cd ./kernel; make module SYSSRC=/lib/modules/3.11.0-12-generic/build SYSOUT=/lib/modules/3.11.0-12-generic/build'...
  27. NVIDIA: calling KBUILD...
  28. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  29. echo >&2; \
  30. echo >&2 " ERROR: Kernel configuration is invalid."; \
  31. echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  32. echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  33. echo >&2 ; \
  34. /bin/false)
  35. mkdir -p /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_versions ; rm -f /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_versions/*
  36. make -f scripts/Makefile.build obj=/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel
  37. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/g
  38. enerated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare
  39. -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv.c
  40. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  41. from include/linux/bitops.h:22,
  42. from include/linux/kernel.h:10,
  43. from include/linux/sched.h:15,
  44. from include/linux/utsname.h:5,
  45. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  46. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv.c:13:
  47. include/linux/bitops.h: In function ‘hweight_long’:
  48. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  49. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  50. ^
  51. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  52. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  53. ^
  54. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  55. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  56. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  57. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  58. from include/linux/thread_info.h:54,
  59. from include/linux/preempt.h:9,
  60. from include/linux/spinlock.h:50,
  61. from include/linux/seqlock.h:29,
  62. from include/linux/time.h:5,
  63. from include/uapi/linux/timex.h:56,
  64. from include/linux/timex.h:56,
  65. from include/linux/sched.h:17,
  66. from include/linux/utsname.h:5,
  67. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  68. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv.c:13:
  69. include/linux/cpumask.h: In function ‘cpumask_parse’:
  70. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  71. int len = nl ? nl - buf : strlen(buf);
  72. ^
  73. In file included from include/uapi/linux/stddef.h:1:0,
  74. from include/linux/stddef.h:4,
  75. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  76. from include/uapi/linux/types.h:13,
  77. from include/linux/types.h:5,
  78. from include/uapi/linux/capability.h:16,
  79. from include/linux/capability.h:15,
  80. from include/linux/sched.h:13,
  81. from include/linux/utsname.h:5,
  82. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  83. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv.c:13:
  84. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  85. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  86. if (likely(sz == -1 || sz >= n))
  87. ^
  88. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  89. # define likely(x) __builtin_expect(!!(x), 1)
  90. ^
  91. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv.o"; fi; fi;
  92. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-acpi.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-
  93. asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_acpi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-acpi.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-acpi.c
  94. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  95. from include/linux/bitops.h:22,
  96. from include/linux/kernel.h:10,
  97. from include/linux/sched.h:15,
  98. from include/linux/utsname.h:5,
  99. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  100. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-acpi.c:15:
  101. include/linux/bitops.h: In function ‘hweight_long’:
  102. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  103. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  104. ^
  105. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  106. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  107. ^
  108. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  109. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  110. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  111. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  112. from include/linux/thread_info.h:54,
  113. from include/linux/preempt.h:9,
  114. from include/linux/spinlock.h:50,
  115. from include/linux/seqlock.h:29,
  116. from include/linux/time.h:5,
  117. from include/uapi/linux/timex.h:56,
  118. from include/linux/timex.h:56,
  119. from include/linux/sched.h:17,
  120. from include/linux/utsname.h:5,
  121. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  122. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-acpi.c:15:
  123. include/linux/cpumask.h: In function ‘cpumask_parse’:
  124. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  125. int len = nl ? nl - buf : strlen(buf);
  126. ^
  127. In file included from include/uapi/linux/stddef.h:1:0,
  128. from include/linux/stddef.h:4,
  129. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  130. from include/uapi/linux/types.h:13,
  131. from include/linux/types.h:5,
  132. from include/uapi/linux/capability.h:16,
  133. from include/linux/capability.h:15,
  134. from include/linux/sched.h:13,
  135. from include/linux/utsname.h:5,
  136. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  137. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-acpi.c:15:
  138. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  139. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  140. if (likely(sz == -1 || sz >= n))
  141. ^
  142. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  143. # define likely(x) __builtin_expect(!!(x), 1)
  144. ^
  145. /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-acpi.c: At top level:
  146. /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-acpi.c:70:9: warning: initialization from incompatible pointer type [enabled by default]
  147. .remove = nv_acpi_remove,
  148. ^
  149. /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-acpi.c:70:9: warning: (near initialization for ‘nv_acpi_driver_template.ops.remove’) [enabled by default]
  150. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-acpi.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-acpi.o"; fi; fi;
  151. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-chrdev.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optim
  152. ize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_chrdev)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-chrdev.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-chrdev.c
  153. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  154. from include/linux/bitops.h:22,
  155. from include/linux/kernel.h:10,
  156. from include/linux/sched.h:15,
  157. from include/linux/utsname.h:5,
  158. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  159. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-chrdev.c:15:
  160. include/linux/bitops.h: In function ‘hweight_long’:
  161. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  162. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  163. ^
  164. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  165. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  166. ^
  167. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  168. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  169. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  170. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  171. from include/linux/thread_info.h:54,
  172. from include/linux/preempt.h:9,
  173. from include/linux/spinlock.h:50,
  174. from include/linux/seqlock.h:29,
  175. from include/linux/time.h:5,
  176. from include/uapi/linux/timex.h:56,
  177. from include/linux/timex.h:56,
  178. from include/linux/sched.h:17,
  179. from include/linux/utsname.h:5,
  180. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  181. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-chrdev.c:15:
  182. include/linux/cpumask.h: In function ‘cpumask_parse’:
  183. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  184. int len = nl ? nl - buf : strlen(buf);
  185. ^
  186. In file included from include/uapi/linux/stddef.h:1:0,
  187. from include/linux/stddef.h:4,
  188. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  189. from include/uapi/linux/types.h:13,
  190. from include/linux/types.h:5,
  191. from include/uapi/linux/capability.h:16,
  192. from include/linux/capability.h:15,
  193. from include/linux/sched.h:13,
  194. from include/linux/utsname.h:5,
  195. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  196. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-chrdev.c:15:
  197. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  198. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  199. if (likely(sz == -1 || sz >= n))
  200. ^
  201. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  202. # define likely(x) __builtin_expect(!!(x), 1)
  203. ^
  204. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-chrdev.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-chrdev.o"; fi; fi;
  205. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-cray.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune
  206. =generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_cray)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-
  207. 319.60/kernel/.tmp_nv-cray.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-cray.c
  208. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  209. from include/linux/bitops.h:22,
  210. from include/linux/kernel.h:10,
  211. from include/linux/sched.h:15,
  212. from include/linux/utsname.h:5,
  213. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  214. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-cray.c:15:
  215. include/linux/bitops.h: In function ‘hweight_long’:
  216. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  217. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  218. ^
  219. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  220. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  221. ^
  222. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  223. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  224. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  225. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  226. from include/linux/thread_info.h:54,
  227. from include/linux/preempt.h:9,
  228. from include/linux/spinlock.h:50,
  229. from include/linux/seqlock.h:29,
  230. from include/linux/time.h:5,
  231. from include/uapi/linux/timex.h:56,
  232. from include/linux/timex.h:56,
  233. from include/linux/sched.h:17,
  234. from include/linux/utsname.h:5,
  235. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  236. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-cray.c:15:
  237. include/linux/cpumask.h: In function ‘cpumask_parse’:
  238. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  239. int len = nl ? nl - buf : strlen(buf);
  240. ^
  241. In file included from include/uapi/linux/stddef.h:1:0,
  242. from include/linux/stddef.h:4,
  243. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  244. from include/uapi/linux/types.h:13,
  245. from include/linux/types.h:5,
  246. from include/uapi/linux/capability.h:16,
  247. from include/linux/capability.h:15,
  248. from include/linux/sched.h:13,
  249. from include/linux/utsname.h:5,
  250. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  251. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-cray.c:15:
  252. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  253. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  254. if (likely(sz == -1 || sz >= n))
  255. ^
  256. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  257. # define likely(x) __builtin_expect(!!(x), 1)
  258. ^
  259. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-cray.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-cray.o"; fi; fi;
  260. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-drm.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/inc
  261. lude/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAV
  262. E_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_drm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-drm.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-drm.c
  263. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  264. from include/linux/bitops.h:22,
  265. from include/linux/kernel.h:10,
  266. from include/linux/sched.h:15,
  267. from include/linux/utsname.h:5,
  268. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  269. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-drm.c:15:
  270. include/linux/bitops.h: In function ‘hweight_long’:
  271. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  272. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  273. ^
  274. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  275. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  276. ^
  277. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  278. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  279. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  280. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  281. from include/linux/thread_info.h:54,
  282. from include/linux/preempt.h:9,
  283. from include/linux/spinlock.h:50,
  284. from include/linux/seqlock.h:29,
  285. from include/linux/time.h:5,
  286. from include/uapi/linux/timex.h:56,
  287. from include/linux/timex.h:56,
  288. from include/linux/sched.h:17,
  289. from include/linux/utsname.h:5,
  290. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  291. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-drm.c:15:
  292. include/linux/cpumask.h: In function ‘cpumask_parse’:
  293. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  294. int len = nl ? nl - buf : strlen(buf);
  295. ^
  296. In file included from include/uapi/linux/stddef.h:1:0,
  297. from include/linux/stddef.h:4,
  298. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  299. from include/uapi/linux/types.h:13,
  300. from include/linux/types.h:5,
  301. from include/uapi/linux/capability.h:16,
  302. from include/linux/capability.h:15,
  303. from include/linux/sched.h:13,
  304. from include/linux/utsname.h:5,
  305. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  306. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-drm.c:15:
  307. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  308. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  309. if (likely(sz == -1 || sz >= n))
  310. ^
  311. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  312. # define likely(x) __builtin_expect(!!(x), 1)
  313. ^
  314. In file included from include/drm/drm_crtc.h:32:0,
  315. from include/drm/drmP.h:688,
  316. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-drm.c:19:
  317. include/linux/fb.h: In function ‘__fb_pad_aligned_buffer’:
  318. include/linux/fb.h:650:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  319. for (j = 0; j < s_pitch; j++)
  320. ^
  321. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-drm.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-drm.o"; fi; fi;
  322. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-gvi.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include
  323. -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-funct
  324. ion -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_gvi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-gvi.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-gvi.c
  325. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  326. from include/linux/bitops.h:22,
  327. from include/linux/kernel.h:10,
  328. from include/linux/sched.h:15,
  329. from include/linux/utsname.h:5,
  330. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  331. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-gvi.c:15:
  332. include/linux/bitops.h: In function ‘hweight_long’:
  333. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  334. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  335. ^
  336. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  337. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  338. ^
  339. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  340. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  341. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  342. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  343. from include/linux/thread_info.h:54,
  344. from include/linux/preempt.h:9,
  345. from include/linux/spinlock.h:50,
  346. from include/linux/seqlock.h:29,
  347. from include/linux/time.h:5,
  348. from include/uapi/linux/timex.h:56,
  349. from include/linux/timex.h:56,
  350. from include/linux/sched.h:17,
  351. from include/linux/utsname.h:5,
  352. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  353. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-gvi.c:15:
  354. include/linux/cpumask.h: In function ‘cpumask_parse’:
  355. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  356. int len = nl ? nl - buf : strlen(buf);
  357. ^
  358. In file included from include/uapi/linux/stddef.h:1:0,
  359. from include/linux/stddef.h:4,
  360. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  361. from include/uapi/linux/types.h:13,
  362. from include/linux/types.h:5,
  363. from include/uapi/linux/capability.h:16,
  364. from include/linux/capability.h:15,
  365. from include/linux/sched.h:13,
  366. from include/linux/utsname.h:5,
  367. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  368. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-gvi.c:15:
  369. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  370. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  371. if (likely(sz == -1 || sz >= n))
  372. ^
  373. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  374. # define likely(x) __builtin_expect(!!(x), 1)
  375. ^
  376. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-gvi.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-gvi.o"; fi; fi;
  377. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-i2c.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-av
  378. x -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-i2c.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-i2c.c
  379. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  380. from include/linux/bitops.h:22,
  381. from include/linux/kernel.h:10,
  382. from include/linux/sched.h:15,
  383. from include/linux/utsname.h:5,
  384. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  385. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-i2c.c:15:
  386. include/linux/bitops.h: In function ‘hweight_long’:
  387. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  388. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  389. ^
  390. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  391. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  392. ^
  393. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  394. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  395. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  396. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  397. from include/linux/thread_info.h:54,
  398. from include/linux/preempt.h:9,
  399. from include/linux/spinlock.h:50,
  400. from include/linux/seqlock.h:29,
  401. from include/linux/time.h:5,
  402. from include/uapi/linux/timex.h:56,
  403. from include/linux/timex.h:56,
  404. from include/linux/sched.h:17,
  405. from include/linux/utsname.h:5,
  406. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  407. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-i2c.c:15:
  408. include/linux/cpumask.h: In function ‘cpumask_parse’:
  409. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  410. int len = nl ? nl - buf : strlen(buf);
  411. ^
  412. In file included from include/uapi/linux/stddef.h:1:0,
  413. from include/linux/stddef.h:4,
  414. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  415. from include/uapi/linux/types.h:13,
  416. from include/linux/types.h:5,
  417. from include/uapi/linux/capability.h:16,
  418. from include/linux/capability.h:15,
  419. from include/linux/sched.h:13,
  420. from include/linux/utsname.h:5,
  421. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  422. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-i2c.c:15:
  423. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  424. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  425. if (likely(sz == -1 || sz >= n))
  426. ^
  427. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  428. # define likely(x) __builtin_expect(!!(x), 1)
  429. ^
  430. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-i2c.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-i2c.o"; fi; fi;
  431. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-mempool.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null
  432. -pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mempool)" -D"KBUIL
  433. D_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-mempool.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mempool.c
  434. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  435. from include/linux/bitops.h:22,
  436. from include/linux/kernel.h:10,
  437. from include/linux/sched.h:15,
  438. from include/linux/utsname.h:5,
  439. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  440. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mempool.c:15:
  441. include/linux/bitops.h: In function ‘hweight_long’:
  442. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  443. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  444. ^
  445. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  446. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  447. ^
  448. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  449. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  450. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  451. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  452. from include/linux/thread_info.h:54,
  453. from include/linux/preempt.h:9,
  454. from include/linux/spinlock.h:50,
  455. from include/linux/seqlock.h:29,
  456. from include/linux/time.h:5,
  457. from include/uapi/linux/timex.h:56,
  458. from include/linux/timex.h:56,
  459. from include/linux/sched.h:17,
  460. from include/linux/utsname.h:5,
  461. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  462. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mempool.c:15:
  463. include/linux/cpumask.h: In function ‘cpumask_parse’:
  464. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  465. int len = nl ? nl - buf : strlen(buf);
  466. ^
  467. In file included from include/uapi/linux/stddef.h:1:0,
  468. from include/linux/stddef.h:4,
  469. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  470. from include/uapi/linux/types.h:13,
  471. from include/linux/types.h:5,
  472. from include/uapi/linux/capability.h:16,
  473. from include/linux/capability.h:15,
  474. from include/linux/sched.h:13,
  475. from include/linux/utsname.h:5,
  476. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  477. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mempool.c:15:
  478. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  479. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  480. if (likely(sz == -1 || sz >= n))
  481. ^
  482. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  483. # define likely(x) __builtin_expect(!!(x), 1)
  484. ^
  485. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mempool.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mempool.o"; fi; fi;
  486. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-mlock.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY
  487. -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mlock)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-mlock.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mlock.c
  488. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  489. from include/linux/bitops.h:22,
  490. from include/linux/kernel.h:10,
  491. from include/linux/sched.h:15,
  492. from include/linux/utsname.h:5,
  493. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  494. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mlock.c:15:
  495. include/linux/bitops.h: In function ‘hweight_long’:
  496. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  497. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  498. ^
  499. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  500. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  501. ^
  502. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  503. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  504. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  505. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  506. from include/linux/thread_info.h:54,
  507. from include/linux/preempt.h:9,
  508. from include/linux/spinlock.h:50,
  509. from include/linux/seqlock.h:29,
  510. from include/linux/time.h:5,
  511. from include/uapi/linux/timex.h:56,
  512. from include/linux/timex.h:56,
  513. from include/linux/sched.h:17,
  514. from include/linux/utsname.h:5,
  515. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  516. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mlock.c:15:
  517. include/linux/cpumask.h: In function ‘cpumask_parse’:
  518. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  519. int len = nl ? nl - buf : strlen(buf);
  520. ^
  521. In file included from include/uapi/linux/stddef.h:1:0,
  522. from include/linux/stddef.h:4,
  523. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  524. from include/uapi/linux/types.h:13,
  525. from include/linux/types.h:5,
  526. from include/uapi/linux/capability.h:16,
  527. from include/linux/capability.h:15,
  528. from include/linux/sched.h:13,
  529. from include/linux/utsname.h:5,
  530. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  531. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mlock.c:15:
  532. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  533. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  534. if (likely(sz == -1 || sz >= n))
  535. ^
  536. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  537. # define likely(x) __builtin_expect(!!(x), 1)
  538. ^
  539. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mlock.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mlock.o"; fi; fi;
  540. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-mmap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time
  541. -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mmap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-mmap.o /tmp/selfgz1765/NVIDIA-Linu
  542. x-x86_64-319.60/kernel/nv-mmap.c
  543. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  544. from include/linux/bitops.h:22,
  545. from include/linux/kernel.h:10,
  546. from include/linux/sched.h:15,
  547. from include/linux/utsname.h:5,
  548. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  549. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mmap.c:15:
  550. include/linux/bitops.h: In function ‘hweight_long’:
  551. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  552. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  553. ^
  554. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  555. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  556. ^
  557. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  558. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  559. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  560. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  561. from include/linux/thread_info.h:54,
  562. from include/linux/preempt.h:9,
  563. from include/linux/spinlock.h:50,
  564. from include/linux/seqlock.h:29,
  565. from include/linux/time.h:5,
  566. from include/uapi/linux/timex.h:56,
  567. from include/linux/timex.h:56,
  568. from include/linux/sched.h:17,
  569. from include/linux/utsname.h:5,
  570. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  571. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mmap.c:15:
  572. include/linux/cpumask.h: In function ‘cpumask_parse’:
  573. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  574. int len = nl ? nl - buf : strlen(buf);
  575. ^
  576. In file included from include/uapi/linux/stddef.h:1:0,
  577. from include/linux/stddef.h:4,
  578. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  579. from include/uapi/linux/types.h:13,
  580. from include/linux/types.h:5,
  581. from include/uapi/linux/capability.h:16,
  582. from include/linux/capability.h:15,
  583. from include/linux/sched.h:13,
  584. from include/linux/utsname.h:5,
  585. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  586. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mmap.c:15:
  587. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  588. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  589. if (likely(sz == -1 || sz >= n))
  590. ^
  591. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  592. # define likely(x) __builtin_expect(!!(x), 1)
  593. ^
  594. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mmap.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-mmap.o"; fi; fi;
  595. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-p2p.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-g
  596. eneric/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/
  597. kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_p2p)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-p2p.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-p2p.c
  598. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  599. from include/linux/bitops.h:22,
  600. from include/linux/kernel.h:10,
  601. from include/linux/sched.h:15,
  602. from include/linux/utsname.h:5,
  603. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  604. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-p2p.c:15:
  605. include/linux/bitops.h: In function ‘hweight_long’:
  606. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  607. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  608. ^
  609. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  610. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  611. ^
  612. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  613. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  614. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  615. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  616. from include/linux/thread_info.h:54,
  617. from include/linux/preempt.h:9,
  618. from include/linux/spinlock.h:50,
  619. from include/linux/seqlock.h:29,
  620. from include/linux/time.h:5,
  621. from include/uapi/linux/timex.h:56,
  622. from include/linux/timex.h:56,
  623. from include/linux/sched.h:17,
  624. from include/linux/utsname.h:5,
  625. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  626. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-p2p.c:15:
  627. include/linux/cpumask.h: In function ‘cpumask_parse’:
  628. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  629. int len = nl ? nl - buf : strlen(buf);
  630. ^
  631. In file included from include/uapi/linux/stddef.h:1:0,
  632. from include/linux/stddef.h:4,
  633. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  634. from include/uapi/linux/types.h:13,
  635. from include/linux/types.h:5,
  636. from include/uapi/linux/capability.h:16,
  637. from include/linux/capability.h:15,
  638. from include/linux/sched.h:13,
  639. from include/linux/utsname.h:5,
  640. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  641. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-p2p.c:15:
  642. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  643. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  644. if (likely(sz == -1 || sz >= n))
  645. ^
  646. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  647. # define likely(x) __builtin_expect(!!(x), 1)
  648. ^
  649. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-p2p.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-p2p.o"; fi; fi;
  650. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-pat.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCO
  651. NFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_pat)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-pat.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-pat.c
  652. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  653. from include/linux/bitops.h:22,
  654. from include/linux/kernel.h:10,
  655. from include/linux/sched.h:15,
  656. from include/linux/utsname.h:5,
  657. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  658. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-pat.c:15:
  659. include/linux/bitops.h: In function ‘hweight_long’:
  660. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  661. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  662. ^
  663. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  664. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  665. ^
  666. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  667. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  668. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  669. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  670. from include/linux/thread_info.h:54,
  671. from include/linux/preempt.h:9,
  672. from include/linux/spinlock.h:50,
  673. from include/linux/seqlock.h:29,
  674. from include/linux/time.h:5,
  675. from include/uapi/linux/timex.h:56,
  676. from include/linux/timex.h:56,
  677. from include/linux/sched.h:17,
  678. from include/linux/utsname.h:5,
  679. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  680. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-pat.c:15:
  681. include/linux/cpumask.h: In function ‘cpumask_parse’:
  682. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  683. int len = nl ? nl - buf : strlen(buf);
  684. ^
  685. In file included from include/uapi/linux/stddef.h:1:0,
  686. from include/linux/stddef.h:4,
  687. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  688. from include/uapi/linux/types.h:13,
  689. from include/linux/types.h:5,
  690. from include/uapi/linux/capability.h:16,
  691. from include/linux/capability.h:15,
  692. from include/linux/sched.h:13,
  693. from include/linux/utsname.h:5,
  694. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  695. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-pat.c:15:
  696. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  697. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  698. if (likely(sz == -1 || sz >= n))
  699. ^
  700. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  701. # define likely(x) __builtin_expect(!!(x), 1)
  702. ^
  703. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-pat.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-pat.o"; fi; fi;
  704. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-procfs.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-
  705. prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcm
  706. odel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_procfs)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-procfs.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-procfs.c
  707. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  708. from include/linux/bitops.h:22,
  709. from include/linux/kernel.h:10,
  710. from include/linux/sched.h:15,
  711. from include/linux/utsname.h:5,
  712. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  713. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-procfs.c:15:
  714. include/linux/bitops.h: In function ‘hweight_long’:
  715. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  716. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  717. ^
  718. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  719. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  720. ^
  721. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  722. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  723. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  724. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  725. from include/linux/thread_info.h:54,
  726. from include/linux/preempt.h:9,
  727. from include/linux/spinlock.h:50,
  728. from include/linux/seqlock.h:29,
  729. from include/linux/time.h:5,
  730. from include/uapi/linux/timex.h:56,
  731. from include/linux/timex.h:56,
  732. from include/linux/sched.h:17,
  733. from include/linux/utsname.h:5,
  734. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  735. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-procfs.c:15:
  736. include/linux/cpumask.h: In function ‘cpumask_parse’:
  737. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  738. int len = nl ? nl - buf : strlen(buf);
  739. ^
  740. In file included from include/uapi/linux/stddef.h:1:0,
  741. from include/linux/stddef.h:4,
  742. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  743. from include/uapi/linux/types.h:13,
  744. from include/linux/types.h:5,
  745. from include/uapi/linux/capability.h:16,
  746. from include/linux/capability.h:15,
  747. from include/linux/sched.h:13,
  748. from include/linux/utsname.h:5,
  749. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  750. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-procfs.c:15:
  751. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  752. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  753. if (likely(sz == -1 || sz >= n))
  754. ^
  755. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  756. # define likely(x) __builtin_expect(!!(x), 1)
  757. ^
  758. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-procfs.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-procfs.o"; fi; fi;
  759. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-usermap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-
  760. larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_usermap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-usermap.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-usermap.c
  761. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  762. from include/linux/bitops.h:22,
  763. from include/linux/kernel.h:10,
  764. from include/linux/sched.h:15,
  765. from include/linux/utsname.h:5,
  766. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  767. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-usermap.c:15:
  768. include/linux/bitops.h: In function ‘hweight_long’:
  769. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  770. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  771. ^
  772. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  773. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  774. ^
  775. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  776. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  777. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  778. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  779. from include/linux/thread_info.h:54,
  780. from include/linux/preempt.h:9,
  781. from include/linux/spinlock.h:50,
  782. from include/linux/seqlock.h:29,
  783. from include/linux/time.h:5,
  784. from include/uapi/linux/timex.h:56,
  785. from include/linux/timex.h:56,
  786. from include/linux/sched.h:17,
  787. from include/linux/utsname.h:5,
  788. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  789. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-usermap.c:15:
  790. include/linux/cpumask.h: In function ‘cpumask_parse’:
  791. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  792. int len = nl ? nl - buf : strlen(buf);
  793. ^
  794. In file included from include/uapi/linux/stddef.h:1:0,
  795. from include/linux/stddef.h:4,
  796. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  797. from include/uapi/linux/types.h:13,
  798. from include/linux/types.h:5,
  799. from include/uapi/linux/capability.h:16,
  800. from include/linux/capability.h:15,
  801. from include/linux/sched.h:13,
  802. from include/linux/utsname.h:5,
  803. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  804. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-usermap.c:15:
  805. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  806. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  807. if (likely(sz == -1 || sz >= n))
  808. ^
  809. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  810. # define likely(x) __builtin_expect(!!(x), 1)
  811. ^
  812. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-usermap.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-usermap.o"; fi; fi;
  813. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-vm.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security
  814. -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm
  815. )" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-vm.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vm.c
  816. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  817. from include/linux/bitops.h:22,
  818. from include/linux/kernel.h:10,
  819. from include/linux/sched.h:15,
  820. from include/linux/utsname.h:5,
  821. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  822. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vm.c:14:
  823. include/linux/bitops.h: In function ‘hweight_long’:
  824. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  825. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  826. ^
  827. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  828. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  829. ^
  830. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  831. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  832. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  833. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  834. from include/linux/thread_info.h:54,
  835. from include/linux/preempt.h:9,
  836. from include/linux/spinlock.h:50,
  837. from include/linux/seqlock.h:29,
  838. from include/linux/time.h:5,
  839. from include/uapi/linux/timex.h:56,
  840. from include/linux/timex.h:56,
  841. from include/linux/sched.h:17,
  842. from include/linux/utsname.h:5,
  843. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  844. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vm.c:14:
  845. include/linux/cpumask.h: In function ‘cpumask_parse’:
  846. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  847. int len = nl ? nl - buf : strlen(buf);
  848. ^
  849. In file included from include/uapi/linux/stddef.h:1:0,
  850. from include/linux/stddef.h:4,
  851. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  852. from include/uapi/linux/types.h:13,
  853. from include/linux/types.h:5,
  854. from include/uapi/linux/capability.h:16,
  855. from include/linux/capability.h:15,
  856. from include/linux/sched.h:13,
  857. from include/linux/utsname.h:5,
  858. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  859. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vm.c:14:
  860. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  861. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  862. if (likely(sz == -1 || sz >= n))
  863. ^
  864. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  865. # define likely(x) __builtin_expect(!!(x), 1)
  866. ^
  867. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vm.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vm.o"; fi; fi;
  868. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.nv-vtophys.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-
  869. statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vtophys)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_nv-vtophys.o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vtophys.c
  870. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  871. from include/linux/bitops.h:22,
  872. from include/linux/kernel.h:10,
  873. from include/linux/sched.h:15,
  874. from include/linux/utsname.h:5,
  875. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  876. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vtophys.c:15:
  877. include/linux/bitops.h: In function ‘hweight_long’:
  878. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  879. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  880. ^
  881. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  882. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  883. ^
  884. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  885. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  886. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  887. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  888. from include/linux/thread_info.h:54,
  889. from include/linux/preempt.h:9,
  890. from include/linux/spinlock.h:50,
  891. from include/linux/seqlock.h:29,
  892. from include/linux/time.h:5,
  893. from include/uapi/linux/timex.h:56,
  894. from include/linux/timex.h:56,
  895. from include/linux/sched.h:17,
  896. from include/linux/utsname.h:5,
  897. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  898. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vtophys.c:15:
  899. include/linux/cpumask.h: In function ‘cpumask_parse’:
  900. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  901. int len = nl ? nl - buf : strlen(buf);
  902. ^
  903. In file included from include/uapi/linux/stddef.h:1:0,
  904. from include/linux/stddef.h:4,
  905. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  906. from include/uapi/linux/types.h:13,
  907. from include/linux/types.h:5,
  908. from include/uapi/linux/capability.h:16,
  909. from include/linux/capability.h:15,
  910. from include/linux/sched.h:13,
  911. from include/linux/utsname.h:5,
  912. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  913. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vtophys.c:15:
  914. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  915. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  916. if (likely(sz == -1 || sz >= n))
  917. ^
  918. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  919. # define likely(x) __builtin_expect(!!(x), 1)
  920. ^
  921. if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vtophys.o != "scripts/mod/empty.o" ]; then /usr/src/linux-headers-3.11.0-12-generic/scripts/recordmcount "/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-vtophys.o"; fi; fi;
  922. cc -Wp,-MD,/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.os-interface.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.11.0-12-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-12-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time
  923. -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.60\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/.tmp_os-interface.o /tmp/selfgz1765/N
  924. VIDIA-Linux-x86_64-319.60/kernel/os-interface.c
  925. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/bitops.h:514:0,
  926. from include/linux/bitops.h:22,
  927. from include/linux/kernel.h:10,
  928. from include/linux/sched.h:15,
  929. from include/linux/utsname.h:5,
  930. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  931. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:26:
  932. include/linux/bitops.h: In function ‘hweight_long’:
  933. include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  934. #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
  935. ^
  936. include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
  937. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  938. ^
  939. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4:0,
  940. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  941. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  942. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  943. from include/linux/thread_info.h:54,
  944. from include/linux/preempt.h:9,
  945. from include/linux/spinlock.h:50,
  946. from include/linux/seqlock.h:29,
  947. from include/linux/time.h:5,
  948. from include/uapi/linux/timex.h:56,
  949. from include/linux/timex.h:56,
  950. from include/linux/sched.h:17,
  951. from include/linux/utsname.h:5,
  952. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  953. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:26:
  954. include/linux/cpumask.h: In function ‘cpumask_parse’:
  955. include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  956. int len = nl ? nl - buf : strlen(buf);
  957. ^
  958. In file included from include/uapi/linux/stddef.h:1:0,
  959. from include/linux/stddef.h:4,
  960. from /usr/src/linux-headers-3.11.0-12-generic/include/uapi/linux/posix_types.h:4,
  961. from include/uapi/linux/types.h:13,
  962. from include/linux/types.h:5,
  963. from include/uapi/linux/capability.h:16,
  964. from include/linux/capability.h:15,
  965. from include/linux/sched.h:13,
  966. from include/linux/utsname.h:5,
  967. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:44,
  968. from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:26:
  969. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
  970. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  971. if (likely(sz == -1 || sz >= n))
  972. ^
  973. include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
  974. # define likely(x) __builtin_expect(!!(x), 1)
  975. ^
  976. In file included from /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:26:0:
  977. /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c: In function ‘os_get_system_memory_size’:
  978. /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:1040:41: error: ‘num_physpages’ undeclared (first use in this function)
  979. #define NV_NUM_PHYSPAGES num_physpages
  980. ^
  981. /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:255:21: note: in expansion of macro ‘NV_NUM_PHYSPAGES’
  982. return (((NvU64)NV_NUM_PHYSPAGES * PAGE_SIZE) / RM_PAGE_SIZE);
  983. ^
  984. /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/nv-linux.h:1040:41: note: each undeclared identifier is reported only once for each function it appears in
  985. #define NV_NUM_PHYSPAGES num_physpages
  986. ^
  987. /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:255:21: note: in expansion of macro ‘NV_NUM_PHYSPAGES’
  988. return (((NvU64)NV_NUM_PHYSPAGES * PAGE_SIZE) / RM_PAGE_SIZE);
  989. ^
  990. /tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:256:1: warning: control reaches end of non-void function [-Wreturn-type]
  991. }
  992. ^
  993. make[3]: *** [/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.o] Error 1
  994. make[2]: *** [_module_/tmp/selfgz1765/NVIDIA-Linux-x86_64-319.60/kernel] Error 2
  995. NVIDIA: left KBUILD.
  996. nvidia.ko failed to build!
  997. make[1]: *** [module] Error 1
  998. make: *** [module] Error 2
  999. -> Error.
  1000. ERROR: Unable to build the NVIDIA kernel module.
  1001. ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement