NVIDIA Open GPU Kernel Modules Version
595.84 (Installed via Ubuntu DKMS package)
Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
Operating System and Version
Description: Ubuntu 26.04 LTS
Kernel Release
Linux Nitro-NL16-71G 7.1.4-x64v3-xanmod1 #0~20260718.g967cc06 SMP PREEMPT_DYNAMIC Sat Jul 18 17:42:15 UTC x86_64 GNU/Linux
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
Hardware: GPU
GPU 0: NVIDIA GeForce RTX 4050 Laptop GPU (UUID: GPU-4096e3ec-fcb2-bd62-c2c3-3f7e49e2ad14)
Describe the bug
When booting a Linux kernel with Indirect Branch Tracking (IBT) strictly enabled (CET detected: Indirect Branch Tracking enabled), loading the nvidia kernel module triggers a hardware control protection fault (do_kernel_cp_fault) and hangs the system.
This occurs because the entry point (init_module) in the NVIDIA kernel module lacks the ENDBR instruction required by Intel CET/IBT.
Environment
- GPU: NVIDIA GeForce RTX 4050 Laptop GPU (Acer Nitro NL16-71G)
- CPU: Intel Core i5-13420H (CET/IBT support)
- Driver Version: 595.84
- Kernel Version: 7.1.4-x64v3-xanmod1 (Compiled with Clang/LLD,
CONFIG_X86_KERNEL_IBT=y)
- OS: Ubuntu 26.04 LTS
Key Log Snippet
kernel: CET detected: Indirect Branch Tracking enabled
kernel: Missing ENDBR: init_module+0x0/0x340 [nvidia]
kernel: kernel BUG at do_kernel_cp_fault+0xd7/0xe0
To Reproduce
Preconditions:
- A CPU supporting Intel CET / Indirect Branch Tracking (IBT) (e.g., Intel 11th Gen or newer).
- A Linux kernel compiled with
CONFIG_X86_KERNEL_IBT=y (e.g., Xanmod Linux kernel).
- NVIDIA Open GPU Kernel Modules installed via DKMS.
Steps to Reproduce:
- Configure GRUB boot parameters without
ibt=off.
- Boot into the IBT-enabled kernel.
- Allow the system to boot and attempt loading the
nvidia kernel module.
- Observe system freeze / soft lockup on boot, accompanied by
Missing ENDBR: init_module in kernel logs.
Bug Incidence
Always
nvidia-bug-report.log.gz
nvidia-bug-report.log.gz
error-kernel-log.zip
More Info
Expected Behavior:
The NVIDIA kernel module should load successfully during boot when Intel CET/IBT is enabled (CONFIG_X86_KERNEL_IBT=y), allowing the system to boot into the desktop environment with full GPU hardware acceleration.
Actual Behavior:
The system triggers a kernel BUG (do_kernel_cp_fault) and completely freezes (soft lockup) because the init_module entry point in the NVIDIA driver lacks the required ENDBR instruction for IBT validation.
Additional Context:
- Passing
ibt=off as a kernel boot parameter bypasses the check and works around the crash completely.
- Attached
nvidia-bug-report.log.gz for full system diagnosis.
NVIDIA Open GPU Kernel Modules Version
595.84 (Installed via Ubuntu DKMS package)
Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
Operating System and Version
Description: Ubuntu 26.04 LTS
Kernel Release
Linux Nitro-NL16-71G 7.1.4-x64v3-xanmod1 #0~20260718.g967cc06 SMP PREEMPT_DYNAMIC Sat Jul 18 17:42:15 UTC x86_64 GNU/Linux
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
Hardware: GPU
GPU 0: NVIDIA GeForce RTX 4050 Laptop GPU (UUID: GPU-4096e3ec-fcb2-bd62-c2c3-3f7e49e2ad14)
Describe the bug
When booting a Linux kernel with Indirect Branch Tracking (IBT) strictly enabled (
CET detected: Indirect Branch Tracking enabled), loading thenvidiakernel module triggers a hardware control protection fault (do_kernel_cp_fault) and hangs the system.This occurs because the entry point (
init_module) in the NVIDIA kernel module lacks theENDBRinstruction required by Intel CET/IBT.Environment
CONFIG_X86_KERNEL_IBT=y)Key Log Snippet
To Reproduce
Preconditions:
CONFIG_X86_KERNEL_IBT=y(e.g., Xanmod Linux kernel).Steps to Reproduce:
ibt=off.nvidiakernel module.Missing ENDBR: init_modulein kernel logs.Bug Incidence
Always
nvidia-bug-report.log.gz
nvidia-bug-report.log.gz
error-kernel-log.zip
More Info
Expected Behavior:
The NVIDIA kernel module should load successfully during boot when Intel CET/IBT is enabled (
CONFIG_X86_KERNEL_IBT=y), allowing the system to boot into the desktop environment with full GPU hardware acceleration.Actual Behavior:
The system triggers a kernel BUG (
do_kernel_cp_fault) and completely freezes (soft lockup) because theinit_moduleentry point in the NVIDIA driver lacks the requiredENDBRinstruction for IBT validation.Additional Context:
ibt=offas a kernel boot parameter bypasses the check and works around the crash completely.nvidia-bug-report.log.gzfor full system diagnosis.