Advertisement
Guest User

nvidia-installer.log

a guest
Jan 19th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.95 KB | None | 0 0
  1. nvidia-installer log file '/var/log/nvidia-installer.log'
  2. creation time: Sun Jan 18 23:22:09 2015
  3. installer version: 304.125
  4.  
  5. PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  6.  
  7. nvidia-installer command line:
  8. ./nvidia-installer
  9. -s
  10. -N
  11. --x-module-path=/usr/lib/xorg/modules
  12. --x-library-path=/usr/lib
  13. -k
  14. 3.18-3.dmz.1-liquorix-amd64
  15.  
  16. Using built-in stream user interface
  17. WARNING: Skipping the runlevel check (the utility `runlevel` failed to run).
  18. -> License accepted by command line option.
  19. -> Installing NVIDIA driver version 304.125.
  20. -> Would you like to register the kernel module sources with DKMS? This will allow DKMS to automatically build a new module, if you install a different kernel later. (Answer: No)
  21. -> Not probing for precompiled kernel interfaces.
  22. -> Performing CC sanity check with CC="/usr/bin/gcc-4.8".
  23. -> Kernel source path: '/lib/modules/3.18-3.dmz.1-liquorix-amd64/build'
  24. -> Kernel output path: '/lib/modules/3.18-3.dmz.1-liquorix-amd64/build'
  25. -> Performing rivafb check.
  26. -> Performing nvidiafb check.
  27. -> Performing Xen check.
  28. -> Cleaning kernel module build directory.
  29. executing: 'cd ./kernel; make clean'...
  30. -> Building kernel module:
  31. executing: 'cd ./kernel; make module SYSSRC=/lib/modules/3.18-3.dmz.1-liquorix-amd64/build SYSOUT=/lib/modules/3.18-3.dmz.1-liquorix-amd64/build'...
  32. NVIDIA: calling KBUILD...
  33. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  34. echo >&2; \
  35. echo >&2 " ERROR: Kernel configuration is invalid."; \
  36. echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  37. echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  38. echo >&2 ; \
  39. /bin/false)
  40. mkdir -p /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_versions ; rm -f /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_versions/*
  41. make -f ./scripts/Makefile.build obj=/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel
  42. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall
  43. -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMO
  44. DULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv.c
  45. In file included from include/uapi/linux/stddef.h:1:0,
  46. from include/linux/stddef.h:4,
  47. from ./include/uapi/linux/posix_types.h:4,
  48. from include/uapi/linux/types.h:13,
  49. from include/linux/types.h:5,
  50. from include/uapi/linux/capability.h:16,
  51. from include/linux/capability.h:15,
  52. from include/linux/sched.h:15,
  53. from include/linux/utsname.h:5,
  54. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  55. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv.c:13:
  56. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  57. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  58. cnts, cnts | _QW_LOCKED) == cnts);
  59. ^
  60. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  61. # define likely(x) __builtin_expect(!!(x), 1)
  62. ^
  63. In file included from include/uapi/linux/stddef.h:1:0,
  64. from include/linux/stddef.h:4,
  65. from ./include/uapi/linux/posix_types.h:4,
  66. from include/uapi/linux/types.h:13,
  67. from include/linux/types.h:5,
  68. from include/uapi/linux/capability.h:16,
  69. from include/linux/capability.h:15,
  70. from include/linux/sched.h:15,
  71. from include/linux/utsname.h:5,
  72. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  73. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv.c:13:
  74. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  75. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  76. if (likely(sz < 0 || sz >= n))
  77. ^
  78. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  79. # define likely(x) __builtin_expect(!!(x), 1)
  80. ^
  81. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  82. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  83. if (likely(sz < 0 || sz >= n))
  84. ^
  85. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  86. # define likely(x) __builtin_expect(!!(x), 1)
  87. ^
  88. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-acpi.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments
  89. -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_acpi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-acpi.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-acpi.c
  90. In file included from include/uapi/linux/stddef.h:1:0,
  91. from include/linux/stddef.h:4,
  92. from ./include/uapi/linux/posix_types.h:4,
  93. from include/uapi/linux/types.h:13,
  94. from include/linux/types.h:5,
  95. from include/uapi/linux/capability.h:16,
  96. from include/linux/capability.h:15,
  97. from include/linux/sched.h:15,
  98. from include/linux/utsname.h:5,
  99. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  100. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-acpi.c:15:
  101. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  102. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  103. cnts, cnts | _QW_LOCKED) == cnts);
  104. ^
  105. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  106. # define likely(x) __builtin_expect(!!(x), 1)
  107. ^
  108. In file included from include/uapi/linux/stddef.h:1:0,
  109. from include/linux/stddef.h:4,
  110. from ./include/uapi/linux/posix_types.h:4,
  111. from include/uapi/linux/types.h:13,
  112. from include/linux/types.h:5,
  113. from include/uapi/linux/capability.h:16,
  114. from include/linux/capability.h:15,
  115. from include/linux/sched.h:15,
  116. from include/linux/utsname.h:5,
  117. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  118. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-acpi.c:15:
  119. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  120. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  121. if (likely(sz < 0 || sz >= n))
  122. ^
  123. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  124. # define likely(x) __builtin_expect(!!(x), 1)
  125. ^
  126. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  127. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  128. if (likely(sz < 0 || sz >= n))
  129. ^
  130. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  131. # define likely(x) __builtin_expect(!!(x), 1)
  132. ^
  133. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-chrdev.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCO
  134. NFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_chrdev)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-chrdev.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-chrdev.c
  135. In file included from include/uapi/linux/stddef.h:1:0,
  136. from include/linux/stddef.h:4,
  137. from ./include/uapi/linux/posix_types.h:4,
  138. from include/uapi/linux/types.h:13,
  139. from include/linux/types.h:5,
  140. from include/uapi/linux/capability.h:16,
  141. from include/linux/capability.h:15,
  142. from include/linux/sched.h:15,
  143. from include/linux/utsname.h:5,
  144. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  145. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-chrdev.c:15:
  146. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  147. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  148. cnts, cnts | _QW_LOCKED) == cnts);
  149. ^
  150. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  151. # define likely(x) __builtin_expect(!!(x), 1)
  152. ^
  153. In file included from include/uapi/linux/stddef.h:1:0,
  154. from include/linux/stddef.h:4,
  155. from ./include/uapi/linux/posix_types.h:4,
  156. from include/uapi/linux/types.h:13,
  157. from include/linux/types.h:5,
  158. from include/uapi/linux/capability.h:16,
  159. from include/linux/capability.h:15,
  160. from include/linux/sched.h:15,
  161. from include/linux/utsname.h:5,
  162. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  163. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-chrdev.c:15:
  164. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  165. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  166. if (likely(sz < 0 || sz >= n))
  167. ^
  168. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  169. # define likely(x) __builtin_expect(!!(x), 1)
  170. ^
  171. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  172. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  173. if (likely(sz < 0 || sz >= n))
  174. ^
  175. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  176. # define likely(x) __builtin_expect(!!(x), 1)
  177. ^
  178. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-cray.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration
  179. -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -U
  180. DEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_cray)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-cray.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-cray.c
  181. In file included from include/uapi/linux/stddef.h:1:0,
  182. from include/linux/stddef.h:4,
  183. from ./include/uapi/linux/posix_types.h:4,
  184. from include/uapi/linux/types.h:13,
  185. from include/linux/types.h:5,
  186. from include/uapi/linux/capability.h:16,
  187. from include/linux/capability.h:15,
  188. from include/linux/sched.h:15,
  189. from include/linux/utsname.h:5,
  190. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  191. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-cray.c:15:
  192. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  193. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  194. cnts, cnts | _QW_LOCKED) == cnts);
  195. ^
  196. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  197. # define likely(x) __builtin_expect(!!(x), 1)
  198. ^
  199. In file included from include/uapi/linux/stddef.h:1:0,
  200. from include/linux/stddef.h:4,
  201. from ./include/uapi/linux/posix_types.h:4,
  202. from include/uapi/linux/types.h:13,
  203. from include/linux/types.h:5,
  204. from include/uapi/linux/capability.h:16,
  205. from include/linux/capability.h:15,
  206. from include/linux/sched.h:15,
  207. from include/linux/utsname.h:5,
  208. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  209. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-cray.c:15:
  210. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  211. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  212. if (likely(sz < 0 || sz >= n))
  213. ^
  214. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  215. # define likely(x) __builtin_expect(!!(x), 1)
  216. ^
  217. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  218. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  219. if (likely(sz < 0 || sz >= n))
  220. ^
  221. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  222. # define likely(x) __builtin_expect(!!(x), 1)
  223. ^
  224. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-drm.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -W
  225. error=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_drm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-drm.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-drm.c
  226. In file included from include/uapi/linux/stddef.h:1:0,
  227. from include/linux/stddef.h:4,
  228. from ./include/uapi/linux/posix_types.h:4,
  229. from include/uapi/linux/types.h:13,
  230. from include/linux/types.h:5,
  231. from include/uapi/linux/capability.h:16,
  232. from include/linux/capability.h:15,
  233. from include/linux/sched.h:15,
  234. from include/linux/utsname.h:5,
  235. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  236. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-drm.c:15:
  237. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  238. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  239. cnts, cnts | _QW_LOCKED) == cnts);
  240. ^
  241. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  242. # define likely(x) __builtin_expect(!!(x), 1)
  243. ^
  244. In file included from include/uapi/linux/stddef.h:1:0,
  245. from include/linux/stddef.h:4,
  246. from ./include/uapi/linux/posix_types.h:4,
  247. from include/uapi/linux/types.h:13,
  248. from include/linux/types.h:5,
  249. from include/uapi/linux/capability.h:16,
  250. from include/linux/capability.h:15,
  251. from include/linux/sched.h:15,
  252. from include/linux/utsname.h:5,
  253. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  254. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-drm.c:15:
  255. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  256. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  257. if (likely(sz < 0 || sz >= n))
  258. ^
  259. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  260. # define likely(x) __builtin_expect(!!(x), 1)
  261. ^
  262. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  263. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  264. if (likely(sz < 0 || sz >= n))
  265. ^
  266. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  267. # define likely(x) __builtin_expect(!!(x), 1)
  268. ^
  269. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-gvi.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse
  270. 2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_gvi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-gvi.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-gvi.c
  271. In file included from include/uapi/linux/stddef.h:1:0,
  272. from include/linux/stddef.h:4,
  273. from ./include/uapi/linux/posix_types.h:4,
  274. from include/uapi/linux/types.h:13,
  275. from include/linux/types.h:5,
  276. from include/uapi/linux/capability.h:16,
  277. from include/linux/capability.h:15,
  278. from include/linux/sched.h:15,
  279. from include/linux/utsname.h:5,
  280. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  281. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-gvi.c:15:
  282. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  283. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  284. cnts, cnts | _QW_LOCKED) == cnts);
  285. ^
  286. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  287. # define likely(x) __builtin_expect(!!(x), 1)
  288. ^
  289. In file included from include/uapi/linux/stddef.h:1:0,
  290. from include/linux/stddef.h:4,
  291. from ./include/uapi/linux/posix_types.h:4,
  292. from include/uapi/linux/types.h:13,
  293. from include/linux/types.h:5,
  294. from include/uapi/linux/capability.h:16,
  295. from include/linux/capability.h:15,
  296. from include/linux/sched.h:15,
  297. from include/linux/utsname.h:5,
  298. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  299. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-gvi.c:15:
  300. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  301. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  302. if (likely(sz < 0 || sz >= n))
  303. ^
  304. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  305. # define likely(x) __builtin_expect(!!(x), 1)
  306. ^
  307. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  308. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  309. if (likely(sz < 0 || sz >= n))
  310. ^
  311. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  312. # define likely(x) __builtin_expect(!!(x), 1)
  313. ^
  314. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-i2c.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel
  315. -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)" -D"KBUILD_MODNAME
  316. =KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-i2c.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-i2c.c
  317. In file included from include/uapi/linux/stddef.h:1:0,
  318. from include/linux/stddef.h:4,
  319. from ./include/uapi/linux/posix_types.h:4,
  320. from include/uapi/linux/types.h:13,
  321. from include/linux/types.h:5,
  322. from include/uapi/linux/capability.h:16,
  323. from include/linux/capability.h:15,
  324. from include/linux/sched.h:15,
  325. from include/linux/utsname.h:5,
  326. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  327. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-i2c.c:15:
  328. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  329. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  330. cnts, cnts | _QW_LOCKED) == cnts);
  331. ^
  332. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  333. # define likely(x) __builtin_expect(!!(x), 1)
  334. ^
  335. In file included from include/uapi/linux/stddef.h:1:0,
  336. from include/linux/stddef.h:4,
  337. from ./include/uapi/linux/posix_types.h:4,
  338. from include/uapi/linux/types.h:13,
  339. from include/linux/types.h:5,
  340. from include/uapi/linux/capability.h:16,
  341. from include/linux/capability.h:15,
  342. from include/linux/sched.h:15,
  343. from include/linux/utsname.h:5,
  344. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  345. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-i2c.c:15:
  346. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  347. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  348. if (likely(sz < 0 || sz >= n))
  349. ^
  350. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  351. # define likely(x) __builtin_expect(!!(x), 1)
  352. ^
  353. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  354. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  355. if (likely(sz < 0 || sz >= n))
  356. ^
  357. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  358. # define likely(x) __builtin_expect(!!(x), 1)
  359. ^
  360. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-mempool.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi
  361. -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304
  362. .125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mempool)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-mempool.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mempool.c
  363. In file included from include/uapi/linux/stddef.h:1:0,
  364. from include/linux/stddef.h:4,
  365. from ./include/uapi/linux/posix_types.h:4,
  366. from include/uapi/linux/types.h:13,
  367. from include/linux/types.h:5,
  368. from include/uapi/linux/capability.h:16,
  369. from include/linux/capability.h:15,
  370. from include/linux/sched.h:15,
  371. from include/linux/utsname.h:5,
  372. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  373. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mempool.c:15:
  374. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  375. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  376. cnts, cnts | _QW_LOCKED) == cnts);
  377. ^
  378. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  379. # define likely(x) __builtin_expect(!!(x), 1)
  380. ^
  381. In file included from include/uapi/linux/stddef.h:1:0,
  382. from include/linux/stddef.h:4,
  383. from ./include/uapi/linux/posix_types.h:4,
  384. from include/uapi/linux/types.h:13,
  385. from include/linux/types.h:5,
  386. from include/uapi/linux/capability.h:16,
  387. from include/linux/capability.h:15,
  388. from include/linux/sched.h:15,
  389. from include/linux/utsname.h:5,
  390. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  391. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mempool.c:15:
  392. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  393. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  394. if (likely(sz < 0 || sz >= n))
  395. ^
  396. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  397. # define likely(x) __builtin_expect(!!(x), 1)
  398. ^
  399. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  400. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  401. if (likely(sz < 0 || sz >= n))
  402. ^
  403. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  404. # define likely(x) __builtin_expect(!!(x), 1)
  405. ^
  406. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-mlock.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -
  407. Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mlock)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-mlock.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mlock.c
  408. In file included from include/uapi/linux/stddef.h:1:0,
  409. from include/linux/stddef.h:4,
  410. from ./include/uapi/linux/posix_types.h:4,
  411. from include/uapi/linux/types.h:13,
  412. from include/linux/types.h:5,
  413. from include/uapi/linux/capability.h:16,
  414. from include/linux/capability.h:15,
  415. from include/linux/sched.h:15,
  416. from include/linux/utsname.h:5,
  417. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  418. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mlock.c:15:
  419. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  420. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  421. cnts, cnts | _QW_LOCKED) == cnts);
  422. ^
  423. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  424. # define likely(x) __builtin_expect(!!(x), 1)
  425. ^
  426. In file included from include/uapi/linux/stddef.h:1:0,
  427. from include/linux/stddef.h:4,
  428. from ./include/uapi/linux/posix_types.h:4,
  429. from include/uapi/linux/types.h:13,
  430. from include/linux/types.h:5,
  431. from include/uapi/linux/capability.h:16,
  432. from include/linux/capability.h:15,
  433. from include/linux/sched.h:15,
  434. from include/linux/utsname.h:5,
  435. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  436. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mlock.c:15:
  437. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  438. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  439. if (likely(sz < 0 || sz >= n))
  440. ^
  441. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  442. # define likely(x) __builtin_expect(!!(x), 1)
  443. ^
  444. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  445. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  446. if (likely(sz < 0 || sz >= n))
  447. ^
  448. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  449. # define likely(x) __builtin_expect(!!(x), 1)
  450. ^
  451. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-mmap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=
  452. 1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mmap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/
  453. kernel/.tmp_nv-mmap.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mmap.c
  454. In file included from include/uapi/linux/stddef.h:1:0,
  455. from include/linux/stddef.h:4,
  456. from ./include/uapi/linux/posix_types.h:4,
  457. from include/uapi/linux/types.h:13,
  458. from include/linux/types.h:5,
  459. from include/uapi/linux/capability.h:16,
  460. from include/linux/capability.h:15,
  461. from include/linux/sched.h:15,
  462. from include/linux/utsname.h:5,
  463. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  464. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mmap.c:15:
  465. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  466. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  467. cnts, cnts | _QW_LOCKED) == cnts);
  468. ^
  469. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  470. # define likely(x) __builtin_expect(!!(x), 1)
  471. ^
  472. In file included from include/uapi/linux/stddef.h:1:0,
  473. from include/linux/stddef.h:4,
  474. from ./include/uapi/linux/posix_types.h:4,
  475. from include/uapi/linux/types.h:13,
  476. from include/linux/types.h:5,
  477. from include/uapi/linux/capability.h:16,
  478. from include/linux/capability.h:15,
  479. from include/linux/sched.h:15,
  480. from include/linux/utsname.h:5,
  481. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  482. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mmap.c:15:
  483. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  484. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  485. if (likely(sz < 0 || sz >= n))
  486. ^
  487. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  488. # define likely(x) __builtin_expect(!!(x), 1)
  489. ^
  490. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  491. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  492. if (likely(sz < 0 || sz >= n))
  493. ^
  494. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  495. # define likely(x) __builtin_expect(!!(x), 1)
  496. ^
  497. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-p2p.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall
  498. -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMO
  499. DULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_p2p)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-p2p.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-p2p.c
  500. In file included from include/uapi/linux/stddef.h:1:0,
  501. from include/linux/stddef.h:4,
  502. from ./include/uapi/linux/posix_types.h:4,
  503. from include/uapi/linux/types.h:13,
  504. from include/linux/types.h:5,
  505. from include/uapi/linux/capability.h:16,
  506. from include/linux/capability.h:15,
  507. from include/linux/sched.h:15,
  508. from include/linux/utsname.h:5,
  509. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  510. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-p2p.c:15:
  511. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  512. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  513. cnts, cnts | _QW_LOCKED) == cnts);
  514. ^
  515. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  516. # define likely(x) __builtin_expect(!!(x), 1)
  517. ^
  518. In file included from include/uapi/linux/stddef.h:1:0,
  519. from include/linux/stddef.h:4,
  520. from ./include/uapi/linux/posix_types.h:4,
  521. from include/uapi/linux/types.h:13,
  522. from include/linux/types.h:5,
  523. from include/uapi/linux/capability.h:16,
  524. from include/linux/capability.h:15,
  525. from include/linux/sched.h:15,
  526. from include/linux/utsname.h:5,
  527. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  528. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-p2p.c:15:
  529. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  530. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  531. if (likely(sz < 0 || sz >= n))
  532. ^
  533. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  534. # define likely(x) __builtin_expect(!!(x), 1)
  535. ^
  536. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  537. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  538. if (likely(sz < 0 || sz >= n))
  539. ^
  540. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  541. # define likely(x) __builtin_expect(!!(x), 1)
  542. ^
  543. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-pat.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-t
  544. racking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_pat)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-pat.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-pat.c
  545. In file included from include/uapi/linux/stddef.h:1:0,
  546. from include/linux/stddef.h:4,
  547. from ./include/uapi/linux/posix_types.h:4,
  548. from include/uapi/linux/types.h:13,
  549. from include/linux/types.h:5,
  550. from include/uapi/linux/capability.h:16,
  551. from include/linux/capability.h:15,
  552. from include/linux/sched.h:15,
  553. from include/linux/utsname.h:5,
  554. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  555. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-pat.c:15:
  556. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  557. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  558. cnts, cnts | _QW_LOCKED) == cnts);
  559. ^
  560. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  561. # define likely(x) __builtin_expect(!!(x), 1)
  562. ^
  563. In file included from include/uapi/linux/stddef.h:1:0,
  564. from include/linux/stddef.h:4,
  565. from ./include/uapi/linux/posix_types.h:4,
  566. from include/uapi/linux/types.h:13,
  567. from include/linux/types.h:5,
  568. from include/uapi/linux/capability.h:16,
  569. from include/linux/capability.h:15,
  570. from include/linux/sched.h:15,
  571. from include/linux/utsname.h:5,
  572. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  573. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-pat.c:15:
  574. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  575. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  576. if (likely(sz < 0 || sz >= n))
  577. ^
  578. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  579. # define likely(x) __builtin_expect(!!(x), 1)
  580. ^
  581. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  582. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  583. if (likely(sz < 0 || sz >= n))
  584. ^
  585. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  586. # define likely(x) __builtin_expect(!!(x), 1)
  587. ^
  588. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-procfs.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG
  589. _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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_procfs)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-procfs.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-procfs.c
  590. In file included from include/uapi/linux/stddef.h:1:0,
  591. from include/linux/stddef.h:4,
  592. from ./include/uapi/linux/posix_types.h:4,
  593. from include/uapi/linux/types.h:13,
  594. from include/linux/types.h:5,
  595. from include/uapi/linux/capability.h:16,
  596. from include/linux/capability.h:15,
  597. from include/linux/sched.h:15,
  598. from include/linux/utsname.h:5,
  599. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  600. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-procfs.c:15:
  601. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  602. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  603. cnts, cnts | _QW_LOCKED) == cnts);
  604. ^
  605. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  606. # define likely(x) __builtin_expect(!!(x), 1)
  607. ^
  608. In file included from include/uapi/linux/stddef.h:1:0,
  609. from include/linux/stddef.h:4,
  610. from ./include/uapi/linux/posix_types.h:4,
  611. from include/uapi/linux/types.h:13,
  612. from include/linux/types.h:5,
  613. from include/uapi/linux/capability.h:16,
  614. from include/linux/capability.h:15,
  615. from include/linux/sched.h:15,
  616. from include/linux/utsname.h:5,
  617. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  618. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-procfs.c:15:
  619. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  620. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  621. if (likely(sz < 0 || sz >= n))
  622. ^
  623. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  624. # define likely(x) __builtin_expect(!!(x), 1)
  625. ^
  626. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  627. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  628. if (likely(sz < 0 || sz >= n))
  629. ^
  630. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  631. # define likely(x) __builtin_expect(!!(x), 1)
  632. ^
  633. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-usermap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-fun
  634. ction-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -
  635. mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_usermap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-usermap.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-usermap.c
  636. In file included from include/uapi/linux/stddef.h:1:0,
  637. from include/linux/stddef.h:4,
  638. from ./include/uapi/linux/posix_types.h:4,
  639. from include/uapi/linux/types.h:13,
  640. from include/linux/types.h:5,
  641. from include/uapi/linux/capability.h:16,
  642. from include/linux/capability.h:15,
  643. from include/linux/sched.h:15,
  644. from include/linux/utsname.h:5,
  645. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  646. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-usermap.c:15:
  647. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  648. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  649. cnts, cnts | _QW_LOCKED) == cnts);
  650. ^
  651. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  652. # define likely(x) __builtin_expect(!!(x), 1)
  653. ^
  654. In file included from include/uapi/linux/stddef.h:1:0,
  655. from include/linux/stddef.h:4,
  656. from ./include/uapi/linux/posix_types.h:4,
  657. from include/uapi/linux/types.h:13,
  658. from include/linux/types.h:5,
  659. from include/uapi/linux/capability.h:16,
  660. from include/linux/capability.h:15,
  661. from include/linux/sched.h:15,
  662. from include/linux/utsname.h:5,
  663. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  664. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-usermap.c:15:
  665. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  666. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  667. if (likely(sz < 0 || sz >= n))
  668. ^
  669. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  670. # define likely(x) __builtin_expect(!!(x), 1)
  671. ^
  672. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  673. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  674. if (likely(sz < 0 || sz >= n))
  675. ^
  676. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  677. # define likely(x) __builtin_expect(!!(x), 1)
  678. ^
  679. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-vm.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-stri
  680. ct-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-vm.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-vm.c
  681. In file included from include/uapi/linux/stddef.h:1:0,
  682. from include/linux/stddef.h:4,
  683. from ./include/uapi/linux/posix_types.h:4,
  684. from include/uapi/linux/types.h:13,
  685. from include/linux/types.h:5,
  686. from include/uapi/linux/capability.h:16,
  687. from include/linux/capability.h:15,
  688. from include/linux/sched.h:15,
  689. from include/linux/utsname.h:5,
  690. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  691. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-vm.c:14:
  692. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  693. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  694. cnts, cnts | _QW_LOCKED) == cnts);
  695. ^
  696. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  697. # define likely(x) __builtin_expect(!!(x), 1)
  698. ^
  699. In file included from include/uapi/linux/stddef.h:1:0,
  700. from include/linux/stddef.h:4,
  701. from ./include/uapi/linux/posix_types.h:4,
  702. from include/uapi/linux/types.h:13,
  703. from include/linux/types.h:5,
  704. from include/uapi/linux/capability.h:16,
  705. from include/linux/capability.h:15,
  706. from include/linux/sched.h:15,
  707. from include/linux/utsname.h:5,
  708. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  709. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-vm.c:14:
  710. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  711. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  712. if (likely(sz < 0 || sz >= n))
  713. ^
  714. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  715. # define likely(x) __builtin_expect(!!(x), 1)
  716. ^
  717. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  718. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  719. if (likely(sz < 0 || sz >= n))
  720. ^
  721. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  722. # define likely(x) __builtin_expect(!!(x), 1)
  723. ^
  724. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-vtophys.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tab
  725. les -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vtophys)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_nv-vtophys.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-vtophys.c
  726. In file included from include/uapi/linux/stddef.h:1:0,
  727. from include/linux/stddef.h:4,
  728. from ./include/uapi/linux/posix_types.h:4,
  729. from include/uapi/linux/types.h:13,
  730. from include/linux/types.h:5,
  731. from include/uapi/linux/capability.h:16,
  732. from include/linux/capability.h:15,
  733. from include/linux/sched.h:15,
  734. from include/linux/utsname.h:5,
  735. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  736. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-vtophys.c:15:
  737. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  738. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  739. cnts, cnts | _QW_LOCKED) == cnts);
  740. ^
  741. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  742. # define likely(x) __builtin_expect(!!(x), 1)
  743. ^
  744. In file included from include/uapi/linux/stddef.h:1:0,
  745. from include/linux/stddef.h:4,
  746. from ./include/uapi/linux/posix_types.h:4,
  747. from include/uapi/linux/types.h:13,
  748. from include/linux/types.h:5,
  749. from include/uapi/linux/capability.h:16,
  750. from include/linux/capability.h:15,
  751. from include/linux/sched.h:15,
  752. from include/linux/utsname.h:5,
  753. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  754. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-vtophys.c:15:
  755. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  756. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  757. if (likely(sz < 0 || sz >= n))
  758. ^
  759. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  760. # define likely(x) __builtin_expect(!!(x), 1)
  761. ^
  762. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  763. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  764. if (likely(sz < 0 || sz >= n))
  765. ^
  766. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  767. # define likely(x) __builtin_expect(!!(x), 1)
  768. ^
  769. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.os-agp.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in
  770. -387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUI
  771. LD_BASENAME=KBUILD_STR(os_agp)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_os-agp.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-agp.c
  772. In file included from include/uapi/linux/stddef.h:1:0,
  773. from include/linux/stddef.h:4,
  774. from ./include/uapi/linux/posix_types.h:4,
  775. from include/uapi/linux/types.h:13,
  776. from include/linux/types.h:5,
  777. from include/uapi/linux/capability.h:16,
  778. from include/linux/capability.h:15,
  779. from include/linux/sched.h:15,
  780. from include/linux/utsname.h:5,
  781. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  782. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-agp.c:24:
  783. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  784. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  785. cnts, cnts | _QW_LOCKED) == cnts);
  786. ^
  787. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  788. # define likely(x) __builtin_expect(!!(x), 1)
  789. ^
  790. In file included from include/uapi/linux/stddef.h:1:0,
  791. from include/linux/stddef.h:4,
  792. from ./include/uapi/linux/posix_types.h:4,
  793. from include/uapi/linux/types.h:13,
  794. from include/linux/types.h:5,
  795. from include/uapi/linux/capability.h:16,
  796. from include/linux/capability.h:15,
  797. from include/linux/sched.h:15,
  798. from include/linux/utsname.h:5,
  799. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  800. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-agp.c:24:
  801. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  802. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  803. if (likely(sz < 0 || sz >= n))
  804. ^
  805. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  806. # define likely(x) __builtin_expect(!!(x), 1)
  807. ^
  808. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  809. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  810. if (likely(sz < 0 || sz >= n))
  811. ^
  812. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  813. # define likely(x) __builtin_expect(!!(x), 1)
  814. ^
  815. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.os-interface.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOT
  816. O -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_os-interface.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-interface.c
  817. In file included from include/uapi/linux/stddef.h:1:0,
  818. from include/linux/stddef.h:4,
  819. from ./include/uapi/linux/posix_types.h:4,
  820. from include/uapi/linux/types.h:13,
  821. from include/linux/types.h:5,
  822. from include/uapi/linux/capability.h:16,
  823. from include/linux/capability.h:15,
  824. from include/linux/sched.h:15,
  825. from include/linux/utsname.h:5,
  826. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  827. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-interface.c:26:
  828. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  829. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  830. cnts, cnts | _QW_LOCKED) == cnts);
  831. ^
  832. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  833. # define likely(x) __builtin_expect(!!(x), 1)
  834. ^
  835. In file included from include/uapi/linux/stddef.h:1:0,
  836. from include/linux/stddef.h:4,
  837. from ./include/uapi/linux/posix_types.h:4,
  838. from include/uapi/linux/types.h:13,
  839. from include/linux/types.h:5,
  840. from include/uapi/linux/capability.h:16,
  841. from include/linux/capability.h:15,
  842. from include/linux/sched.h:15,
  843. from include/linux/utsname.h:5,
  844. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  845. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-interface.c:26:
  846. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  847. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  848. if (likely(sz < 0 || sz >= n))
  849. ^
  850. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  851. # define likely(x) __builtin_expect(!!(x), 1)
  852. ^
  853. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  854. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  855. if (likely(sz < 0 || sz >= n))
  856. ^
  857. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  858. # define likely(x) __builtin_expect(!!(x), 1)
  859. ^
  860. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.os-mtrr.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-dele
  861. te-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_mtrr)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_os-mtrr.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-mtrr.c
  862. In file included from include/uapi/linux/stddef.h:1:0,
  863. from include/linux/stddef.h:4,
  864. from ./include/uapi/linux/posix_types.h:4,
  865. from include/uapi/linux/types.h:13,
  866. from include/linux/types.h:5,
  867. from include/uapi/linux/capability.h:16,
  868. from include/linux/capability.h:15,
  869. from include/linux/sched.h:15,
  870. from include/linux/utsname.h:5,
  871. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  872. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-mtrr.c:15:
  873. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  874. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  875. cnts, cnts | _QW_LOCKED) == cnts);
  876. ^
  877. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  878. # define likely(x) __builtin_expect(!!(x), 1)
  879. ^
  880. In file included from include/uapi/linux/stddef.h:1:0,
  881. from include/linux/stddef.h:4,
  882. from ./include/uapi/linux/posix_types.h:4,
  883. from include/uapi/linux/types.h:13,
  884. from include/linux/types.h:5,
  885. from include/uapi/linux/capability.h:16,
  886. from include/linux/capability.h:15,
  887. from include/linux/sched.h:15,
  888. from include/linux/utsname.h:5,
  889. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  890. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-mtrr.c:15:
  891. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  892. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  893. if (likely(sz < 0 || sz >= n))
  894. ^
  895. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  896. # define likely(x) __builtin_expect(!!(x), 1)
  897. ^
  898. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  899. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  900. if (likely(sz < 0 || sz >= n))
  901. ^
  902. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  903. # define likely(x) __builtin_expect(!!(x), 1)
  904. ^
  905. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.os-registry.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -mac
  906. cumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_registry)" -D"KBUILD_MODNAME=KBUILD_STR(nvid
  907. ia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_os-registry.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-registry.c
  908. In file included from include/uapi/linux/stddef.h:1:0,
  909. from include/linux/stddef.h:4,
  910. from ./include/uapi/linux/posix_types.h:4,
  911. from include/uapi/linux/types.h:13,
  912. from include/linux/types.h:5,
  913. from include/uapi/linux/capability.h:16,
  914. from include/linux/capability.h:15,
  915. from include/linux/sched.h:15,
  916. from include/linux/utsname.h:5,
  917. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  918. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-registry.c:15:
  919. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  920. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  921. cnts, cnts | _QW_LOCKED) == cnts);
  922. ^
  923. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  924. # define likely(x) __builtin_expect(!!(x), 1)
  925. ^
  926. In file included from include/uapi/linux/stddef.h:1:0,
  927. from include/linux/stddef.h:4,
  928. from ./include/uapi/linux/posix_types.h:4,
  929. from include/uapi/linux/types.h:13,
  930. from include/linux/types.h:5,
  931. from include/uapi/linux/capability.h:16,
  932. from include/linux/capability.h:15,
  933. from include/linux/sched.h:15,
  934. from include/linux/utsname.h:5,
  935. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  936. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-registry.c:15:
  937. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  938. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  939. if (likely(sz < 0 || sz >= n))
  940. ^
  941. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  942. # define likely(x) __builtin_expect(!!(x), 1)
  943. ^
  944. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  945. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  946. if (likely(sz < 0 || sz >= n))
  947. ^
  948. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  949. # define likely(x) __builtin_expect(!!(x), 1)
  950. ^
  951. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.os-smp.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi
  952. -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304
  953. .125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_smp)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_os-smp.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-smp.c
  954. In file included from include/uapi/linux/stddef.h:1:0,
  955. from include/linux/stddef.h:4,
  956. from ./include/uapi/linux/posix_types.h:4,
  957. from include/uapi/linux/types.h:13,
  958. from include/linux/types.h:5,
  959. from include/uapi/linux/capability.h:16,
  960. from include/linux/capability.h:15,
  961. from include/linux/sched.h:15,
  962. from include/linux/utsname.h:5,
  963. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  964. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-smp.c:15:
  965. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  966. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  967. cnts, cnts | _QW_LOCKED) == cnts);
  968. ^
  969. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  970. # define likely(x) __builtin_expect(!!(x), 1)
  971. ^
  972. In file included from include/uapi/linux/stddef.h:1:0,
  973. from include/linux/stddef.h:4,
  974. from ./include/uapi/linux/posix_types.h:4,
  975. from include/uapi/linux/types.h:13,
  976. from include/linux/types.h:5,
  977. from include/uapi/linux/capability.h:16,
  978. from include/linux/capability.h:15,
  979. from include/linux/sched.h:15,
  980. from include/linux/utsname.h:5,
  981. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  982. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-smp.c:15:
  983. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  984. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  985. if (likely(sz < 0 || sz >= n))
  986. ^
  987. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  988. # define likely(x) __builtin_expect(!!(x), 1)
  989. ^
  990. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  991. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  992. if (likely(sz < 0 || sz >= n))
  993. ^
  994. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  995. # define likely(x) __builtin_expect(!!(x), 1)
  996. ^
  997. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.os-usermap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than
  998. =2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_usermap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_os-usermap.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-usermap.c
  999. In file included from include/uapi/linux/stddef.h:1:0,
  1000. from include/linux/stddef.h:4,
  1001. from ./include/uapi/linux/posix_types.h:4,
  1002. from include/uapi/linux/types.h:13,
  1003. from include/linux/types.h:5,
  1004. from include/uapi/linux/capability.h:16,
  1005. from include/linux/capability.h:15,
  1006. from include/linux/sched.h:15,
  1007. from include/linux/utsname.h:5,
  1008. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  1009. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-usermap.c:15:
  1010. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  1011. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1012. cnts, cnts | _QW_LOCKED) == cnts);
  1013. ^
  1014. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  1015. # define likely(x) __builtin_expect(!!(x), 1)
  1016. ^
  1017. In file included from include/uapi/linux/stddef.h:1:0,
  1018. from include/linux/stddef.h:4,
  1019. from ./include/uapi/linux/posix_types.h:4,
  1020. from include/uapi/linux/types.h:13,
  1021. from include/linux/types.h:5,
  1022. from include/uapi/linux/capability.h:16,
  1023. from include/linux/capability.h:15,
  1024. from include/linux/sched.h:15,
  1025. from include/linux/utsname.h:5,
  1026. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-linux.h:40,
  1027. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-usermap.c:15:
  1028. ./arch/x86/include/asm/uaccess.h: In function ‘copy_from_user’:
  1029. ./arch/x86/include/asm/uaccess.h:712:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1030. if (likely(sz < 0 || sz >= n))
  1031. ^
  1032. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  1033. # define likely(x) __builtin_expect(!!(x), 1)
  1034. ^
  1035. ./arch/x86/include/asm/uaccess.h: In function ‘copy_to_user’:
  1036. ./arch/x86/include/asm/uaccess.h:730:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1037. if (likely(sz < 0 || sz >= n))
  1038. ^
  1039. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  1040. # define likely(x) __builtin_expect(!!(x), 1)
  1041. ^
  1042. ld -m elf_x86_64 -r -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nvidia.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-kernel.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-acpi.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-chrdev.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-cray.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-drm.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-gvi.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-i2c.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_
  1043. 64-304.125/kernel/nv-mempool.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mlock.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-mmap.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-p2p.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-pat.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-procfs.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-usermap.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-vm.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-vtophys.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-agp.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-interface.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-mtrr.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-registry.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-smp.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/os-usermap.
  1044. o
  1045. (cat /dev/null; echo kernel//usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nvidia.ko;) > /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/modules.order
  1046. make -f ./scripts/Makefile.modpost
  1047. find /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.tmp_versions -name '*.mod' | xargs -r grep -h '\.ko$' | sort -u | sed 's/\.ko$/.o/' | scripts/mod/modpost -m -i ./Module.symvers -I /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/Module.symvers -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/Module.symvers -S -w -s -T -
  1048. WARNING: could not find /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nv-kernel.o.cmd for /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nv-kernel.o
  1049. /usr/bin/gcc-4.8 -Wp,-MD,/usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/.nvidia.mod.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x8
  1050. 6/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=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-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -I/usr/sr
  1051. c/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"304.125\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia.mod)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -DMODULE -c -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nvidia.mod.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nvidia.mod.c
  1052. In file included from include/uapi/linux/stddef.h:1:0,
  1053. from include/linux/stddef.h:4,
  1054. from ./include/uapi/linux/posix_types.h:4,
  1055. from include/uapi/linux/types.h:13,
  1056. from include/linux/types.h:5,
  1057. from include/linux/list.h:4,
  1058. from include/linux/module.h:9,
  1059. from /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nvidia.mod.c:1:
  1060. include/asm-generic/qrwlock.h: In function ‘queue_write_trylock’:
  1061. include/asm-generic/qrwlock.h:93:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1062. cnts, cnts | _QW_LOCKED) == cnts);
  1063. ^
  1064. include/linux/compiler.h:159:40: note: in definition of macro ‘likely’
  1065. # define likely(x) __builtin_expect(!!(x), 1)
  1066. ^
  1067. ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nvidia.ko /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nvidia.o /usr/src/sgfxi-downloads/NVIDIA-Linux-x86_64-304.125/kernel/nvidia.mod.o
  1068. NVIDIA: left KBUILD.
  1069. -> done.
  1070. -> Kernel module compilation complete.
  1071. -> Installing both new and classic TLS OpenGL libraries.
  1072. -> Installing both new and classic TLS 32bit OpenGL libraries.
  1073. -> Install NVIDIA's 32-bit compatibility OpenGL libraries? (Answer: Yes)
  1074. -> Searching for conflicting X files:
  1075. -> done.
  1076. -> Searching for conflicting OpenGL files:
  1077. -> done.
  1078. -> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86_64' (304.125):
  1079. executing: '/sbin/ldconfig'...
  1080. executing: '/sbin/depmod -aq 3.18-3.dmz.1-liquorix-amd64'...
  1081. -> done.
  1082. -> Driver file installation is complete.
  1083. ERROR: Unable to load the kernel module.
  1084. 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