Advertisement
Guest User

nvidia

a guest
Jan 22nd, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 246.65 KB | None | 0 0
  1. nvidia-installer log file '/var/log/nvidia-installer.log'
  2. creation time: Wed Jan 22 17:04:04 2014
  3. installer version: 331.38
  4.  
  5. PATH: .:/bin/:/usr/bin/:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/lib/qt/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 331.38.
  13. -> Performing CC sanity check with CC="cc".
  14. -> Kernel source path: '/lib/modules/3.13.0/source'
  15. -> Kernel output path: '/lib/modules/3.13.0/build'
  16. -> Performing rivafb check.
  17. -> Performing nvidiafb check.
  18. -> Performing Xen check.
  19. -> Performing PREEMPT_RT check.
  20. -> Cleaning kernel module build directory.
  21. executing: 'cd ./kernel; make clean'...
  22. -> Building NVIDIA kernel module:
  23. executing: 'cd ./kernel; make module SYSSRC=/lib/modules/3.13.0/source SYSOUT=/lib/modules/3.13.0/build NV_BUILD_MODULE_INSTANCES='...
  24. NVIDIA: calling KBUILD...
  25. make[1]: Entering directory `/usr/local/opt/kernel/linux-3.13'
  26. make -C /lib/modules/3.13.0/build \
  27. KBUILD_SRC=/usr/local/opt/kernel/linux-3.13 \
  28. KBUILD_EXTMOD="/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel" -f /usr/local/opt/kernel/linux-3.13/Makefile \
  29. modules
  30. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  31. echo >&2; \
  32. echo >&2 " ERROR: Kernel configuration is invalid."; \
  33. echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  34. echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  35. echo >&2 ; \
  36. /bin/false)
  37. mkdir -p /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.tmp_versions ; rm -f /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.tmp_versions/*
  38. make -f /usr/local/opt/kernel/linux-3.13/scripts/Makefile.build obj=/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel
  39. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protec
  40. tor -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv.c
  41. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  42. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  43. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  44. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  45. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  46. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  47. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv.c:13:
  48. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  49. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  50. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  51. ^
  52. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  53. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  54. ^
  55. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  56. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  57. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  58. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  59. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  60. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  61. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  62. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  63. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  64. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  65. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  66. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  67. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  68. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  69. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  70. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv.c:13:
  71. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  72. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  73. int len = nl ? nl - buf : strlen(buf);
  74. ^
  75. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  76. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  77. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  78. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  79. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  80. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  81. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  82. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  83. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  84. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  85. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv.c:13:
  86. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  87. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  88. if (likely(sz < 0 || sz >= n))
  89. ^
  90. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  91. # define likely(x) __builtin_expect(!!(x), 1)
  92. ^
  93. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  94. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  95. if (likely(sz < 0 || sz >= n))
  96. ^
  97. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  98. # define likely(x) __builtin_expect(!!(x), 1)
  99. ^
  100. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-acpi.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs
  101. -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_E
  102. NABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_acpi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-acpi.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-acpi.c
  103. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  104. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  105. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  106. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  107. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  108. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  109. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-acpi.c:15:
  110. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  111. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  112. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  113. ^
  114. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  115. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  116. ^
  117. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  118. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  119. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  120. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  121. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  122. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  123. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  124. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  125. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  126. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  127. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  128. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  129. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  130. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  131. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  132. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-acpi.c:15:
  133. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  134. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  135. int len = nl ? nl - buf : strlen(buf);
  136. ^
  137. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  138. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  139. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  140. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  141. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  142. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  143. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  144. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  145. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  146. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  147. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-acpi.c:15:
  148. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  149. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  150. if (likely(sz < 0 || sz >= n))
  151. ^
  152. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  153. # define likely(x) __builtin_expect(!!(x), 1)
  154. ^
  155. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  156. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  157. if (likely(sz < 0 || sz >= n))
  158. ^
  159. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  160. # define likely(x) __builtin_expect(!!(x), 1)
  161. ^
  162. /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-acpi.c: At top level:
  163. /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-acpi.c:70:9: warning: initialization from incompatible pointer type [enabled by default]
  164. .remove = nv_acpi_remove,
  165. ^
  166. /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-acpi.c:70:9: warning: (near initialization for 'nv_acpi_driver_template.ops.remove') [enabled by default]
  167. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-chrdev.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implici
  168. t-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMOD
  169. ULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_chrdev)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-chrdev.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-chrdev.c
  170. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  171. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  172. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  173. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  174. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  175. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  176. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-chrdev.c:15:
  177. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  178. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  179. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  180. ^
  181. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  182. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  183. ^
  184. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  185. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  186. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  187. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  188. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  189. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  190. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  191. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  192. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  193. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  194. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  195. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  196. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  197. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  198. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  199. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-chrdev.c:15:
  200. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  201. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  202. int len = nl ? nl - buf : strlen(buf);
  203. ^
  204. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  205. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  206. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  207. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  208. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  209. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  210. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  211. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  212. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  213. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  214. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-chrdev.c:15:
  215. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  216. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  217. if (likely(sz < 0 || sz >= n))
  218. ^
  219. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  220. # define likely(x) __builtin_expect(!!(x), 1)
  221. ^
  222. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  223. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  224. if (likely(sz < 0 || sz >= n))
  225. ^
  226. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  227. # define likely(x) __builtin_expect(!!(x), 1)
  228. ^
  229. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-cray.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dn
  230. ow -mno-avx -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_cray)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-cray.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-cray.c
  231. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  232. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  233. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  234. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  235. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  236. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  237. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-cray.c:15:
  238. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  239. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  240. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  241. ^
  242. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  243. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  244. ^
  245. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  246. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  247. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  248. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  249. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  250. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  251. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  252. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  253. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  254. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  255. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  256. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  257. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  258. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  259. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  260. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-cray.c:15:
  261. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  262. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  263. int len = nl ? nl - buf : strlen(buf);
  264. ^
  265. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  266. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  267. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  268. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  269. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  270. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  271. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  272. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  273. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  274. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  275. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-cray.c:15:
  276. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  277. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  278. if (likely(sz < 0 || sz >= n))
  279. ^
  280. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  281. # define likely(x) __builtin_expect(!!(x), 1)
  282. ^
  283. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  284. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  285. if (likely(sz < 0 || sz >= n))
  286. ^
  287. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  288. # define likely(x) __builtin_expect(!!(x), 1)
  289. ^
  290. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-drm.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -D_
  291. _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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=
  292. \"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_drm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-drm.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-drm.c
  293. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  294. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  295. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  296. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  297. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  298. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  299. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-drm.c:15:
  300. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  301. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  302. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  303. ^
  304. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  305. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  306. ^
  307. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  308. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  309. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  310. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  311. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  312. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  313. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  314. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  315. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  316. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  317. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  318. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  319. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  320. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  321. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  322. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-drm.c:15:
  323. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  324. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  325. int len = nl ? nl - buf : strlen(buf);
  326. ^
  327. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  328. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  329. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  330. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  331. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  332. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  333. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  334. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  335. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  336. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  337. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-drm.c:15:
  338. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  339. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  340. if (likely(sz < 0 || sz >= n))
  341. ^
  342. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  343. # define likely(x) __builtin_expect(!!(x), 1)
  344. ^
  345. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  346. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  347. if (likely(sz < 0 || sz >= n))
  348. ^
  349. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  350. # define likely(x) __builtin_expect(!!(x), 1)
  351. ^
  352. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-gvi.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pip
  353. e -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_gvi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-gvi.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-gvi.c
  354. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  355. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  356. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  357. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  358. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  359. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  360. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-gvi.c:15:
  361. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  362. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  363. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  364. ^
  365. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  366. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  367. ^
  368. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  369. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  370. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  371. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  372. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  373. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  374. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  375. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  376. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  377. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  378. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  379. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  380. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  381. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  382. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  383. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-gvi.c:15:
  384. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  385. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  386. int len = nl ? nl - buf : strlen(buf);
  387. ^
  388. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  389. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  390. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  391. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  392. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  393. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  394. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  395. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  396. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  397. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  398. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-gvi.c:15:
  399. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  400. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  401. if (likely(sz < 0 || sz >= n))
  402. ^
  403. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  404. # define likely(x) __builtin_expect(!!(x), 1)
  405. ^
  406. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  407. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  408. if (likely(sz < 0 || sz >= n))
  409. ^
  410. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  411. # define likely(x) __builtin_expect(!!(x), 1)
  412. ^
  413. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-i2c.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3
  414. .13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-c
  415. ompare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-i2c.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-i2c.c
  416. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  417. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  418. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  419. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  420. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  421. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  422. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-i2c.c:15:
  423. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  424. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  425. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  426. ^
  427. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  428. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  429. ^
  430. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  431. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  432. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  433. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  434. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  435. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  436. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  437. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  438. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  439. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  440. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  441. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  442. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  443. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  444. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  445. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-i2c.c:15:
  446. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  447. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  448. int len = nl ? nl - buf : strlen(buf);
  449. ^
  450. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  451. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  452. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  453. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  454. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  455. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  456. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  457. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  458. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  459. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  460. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-i2c.c:15:
  461. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  462. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  463. if (likely(sz < 0 || sz >= n))
  464. ^
  465. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  466. # define likely(x) __builtin_expect(!!(x), 1)
  467. ^
  468. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  469. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  470. if (likely(sz < 0 || sz >= n))
  471. ^
  472. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  473. # define likely(x) __builtin_expect(!!(x), 1)
  474. ^
  475. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-mempool.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_C
  476. FI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mempool)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mempool.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mempool.c
  477. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  478. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  479. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  480. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  481. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  482. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  483. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mempool.c:15:
  484. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  485. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  486. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  487. ^
  488. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  489. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  490. ^
  491. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  492. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  493. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  494. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  495. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  496. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  497. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  498. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  499. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  500. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  501. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  502. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  503. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  504. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  505. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  506. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mempool.c:15:
  507. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  508. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  509. int len = nl ? nl - buf : strlen(buf);
  510. ^
  511. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  512. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  513. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  514. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  515. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  516. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  517. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  518. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  519. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  520. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  521. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mempool.c:15:
  522. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  523. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  524. if (likely(sz < 0 || sz >= n))
  525. ^
  526. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  527. # define likely(x) __builtin_expect(!!(x), 1)
  528. ^
  529. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  530. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  531. if (likely(sz < 0 || sz >= n))
  532. ^
  533. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  534. # define likely(x) __builtin_expect(!!(x), 1)
  535. ^
  536. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-mlock.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi
  537. -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MO
  538. DULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mlock)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mlock.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mlock.c
  539. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  540. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  541. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  542. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  543. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  544. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  545. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mlock.c:15:
  546. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  547. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  548. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  549. ^
  550. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  551. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  552. ^
  553. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  554. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  555. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  556. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  557. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  558. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  559. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  560. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  561. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  562. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  563. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  564. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  565. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  566. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  567. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  568. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mlock.c:15:
  569. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  570. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  571. int len = nl ? nl - buf : strlen(buf);
  572. ^
  573. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  574. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  575. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  576. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  577. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  578. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  579. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  580. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  581. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  582. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  583. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mlock.c:15:
  584. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  585. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  586. if (likely(sz < 0 || sz >= n))
  587. ^
  588. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  589. # define likely(x) __builtin_expect(!!(x), 1)
  590. ^
  591. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  592. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  593. if (likely(sz < 0 || sz >= n))
  594. ^
  595. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  596. # define likely(x) __builtin_expect(!!(x), 1)
  597. ^
  598. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-mmap.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic
  599. -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mmap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel
  600. /nv-mmap.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mmap.c
  601. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  602. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  603. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  604. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  605. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  606. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  607. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mmap.c:15:
  608. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  609. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  610. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  611. ^
  612. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  613. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  614. ^
  615. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  616. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  617. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  618. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  619. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  620. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  621. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  622. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  623. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  624. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  625. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  626. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  627. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  628. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  629. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  630. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mmap.c:15:
  631. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  632. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  633. int len = nl ? nl - buf : strlen(buf);
  634. ^
  635. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  636. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  637. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  638. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  639. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  640. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  641. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  642. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  643. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  644. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  645. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mmap.c:15:
  646. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  647. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  648. if (likely(sz < 0 || sz >= n))
  649. ^
  650. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  651. # define likely(x) __builtin_expect(!!(x), 1)
  652. ^
  653. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  654. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  655. if (likely(sz < 0 || sz >= n))
  656. ^
  657. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  658. # define likely(x) __builtin_expect(!!(x), 1)
  659. ^
  660. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-p2p.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include
  661. -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -
  662. Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_p2p)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-p2p.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-p2p.c
  663. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  664. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  665. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  666. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  667. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  668. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  669. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-p2p.c:15:
  670. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  671. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  672. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  673. ^
  674. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  675. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  676. ^
  677. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  678. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  679. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  680. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  681. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  682. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  683. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  684. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  685. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  686. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  687. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  688. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  689. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  690. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  691. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  692. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-p2p.c:15:
  693. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  694. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  695. int len = nl ? nl - buf : strlen(buf);
  696. ^
  697. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  698. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  699. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  700. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  701. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  702. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  703. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  704. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  705. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  706. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  707. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-p2p.c:15:
  708. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  709. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  710. if (likely(sz < 0 || sz >= n))
  711. ^
  712. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  713. # define likely(x) __builtin_expect(!!(x), 1)
  714. ^
  715. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  716. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  717. if (likely(sz < 0 || sz >= n))
  718. ^
  719. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  720. # define likely(x) __builtin_expect(!!(x), 1)
  721. ^
  722. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-pat.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-
  723. checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_pat)" -D"
  724. KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-pat.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-pat.c
  725. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  726. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  727. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  728. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  729. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  730. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  731. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-pat.c:15:
  732. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  733. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  734. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  735. ^
  736. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  737. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  738. ^
  739. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  740. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  741. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  742. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  743. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  744. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  745. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  746. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  747. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  748. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  749. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  750. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  751. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  752. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  753. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  754. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-pat.c:15:
  755. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  756. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  757. int len = nl ? nl - buf : strlen(buf);
  758. ^
  759. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  760. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  761. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  762. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  763. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  764. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  765. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  766. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  767. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  768. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  769. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-pat.c:15:
  770. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  771. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  772. if (likely(sz < 0 || sz >= n))
  773. ^
  774. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  775. # define likely(x) __builtin_expect(!!(x), 1)
  776. ^
  777. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  778. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  779. if (likely(sz < 0 || sz >= n))
  780. ^
  781. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  782. # define likely(x) __builtin_expect(!!(x), 1)
  783. ^
  784. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-procfs.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -W
  785. declaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_procfs)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-procfs.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-procfs.c
  786. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  787. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  788. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  789. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  790. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  791. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  792. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-procfs.c:15:
  793. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  794. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  795. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  796. ^
  797. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  798. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  799. ^
  800. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  801. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  802. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  803. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  804. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  805. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  806. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  807. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  808. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  809. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  810. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  811. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  812. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  813. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  814. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  815. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-procfs.c:15:
  816. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  817. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  818. int len = nl ? nl - buf : strlen(buf);
  819. ^
  820. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  821. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  822. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  823. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  824. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  825. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  826. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  827. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  828. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  829. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  830. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-procfs.c:15:
  831. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  832. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  833. if (likely(sz < 0 || sz >= n))
  834. ^
  835. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  836. # define likely(x) __builtin_expect(!!(x), 1)
  837. ^
  838. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  839. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  840. if (likely(sz < 0 || sz >= n))
  841. ^
  842. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  843. # define likely(x) __builtin_expect(!!(x), 1)
  844. ^
  845. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-usermap.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-stric
  846. t-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__l
  847. inux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_usermap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-usermap.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-usermap.c
  848. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  849. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  850. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  851. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  852. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  853. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  854. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-usermap.c:15:
  855. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  856. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  857. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  858. ^
  859. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  860. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  861. ^
  862. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  863. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  864. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  865. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  866. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  867. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  868. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  869. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  870. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  871. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  872. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  873. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  874. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  875. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  876. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  877. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-usermap.c:15:
  878. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  879. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  880. int len = nl ? nl - buf : strlen(buf);
  881. ^
  882. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  883. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  884. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  885. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  886. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  887. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  888. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  889. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  890. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  891. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  892. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-usermap.c:15:
  893. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  894. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  895. if (likely(sz < 0 || sz >= n))
  896. ^
  897. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  898. # define likely(x) __builtin_expect(!!(x), 1)
  899. ^
  900. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  901. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  902. if (likely(sz < 0 || sz >= n))
  903. ^
  904. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  905. # define likely(x) __builtin_expect(!!(x), 1)
  906. ^
  907. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-vm.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-t
  908. ables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vm.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vm.c
  909. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  910. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  911. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  912. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  913. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  914. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  915. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vm.c:14:
  916. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  917. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  918. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  919. ^
  920. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  921. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  922. ^
  923. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  924. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  925. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  926. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  927. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  928. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  929. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  930. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  931. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  932. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  933. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  934. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  935. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  936. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  937. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  938. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vm.c:14:
  939. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  940. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  941. int len = nl ? nl - buf : strlen(buf);
  942. ^
  943. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  944. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  945. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  946. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  947. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  948. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  949. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  950. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  951. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  952. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  953. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vm.c:14:
  954. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  955. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  956. if (likely(sz < 0 || sz >= n))
  957. ^
  958. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  959. # define likely(x) __builtin_expect(!!(x), 1)
  960. ^
  961. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  962. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  963. if (likely(sz < 0 || sz >= n))
  964. ^
  965. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  966. # define likely(x) __builtin_expect(!!(x), 1)
  967. ^
  968. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-vtophys.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/
  969. NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -D
  970. MODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vtophys)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vtophys.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vtophys.c
  971. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  972. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  973. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  974. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  975. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  976. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  977. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vtophys.c:15:
  978. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  979. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  980. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  981. ^
  982. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  983. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  984. ^
  985. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  986. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  987. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  988. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  989. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  990. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  991. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  992. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  993. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  994. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  995. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  996. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  997. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  998. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  999. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1000. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vtophys.c:15:
  1001. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1002. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1003. int len = nl ? nl - buf : strlen(buf);
  1004. ^
  1005. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1006. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1007. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1008. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1009. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1010. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1011. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1012. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1013. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1014. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1015. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vtophys.c:15:
  1016. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1017. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1018. if (likely(sz < 0 || sz >= n))
  1019. ^
  1020. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1021. # define likely(x) __builtin_expect(!!(x), 1)
  1022. ^
  1023. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1024. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1025. if (likely(sz < 0 || sz >= n))
  1026. ^
  1027. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1028. # define likely(x) __builtin_expect(!!(x), 1)
  1029. ^
  1030. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.os-interface.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCO
  1031. NFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-interface.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-interface.c
  1032. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1033. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1034. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1035. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1036. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1037. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1038. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-interface.c:15:
  1039. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1040. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1041. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1042. ^
  1043. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1044. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1045. ^
  1046. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1047. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1048. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1049. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1050. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1051. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1052. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1053. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1054. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1055. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1056. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1057. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1058. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1059. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1060. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1061. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-interface.c:15:
  1062. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1063. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1064. int len = nl ? nl - buf : strlen(buf);
  1065. ^
  1066. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1067. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1068. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1069. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1070. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1071. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1072. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1073. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1074. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1075. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1076. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-interface.c:15:
  1077. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1078. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1079. if (likely(sz < 0 || sz >= n))
  1080. ^
  1081. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1082. # define likely(x) __builtin_expect(!!(x), 1)
  1083. ^
  1084. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1085. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1086. if (likely(sz < 0 || sz >= n))
  1087. ^
  1088. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1089. # define likely(x) __builtin_expect(!!(x), 1)
  1090. ^
  1091. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.os-pci.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/loca
  1092. l/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANC
  1093. ES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_pci)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-pci.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-pci.c
  1094. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1095. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1096. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1097. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1098. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1099. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1100. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-pci.c:15:
  1101. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1102. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1103. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1104. ^
  1105. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1106. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1107. ^
  1108. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1109. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1110. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1111. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1112. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1113. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1114. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1115. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1116. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1117. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1118. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1119. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1120. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1121. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1122. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1123. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-pci.c:15:
  1124. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1125. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1126. int len = nl ? nl - buf : strlen(buf);
  1127. ^
  1128. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1129. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1130. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1131. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1132. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1133. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1134. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1135. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1136. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1137. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1138. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-pci.c:15:
  1139. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1140. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1141. if (likely(sz < 0 || sz >= n))
  1142. ^
  1143. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1144. # define likely(x) __builtin_expect(!!(x), 1)
  1145. ^
  1146. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1147. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1148. if (likely(sz < 0 || sz >= n))
  1149. ^
  1150. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1151. # define likely(x) __builtin_expect(!!(x), 1)
  1152. ^
  1153. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.os-registry.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-bo
  1154. undary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_registry)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-registry.o /
  1155. tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-registry.c
  1156. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1157. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1158. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1159. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1160. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1161. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1162. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-registry.c:15:
  1163. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1164. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1165. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1166. ^
  1167. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1168. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1169. ^
  1170. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1171. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1172. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1173. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1174. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1175. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1176. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1177. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1178. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1179. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1180. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1181. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1182. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1183. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1184. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1185. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-registry.c:15:
  1186. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1187. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1188. int len = nl ? nl - buf : strlen(buf);
  1189. ^
  1190. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1191. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1192. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1193. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1194. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1195. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1196. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1197. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1198. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1199. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1200. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-registry.c:15:
  1201. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1202. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1203. if (likely(sz < 0 || sz >= n))
  1204. ^
  1205. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1206. # define likely(x) __builtin_expect(!!(x), 1)
  1207. ^
  1208. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1209. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1210. if (likely(sz < 0 || sz >= n))
  1211. ^
  1212. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1213. # define likely(x) __builtin_expect(!!(x), 1)
  1214. ^
  1215. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.os-smp.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/inc
  1216. lude -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-sta
  1217. ck -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_smp)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-smp.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-smp.c
  1218. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1219. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1220. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1221. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1222. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1223. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1224. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-smp.c:15:
  1225. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1226. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1227. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1228. ^
  1229. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1230. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1231. ^
  1232. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1233. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1234. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1235. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1236. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1237. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1238. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1239. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1240. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1241. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1242. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1243. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1244. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1245. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1246. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1247. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-smp.c:15:
  1248. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1249. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1250. int len = nl ? nl - buf : strlen(buf);
  1251. ^
  1252. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1253. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1254. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1255. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1256. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1257. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1258. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1259. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1260. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1261. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1262. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-smp.c:15:
  1263. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1264. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1265. if (likely(sz < 0 || sz >= n))
  1266. ^
  1267. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1268. # define likely(x) __builtin_expect(!!(x), 1)
  1269. ^
  1270. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1271. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1272. if (likely(sz < 0 || sz >= n))
  1273. ^
  1274. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1275. # define likely(x) __builtin_expect(!!(x), 1)
  1276. ^
  1277. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.os-usermap.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-
  1278. pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_us
  1279. ermap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-usermap.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-usermap.c
  1280. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1281. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1282. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1283. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1284. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1285. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1286. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-usermap.c:15:
  1287. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1288. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1289. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1290. ^
  1291. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1292. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1293. ^
  1294. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1295. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1296. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1297. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1298. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1299. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1300. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1301. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1302. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1303. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1304. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1305. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1306. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1307. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1308. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1309. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-usermap.c:15:
  1310. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1311. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1312. int len = nl ? nl - buf : strlen(buf);
  1313. ^
  1314. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1315. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1316. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1317. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1318. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1319. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1320. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1321. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1322. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1323. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1324. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-usermap.c:15:
  1325. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1326. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1327. if (likely(sz < 0 || sz >= n))
  1328. ^
  1329. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1330. # define likely(x) __builtin_expect(!!(x), 1)
  1331. ^
  1332. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1333. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1334. if (likely(sz < 0 || sz >= n))
  1335. ^
  1336. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1337. # define likely(x) __builtin_expect(!!(x), 1)
  1338. ^
  1339. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv_uvm_interface.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-b
  1340. ut-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_uvm_interface)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv_uvm_interface.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv_uvm_interface.c
  1341. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1342. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1343. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1344. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1345. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1346. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1347. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv_uvm_interface.c:21:
  1348. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1349. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1350. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1351. ^
  1352. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1353. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1354. ^
  1355. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1356. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1357. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1358. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1359. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1360. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1361. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1362. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1363. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1364. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1365. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1366. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1367. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1368. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1369. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1370. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv_uvm_interface.c:21:
  1371. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1372. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1373. int len = nl ? nl - buf : strlen(buf);
  1374. ^
  1375. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1376. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1377. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1378. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1379. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1380. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1381. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1382. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1383. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1384. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1385. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv_uvm_interface.c:21:
  1386. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1387. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1388. if (likely(sz < 0 || sz >= n))
  1389. ^
  1390. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1391. # define likely(x) __builtin_expect(!!(x), 1)
  1392. ^
  1393. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1394. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1395. if (likely(sz < 0 || sz >= n))
  1396. ^
  1397. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1398. # define likely(x) __builtin_expect(!!(x), 1)
  1399. ^
  1400. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-frontend.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.
  1401. 38/kernel -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VE
  1402. RSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_frontend)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-frontend.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-frontend.c
  1403. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1404. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1405. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1406. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1407. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1408. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1409. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-frontend.c:13:
  1410. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1411. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1412. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1413. ^
  1414. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1415. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1416. ^
  1417. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1418. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1419. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1420. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1421. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1422. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1423. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1424. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1425. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1426. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1427. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1428. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1429. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1430. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1431. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1432. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-frontend.c:13:
  1433. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1434. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1435. int len = nl ? nl - buf : strlen(buf);
  1436. ^
  1437. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1438. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1439. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1440. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1441. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1442. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1443. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1444. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1445. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1446. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-linux.h:44,
  1447. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-frontend.c:13:
  1448. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1449. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1450. if (likely(sz < 0 || sz >= n))
  1451. ^
  1452. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1453. # define likely(x) __builtin_expect(!!(x), 1)
  1454. ^
  1455. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1456. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1457. if (likely(sz < 0 || sz >= n))
  1458. ^
  1459. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1460. # define likely(x) __builtin_expect(!!(x), 1)
  1461. ^
  1462. ld -m elf_i386 -r -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-kernel.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-acpi.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-chrdev.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-cray.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-drm.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-gvi.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-i2c.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mempool.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mlock.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-mmap.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-p2p.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-pat.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-procfs.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-usermap.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/n
  1463. v-vm.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-vtophys.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-interface.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-pci.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-registry.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-smp.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/os-usermap.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv_uvm_interface.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-frontend.o
  1464. (cat /dev/null; echo kernel//tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.ko;) > /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/modules.order
  1465. make -f /usr/local/opt/kernel/linux-3.13/scripts/Makefile.modpost
  1466. find /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.tmp_versions -name '*.mod' | xargs -r grep -h '\.ko$' | sort -u | sed 's/\.ko$/.o/' | scripts/mod/modpost -i /usr/local/opt/kernel/linux-3.13/Module.symvers -I /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/Module.symvers -o /tmp/selfgz9056/NVIDIA-Linux-x86-
  1467. 331.38/kernel/Module.symvers -S -w -s -T -
  1468. WARNING: could not find /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nv-kernel.o.cmd for /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nv-kernel.o
  1469. WARNING: "acpi_os_wait_events_complete" [/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.ko] undefined!
  1470. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/.nvidia.mod.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-
  1471. delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvi
  1472. dia.mod)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -DMODULE -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.mod.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.mod.c
  1473. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1474. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1475. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1476. from /usr/local/opt/kernel/linux-3.13/include/linux/cache.h:4,
  1477. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:4,
  1478. from /usr/local/opt/kernel/linux-3.13/include/linux/stat.h:18,
  1479. from /usr/local/opt/kernel/linux-3.13/include/linux/module.h:10,
  1480. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.mod.c:1:
  1481. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1482. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1483. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1484. ^
  1485. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1486. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1487. ^
  1488. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1489. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1490. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1491. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1492. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1493. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1494. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1495. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1496. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1497. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1498. from /usr/local/opt/kernel/linux-3.13/include/linux/stat.h:18,
  1499. from /usr/local/opt/kernel/linux-3.13/include/linux/module.h:10,
  1500. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.mod.c:1:
  1501. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1502. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1503. int len = nl ? nl - buf : strlen(buf);
  1504. ^
  1505. ld -r -m elf_i386 -T /usr/local/opt/kernel/linux-3.13/scripts/module-common.lds --build-id -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.ko /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/nvidia.mod.o
  1506. make[1]: Leaving directory `/usr/local/opt/kernel/linux-3.13'
  1507. NVIDIA: left KBUILD.
  1508. -> done.
  1509. -> Building Unified Memory kernel module:
  1510. executing: 'cd ./kernel/uvm; make module SYSSRC=/lib/modules/3.13.0/source SYSOUT=/lib/modules/3.13.0/build NV_BUILD_MODULE_INSTANCES='...
  1511. cp /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/Module.symvers Module.symvers
  1512. NVIDIA UVM: CC=cc, HOST_CC=cc NV_TARGET_ARCH=i686
  1513. NVIDIA UVM: CONFTEST=/bin/sh ./conftest.sh cc cc i386 /lib/modules/3.13.0/source /lib/modules/3.13.0/build
  1514. KERNEL_SOURCES: /lib/modules/3.13.0/source
  1515. EXTRA_CFLAGS: -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I. -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING="331.38" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME="nvidia-uvm"
  1516. NVIDIA: calling KBUILD...
  1517. make[1]: Entering directory `/usr/local/opt/kernel/linux-3.13'
  1518. make -C /lib/modules/3.13.0/build \
  1519. KBUILD_SRC=/usr/local/opt/kernel/linux-3.13 \
  1520. KBUILD_EXTMOD="/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm" -f /usr/local/opt/kernel/linux-3.13/Makefile \
  1521. modules
  1522. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  1523. echo >&2; \
  1524. echo >&2 " ERROR: Kernel configuration is invalid."; \
  1525. echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  1526. echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  1527. echo >&2 ; \
  1528. /bin/false)
  1529. mkdir -p /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.tmp_versions ; rm -f /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.tmp_versions/*
  1530. make -f /usr/local/opt/kernel/linux-3.13/scripts/Makefile.build obj=/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm
  1531. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_uvm_linux.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/
  1532. uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/l
  1533. inux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_linux)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.c
  1534. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1535. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1536. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1537. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1538. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1539. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1540. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.c:24:
  1541. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1542. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1543. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1544. ^
  1545. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1546. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1547. ^
  1548. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1549. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1550. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1551. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1552. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1553. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1554. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1555. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1556. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1557. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1558. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1559. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1560. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1561. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1562. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1563. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.c:24:
  1564. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1565. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1566. int len = nl ? nl - buf : strlen(buf);
  1567. ^
  1568. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1569. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1570. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1571. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1572. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1573. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1574. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1575. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1576. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1577. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1578. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.c:24:
  1579. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1580. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1581. if (likely(sz < 0 || sz >= n))
  1582. ^
  1583. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1584. # define likely(x) __builtin_expect(!!(x), 1)
  1585. ^
  1586. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1587. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1588. if (likely(sz < 0 || sz >= n))
  1589. ^
  1590. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1591. # define likely(x) __builtin_expect(!!(x), 1)
  1592. ^
  1593. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_uvm_common.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp
  1594. /selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_L
  1595. ITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_common)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.c
  1596. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1597. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1598. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1599. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1600. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1601. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1602. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1603. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.c:41:
  1604. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1605. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1606. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1607. ^
  1608. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1609. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1610. ^
  1611. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1612. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1613. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1614. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1615. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1616. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1617. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1618. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1619. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1620. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1621. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1622. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1623. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1624. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1625. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1626. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1627. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.c:41:
  1628. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1629. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1630. int len = nl ? nl - buf : strlen(buf);
  1631. ^
  1632. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1633. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1634. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1635. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1636. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1637. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1638. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1639. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1640. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1641. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1642. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1643. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.c:41:
  1644. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1645. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1646. if (likely(sz < 0 || sz >= n))
  1647. ^
  1648. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1649. # define likely(x) __builtin_expect(!!(x), 1)
  1650. ^
  1651. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1652. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1653. if (likely(sz < 0 || sz >= n))
  1654. ^
  1655. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1656. # define likely(x) __builtin_expect(!!(x), 1)
  1657. ^
  1658. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_uvm_utils.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kern
  1659. el/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=
  1660. strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_utils)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_utils.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_utils.c
  1661. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1662. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1663. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1664. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1665. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1666. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1667. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_utils.c:25:
  1668. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1669. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1670. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1671. ^
  1672. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1673. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1674. ^
  1675. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1676. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1677. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1678. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1679. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1680. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1681. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1682. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1683. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1684. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1685. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1686. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1687. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1688. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1689. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1690. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_utils.c:25:
  1691. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1692. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1693. int len = nl ? nl - buf : strlen(buf);
  1694. ^
  1695. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1696. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1697. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1698. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1699. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1700. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1701. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1702. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1703. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1704. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1705. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_utils.c:25:
  1706. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1707. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1708. if (likely(sz < 0 || sz >= n))
  1709. ^
  1710. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1711. # define likely(x) __builtin_expect(!!(x), 1)
  1712. ^
  1713. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1714. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1715. if (likely(sz < 0 || sz >= n))
  1716. ^
  1717. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1718. # define likely(x) __builtin_expect(!!(x), 1)
  1719. ^
  1720. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_uvm_lite.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/loca
  1721. l/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__li
  1722. nux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_lite)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite.c
  1723. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1724. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1725. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1726. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1727. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1728. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1729. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1730. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite.c:26:
  1731. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1732. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1733. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1734. ^
  1735. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1736. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1737. ^
  1738. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1739. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1740. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1741. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1742. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1743. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1744. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1745. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1746. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1747. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1748. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1749. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1750. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1751. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1752. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1753. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1754. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite.c:26:
  1755. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1756. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1757. int len = nl ? nl - buf : strlen(buf);
  1758. ^
  1759. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1760. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1761. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1762. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1763. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1764. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1765. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1766. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1767. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1768. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1769. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1770. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite.c:26:
  1771. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1772. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1773. if (likely(sz < 0 || sz >= n))
  1774. ^
  1775. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1776. # define likely(x) __builtin_expect(!!(x), 1)
  1777. ^
  1778. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1779. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1780. if (likely(sz < 0 || sz >= n))
  1781. ^
  1782. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1783. # define likely(x) __builtin_expect(!!(x), 1)
  1784. ^
  1785. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_uvm_page_cache.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-
  1786. frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_page_cache)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_page_cache.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_pa
  1787. ge_cache.c
  1788. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1789. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1790. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1791. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1792. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1793. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1794. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1795. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_page_cache.c:25:
  1796. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1797. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1798. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1799. ^
  1800. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1801. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1802. ^
  1803. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1804. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1805. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1806. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1807. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1808. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1809. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1810. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1811. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1812. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1813. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1814. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1815. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1816. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1817. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1818. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1819. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_page_cache.c:25:
  1820. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1821. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1822. int len = nl ? nl - buf : strlen(buf);
  1823. ^
  1824. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1825. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1826. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1827. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1828. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1829. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1830. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1831. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1832. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1833. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1834. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1835. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_page_cache.c:25:
  1836. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1837. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1838. if (likely(sz < 0 || sz >= n))
  1839. ^
  1840. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1841. # define likely(x) __builtin_expect(!!(x), 1)
  1842. ^
  1843. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1844. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1845. if (likely(sz < 0 || sz >= n))
  1846. ^
  1847. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1848. # define likely(x) __builtin_expect(!!(x), 1)
  1849. ^
  1850. /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_page_cache.c: In function 'uvm_page_cache_verify_page_list_empty':
  1851. /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_page_cache.c:57:9: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'UvmSize' [-Wformat=]
  1852. UVM_PANIC_ON_MSG(!list_empty(&pPriv->pageList),
  1853. ^
  1854. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_uvm_lite_api.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/
  1855. kernel/uvm -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNV
  1856. IDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_lite_api)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_api.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_api.c
  1857. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1858. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1859. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1860. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1861. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1862. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1863. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1864. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_api.c:25:
  1865. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1866. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1867. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1868. ^
  1869. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1870. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1871. ^
  1872. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1873. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1874. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1875. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1876. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1877. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1878. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1879. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1880. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1881. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1882. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1883. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1884. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1885. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1886. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1887. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1888. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_api.c:25:
  1889. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1890. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1891. int len = nl ? nl - buf : strlen(buf);
  1892. ^
  1893. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1894. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1895. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1896. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1897. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1898. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1899. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1900. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1901. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1902. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1903. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  1904. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_api.c:25:
  1905. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1906. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1907. if (likely(sz < 0 || sz >= n))
  1908. ^
  1909. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1910. # define likely(x) __builtin_expect(!!(x), 1)
  1911. ^
  1912. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1913. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1914. if (likely(sz < 0 || sz >= n))
  1915. ^
  1916. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1917. # define likely(x) __builtin_expect(!!(x), 1)
  1918. ^
  1919. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_uvm_lite_counters.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/ar
  1920. ch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototype
  1921. s -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_lite_counters)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_counters.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_counters.c
  1922. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1923. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1924. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1925. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1926. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1927. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1928. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite.h:36,
  1929. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_counters.h:26,
  1930. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_counters.c:28:
  1931. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1932. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1933. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  1934. ^
  1935. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  1936. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  1937. ^
  1938. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  1939. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  1940. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  1941. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  1942. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  1943. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  1944. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  1945. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  1946. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  1947. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  1948. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  1949. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  1950. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  1951. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1952. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1953. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite.h:36,
  1954. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_counters.h:26,
  1955. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_counters.c:28:
  1956. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  1957. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1958. int len = nl ? nl - buf : strlen(buf);
  1959. ^
  1960. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  1961. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  1962. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  1963. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  1964. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  1965. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  1966. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  1967. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  1968. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1969. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1970. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite.h:36,
  1971. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_counters.h:26,
  1972. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_counters.c:28:
  1973. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  1974. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1975. if (likely(sz < 0 || sz >= n))
  1976. ^
  1977. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1978. # define likely(x) __builtin_expect(!!(x), 1)
  1979. ^
  1980. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  1981. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1982. if (likely(sz < 0 || sz >= n))
  1983. ^
  1984. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  1985. # define likely(x) __builtin_expect(!!(x), 1)
  1986. ^
  1987. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_page_migration.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -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 -m32 -msoft-floa
  1988. t -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_
  1989. _KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_page_migration)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_page_migration.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_page_migration.c
  1990. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  1991. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  1992. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  1993. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  1994. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  1995. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  1996. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_page_migration.c:28:
  1997. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  1998. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  1999. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  2000. ^
  2001. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  2002. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  2003. ^
  2004. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  2005. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  2006. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  2007. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  2008. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  2009. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  2010. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  2011. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  2012. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  2013. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  2014. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  2015. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  2016. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  2017. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  2018. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  2019. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_page_migration.c:28:
  2020. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  2021. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  2022. int len = nl ? nl - buf : strlen(buf);
  2023. ^
  2024. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  2025. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  2026. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  2027. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  2028. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  2029. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  2030. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  2031. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  2032. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  2033. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  2034. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_page_migration.c:28:
  2035. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  2036. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2037. if (likely(sz < 0 || sz >= n))
  2038. ^
  2039. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  2040. # define likely(x) __builtin_expect(!!(x), 1)
  2041. ^
  2042. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  2043. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2044. if (likely(sz < 0 || sz >= n))
  2045. ^
  2046. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  2047. # define likely(x) __builtin_expect(!!(x), 1)
  2048. ^
  2049. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_page_migration_kepler.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno
  2050. -mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION
  2051. _STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_page_migration_kepler)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_page_migration_kepler.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_page_migration_kepler.c
  2052. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia_uvm_lite_events.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -D__KERNEL__ -Wall -Wunde
  2053. f -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/o
  2054. pt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_lite_events)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_events.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_events.c
  2055. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  2056. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  2057. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  2058. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:15,
  2059. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  2060. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  2061. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  2062. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_events.c:25:
  2063. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  2064. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  2065. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  2066. ^
  2067. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  2068. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  2069. ^
  2070. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  2071. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  2072. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  2073. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  2074. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  2075. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  2076. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  2077. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  2078. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  2079. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  2080. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/timex.h:56,
  2081. from /usr/local/opt/kernel/linux-3.13/include/linux/timex.h:56,
  2082. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:17,
  2083. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  2084. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  2085. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  2086. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_events.c:25:
  2087. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  2088. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  2089. int len = nl ? nl - buf : strlen(buf);
  2090. ^
  2091. In file included from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/stddef.h:1:0,
  2092. from /usr/local/opt/kernel/linux-3.13/include/linux/stddef.h:4,
  2093. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/posix_types.h:4,
  2094. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/types.h:13,
  2095. from /usr/local/opt/kernel/linux-3.13/include/linux/types.h:5,
  2096. from /usr/local/opt/kernel/linux-3.13/include/uapi/linux/capability.h:16,
  2097. from /usr/local/opt/kernel/linux-3.13/include/linux/capability.h:15,
  2098. from /usr/local/opt/kernel/linux-3.13/include/linux/sched.h:13,
  2099. from /usr/local/opt/kernel/linux-3.13/include/linux/utsname.h:5,
  2100. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.h:62,
  2101. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.h:49,
  2102. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_events.c:25:
  2103. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
  2104. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:612:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2105. if (likely(sz < 0 || sz >= n))
  2106. ^
  2107. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  2108. # define likely(x) __builtin_expect(!!(x), 1)
  2109. ^
  2110. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
  2111. /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/uaccess.h:630:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2112. if (likely(sz < 0 || sz >= n))
  2113. ^
  2114. /usr/local/opt/kernel/linux-3.13/include/linux/compiler.h:152:40: note: in definition of macro 'likely'
  2115. # define likely(x) __builtin_expect(!!(x), 1)
  2116. ^
  2117. ld -m elf_i386 -r -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia-uvm.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_linux.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_common.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_utils.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/n
  2118. vidia_uvm_lite.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_page_cache.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_api.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_counters.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_page_migration.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_page_migration_kepler.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia_uvm_lite_events.o
  2119. (cat /dev/null; echo kernel//tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia-uvm.ko;) > /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/modules.order
  2120. make -f /usr/local/opt/kernel/linux-3.13/scripts/Makefile.modpost
  2121. find /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.tmp_versions -name '*.mod' | xargs -r grep -h '\.ko$' | sort -u | sed 's/\.ko$/.o/' | scripts/mod/modpost -i /usr/local/opt/kernel/linux-3.13/Module.symvers -I /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/Module.symvers -o /tmp/selfgz9056/NVIDIA-Lin
  2122. ux-x86-331.38/kernel/uvm/Module.symvers -S -w -s -T -
  2123. cc -Wp,-MD,/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/.nvidia-uvm.mod.o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.8.2/include -I/usr/local/opt/kernel/linux-3.13/arch/x86/include -Iarch/x86/include/generated -I/usr/local/opt/kernel/linux-3.13/include -Iinclude -I/usr/local/opt/kernel/linux-3.13/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/local/opt/kernel/linux-3.13/include/uapi -Iinclude/generated/uapi -include /usr/local/opt/kernel/linux-3.13/include/linux/kconfig.h -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -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 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=k8 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL
  2124. _FRAME=1 -DCONFIG_AS_CFI_SECTIONS=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 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/local/opt/kernel/linux-3.13 -I/tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel -I/tmp/selfgz9056/NVIDIA-Linux-x86-331
  2125. .38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm.mod)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -DMODULE -c -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia-uvm.mod.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia-uvm.mod.c
  2126. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/bitops.h:506:0,
  2127. from /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:33,
  2128. from /usr/local/opt/kernel/linux-3.13/include/linux/kernel.h:10,
  2129. from /usr/local/opt/kernel/linux-3.13/include/linux/cache.h:4,
  2130. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:4,
  2131. from /usr/local/opt/kernel/linux-3.13/include/linux/stat.h:18,
  2132. from /usr/local/opt/kernel/linux-3.13/include/linux/module.h:10,
  2133. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia-uvm.mod.c:1:
  2134. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h: In function 'hweight_long':
  2135. /usr/local/opt/kernel/linux-3.13/include/asm-generic/bitops/const_hweight.h:26:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  2136. #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
  2137. ^
  2138. /usr/local/opt/kernel/linux-3.13/include/linux/bitops.h:77:26: note: in expansion of macro 'hweight32'
  2139. return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  2140. ^
  2141. In file included from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/cpumask.h:4:0,
  2142. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/msr.h:10,
  2143. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/processor.h:20,
  2144. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/thread_info.h:22,
  2145. from /usr/local/opt/kernel/linux-3.13/include/linux/thread_info.h:54,
  2146. from /usr/local/opt/kernel/linux-3.13/arch/x86/include/asm/preempt.h:6,
  2147. from /usr/local/opt/kernel/linux-3.13/include/linux/preempt.h:18,
  2148. from /usr/local/opt/kernel/linux-3.13/include/linux/spinlock.h:50,
  2149. from /usr/local/opt/kernel/linux-3.13/include/linux/seqlock.h:35,
  2150. from /usr/local/opt/kernel/linux-3.13/include/linux/time.h:5,
  2151. from /usr/local/opt/kernel/linux-3.13/include/linux/stat.h:18,
  2152. from /usr/local/opt/kernel/linux-3.13/include/linux/module.h:10,
  2153. from /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia-uvm.mod.c:1:
  2154. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h: In function 'cpumask_parse':
  2155. /usr/local/opt/kernel/linux-3.13/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  2156. int len = nl ? nl - buf : strlen(buf);
  2157. ^
  2158. ld -r -m elf_i386 -T /usr/local/opt/kernel/linux-3.13/scripts/module-common.lds --build-id -o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia-uvm.ko /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia-uvm.o /tmp/selfgz9056/NVIDIA-Linux-x86-331.38/kernel/uvm/nvidia-uvm.mod.o
  2159. make[1]: Leaving directory `/usr/local/opt/kernel/linux-3.13'
  2160. NVIDIA: left KBUILD.
  2161. -> done.
  2162. -> Kernel module compilation complete.
  2163. -> Unable to determine if Secure Boot is enabled: No such file or directory
  2164. ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources, with a version of gcc that differs from the one used to build the target kernel, or if a driver such as rivafb, nvidiafb, or nouveau is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA graphics device(s), or no NVIDIA GPU installed in this system is supported by this NVIDIA Linux graphics driver release.
  2165.  
  2166. Please see the log entries 'Kernel module load error' and 'Kernel messages' at the end of the file '/var/log/nvidia-installer.log' for more information.
  2167. -> Kernel module load error: No such file or directory
  2168. -> Kernel messages:
  2169. EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
  2170. EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
  2171. VFS: Mounted root (ext4 filesystem) readonly on device 8:1.
  2172. devtmpfs: mounted
  2173. Freeing unused kernel memory: 368K (c147c000 - c14d8000)
  2174. input: A4Tech USB Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input4
  2175. a4tech 0003:09DA:000A.0003: input,hidraw2: USB HID v1.10 Mouse [A4Tech USB Mouse] on usb-0000:00:02.0-4/input0
  2176. udevd[746]: starting version 182
  2177. e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
  2178. e100: Copyright(c) 1999-2006 Intel Corporation
  2179. ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
  2180. random: nonblocking pool is initialized
  2181. e100 0000:01:07.0 eth0: addr 0xfdcff000, irq 17, MAC addr 00:50:8b:04:5d:85
  2182. ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
  2183. Adding 1823372k swap on /dev/sda4. Priority:-1 extents:1 across:1823372k
  2184. EXT4-fs (sda1): re-mounted. Opts: (null)
  2185. EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  2186. EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
  2187. e100 0000:01:07.0 eth0: NIC Link is Up 100 Mbps Full Duplex
  2188. nvidia: module license 'NVIDIA' taints kernel.
  2189. Disabling lock debugging due to kernel taint
  2190. nvidia: Unknown symbol acpi_os_wait_events_complete (err 0)
  2191. nvidia: Unknown symbol acpi_os_wait_events_complete (err 0)
  2192. nvidia: Unknown symbol acpi_os_wait_events_complete (err 0)
  2193. nvidia: Unknown symbol acpi_os_wait_events_complete (err 0)
  2194. 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