Hi, first time posting here. I hope the category and everything is okay. ![:Smile: :)]()
To the problem:
I noticed that my logs are somewhat spammed with messages like this (journalctl -b 0 -k):
CPU and PID change between messages, the offending file /var/lib/dkms/nvidia-tesla-535/535.274.02/build/nvidia-drm/nvidia-drm-drv.c seems to be the constant.
A kernel warning seems serious enough to warrant some research, but I wasn't able to find anything fitting.
My first thoughts are that there is:
- a problem with the drivers themselves.
- Or I messed up while installing the nvidia drivers. (I followed the info here https://wiki.debian.org/NvidiaGraphicsDrivers, but am using the 535 version.)
I'd like to resolve this, if it's some misconfiguration on my part or at least stop it from filling up the logs as much as it does currently (which is multiple entries per minute).
Thank you in advance!
To the problem:
I noticed that my logs are somewhat spammed with messages like this (journalctl -b 0 -k):
Code:
Dez 29 17:49:13 rappelkiste kernel: ------------[ cut here ]------------Dez 29 17:49:13 rappelkiste kernel: WARNING: CPU: 4 PID: 4346 at /var/lib/dkms/nvidia-tesla-535/535.274.02/build/nvidia-drm/nvidia-drm-drv.c:1012 nv_drm_revoke_permission+0x216/0x230 [nvidia_drm]Dez 29 17:49:13 rappelkiste kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device qrtr uhid rfcomm cmac algif_hash algif_skcipher af_alg bnep cuse nvidia_drm(POE) drm_kms_helper nvidia_modeset(POE) binfmt_misc ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt ipt_REJECT nf_reject_ipv4 xt_LOG >Dez 29 17:49:13 rappelkiste kernel: btintel crypto_simd cryptd btbcm snd_hwdep rapl btmtk battery snd_pcm intel_cstate cfg80211 bluetooth intel_uncore ee1004 pcspkr snd_timer snd ecdh_generic mei_me rfkill soundcore mei intel_pmc_core intel_vsec pmt_telemetry joydev pmt_class acpi_pad evdev sg msr dm_mod>Dez 29 17:49:13 rappelkiste kernel: CPU: 4 UID: 1000 PID: 4346 Comm: alacritty Tainted: P W OE 6.12.57+deb13-amd64 #1 Debian 6.12.57-1Dez 29 17:49:13 rappelkiste kernel: Tainted: [P]=PROPRIETARY_MODULE, [W]=WARN, [O]=OOT_MODULE, [E]=UNSIGNED_MODULEDez 29 17:49:13 rappelkiste kernel: Hardware name: Micro-Star International Co., Ltd. MS-7B44/Z370M GAMING PRO AC (MS-7B44), BIOS 1.20 12/21/2017Dez 29 17:49:13 rappelkiste kernel: RIP: 0010:nv_drm_revoke_permission+0x216/0x230 [nvidia_drm]Dez 29 17:49:13 rappelkiste kernel: Code: 41 5e 41 5f c3 cc cc cc cc 49 8d bc 24 70 01 00 00 e8 8e eb bc cc e9 65 fe ff ff 49 8d bc 24 70 01 00 00 e8 6c d7 bc cc eb ba <0f> 0b e9 9f fe ff ff e8 de 4f bc cc 66 66 2e 0f 1f 84 00 00 00 00Dez 29 17:49:13 rappelkiste kernel: RSP: 0018:ffffa9e160207bf0 EFLAGS: 00010246Dez 29 17:49:13 rappelkiste kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000Dez 29 17:49:13 rappelkiste kernel: RDX: ffff94b249d4d048 RSI: ffffa9e160207c20 RDI: ffff94b2810c0170Dez 29 17:49:13 rappelkiste kernel: RBP: ffff94b3232c1e00 R08: ffff94b249d4d048 R09: 00000000000010faDez 29 17:49:13 rappelkiste kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff94b2810c0000Dez 29 17:49:13 rappelkiste kernel: R13: ffffa9e160207bf8 R14: 0000000000000000 R15: dead000000000100Dez 29 17:49:13 rappelkiste kernel: FS: 00007fac2cd44840(0000) GS:ffff94b996400000(0000) knlGS:0000000000000000Dez 29 17:49:13 rappelkiste kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033Dez 29 17:49:13 rappelkiste kernel: CR2: 00007fac1fa9fcb0 CR3: 00000001b062a006 CR4: 00000000003726f0Dez 29 17:49:13 rappelkiste kernel: Call Trace:Dez 29 17:49:13 rappelkiste kernel: <TASK>Dez 29 17:49:13 rappelkiste kernel: drm_file_free+0x218/0x270 [drm]Dez 29 17:49:13 rappelkiste kernel: drm_release+0x5e/0xd0 [drm]Dez 29 17:49:13 rappelkiste kernel: __fput+0xde/0x2a0Dez 29 17:49:13 rappelkiste kernel: __x64_sys_close+0x3c/0x80Dez 29 17:49:13 rappelkiste kernel: do_syscall_64+0x82/0x190Dez 29 17:49:13 rappelkiste kernel: ? __slab_free+0xdf/0x2e0Dez 29 17:49:13 rappelkiste kernel: ? __memcg_slab_free_hook+0xf7/0x140Dez 29 17:49:13 rappelkiste kernel: ? __x64_sys_close+0x3c/0x80Dez 29 17:49:13 rappelkiste kernel: ? kmem_cache_free+0x3a4/0x440Dez 29 17:49:13 rappelkiste kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x16/0xa0Dez 29 17:49:13 rappelkiste kernel: ? syscall_exit_to_user_mode+0x37/0x1b0Dez 29 17:49:13 rappelkiste kernel: ? do_syscall_64+0x8e/0x190Dez 29 17:49:13 rappelkiste kernel: ? syscall_exit_to_user_mode+0x37/0x1b0Dez 29 17:49:13 rappelkiste kernel: ? do_syscall_64+0x8e/0x190Dez 29 17:49:13 rappelkiste kernel: ? count_memcg_events.constprop.0+0x1a/0x30Dez 29 17:49:13 rappelkiste kernel: ? handle_mm_fault+0x1bb/0x2c0Dez 29 17:49:13 rappelkiste kernel: ? do_user_addr_fault+0x36c/0x620Dez 29 17:49:13 rappelkiste kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x16/0xa0Dez 29 17:49:13 rappelkiste kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7eDez 29 17:49:13 rappelkiste kernel: RIP: 0033:0x7fac2ceba9eeDez 29 17:49:13 rappelkiste kernel: Code: 08 0f 85 f5 4b ff ff 49 89 fb 48 89 f0 48 89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08 0f 05 <c3> 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 80 00 00 00 00 48 83 ec 08Dez 29 17:49:13 rappelkiste kernel: RSP: 002b:00007ffc61ebaf98 EFLAGS: 00000246 ORIG_RAX: 0000000000000003Dez 29 17:49:13 rappelkiste kernel: RAX: ffffffffffffffda RBX: 00007fac2cd44840 RCX: 00007fac2ceba9eeDez 29 17:49:13 rappelkiste kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000033Dez 29 17:49:13 rappelkiste kernel: RBP: 00007fac20004fb0 R08: 0000000000000000 R09: 0000000000000000Dez 29 17:49:13 rappelkiste kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000010faDez 29 17:49:13 rappelkiste kernel: R13: 00007ffc61ebb160 R14: 00007ffc61ebb158 R15: 00005632bccaeed0Dez 29 17:49:13 rappelkiste kernel: </TASK>Dez 29 17:49:13 rappelkiste kernel: ---[ end trace 0000000000000000 ]---A kernel warning seems serious enough to warrant some research, but I wasn't able to find anything fitting.
My first thoughts are that there is:
- a problem with the drivers themselves.
- Or I messed up while installing the nvidia drivers. (I followed the info here https://wiki.debian.org/NvidiaGraphicsDrivers, but am using the 535 version.)
I'd like to resolve this, if it's some misconfiguration on my part or at least stop it from filling up the logs as much as it does currently (which is multiple entries per minute).
Thank you in advance!
Statistics: Posted by Xaroth — 2025-12-29 17:13