NVIDIA / NVIDIA/open-gpu-kernel-modules
Blank message during boot is interpreted as an error
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 17.4k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
NVIDIA Open GPU Kernel Modules Version
595 but this is an old bug
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.
- I confirm that this does not happen with the proprietary driver package.
Operating System and Version
openSUSE Tumbleweed
Kernel Release
Linux Pallas 6.19.10-1-default #1 SMP PREEMPT_DYNAMIC Wed Mar 25 11:02:57 UTC 2026 (a439317) x86_64 x86_64 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.
- I am running on a stable kernel release.
Hardware: GPU
RTX 3090
Describe the bug
During boot, a single empty line is logged. It is not logged as an error, but because it is empty, it is interpreted as an error, and generates a false positive when when testing for errors at boot. It appears to be coming from this module. Here's an example (it's the second line):
Apr 04 00:24:42 Pallas kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Apr 04 00:24:42 Pallas kernel:
Apr 04 00:24:42 Pallas kernel: nvidia 0000:07:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Apr 04 00:24:42 Pallas kernel: NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64 595.58.03 Release Build (abuild@OBS) Tue Mar 24 18:36:04 UTC 2026
And here it is showing up as an error:
> journalctl -b0 -p3
Apr 04 00:24:42 Pallas kernel:
To Reproduce
Boot
Bug Incidence
Always
nvidia-bug-report.log.gz
I'm sorry I don't have the time to make sure that script is something I'm OK with running or to check its output to see if it's something I'm OK with sharing. I'm sure you can reproduce this, every system seems to do it.
More Info
I've seen users postulate that this empty line is intended as a separator. Perhaps it could be just a hyphen or something, so it's not a truly empty line, and is not misinterpreted as an error?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the boot log on the open kernel module and trace the source of the blank line following the nvidia-nvlink initialization message. Inspect the related boot-time logging path in the kernel module. Done means boot no longer emits an empty kernel message, so journalctl -b0 -p3 does not report this false positive.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100