Your message dated Sun, 15 Mar 2026 19:51:09 +0000
with message-id <[email protected]>
and subject line Bug#1127615: fixed in nvidia-graphics-drivers 550.163.01-5
has caused the Debian Bug report #1127615,
regarding Autoinstall of module nvidia-current/550.163.01 for kernel
6.19.6+deb14-amd64 (x86_64) fails with exit status 2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1127615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1127615
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: linux-headers-6.19.6+deb14-amd64
Version: 6.19.6-1
I did a normal upgrade of my SID system through synaptic and the upgrade
from kernel 6.18.5+deb14-amd64 to 6.19.6+deb14-amd64 failed while
installing the nvidia kernel module (550.163.01-4). The nvidia version did
not change in the upgrade and was successfully configured in multiple
previous kernel version so I don't see it as an nvidia problem, though I am
not the expert here. The first failure was at configuring the headers so
that is the package I sending this bug as. Booting to the old 6.18 kernel
works fine and the rest of the system seems to be fine but a normal boot
into 6.19 now gives me a kernel panic. If try to run a configure from the
command line the results are always the same (as below). I have not tried
uninstalling the nvidia driver since I use it all the time and it is
working in the older kernel.
The command line results were as follows.
Setting up linux-headers-6.19.6+deb14-amd64 (6.19.6-1) ...
/etc/kernel/header_postinst.d/dkms:
Sign command: /lib/modules/6.19.6+deb14-amd64/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Autoinstall of module nvidia-current/550.163.01 for kernel
6.19.6+deb14-amd64 (x86_64)
Building module(s)..........(bad exit status: 2)
Failed command:
env NV_VERBOSE=1 make -j8 modules KERNEL_UNAME=6.19.6+deb14-amd64
Error! Bad return status for module build on kernel: 6.19.6+deb14-amd64
(x86_64)
Consult /var/lib/dkms/nvidia-current/550.163.01/build/make.log for more
information.
Autoinstall on 6.19.6+deb14-amd64 failed for module(s) nvidia-current(10).
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 1
dpkg: error processing package linux-headers-6.19.6+deb14-amd64
(--configure):
old linux-headers-6.19.6+deb14-amd64 package postinst maintainer script
subprocess failed with exit status 1
Setting up linux-image-6.19.6+deb14-amd64 (6.19.6-1) ...
/etc/kernel/postinst.d/dkms:
Sign command: /lib/modules/6.19.6+deb14-amd64/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Autoinstall of module nvidia-current/550.163.01 for kernel
6.19.6+deb14-amd64 (x86_64)
Building module(s)..........(bad exit status: 2)
Failed command:
env NV_VERBOSE=1 make -j8 modules KERNEL_UNAME=6.19.6+deb14-amd64
Error! Bad return status for module build on kernel: 6.19.6+deb14-amd64
(x86_64)
Consult /var/lib/dkms/nvidia-current/550.163.01/build/make.log for more
information.
Autoinstall on 6.19.6+deb14-amd64 failed for module(s) nvidia-current(10).
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
run-parts: /etc/kernel/postinst.d/dkms exited with return code 1
dpkg: error processing package linux-image-6.19.6+deb14-amd64 (--configure):
old linux-image-6.19.6+deb14-amd64 package postinst maintainer script
subprocess failed with exit status 1
dpkg: dependency problems prevent configuration of linux-headers-amd64:
linux-headers-amd64 depends on linux-headers-6.19.6+deb14-amd64 (=
6.19.6-1); however:
Package linux-headers-6.19.6+deb14-amd64 is not configured yet.
dpkg: error processing package linux-headers-amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-amd64:
linux-image-amd64 depends on linux-image-6.19.6+deb14-amd64 (= 6.19.6-1);
however:
Package linux-image-6.19.6+deb14-amd64 is not configured yet.
dpkg: error processing package linux-image-amd64 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-headers-6.19.6+deb14-amd64
linux-image-6.19.6+deb14-amd64
linux-headers-amd64
linux-image-amd64
Error: Sub-process /usr/bin/dpkg returned an error code (1)
Errors in the make.log start with the following lines:
In file included from <command-line>:
././common/inc/nv-mm.h: In function ‘nv_vm_flags_set’:
././common/inc/nv-mm.h:315:25: error: ‘struct vm_area_struct’ has no member
named ‘__vm_flags’; did you mean ‘vm_flags’?
315 | ACCESS_PRIVATE(vma, __vm_flags) |= flags;
| ^~~~~~~~~~
/usr/src/linux-headers-6.19.6+deb14-common/include/linux/compiler_types.h:95:42:
note: in definition of macro ‘ACCESS_PRIVATE’
95 | # define ACCESS_PRIVATE(p, member) ((p)->member)
| ^~~~~~
././common/inc/nv-mm.h: In function ‘nv_vm_flags_clear’:
././common/inc/nv-mm.h:327:25: error: ‘struct vm_area_struct’ has no member
named ‘__vm_flags’; did you mean ‘vm_flags’?
327 | ACCESS_PRIVATE(vma, __vm_flags) &= ~flags;
| ^~~~~~~~~~
/usr/src/linux-headers-6.19.6+deb14-common/include/linux/compiler_types.h:95:42:
note: in definition of macro ‘ACCESS_PRIVATE’
95 | # define ACCESS_PRIVATE(p, member) ((p)->member)
| ^~~~~~
--- End Message ---
--- Begin Message ---
Source: nvidia-graphics-drivers
Source-Version: 550.163.01-5
Done: Andreas Beckmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
nvidia-graphics-drivers, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated nvidia-graphics-drivers
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 15 Mar 2026 20:23:05 +0100
Source: nvidia-graphics-drivers
Architecture: source
Version: 550.163.01-5
Distribution: unstable
Urgency: medium
Maintainer: Debian NVIDIA Maintainers <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Closes: 1127615 1130057
Changes:
nvidia-graphics-drivers (550.163.01-5) unstable; urgency=medium
.
* Backport drm_print.h changes from 570.211.01, for_each_*_*_in_state and
nv_in_hardirq changes from 580.119.02 and vma_flags_set_word and
dma_map_ops_has_map_phys changes from 580.126.09 to fix kernel module
build for Linux 6.19. (Closes: #1127615, #1130057)
* Bump Standards-Version to 4.7.3. No changes needed.
Checksums-Sha1:
ba984a48591b90365b6582b9021affc2f7c9a7f9 7298
nvidia-graphics-drivers_550.163.01-5.dsc
ed5a01734a009b6e2d1a680ad3b44faf5e9228b7 246512
nvidia-graphics-drivers_550.163.01-5.debian.tar.xz
e15170f2862384809eae21486465887a29679e99 5522
nvidia-graphics-drivers_550.163.01-5_source.buildinfo
Checksums-Sha256:
a7bfadd7b0cbecd302e87a8d8fe977faa00a3d0e1e8f8ffc4a750332aa4fa01d 7298
nvidia-graphics-drivers_550.163.01-5.dsc
3ec671b9b3bca88ef74d540b57bed345a7418d3648583910dc3d13ebae388753 246512
nvidia-graphics-drivers_550.163.01-5.debian.tar.xz
3a5416b74ca81cd5ee2d0ccd9f2a808d89a2b20bf3eaf8cd3cdd752bc6829716 5522
nvidia-graphics-drivers_550.163.01-5_source.buildinfo
Files:
57c0d554465211feb9938073bc8cfe7f 7298 non-free/libs optional
nvidia-graphics-drivers_550.163.01-5.dsc
cf028d441c91a2cafd0eed4590311aaf 246512 non-free/libs optional
nvidia-graphics-drivers_550.163.01-5.debian.tar.xz
70bea712a0ab7575dbe5c6f3badec6c2 5522 non-free/libs optional
nvidia-graphics-drivers_550.163.01-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmm3CA0QHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCBtqD/4kt1e+Fzcc6FGpGD3Q7Z6DfF2/7DAxN19N
sezv43egxwXl4UDcJ+MgbUyQEP7Em2IC2hi30glZCjp6sBoJuwi7OuEnZxsSIt15
BUyHuu7aAnWg5AHBKT7oYjydrtLlWQ187AZqqj/tHGiMKHRnSuCfLiVU1gX7gBvT
/INeAVe6cIoCEQglqR37KkvCLZAp8jHWWROGnFq1VPv1PHraablFLvPcckVPkGej
oy2M/Yy25949tGOTTG2uQDTCsbQLxLNkUZ6cu0I9C5EPo5pDT9BSCuipdgXUPHZA
9+ls8xUGaWnLmLwrHgXpVIZuqAxTw1pALu9tTSgJqDwaQbk25qK2qgDJ7AXvFwpo
qLzgnpf5+GlgMgjvQQiiTvTdZ7HcQqo05fE1bBeIO/3KWfAVdiJ29ccHrAv76QNW
iyR+8oGZDqDOFXc2HOhzwEavNybRl2ocbM1PIFPd6Zd7nQKP33vkLr678oPClO4V
c0X3hKlhy4TylQFsOyc9eJ2hgrZb+iwcBfBmwXj3GKwxqfvkmGMRC87u9kOTn+ou
E1+uc8Aj2wIYeaNLK5BZxmHwROnLC2lThiEur44M1I2uCIRt/DonUNSmbt9O9ZxY
Ib+ubMEImokMfYHzLUUUdXgSxQgbdQJz2rHdEJJnXxaQ5qpgMNWMYf8g8Iu0ThCz
0YqH7COHfg==
=Hhzo
-----END PGP SIGNATURE-----
pgpHkKoDa5p7a.pgp
Description: PGP signature
--- End Message ---