Source: nvidia-open-gpu-kernel-modules Version: 550.163.01-4 Severity: serious X-Debbugs-CC: [email protected] Tags: sid forky User: [email protected] Usertags: needs-update Control: affects -1 src:linux-signed-amd64
Dear maintainer(s),With a recent upload of linux-signed-amd64 the autopkgtest of nvidia-open-gpu-kernel-modules fails in testing when that autopkgtest is run with the binary packages of linux-signed-amd64 from unstable. It passes when run with only packages from testing. In tabular form:
pass fail
linux-signed-amd64 from testing 6.19.6+1
nvidia-open-gpu-kernel-modules from testing 550.163.01-4
all others from testing from testing
I copied some of the output at the bottom of this report.
Currently this regression is blocking the migration of
linux-signed-amd64 to testing [1]. Of course, linux-signed-amd64
shouldn't just break your autopkgtest (or even worse, your package), but
it seems to me that the change in linux-signed-amd64 was intended and
your package needs to update to the new situation.
If this is a real problem in your package (and not only in your autopkgtest), the right binary package(s) from linux-signed-amd64 should really add a versioned Breaks on the unfixed version of (one of your) package(s). Note: the Breaks is nice even if the issue is only in the autopkgtest as it helps the migration software to figure out the right versions to combine in the tests.
More information about this bug and the reason for filing it can be found on https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation Paul [1] https://qa.debian.org/excuses.php?package=linux-signed-amd64 https://ci.debian.net/data/autopkgtest/testing/amd64/n/nvidia-open-gpu-kernel-modules/69466619/log.gz ote: in definition of macro ‘ACCESS_PRIVATE’ 160s 95 | # define ACCESS_PRIVATE(p, member) ((p)->member) 160s | ^~~~~~ 160s ././common/inc/nv-mm.h: In function ‘nv_vm_flags_clear’:160s ././common/inc/nv-mm.h:327:25: error: ‘struct vm_area_struct’ has no member named ‘__vm_flags’; did you mean ‘vm_flags’?
160s 327 | ACCESS_PRIVATE(vma, __vm_flags) &= ~flags; 160s | ^~~~~~~~~~160s /usr/src/linux-headers-6.19.6+deb14-common/include/linux/compiler_types.h:95:42: note: in definition of macro ‘ACCESS_PRIVATE’
160s 95 | # define ACCESS_PRIVATE(p, member) ((p)->member) 160s | ^~~~~~160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nv-p2p.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/os-interface.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nv-cray.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/os-pci.o] Error 1
160s In file included from ././common/inc/nv-linux.h:37, 160s from nvidia/nv_uvm_interface.c:33: 160s ././common/inc/nv-time.h: In function ‘nv_sleep_us’:160s ././common/inc/nv-time.h:145:9: error: implicit declaration of function ‘in_irq’ [-Wimplicit-function-declaration]
160s 145 | if (in_irq() && (us > NV_MAX_ISR_DELAY_US)) 160s | ^~~~~~ 160s In file included from <command-line>: 160s ././common/inc/nv-mm.h: In function ‘nv_vm_flags_set’:160s ././common/inc/nv-mm.h:315:25: error: ‘struct vm_area_struct’ has no member named ‘__vm_flags’; did you mean ‘vm_flags’?
160s 315 | ACCESS_PRIVATE(vma, __vm_flags) |= flags; 160s | ^~~~~~~~~~160s /usr/src/linux-headers-6.19.6+deb14-common/include/linux/compiler_types.h:95:42: note: in definition of macro ‘ACCESS_PRIVATE’
160s 95 | # define ACCESS_PRIVATE(p, member) ((p)->member) 160s | ^~~~~~ 160s ././common/inc/nv-mm.h: In function ‘nv_vm_flags_clear’:160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia-uvm/uvm_common.o] Error 1 160s ././common/inc/nv-mm.h:327:25: error: ‘struct vm_area_struct’ has no member named ‘__vm_flags’; did you mean ‘vm_flags’?
160s 327 | ACCESS_PRIVATE(vma, __vm_flags) &= ~flags; 160s | ^~~~~~~~~~160s /usr/src/linux-headers-6.19.6+deb14-common/include/linux/compiler_types.h:95:42: note: in definition of macro ‘ACCESS_PRIVATE’
160s 95 | # define ACCESS_PRIVATE(p, member) ((p)->member) 160s | ^~~~~~160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia-uvm/uvm_ats_sva.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/i2c_nvswitch.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nvlink_linux.o] Error 1
160s In file included from ././common/inc/nv-linux.h:37, 160s from nvidia/os-usermap.c:27: 160s ././common/inc/nv-time.h: In function ‘nv_sleep_us’:160s ././common/inc/nv-time.h:145:9: error: implicit declaration of function ‘in_irq’ [-Wimplicit-function-declaration]
160s 145 | if (in_irq() && (us > NV_MAX_ISR_DELAY_US)) 160s | ^~~~~~160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nv-report-err.o] Error 1
160s nvidia/nv-mmap.c: In function ‘nv_vma_enter_locked’:160s nvidia/nv-mmap.c:880:9: warning: ignoring return value of ‘refcount_sub_and_test’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 160s 880 | refcount_sub_and_test(VMA_LOCK_OFFSET, &vma->vm_refcnt);
160s | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/os-mlock.o] Error 1
160s In file included from <command-line>: 160s ././common/inc/nv-mm.h: In function ‘nv_vm_flags_set’:160s ././common/inc/nv-mm.h:315:25: error: ‘struct vm_area_struct’ has no member named ‘__vm_flags’; did you mean ‘vm_flags’?
160s 315 | ACCESS_PRIVATE(vma, __vm_flags) |= flags; 160s | ^~~~~~~~~~160s /usr/src/linux-headers-6.19.6+deb14-common/include/linux/compiler_types.h:95:42: note: in definition of macro ‘ACCESS_PRIVATE’
160s 95 | # define ACCESS_PRIVATE(p, member) ((p)->member) 160s | ^~~~~~ 160s ././common/inc/nv-mm.h: In function ‘nv_vm_flags_clear’:160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nv-mmap.o] Error 1 160s ././common/inc/nv-mm.h:327:25: error: ‘struct vm_area_struct’ has no member named ‘__vm_flags’; did you mean ‘vm_flags’?
160s 327 | ACCESS_PRIVATE(vma, __vm_flags) &= ~flags; 160s | ^~~~~~~~~~160s /usr/src/linux-headers-6.19.6+deb14-common/include/linux/compiler_types.h:95:42: note: in definition of macro ‘ACCESS_PRIVATE’
160s 95 | # define ACCESS_PRIVATE(p, member) ((p)->member) 160s | ^~~~~~ 160s In file included from ././common/inc/nv-linux.h:37, 160s from nvidia/nv-ibmnpu.c:27: 160s ././common/inc/nv-time.h: In function ‘nv_sleep_us’:160s ././common/inc/nv-time.h:145:9: error: implicit declaration of function ‘in_irq’ [-Wimplicit-function-declaration]
160s 145 | if (in_irq() && (us > NV_MAX_ISR_DELAY_US)) 160s | ^~~~~~ 160s In file included from <command-line>: 160s ././common/inc/nv-mm.h: In function ‘nv_vm_flags_set’:160s ././common/inc/nv-mm.h:315:25: error: ‘struct vm_area_struct’ has no member named ‘__vm_flags’; did you mean ‘vm_flags’?
160s 315 | ACCESS_PRIVATE(vma, __vm_flags) |= flags; 160s | ^~~~~~~~~~160s /usr/src/linux-headers-6.19.6+deb14-common/include/linux/compiler_types.h:95:42: note: in definition of macro ‘ACCESS_PRIVATE’
160s 95 | # define ACCESS_PRIVATE(p, member) ((p)->member) 160s | ^~~~~~ 160s ././common/inc/nv-mm.h: In function ‘nv_vm_flags_clear’:160s ././common/inc/nv-mm.h:327:25: error: ‘struct vm_area_struct’ has no member named ‘__vm_flags’; did you mean ‘vm_flags’?
160s 327 | ACCESS_PRIVATE(vma, __vm_flags) &= ~flags; 160s | ^~~~~~~~~~160s /usr/src/linux-headers-6.19.6+deb14-common/include/linux/compiler_types.h:95:42: note: in definition of macro ‘ACCESS_PRIVATE’
160s 95 | # define ACCESS_PRIVATE(p, member) ((p)->member) 160s | ^~~~~~160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nv-vm.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/linux_nvswitch.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia-uvm/uvm.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nv-caps.o] Error 1
160s nvidia/nv-dma.c: In function ‘nv_dma_use_map_resource’:160s nvidia/nv-dma.c:799:16: error: ‘const struct dma_map_ops’ has no member named ‘map_resource’
160s 799 | return (ops->map_resource != NULL); 160s | ^~160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia-uvm/nv-kthread-q-selftest.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nv-dma.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia-uvm/uvm_maxwell_sec2.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia-uvm/uvm_sec2_test.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nv_uvm_interface.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/nv-ibmnpu.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia/os-usermap.o] Error 1 160s make[6]: *** [/usr/src/linux-headers-6.19.6+deb14-common/scripts/Makefile.build:294: nvidia-uvm/uvm_tools.o] Error 1 160s make[5]: *** [/usr/src/linux-headers-6.19.6+deb14-common/Makefile:2088: .] Error 2 160s make[4]: *** [/usr/src/linux-headers-6.19.6+deb14-common/Makefile:260: __sub-make] Error 2
160s make[4]: Leaving directory '/usr/src/modules/nvidia-open-kernel' 160s make[3]: *** [Makefile:260: __sub-make] Error 2 160s make[3]: Leaving directory '/usr/src/linux-headers-6.19.6+deb14-common' 160s make[2]: *** [Makefile:140: modules] Error 2 160s make[2]: Leaving directory '/usr/src/modules/nvidia-open-kernel' 160s make[1]: *** [debian/rules:39: binary-modules] Error 2 160s make[1]: Leaving directory '/usr/src/modules/nvidia-open-kernel'160s make: *** [/usr/share/modass/include/common-rules.make:57: kdist_build] Error 2
160s tput: No value for $TERM and no -T specified 160s BUILD FAILED! 160s tput: No value for $TERM and no -T specified160s See /var/cache/modass/nvidia-open-kernel-source.buildlog.6.19.6+deb14-cloud-amd64.1773307514 for details.
160s Build failed. Press Return to continue...161s I: nvidia-open-kernel does not support the 6.19.6+deb14-rt-amd64 kernel (!CONFIG_PREEMPT_RT)
161s I: Summary: 161s I: FAIL nvidia-open-kernel 6.19.6+deb14-amd64 (7) 161s I: FAIL nvidia-open-kernel 6.19.6+deb14-cloud-amd64 (7) 161s I: SKIP nvidia-open-kernel 6.19.6+deb14-rt-amd64 (!CONFIG_PREEMPT_RT) 161s autopkgtest [09:25:56]: test m-a-autopkgtest
OpenPGP_signature.asc
Description: OpenPGP digital signature

