nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Thu Feb 6 14:05:07 2014 installer version: 331.38 PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin nvidia-installer command line: ./nvidia-installer Using: nvidia-installer ncurses user interface -> License accepted. -> Installing NVIDIA driver version 331.38. -> 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) -> Performing CC sanity check with CC="cc". -> Kernel source path: '/lib/modules/3.12-1-amd64/source' -> Kernel output path: '/lib/modules/3.12-1-amd64/build' -> Performing rivafb check. -> Performing nvidiafb check. -> Performing Xen check. -> Performing PREEMPT_RT check. -> Cleaning kernel module build directory. executing: 'cd ./kernel; make clean'... -> Building NVIDIA kernel module: executing: 'cd ./kernel; make module SYSSRC=/lib/modules/3.12-1-amd64/source SYSOUT=/lib/modules/3.12-1-amd64/build NV_BUILD_MODULE_INSTANCES='... NVIDIA: calling KBUILD... make[1]: Entering directory `/usr/src/linux-headers-3.12-1-common' make -C /lib/modules/3.12-1-amd64/build \ KBUILD_SRC=/usr/src/linux-headers-3.12-1-common \ KBUILD_EXTMOD="/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel" -f /usr/src/linux-headers-3.12-1-common/Makefile \ modules test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \ /bin/false) mkdir -p /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_versions ; rm -f /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_versions/* make -f /usr/src/linux-headers-3.12-1-common/scripts/Makefile.build obj=/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchron ous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv.c:13: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv.c:13: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv.c:13: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-acpi.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fst ack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_acpi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-acpi.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331 .38/kernel/nv-acpi.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-acpi.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-acpi.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-acpi.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-acpi.c: At top level: /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-acpi.c:70:9: warning: initialization from incompatible pointer type [enabled by default] .remove = nv_acpi_remove, ^ /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-acpi.c:70:9: warning: (near initialization for ‘nv_acpi_driver_template.ops.remove’) [enabled by default] cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-chrdev.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/in clude -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-si gn -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_chrdev)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-chrdev.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-chrdev.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-chrdev.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-chrdev.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-chrdev.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-cray.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2= 1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_cray)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-cray.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-cray.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-cray.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-cray.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-cray.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-drm.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red- zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_drm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-3 31.38/kernel/.tmp_nv-drm.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-drm.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-drm.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-drm.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-drm.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ In file included from /usr/src/linux-headers-3.12-1-common/include/drm/drm_crtc.h:32:0, from /usr/src/linux-headers-3.12-1-common/include/drm/drmP.h:701, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-drm.c:19: /usr/src/linux-headers-3.12-1-common/include/linux/fb.h: In function ‘__fb_pad_aligned_buffer’: /usr/src/linux-headers-3.12-1-common/include/linux/fb.h:650:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < s_pitch; j++) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-gvi.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchron ous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_gvi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-gvi.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-gvi.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-gvi.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-gvi.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-gvi.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-i2c.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumu late-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-i2c.o /tmp/selfgz26745/NV IDIA-Linux-x86_64-331.38/kernel/nv-i2c.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-i2c.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-i2c.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-i2c.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-mempool.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -We rror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NA ME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mempool)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-mempool.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mempool.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mempool.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mempool.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mempool.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-mlock.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/ge nerated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x8 6_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mlock)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-mlock.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mlock.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mlock.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mlock.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mlock.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-mmap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_mmap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-mmap.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mmap.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mmap.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mmap.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mmap.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-p2p.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_p2p)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-p2p.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-p2p.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-p2p.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-p2p.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-p2p.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-pat.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-bounda ry=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_pat)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/self gz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-pat.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-pat.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-pat.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-pat.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-pat.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-procfs.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wund ef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitial ized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_procfs)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-procfs.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-procfs.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-procfs.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-procfs.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-procfs.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-usermap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated /uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INST ANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_usermap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-usermap.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-usermap.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-usermap.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-usermap.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-usermap.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-vm.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno -avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-vm.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-vm.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-vm.c:14: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-vm.c:14: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-vm.c:14: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-vtophys.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG _AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vtophys)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-vtophys.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-vtophys.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-vtophys.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-vtophys.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-vtophys.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.os-interface.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -W no-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_ST R(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_os-interface.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-interface.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-interface.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-interface.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-interface.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.os-pci.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/ src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -M D -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_pci)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_os-pci.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-pci.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-pci.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-pci.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-pci.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.os-registry.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.1 2-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -W no-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_registry)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_os-registry.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-registry.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-registry.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-registry.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-registry.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.os-smp.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS _AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_smp)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_os-smp.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-smp.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-smp.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-smp.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-smp.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.os-usermap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -m tune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_usermap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2 6745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_os-usermap.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-usermap.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-usermap.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-usermap.c:15: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-usermap.c:15: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv_uvm_interface.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unu sed-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_uvm_interface)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv_uvm_interface.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv_uvm_interface.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv_uvm_interface.c:21: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv_uvm_interface.c:21: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv_uvm_interface.c:21: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-frontend.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-heade rs-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-sta ck -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_frontend)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_nv-frontend.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-frontend.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-frontend.c:13: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-frontend.c:13: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-linux.h:44, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-frontend.c:13: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ ld -m elf_x86_64 -r -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nvidia.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-kernel.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-acpi.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-chrdev.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-cray.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-drm.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-gvi.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-i2c.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mempool.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mlock.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-mmap.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-p2p.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-pat.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-procfs.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-usermap.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-vm.o /tmp/selfgz26745/NVIDIA -Linux-x86_64-331.38/kernel/nv-vtophys.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-interface.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-pci.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-registry.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-smp.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/os-usermap.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv_uvm_interface.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-frontend.o (cat /dev/null; echo kernel//tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nvidia.ko;) > /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/modules.order make -f /usr/src/linux-headers-3.12-1-common/scripts/Makefile.modpost find /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.tmp_versions -name '*.mod' | xargs -r grep -h '\.ko$' | sort -u | sed 's/\.ko$/.o/' | scripts/mod/modpost -m -i /usr/src/linux-headers-3.12-1-amd64/Module.symvers -I /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/Module.symvers -o /tmp/s elfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/Module.symvers -S -w -s -T - WARNING: could not find /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nv-kernel.o.cmd for /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nv-kernel.o cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/.nvidia.mod.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno- sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia.mod)" -D"KBUILD_MODNAME=KBUILD_STR(nv idia)" -DMODULE -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nvidia.mod.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nvidia.mod.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/cache.h:4, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:4, from /usr/src/linux-headers-3.12-1-common/include/linux/stat.h:18, from /usr/src/linux-headers-3.12-1-common/include/linux/module.h:10, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nvidia.mod.c:1: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/linux/stat.h:18, from /usr/src/linux-headers-3.12-1-common/include/linux/module.h:10, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nvidia.mod.c:1: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ ld -r -m elf_x86_64 -T /usr/src/linux-headers-3.12-1-common/scripts/module-common.lds --build-id -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nvidia.ko /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nvidia.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/nvidia.mod.o make[1]: Leaving directory `/usr/src/linux-headers-3.12-1-common' NVIDIA: left KBUILD. -> done. -> Building Unified Memory kernel module: executing: 'cd ./kernel/uvm; make module SYSSRC=/lib/modules/3.12-1-amd64/source SYSOUT=/lib/modules/3.12-1-amd64/build NV_BUILD_MODULE_INSTANCES='... cp /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/Module.symvers Module.symvers NVIDIA UVM: CC=cc, HOST_CC=cc NV_TARGET_ARCH=x86_64 NVIDIA UVM: CONFTEST=/bin/sh ./conftest.sh cc cc x86_64 /lib/modules/3.12-1-amd64/source /lib/modules/3.12-1-amd64/build KERNEL_SOURCES: /lib/modules/3.12-1-amd64/source EXTRA_CFLAGS: -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -I. -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING="331.38" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME="nvidia-uvm" NVIDIA: calling KBUILD... make[1]: Entering directory `/usr/src/linux-headers-3.12-1-common' make -C /lib/modules/3.12-1-amd64/build \ KBUILD_SRC=/usr/src/linux-headers-3.12-1-common \ KBUILD_EXTMOD="/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm" -f /usr/src/linux-headers-3.12-1-common/Makefile \ modules test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \ /bin/false) mkdir -p /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.tmp_versions ; rm -f /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.tmp_versions/* make -f /usr/src/linux-headers-3.12-1-common/scripts/Makefile.build obj=/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.nvidia_uvm_linux.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arc h/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM _GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/src/linux-headers-3.12-1-common -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/src/linux-headers-3.12-1-common -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_linux)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.tmp_nvidia_uvm_linux.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.c:24: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.c:24: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.c:24: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.nvidia_uvm_common.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-se curity -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/src/linux-headers-3.12-1-common -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/src/linux-headers-3.12-1-common -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm - Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_common)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.tmp_nvidia_uvm_common.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.h:49, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.c:41: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.h:49, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.c:41: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.h:49, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.c:41: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.nvidia_uvm_utils.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mt une=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/src/linux-headers-3.12-1-common -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/src/linux-headers-3.12-1-common -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING =\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_utils)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.tmp_nvidia_uvm_utils.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_utils.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_utils.c:25: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_utils.c:25: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_utils.c:25: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ cc -Wp,-MD,/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.nvidia_uvm_lite.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.12-1-common/arch/x86/include -Iarch/x86/include/generated -I/usr/src/linux-headers-3.12-1-common/include -Iinclude -I/usr/src/linux-headers-3.12-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.12-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.12-1-common/include/linux/kconfig.h -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-fram e-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/src/linux-headers-3.12-1-common -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/usr/src/linux-headers-3.12-1-common -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel -I/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"331.38\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm_lite)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/.tmp_nvidia_uvm_lite.o /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm _lite.c In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/bitops.h:522:0, from /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/kernel.h:10, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.h:49, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_lite.c:26: /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h: In function ‘hweight_long’: /usr/src/linux-headers-3.12-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare] #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’ return sizeof(w) == 4 ? hweight32(w) : hweight64(w); ^ In file included from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/cpumask.h:4:0, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/msr.h:10, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/processor.h:20, from /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/thread_info.h:22, from /usr/src/linux-headers-3.12-1-common/include/linux/thread_info.h:54, from /usr/src/linux-headers-3.12-1-common/include/linux/preempt.h:9, from /usr/src/linux-headers-3.12-1-common/include/linux/spinlock.h:50, from /usr/src/linux-headers-3.12-1-common/include/linux/seqlock.h:35, from /usr/src/linux-headers-3.12-1-common/include/linux/time.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/timex.h:56, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:17, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.h:49, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_lite.c:26: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’: /usr/src/linux-headers-3.12-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare] int len = nl ? nl - buf : strlen(buf); ^ In file included from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-3.12-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/types.h:5, from /usr/src/linux-headers-3.12-1-common/include/uapi/linux/capability.h:16, from /usr/src/linux-headers-3.12-1-common/include/linux/capability.h:15, from /usr/src/linux-headers-3.12-1-common/include/linux/sched.h:13, from /usr/src/linux-headers-3.12-1-common/include/linux/utsname.h:5, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_linux.h:62, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_common.h:49, from /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_lite.c:26: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: /usr/src/linux-headers-3.12-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (likely(sz == -1 || sz >= n)) ^ /usr/src/linux-headers-3.12-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’ # define likely(x) __builtin_expect(!!(x), 1) ^ /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_lite.c: In function ‘uvmlite_open’: /tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_lite.c:1254:37: error: incompatible types when assigning to type ‘uid_t’ from type ‘kuid_t’ pUvmPrivate->processRecord.euid = NV_CURRENT_EUID(); ^ make[3]: *** [/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm/nvidia_uvm_lite.o] Error 1 make[2]: *** [_module_/tmp/selfgz26745/NVIDIA-Linux-x86_64-331.38/kernel/uvm] Error 2 make[1]: *** [sub-make] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-3.12-1-common' NVIDIA: left KBUILD. nvidia-uvm.ko failed to build! make: *** [nvidia-uvm.ko] Error 1 -> Error. ERROR: Unable to build the Unified Memory kernel module. -> done. ERROR: The Unified Memory kernel module failed to build. This kernel module is required for the proper operation of CUDA. If you do not need to use CUDA, you can try to install this driver package again with the '--no-unified-memory' option. 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.