Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created December 9, 2014 17:02
Show Gist options
  • Save tleyden/2a46a86056e476976a8e to your computer and use it in GitHub Desktop.
Save tleyden/2a46a86056e476976a8e to your computer and use it in GitHub Desktop.
CoreOS stable 494.4.0 (HVM) nvidia install error
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Tue Dec 9 16:58:38 2014
installer version: 340.29
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
nvidia-installer command line:
./nvidia-installer
--kernel-source-path=/usr/src/kernels/linux/
Using: nvidia-installer ncurses user interface
-> License accepted.
-> Installing NVIDIA driver version 340.29.
-> There appears to already be a driver installed on your system (version: 340.29). As part of installing this driver (version: 340.29), the existing driver will be uninstalled. Are you sure you want to continue? (Answer: Continue installation)
-> Performing CC sanity check with CC="/usr/bin/cc".
-> Using the kernel source path '/usr/src/kernels/linux/' as specified by the '--kernel-source-path' commandline option.
-> Kernel source path: '/usr/src/kernels/linux/'
-> Kernel output path: '/usr/src/kernels/linux/'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen check.
-> Performing PREEMPT_RT check.
-> Cleaning kernel module build directory.
executing: 'cd ./kernel; /usr/bin/make clean'...
-> Building NVIDIA kernel module:
executing: 'cd ./kernel; /usr/bin/make module SYSSRC=/usr/src/kernels/linux/ SYSOUT=/usr/src/kernels/linux/ NV_BUILD_MODULE_INSTANCES='...
NVIDIA: calling KBUILD...
make[1]: Entering directory `/usr/src/kernels/linux'
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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.tmp_versions ; rm -f /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.tmp_versions/*
WARNING: Symbol version dump ./Module.symvers
is missing; modules will have no dependencies and modversions.
/usr/bin/make -f scripts/Makefile.build obj=/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-ov
erflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv.c:13:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv.c:13:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-acpi.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DC
ONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c: At top level:
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:71:5: warning: initialization from incompatible pointer type [enabled by default]
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:71:5: warning: (near initialization for 'nv_acpi_driver_template.ids') [enabled by default]
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:77:9: warning: initialization from incompatible pointer type [enabled by default]
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:77:9: warning: (near initialization for 'nv_acpi_driver_template.ops.remove') [enabled by default]
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c: In function 'nv_acpi_add':
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:240:13: warning: passing argument 4 of 'acpi_evaluate_integer' from incompatible pointer type [enabled by default]
In file included from include/linux/acpi.h:43:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:281,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:15:
include/acpi/acpi_bus.h:43:1: note: expected 'long long unsigned int *' but argument is of type 'nv_acpi_integer_t *'
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c: In function 'nv_acpi_event':
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:390:48: warning: passing argument 4 of 'acpi_evaluate_integer' from incompatible pointer type [enabled by default]
In file included from include/linux/acpi.h:43:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:281,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:15:
include/acpi/acpi_bus.h:43:1: note: expected 'long long unsigned int *' but argument is of type 'nv_acpi_integer_t *'
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c: In function 'nv_acpi_ddc_method':
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:1238:9: warning: passing argument 4 of 'acpi_evaluate_integer' from incompatible pointer type [enabled by default]
In file included from include/linux/acpi.h:43:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:281,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.c:15:
include/acpi/acpi_bus.h:43:1: note: expected 'long long unsigned int *' but argument is of type 'nv_acpi_integer_t *'
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-chrdev.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_
AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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"K
BUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-chrdev.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-chrdev.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-chrdev.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-chrdev.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-chrdev.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-chrdev.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-cray.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflo
w -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-cray.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-cray.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-cray.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-cray.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-cray.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-cray.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-dma.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -
DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia\" -DMODULE -D"KBUILD_S
TR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_dma)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-dma.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-dma.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-dma.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-dma.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-dma.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-dma.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-drm.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -W
no-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-drm.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-drm.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-drm.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-drm.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-drm.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-drm.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-gvi.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCO
NFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvi
dia\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_gvi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-gvi.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-gvi.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-gvi.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-gvi.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-gvi.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-gvi.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-i2c.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wde
claration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-i2c.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-i2c.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-i2c.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-i2c.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-i2c.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-i2c.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-mempool.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outg
oing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_mempool)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mempool.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mempool.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mempool.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mempool.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mempool.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mempool.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-mmap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-va
r-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mmap.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mmap.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mmap.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mmap.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mmap.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mmap.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-p2p.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic
-mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -f
no-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-p2p.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-p2p.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-p2p.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-p2p.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-p2p.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-p2p.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-pat.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer
-fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-pat.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-pat.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-pat.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-pat.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-pat.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-pat.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-procfs.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-s
tack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unu
sed-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-procfs.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-procfs.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-procfs.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-procfs.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-procfs.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-procfs.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-usermap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protect
or -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-usermap.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-usermap.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-usermap.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-usermap.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-usermap.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-usermap.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-vm.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-fo
rmat-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual
-Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vm.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vm.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vm.c:14:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vm.c:14:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vm.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vm.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-vtophys.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-d
ata-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vtophys.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vtophys.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vtophys.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vtophys.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vtophys.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vtophys.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.os-interface.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasin
g -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x
86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_interface)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-interface.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-interface.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-interface.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-interface.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-interface.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-interface.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.os-mlock.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables
-mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_mlock)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-mlock.o /t
mp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-mlock.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-mlock.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-mlock.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-mlock.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-mlock.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.os-pci.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconf
ig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DN
V_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-pci.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-pci.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-pci.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-pci.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-pci.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-pci.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.os-registry.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -W
no-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz169
47/NVIDIA-Linux-x86_64-340.29/kernel/os-registry.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-registry.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-registry.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-registry.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-registry.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-registry.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.os-smp.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./
include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -We
rror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-smp.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-smp.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-smp.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-smp.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-smp.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-smp.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.os-usermap.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=
1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_use
rmap)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-usermap.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-usermap.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-usermap.c:15:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-usermap.c:15:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-usermap.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-usermap.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv_uvm_interface.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-point
er-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv_uvm_interface.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv_uvm_interface.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv_uvm_interface.c:21:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv_uvm_interface.c:21:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv_uvm_interface.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv_uvm_interface.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-frontend.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel
-funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-z
one -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-frontend.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-frontend.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:44,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-frontend.c:13:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-linux.h:97,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-frontend.c:13:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-frontend.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-frontend.o"; fi; fi;
ld -m elf_x86_64 -r -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nvidia.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-kernel.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-acpi.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-chrdev.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-cray.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-dma.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-drm.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-gvi.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-i2c.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mempool.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-mmap.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-p2p.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-pat.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-procfs.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-usermap.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-vm.o /tmp/selfgz16947/
NVIDIA-Linux-x86_64-340.29/kernel/nv-vtophys.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-interface.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-mlock.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-pci.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-registry.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-smp.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/os-usermap.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv_uvm_interface.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-frontend.o
(cat /dev/null; echo kernel//tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nvidia.ko;) > /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/modules.order
/usr/bin/make -f ./scripts/Makefile.modpost
find /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.tmp_versions -name '*.mod' | xargs -r grep -h '\.ko$' | sort -u | sed 's/\.ko$/.o/' | scripts/mod/modpost -i ./Module.symvers -I /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/Module.symvers -o
/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/Module.symvers -S -w -s -T -
WARNING: could not find /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nv-kernel.o.cmd for /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nv-kernel.o
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/.nvidia.mod.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -
DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG -U_DEBUG -DNDEBUG -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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(nvidia)" -DMODULE -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nvidia.mod.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nvidia.mod.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/linux/stat.h:18,
from include/linux/module.h:10,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nvidia.mod.c:1:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nvidia.ko /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nvidia.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/nvidia.mod.o
make[1]: Leaving directory `/usr/src/kernels/linux'
NVIDIA: left KBUILD.
-> done.
-> Building Unified Memory kernel module:
executing: 'cd ./kernel/uvm; /usr/bin/make module SYSSRC=/usr/src/kernels/linux/ SYSOUT=/usr/src/kernels/linux/ NV_BUILD_MODULE_INSTANCES='...
cp ../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 /usr/src/kernels/linux/ /usr/src/kernels/linux/
KERNEL_SOURCES: /usr/src/kernels/linux/
EXTRA_CFLAGS: -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I./.. -I. -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING="340.29" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME="nvidia-uvm"
NVIDIA: calling KBUILD...
make[1]: Entering directory `/usr/src/kernels/linux'
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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.tmp_versions ; rm -f /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.tmp_versions/*
WARNING: Symbol version dump ./Module.symvers
is missing; modules will have no dependencies and modversions.
/usr/bin/make -f scripts/Makefile.build obj=/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_uvm_linux.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boun
dary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENA
BLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:62,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.c:24:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:123,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.c:24:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_uvm_common.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kern
el -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.2
9/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:62,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.c:41:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:123,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.c:41:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_uvm_utils.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-functio
n-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/
NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_utils.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_utils.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:62,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_utils.c:25:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:123,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_utils.c:25:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_utils.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_utils.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_uvm_lite.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -m
no-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVID
IA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:62,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite.c:26:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:123,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite.c:26:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_uvm_page_cache.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -
Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -
DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_page_cache)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_page_cache.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_page_cache.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:62,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_page_cache.c:25:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:123,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_page_cache.c:25:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_page_cache.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_page_cache.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_uvm_lite_api.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration
-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_api)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nv
idia_uvm_lite_api.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_api.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:62,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_api.c:25:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:123,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_api.c:25:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_api.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_api.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_uvm_lite_counters.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=
2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_counters)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_counters.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_counters.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:62,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_counters.c:28:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:123,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_counters.c:28:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_counters.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_counters.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_page_migration.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1
-DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -
D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_page_migration)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:62,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration.c:28:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:123,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration.c:28:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_page_migration_kepler.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -D
CONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__
KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_page_migration_kepler)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration_kepler.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration_kepler.c
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration_kepler.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration_kepler.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia_uvm_lite_events.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-ov
erflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -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_events)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_events.o /tmp/selfgz16947/NVIDIA
-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_events.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/uapi/linux/timex.h:56,
from include/linux/timex.h:56,
from include/linux/sched.h:19,
from include/linux/utsname.h:5,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:62,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_events.c:25:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from include/linux/poll.h:11:0,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.h:123,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.h:49,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_events.c:25:
./arch/x86/include/asm/uaccess.h: In function 'copy_from_user':
./arch/x86/include/asm/uaccess.h:712:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
./arch/x86/include/asm/uaccess.h: In function 'copy_to_user':
./arch/x86/include/asm/uaccess.h:730:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_events.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_events.o"; fi; fi;
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.uvm_gpu_ops_tests.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-
but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BA
SENAME=KBUILD_STR(uvm_gpu_ops_tests)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/uvm_gpu_ops_tests.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/uvm_gpu_ops_tests.c
if [ "-pg" = "-pg" ]; then if [ /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/uvm_gpu_ops_tests.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/uvm_gpu_ops_tests.o"; fi; fi;
ld -m elf_x86_64 -r -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia-uvm.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_linux.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_common.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_utils.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_page_cache.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm
_lite_api.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_counters.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_page_migration_kepler.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia_uvm_lite_events.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/uvm_gpu_ops_tests.o
(cat /dev/null; echo kernel//tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia-uvm.ko;) > /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/modules.order
/usr/bin/make -f ./scripts/Makefile.modpost
find /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.tmp_versions -name '*.mod' | xargs -r grep -h '\.ko$' | sort -u | sed 's/\.ko$/.o/' | scripts/mod/modpost -i ./Module.symvers -I /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/Module.symvers -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/Module.symvers -S -w -s -T -
cc -Wp,-MD,/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.nvidia-uvm.mod.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.7/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -m64 -mno-mmx -mno-sse -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector -Wno-unused-but-set-
variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/.. -I/tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel
/uvm -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"340.29\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\"nvidia-uvm\" -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia_uvm.mod)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia_uvm)" -DMODULE -c -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia-uvm.mod.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia-uvm.mod.c
In file included from ./arch/x86/include/asm/qrwlock.h:15:0,
from ./arch/x86/include/asm/spinlock.h:274,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/linux/stat.h:18,
from include/linux/module.h:10,
from /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia-uvm.mod.c:1:
include/asm-generic/qrwlock.h: In function 'queue_write_trylock':
include/asm-generic/qrwlock.h:92:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia-uvm.ko /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia-uvm.o /tmp/selfgz16947/NVIDIA-Linux-x86_64-340.29/kernel/uvm/nvidia-uvm.mod.o
make[1]: Leaving directory `/usr/src/kernels/linux'
NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
-> Unable to determine if Secure Boot is enabled: No such file or directory
ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources, with a version of gcc that differs from the one used to build the target kernel, or if a driver such as rivafb, nvidiafb, or nouveau is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA graphics device(s), or no NVIDIA GPU installed in this system is supported by this NVIDIA Linux graphics driver release.
Please see the log entries 'Kernel module load error' and 'Kernel messages' at the end of the file '/var/log/nvidia-installer.log' for more information.
-> Kernel module load error: Exec format error
-> Kernel messages:
[ 54.895812] BTRFS: new size for /dev/xvda9 is 29725011968
[ 1408.926484] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1409.088070] Bridge firewalling registered
[ 1409.092394] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[ 1409.173552] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 1430.488139] IPv6: ADDRCONF(NETDEV_UP): veth5955d3f: link is not ready
[ 1430.493041] IPv6: ADDRCONF(NETDEV_CHANGE): veth5955d3f: link becomes ready
[ 1430.530168] device vethaa03a65 entered promiscuous mode
[ 1430.606115] eth0: renamed from veth5955d3f
[ 1431.489103] docker0: port 1(vethaa03a65) entered forwarding state
[ 1431.492099] docker0: port 1(vethaa03a65) entered forwarding state
[ 1431.495149] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
[ 1446.495081] docker0: port 1(vethaa03a65) entered forwarding state
[ 3569.687032] nvidia: version magic '3.17.2 SMP mod_unload ' should be '3.17.2+ SMP mod_unload '
[ 3617.268523] nvidia: version magic '3.17.2 SMP mod_unload ' should be '3.17.2+ SMP mod_unload '
[ 4525.026909] nvidia: version magic '3.17.2 SMP mod_unload ' should be '3.17.2+ SMP mod_unload '
[ 5100.356530] nvidia: module license 'NVIDIA' taints kernel.
[ 5100.356535] Disabling lock debugging due to kernel taint
[ 5100.359721] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 5100.364171] xen: --> pirq=16 -> irq=28 (gsi=28)
[ 5100.364417] vgaarb: device changed decodes: PCI:0000:00:03.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 5100.364605] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.29 Thu Jul 31 20:23:19 PDT 2014
[ 5100.366093] nvidia_uvm: Loaded the UVM driver, major device number 251
[ 5100.367476] nvidia_uvm: Unregistered the UVM driver
[ 5783.108151] nvidia: version magic '3.17.2 SMP mod_unload ' should be '3.17.2+ SMP mod_unload '
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment