strongtz / i915-sriov-dkms

dkms module of Linux i915 driver with SR-IOV support
1.13k stars 138 forks source link

Kernel NULL pointer dereference with Kernel 6.8 #182

Open makoONE opened 4 months ago

makoONE commented 4 months ago

I am delighted that kernel 6.8 is now supported. Unfortunately, however, freezes occur after a short time under Proxmox with kernel 6.8.8.3-pve. The error entry with dmesg is:

[ 800.513559] BUG: kernel NULL pointer dereference, address: 000000000000057d [800.513567] #PF: supervisor read access in kernel mode [ 800.513569] #PF: error_code(0x0000) - not-present page

My Proxmox host is a Minisforum NAB6 with an i7-12650h processor and its integrated Intel UHD Graphics for 12th Gen Intel Processors. I had no problems of this kind with kernel versions 6.2 and 6.5.

It would be great if the error could be fixed, thanks.

johntdavis84 commented 4 months ago

Is anyone else experiencing this problem?

Is it a reason not to move to 6.8 yet?


John T Davis @.***

On Jul 20, 2024, at 7:44 AM, makoONE @.***> wrote:

I am delighted that kernel 6.8 is now supported. Unfortunately, however, freezes occur after a short time under Proxmox with kernel 6.8.8.3-pve. The error entry with dmesg is:

[ 800.513559] BUG: kernel NULL pointer dereference, address: 000000000000057d [800.513567] #PF: supervisor read access in kernel mode [ 800.513569] #PF: error_code(0x0000) - not-present page

It would be great if the error could be fixed, thanks.

— Reply to this email directly, view it on GitHub https://github.com/strongtz/i915-sriov-dkms/issues/182, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGI5CYTTSLWYDTY64JS3S2LZNJLTRAVCNFSM6AAAAABLF5EFOGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZDAOBYGQZDCNI. You are receiving this because you are subscribed to this thread.

SplicedNZ commented 4 months ago

6.8.8-2-pve has been stable for me for over 24 hours (i9-13900H - Minisforum MS-01). I haven't tried 6.8.8.3-pve yet.

pasbec commented 4 months ago

I'm running the module with the 6.8.8-2-pve kernel without problems so far on Raptorlake Refresh hardware (ASUS W680 + i9-14900K) and also on some Beelink Mini EQ 12 (Alderlake N100). In the meantime, even all seven VFs were in use at the same time on the large machine for testing multiple Windows RDP sessions with 4K video decoding and 3D, Debian 12 and Ubuntu 22.04 with VA API and 3D acceleration in parallel. But maybe I was just lucky. 🫤

This repo is currently based on lts-v6.1.26-linux-230504T201607Z from linux-intel-lts which was merged by @zhtengw on May 8, 2023. Afterwards there seem to be mostly build fixes. Looking at the diff (git diff --stat lts-v6.1.26-linux-230504T201607Z lts-v6.1.95-linux-240708T112901Z drivers/gpu/drm/i915) between lts-v6.1.26-linux-230504T201607Z and the latest lts-v6.1.95-linux-240708T112901Z, there is a whopping number of 440 files changed, 32882 insertions(+), 20631 deletions(-). The commit history also contains a noticable amount of "fixes". If someone would have the time, and would be both able and willing to merge those changes into this repo, chances would likely be high that this addresses your issue, @makeONE. I don't know how much effort it would require to do this.

I've really just recently decided to give Intel SR-IOV a try (it was on the todo list for at least a year 😄) and did the attempt to fix the build for 6.8 kernels only since I feared that this repo might not get updated anymore (@strongtz seems to have stopped using it). As mentioned in PR #178, I'm also not a kernel/drm developer and lack any experience in debugging kernel modules efficiently, sorry. But even some senior veteran drm developer would have to reproduce/understand such issues a bit more in detail (more logs, stacktrace, ...).

Just FYI (see below), there is already another issue on my hardware with some out of bounds (OOB) error on Ubuntu 24.04 guest VM and kernel 6.8 if the module is initialized as minor 0 instead of minor 1. It is also worth to mention that some memory leaks have been reported in GH-175.

Given that Intel is bringing SR-IOV support with its new xe driver maybe in kernel 6.12 (or later)

this repo might need to survive only for a few more months or ~1 year, I guess (Intel delayed the release for quite some time now but Arrow Lake will be released in Q4 2024). On the other hand, it'll take time until whatever xe-sriov kernel lands in new linux distros. :grin: At least Proxmox seems to be quite fast with new kernel releases.

So is it really worth merging lts-v6.1.95-linux-240708T112901Z and is there anyone who'd be able to it?

OOB error on Ubuntu 24.04 (click to expand) ``` [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-35-generic root=UUID=9fd8e454-829a-44fd-9646-0d3ff78d763f ro i915.enable_guc=3 [ 0.011671] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-35-generic root=UUID=9fd8e454-829a-44fd-9646-0d3ff78d763f ro i915.enable_guc=3 [ 0.374380] integrity: Loaded X.509 cert 'i915-sriov-07 Secure Boot Module Signature key: fc587d97a7953cb6be3d0df197c7049c60131607' [ 1.055948] systemd[1]: Hostname set to . use xe.force_probe='a780' and i915.force_probe='!a780' [ 1.695047] i915: loading out-of-tree module taints kernel. [ 1.917402] i915 0000:01:00.0: Running in SR-IOV VF mode [ 1.918023] i915 0000:01:00.0: [drm] GT0: GUC: interface version 0.1.9.0 [ 1.918390] i915 0000:01:00.0: [drm] Using Transparent Hugepages [ 1.920489] i915 0000:01:00.0: [drm] GT0: GUC: interface version 0.1.9.0 [ 1.921855] i915 0000:01:00.0: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 1.921859] i915 0000:01:00.0: HuC firmware PRELOADED [ 1.925762] i915 0000:01:00.0: [drm] Protected Xe Path (PXP) protected content support initialized [ 1.925771] i915 0000:01:00.0: [drm] PMU not supported for this GPU. [ 1.925941] [drm] Initialized i915 1.6.0 20201103 for 0000:01:00.0 on minor 0 [ 3.791062] UBSAN: array-index-out-of-bounds in /var/lib/dkms/i915-sriov-dkms/2024.07.17/build/drivers/gpu/drm/i915/gem/i915_gem_context.c:769:41 [ 3.791066] index 1 is out of range for type 'i915_engine_class_instance [*]' [ 3.791089] set_proto_ctx_param+0x741/0x760 [i915] [ 3.791195] create_setparam+0x5e/0xa0 [i915] [ 3.791275] i915_user_extensions+0xbb/0x170 [i915] [ 3.791345] i915_gem_context_create_ioctl+0x1d0/0x300 [i915] [ 3.791420] ? __pfx_i915_gem_context_create_ioctl+0x10/0x10 [i915] [ 3.791501] ? __pfx_i915_gem_context_create_ioctl+0x10/0x10 [i915] ```
makoONE commented 4 months ago

I have the said freezes by kernel null pointer dereference also with the Proxmox kernel 6.8.8-2-pve and 6.8.4-3-pve in connection with a Win11 VM and the vGPU usage. The same VM runs otherwise with the Proxmox 6.5 kernel without any problems.

pasbec commented 4 months ago

I sadly won't be able to help you with debugging/updating the module. @JTR-Tech and I are using the same Raptor Lake-S UHD Graphics with device ID A780. The issue might be limited to your Alder Lake-P UHD Graphics with device ID 46A3, though my little N100 Alder Lake-N processor with UHD Graphics ID 46D1 does not seem to freeze. But it could also be other effects like memory limits or the VM driver. I'm using the latest driver 32.0.101.5762 for the Windows VMs with hardware settings as following: grafik

makoONE commented 4 months ago

My VM configuration is largely the same and I am also using the latest Intel Graphics Driver 32.0.101.5762 in the Win11 VM.

I just found out that the current i915-sriov-dkms state 2024.07.19 does not work with a 6.5 kernel (6.5.13-5-pve) anymore, same error kernel null pointer dereference.

Probably there is no other choice but to go back to i915-sriov-dkms state before 2024.07.17, i.e. without kernel 6.8 support.

pasbec commented 4 months ago

Before 2024.07.17, kernel 6.5.13-5-pve was not working due to build issues. It was impossible to build and only 6.5.13-3-pve compiled. The build issues with 6.5.13-5-pve have been fixed with #178 / #179. I have tested and was running all kernels 6.5.13-3-pve, 6.5.13-5-pve and 6.8.4-3-pve and 6.8.8-2-pve without issues afterwards.

Also please note that there was no functional change for Proxmox with #178 and #179 except for the firmware version. The only thing that changed was header includes for kernel 6.8.* and a fix for 6.5.13-5-pve that would have prevented building the module anyway.

It is technically impossible that the module change from 6.1 to 2024.07.17 or 2024.07.19 has changed anything with the 6.5.13-3-pve kernel or the 6.5.13-5-pve kernel (which was broken anyway) unless it is related to the firmware version.

What is your output of dmesg | grep i915 after boot?

makoONE commented 4 months ago

Output of dmesg | grep i915 after boot with current state of i915-sriov-dkms and kernel 6.8.8-3-pve:

[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.8.8-3-pve root=/dev/mapper/nab6--vg-root ro quiet mitigations=off intel_iommu=on iommu=pt i915.enable_guc=3 i915.max_vfs=7 cpufreq.default_governor=powersave [ 0.101347] Kernel command line: BOOT_IMAGE=/vmlinuz-6.8.8-3-pve root=/dev/mapper/nab6--vg-root ro quiet mitigations=off intel_iommu=on iommu=pt i915.enable_guc=3 i915.max_vfs=7 cpufreq.default_governor=powersave use xe.force_probe='46a3' and i915.force_probe='!46a3' [ 1.681479] i915: loading out-of-tree module taints kernel. [ 1.681510] i915: module verification failed: signature and/or required key missing - tainting kernel [ 1.857258] i915 0000:00:02.0: Running in SR-IOV PF mode [ 1.857828] i915 0000:00:02.0: [drm] VT-d active for gfx access [ 1.875918] i915 0000:00:02.0: vgaarb: deactivate vga console [ 1.875967] i915 0000:00:02.0: [drm] Using Transparent Hugepages [ 1.876334] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 1.877907] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20) [ 1.886258] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.20.0 [ 1.886261] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3 [ 1.900528] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads! [ 1.901378] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled [ 1.901379] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled [ 1.901804] i915 0000:00:02.0: [drm] GuC RC: enabled [ 1.902284] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized [ 1.932033] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1 [ 1.933160] i915 0000:00:02.0: 7 VFs could be associated with this PF [ 1.966144] fbcon: i915drmfb (fb0) is primary device [ 1.966148] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device [ 3.999089] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 6.016961] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem use xe.force_probe='46a3' and i915.force_probe='!46a3' [ 6.017020] i915 0000:00:02.1: enabling device (0000 -> 0002) [ 6.017033] i915 0000:00:02.1: Running in SR-IOV VF mode [ 6.017463] i915 0000:00:02.1: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.018848] i915 0000:00:02.1: [drm] VT-d active for gfx access [ 6.018875] i915 0000:00:02.1: [drm] Using Transparent Hugepages [ 6.019215] i915 0000:00:02.1: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.019992] i915 0000:00:02.1: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 6.019993] i915 0000:00:02.1: HuC firmware PRELOADED [ 6.022863] i915 0000:00:02.1: [drm] Protected Xe Path (PXP) protected content support initialized [ 6.022866] i915 0000:00:02.1: [drm] PMU not supported for this GPU. [ 6.023043] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.1 on minor 0 [ 6.023230] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 6.023233] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46a3' and i915.force_probe='!46a3' [ 6.023280] i915 0000:00:02.2: enabling device (0000 -> 0002) [ 6.023288] i915 0000:00:02.2: Running in SR-IOV VF mode [ 6.023761] i915 0000:00:02.2: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.024884] i915 0000:00:02.2: [drm] VT-d active for gfx access [ 6.024895] i915 0000:00:02.2: [drm] Using Transparent Hugepages [ 6.025180] i915 0000:00:02.2: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.025752] i915 0000:00:02.2: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 6.025754] i915 0000:00:02.2: HuC firmware PRELOADED [ 6.027423] i915 0000:00:02.2: [drm] Protected Xe Path (PXP) protected content support initialized [ 6.027426] i915 0000:00:02.2: [drm] PMU not supported for this GPU. [ 6.027574] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.2 on minor 2 [ 6.027801] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 6.027804] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.027806] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46a3' and i915.force_probe='!46a3' [ 6.027852] i915 0000:00:02.3: enabling device (0000 -> 0002) [ 6.027864] i915 0000:00:02.3: Running in SR-IOV VF mode [ 6.027976] i915 0000:00:02.3: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.028215] i915 0000:00:02.3: [drm] VT-d active for gfx access [ 6.028226] i915 0000:00:02.3: [drm] Using Transparent Hugepages [ 6.028476] i915 0000:00:02.3: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.028844] i915 0000:00:02.3: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 6.028845] i915 0000:00:02.3: HuC firmware PRELOADED [ 6.030471] i915 0000:00:02.3: [drm] Protected Xe Path (PXP) protected content support initialized [ 6.030475] i915 0000:00:02.3: [drm] PMU not supported for this GPU. [ 6.030630] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.3 on minor 3 [ 6.030827] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 6.030830] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.030832] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.030835] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46a3' and i915.force_probe='!46a3' [ 6.030887] i915 0000:00:02.4: enabling device (0000 -> 0002) [ 6.030898] i915 0000:00:02.4: Running in SR-IOV VF mode [ 6.031023] i915 0000:00:02.4: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.031258] i915 0000:00:02.4: [drm] VT-d active for gfx access [ 6.031268] i915 0000:00:02.4: [drm] Using Transparent Hugepages [ 6.031522] i915 0000:00:02.4: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.031847] i915 0000:00:02.4: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 6.031848] i915 0000:00:02.4: HuC firmware PRELOADED [ 6.033169] i915 0000:00:02.4: [drm] Protected Xe Path (PXP) protected content support initialized [ 6.033172] i915 0000:00:02.4: [drm] PMU not supported for this GPU. [ 6.033319] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.4 on minor 4 [ 6.033520] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 6.033523] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.033525] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.033528] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.033530] i915 0000:00:02.4: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46a3' and i915.force_probe='!46a3' [ 6.033578] i915 0000:00:02.5: enabling device (0000 -> 0002) [ 6.033587] i915 0000:00:02.5: Running in SR-IOV VF mode [ 6.033762] i915 0000:00:02.5: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.033976] i915 0000:00:02.5: [drm] VT-d active for gfx access [ 6.033986] i915 0000:00:02.5: [drm] Using Transparent Hugepages [ 6.034233] i915 0000:00:02.5: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.034575] i915 0000:00:02.5: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 6.034577] i915 0000:00:02.5: HuC firmware PRELOADED [ 6.035756] i915 0000:00:02.5: [drm] Protected Xe Path (PXP) protected content support initialized [ 6.035759] i915 0000:00:02.5: [drm] PMU not supported for this GPU. [ 6.035803] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.5 on minor 5 [ 6.035988] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 6.035990] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.035993] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.035995] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.035998] i915 0000:00:02.4: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.036000] i915 0000:00:02.5: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46a3' and i915.force_probe='!46a3' [ 6.036040] i915 0000:00:02.6: enabling device (0000 -> 0002) [ 6.036052] i915 0000:00:02.6: Running in SR-IOV VF mode [ 6.036226] i915 0000:00:02.6: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.036457] i915 0000:00:02.6: [drm] VT-d active for gfx access [ 6.036468] i915 0000:00:02.6: [drm] Using Transparent Hugepages [ 6.036698] i915 0000:00:02.6: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.036978] i915 0000:00:02.6: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 6.036979] i915 0000:00:02.6: HuC firmware PRELOADED [ 6.038153] i915 0000:00:02.6: [drm] Protected Xe Path (PXP) protected content support initialized [ 6.038156] i915 0000:00:02.6: [drm] PMU not supported for this GPU. [ 6.038197] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.6 on minor 6 [ 6.038370] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 6.038372] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.038375] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.038377] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.038379] i915 0000:00:02.4: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.038382] i915 0000:00:02.5: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 6.038384] i915 0000:00:02.6: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46a3' and i915.force_probe='!46a3' [ 6.038426] i915 0000:00:02.7: enabling device (0000 -> 0002) [ 6.038436] i915 0000:00:02.7: Running in SR-IOV VF mode [ 6.038639] i915 0000:00:02.7: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.038902] i915 0000:00:02.7: [drm] VT-d active for gfx access [ 6.038924] i915 0000:00:02.7: [drm] Using Transparent Hugepages [ 6.039221] i915 0000:00:02.7: [drm] GT0: GUC: interface version 0.1.9.0 [ 6.039536] i915 0000:00:02.7: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 6.039538] i915 0000:00:02.7: HuC firmware PRELOADED [ 6.040794] i915 0000:00:02.7: [drm] Protected Xe Path (PXP) protected content support initialized [ 6.040798] i915 0000:00:02.7: [drm] PMU not supported for this GPU. [ 6.040853] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.7 on minor 7 [ 6.041004] i915 0000:00:02.0: Enabled 7 VFs

pasbec commented 4 months ago

If you want to test the previously allowed guc firmware minor version (0 or 4) instead of the corrected minor version 9. You could just run the following in the root of your the i915-sriov-dkms repo:

sed -i 's/GUCFIRMWARE_MINOR:-9/GUCFIRMWARE_MINOR:-0/' Makefile
rm -rf /usr/src/i915-sriov-dkms-* /var/lib/dkms/i915-sriov-dkms
dkms add .
dkms install -m i915-sriov-dkms -v $(cat VERSION) -k 6.8.8-2-pve --force

This will change GUCFIRMWARE_MINOR=9 to GUCFIRMWARE_MINOR=0 in the Makefile.

After successful compilation and reboot the dmesg | grep i915 should then contain error messages like *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) and *ERROR* GT0: IOV: Found interface version 0.1.9.0 (see below) but interestingly the VFs still seem to work in Windows. It seems those errors could just be ignored and that was the reason why it worked before (confirmed by using vainfo and intel_gpu_top -d sriov on the host). 🤔 Could you kindly check if that fixes your freezes?

dmesg with errors due to firmware mismatch (click to expand) ``` use xe.force_probe='46d1' and i915.force_probe='!46d1' [ 7.612985] i915 0000:00:02.0: Running in SR-IOV PF mode [ 7.615514] i915 0000:00:02.0: [drm] VT-d active for gfx access [ 7.632422] i915 0000:00:02.0: vgaarb: deactivate vga console [ 7.632592] i915 0000:00:02.0: [drm] Using Transparent Hugepages [ 7.633162] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 7.641523] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20) [ 7.648210] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.20.0 [ 7.648229] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3 [ 7.676756] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads! [ 7.679104] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled [ 7.679108] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled [ 7.679683] i915 0000:00:02.0: [drm] GuC RC: enabled [ 7.681998] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized [ 7.712463] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1 [ 7.715226] i915 0000:00:02.0: 7 VFs could be associated with this PF [ 7.743274] fbcon: i915drmfb (fb0) is primary device [ 7.819351] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device [ 11.093865] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem use xe.force_probe='46d1' and i915.force_probe='!46d1' [ 11.102209] i915 0000:00:02.1: enabling device (0000 -> 0002) [ 11.103637] i915 0000:00:02.1: Running in SR-IOV VF mode [ 11.105737] i915 0000:00:02.1: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.107389] i915 0000:00:02.1: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.109574] i915 0000:00:02.1: [drm] VT-d active for gfx access [ 11.111043] i915 0000:00:02.1: [drm] Using Transparent Hugepages [ 11.113438] i915 0000:00:02.1: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.115044] i915 0000:00:02.1: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.117154] i915 0000:00:02.1: GuC firmware PRELOADED version 0.0 submission:SR-IOV VF [ 11.118546] i915 0000:00:02.1: HuC firmware PRELOADED [ 11.123146] i915 0000:00:02.1: [drm] Protected Xe Path (PXP) protected content support initialized [ 11.124415] i915 0000:00:02.1: [drm] PMU not supported for this GPU. [ 11.126586] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.1 on minor 0 [ 11.134819] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 11.136053] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46d1' and i915.force_probe='!46d1' [ 11.143573] i915 0000:00:02.2: enabling device (0000 -> 0002) [ 11.144852] i915 0000:00:02.2: Running in SR-IOV VF mode [ 11.146469] i915 0000:00:02.2: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.147856] i915 0000:00:02.2: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.150315] i915 0000:00:02.2: [drm] VT-d active for gfx access [ 11.151587] i915 0000:00:02.2: [drm] Using Transparent Hugepages [ 11.153667] i915 0000:00:02.2: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.155077] i915 0000:00:02.2: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.157371] i915 0000:00:02.2: GuC firmware PRELOADED version 0.0 submission:SR-IOV VF [ 11.158598] i915 0000:00:02.2: HuC firmware PRELOADED [ 11.162428] i915 0000:00:02.2: [drm] Protected Xe Path (PXP) protected content support initialized [ 11.163650] i915 0000:00:02.2: [drm] PMU not supported for this GPU. [ 11.166127] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.2 on minor 2 [ 11.174452] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 11.175651] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.176838] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46d1' and i915.force_probe='!46d1' [ 11.184039] i915 0000:00:02.3: enabling device (0000 -> 0002) [ 11.185235] i915 0000:00:02.3: Running in SR-IOV VF mode [ 11.186809] i915 0000:00:02.3: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.188117] i915 0000:00:02.3: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.189831] i915 0000:00:02.3: [drm] VT-d active for gfx access [ 11.190907] i915 0000:00:02.3: [drm] Using Transparent Hugepages [ 11.192684] i915 0000:00:02.3: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.193880] i915 0000:00:02.3: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.196127] i915 0000:00:02.3: GuC firmware PRELOADED version 0.0 submission:SR-IOV VF [ 11.197141] i915 0000:00:02.3: HuC firmware PRELOADED [ 11.200613] i915 0000:00:02.3: [drm] Protected Xe Path (PXP) protected content support initialized [ 11.201612] i915 0000:00:02.3: [drm] PMU not supported for this GPU. [ 11.203027] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.3 on minor 3 [ 11.206202] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 11.206209] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.206215] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.206220] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46d1' and i915.force_probe='!46d1' [ 11.206438] i915 0000:00:02.4: enabling device (0000 -> 0002) [ 11.206496] i915 0000:00:02.4: Running in SR-IOV VF mode [ 11.210638] i915 0000:00:02.4: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.223600] i915 0000:00:02.4: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.224255] i915 0000:00:02.4: [drm] VT-d active for gfx access [ 11.224312] i915 0000:00:02.4: [drm] Using Transparent Hugepages [ 11.224957] i915 0000:00:02.4: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.225000] i915 0000:00:02.4: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.225301] i915 0000:00:02.4: GuC firmware PRELOADED version 0.0 submission:SR-IOV VF [ 11.225305] i915 0000:00:02.4: HuC firmware PRELOADED [ 11.227644] i915 0000:00:02.4: [drm] Protected Xe Path (PXP) protected content support initialized [ 11.233801] i915 0000:00:02.4: [drm] PMU not supported for this GPU. [ 11.234189] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.4 on minor 4 [ 11.241785] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 11.242799] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.243804] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.244801] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.245790] i915 0000:00:02.4: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46d1' and i915.force_probe='!46d1' [ 11.251932] i915 0000:00:02.5: enabling device (0000 -> 0002) [ 11.251971] i915 0000:00:02.5: Running in SR-IOV VF mode [ 11.252559] i915 0000:00:02.5: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.255008] i915 0000:00:02.5: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.255517] i915 0000:00:02.5: [drm] VT-d active for gfx access [ 11.255557] i915 0000:00:02.5: [drm] Using Transparent Hugepages [ 11.256231] i915 0000:00:02.5: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.260021] i915 0000:00:02.5: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.261387] i915 0000:00:02.5: GuC firmware PRELOADED version 0.0 submission:SR-IOV VF [ 11.261393] i915 0000:00:02.5: HuC firmware PRELOADED [ 11.264225] i915 0000:00:02.5: [drm] Protected Xe Path (PXP) protected content support initialized [ 11.265228] i915 0000:00:02.5: [drm] PMU not supported for this GPU. [ 11.266353] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.5 on minor 5 [ 11.273122] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 11.274076] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.275019] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.275950] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.276858] i915 0000:00:02.4: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.277756] i915 0000:00:02.5: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46d1' and i915.force_probe='!46d1' [ 11.283516] i915 0000:00:02.6: enabling device (0000 -> 0002) [ 11.284514] i915 0000:00:02.6: Running in SR-IOV VF mode [ 11.286007] i915 0000:00:02.6: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.286981] i915 0000:00:02.6: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.288538] i915 0000:00:02.6: [drm] VT-d active for gfx access [ 11.289514] i915 0000:00:02.6: [drm] Using Transparent Hugepages [ 11.291123] i915 0000:00:02.6: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.292272] i915 0000:00:02.6: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.293627] i915 0000:00:02.6: GuC firmware PRELOADED version 0.0 submission:SR-IOV VF [ 11.294624] i915 0000:00:02.6: HuC firmware PRELOADED [ 11.298302] i915 0000:00:02.6: [drm] Protected Xe Path (PXP) protected content support initialized [ 11.299542] i915 0000:00:02.6: [drm] PMU not supported for this GPU. [ 11.301089] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.6 on minor 6 [ 11.308848] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 11.309717] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.310568] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.311402] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.312224] i915 0000:00:02.4: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.313040] i915 0000:00:02.5: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 11.313849] i915 0000:00:02.6: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='46d1' and i915.force_probe='!46d1' [ 11.318998] i915 0000:00:02.7: enabling device (0000 -> 0002) [ 11.319898] i915 0000:00:02.7: Running in SR-IOV VF mode [ 11.321223] i915 0000:00:02.7: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.322106] i915 0000:00:02.7: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.323600] i915 0000:00:02.7: [drm] VT-d active for gfx access [ 11.324480] i915 0000:00:02.7: [drm] Using Transparent Hugepages [ 11.325933] i915 0000:00:02.7: [drm] *ERROR* GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [ 11.326937] i915 0000:00:02.7: [drm] *ERROR* GT0: IOV: Found interface version 0.1.9.0 [ 11.328272] i915 0000:00:02.7: GuC firmware PRELOADED version 0.0 submission:SR-IOV VF [ 11.329207] i915 0000:00:02.7: HuC firmware PRELOADED [ 11.332430] i915 0000:00:02.7: [drm] Protected Xe Path (PXP) protected content support initialized [ 11.333311] i915 0000:00:02.7: [drm] PMU not supported for this GPU. [ 11.334300] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.7 on minor 7 [ 11.336020] i915 0000:00:02.0: Enabled 7 VFs ```
makoONE commented 4 months ago

I followed your advice with the modified minor version, dmesg says:

[ 5.863414] i915 0000:00:02.3: [drm] ERROR GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [5.863572] i915 0000:00:02.3: [drm] ERROR GT0: IOV: Found interface version 0.1.9.0

Unfortunately the machine continues to freeze.

[86.393495] BUG: kernel NULL pointer dereference, address: 000000000000057d [86.393502] #PF: supervisor read access in kernel mode [ 86.393503] #PF: error_code(0x0000) - not-present page

MiKing233 commented 4 months ago

my miniWorkStation (Minisforum MS-01 - i9-13900H), on Proxmox VE 8.2.4 x86_64 (6.8.8-3-pve), using version 2024.07.19, I watch the Youtube 8K video for 10 minutes and the GPU never freezes, I checked dmesg without any errors, its works perfectly fine. 屏幕截图 2024-07-21 194931

pasbec commented 4 months ago

I followed your advice with the modified minor version, dmesg says:

[ 5.863414] i915 0000:00:02.3: [drm] ERROR GT0: IOV: Unable to confirm version 1.9 (0000000000000000) [5.863572] i915 0000:00:02.3: [drm] ERROR GT0: IOV: Found interface version 0.1.9.0

Unfortunately the machine continues to freeze.

[86.393495] BUG: kernel NULL pointer dereference, address: 000000000000057d [86.393502] #PF: supervisor read access in kernel mode [ 86.393503] #PF: error_code(0x0000) - not-present page

I'm running out of ideas but if even 6.5.13-3-pve is not working with sed -i 's/GUCFIRMWARE_MINOR:-9/GUCFIRMWARE_MINOR:-0/' Makefile. Below is a comparison of i915-sriov-dkms 6.1 vs. 2024.07.19 for Proxmox VE:

i915-sriov-dkms 6.1

Available via git reset --hard 42b49ff

Minor GuC firmware check

0 or 4, incorrect, hardcoded

Kernels

i915-sriov-dkms 2024.07.19

Available via git reset --hard 21a2f4a1 (or git reset --hard master atm.)

Minor GuC firmware check

9, correct, can be changed via GUCFIRMWARE_MINOR e.g., sed -i 's/GUCFIRMWARE_MINOR:-9/GUCFIRMWARE_MINOR:-0/' Makefile

Kernels

So either your freezes are related to the 6.8 kernel or to the corrected firmware version in combination with your UHD Device ID 46A3 (i7-12650H). The UHD Device ID A780 (i9-13900H, i9-14900K) is reportedly working fine with all kernel variants.

But the i915-sriov-dkms module version 2024.07.19 with sed -i 's/GUCFIRMWARE_MINOR:-9/GUCFIRMWARE_MINOR:-0/' Makefile will compile effectively the same binary for 6.5.13-3-pve in version 6.1, which was the only working pve kernel in the list.

If you still have freezes with this combination and it was working before with 6.1, it must be related to something else.

SplicedNZ commented 4 months ago

6.8.8-2-pve has been stable for me for over 24 hours (i9-13900H - Minisforum MS-01). I haven't tried 6.8.8.3-pve yet.

Update for the sake of completeness:

Proxmox crashed around the 30-hour mark. It was running headless, so I'm not sure what the error was (nothing showing in the journal), which is roughly in line with the behavior I've seen on 8.5 PVE kernels.

7 VFs were applied, with only 1 assigned to a Windows 11 Pro guest using Intel Xe driver version 31.0.101.5590. The VM was idle with Windows Sleep mode disabled.

pasbec commented 4 months ago

I have succesfully finished a 24 hour 3D + 4k video test running in 2 Windows 11 VMs in parallel without issues on my Promox VE 8.2 host with kernel 6.8.8-2-pve (I don't want to see the next electricity bill). And the host with an ASUS W680 + i9-14900K is running absolutely fine for 6 days now. Really no problems at all. It needs some new BIOS thanks to Intel and must therefore be rebooted now.

My dmesg got filled with a lot of messages like i915 0000:00:02.0: VF{i} FLR in the meantime. That seems to be some Function Level Reset related to SR-IOV. Not sure if this is OK but at least I could not see any effect.

The small N100 is also running with the loaded module in kernel 6.8.8-2 for several days now but it was just idling without any VF in use.

Not sure why this is different for my two machines. I'm running both machines with the kernel command line potion split_lock_detect=off i915.enable_fbc=1 i915.enable_guc=3 i915.max_vfs=7 ignore_msrs=1 report_ignored_msrs=0 - not sure if some options are related? At least the i9-13900H should be very similar to mine. Don't know, sorry.

I will post an update whenever I encounter any kind of issue with the 6.8 kernel.

grafik

grafik

grafik

dmesg (shortened) ``` [ 0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7 [ 0.222775] Booting paravirtualized kernel on bare hardware [ 0.224356] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.8.8-2-pve boot=zfs split_lock_detect=off", will be passed to user space. [ 0.706592] iommu: Default domain type: Passthrough (set via kernel command line) use xe.force_probe='a780' and i915.force_probe='!a780' [ 123.042157] i915 0000:00:02.0: Running in SR-IOV PF mode [ 123.043176] i915 0000:00:02.0: [drm] VT-d active for gfx access [ 123.043215] i915 0000:00:02.0: [drm] Using Transparent Hugepages [ 123.043927] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem [ 123.044397] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915]) [ 123.051438] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1) [ 123.055207] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.20.0 [ 123.055210] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3 [ 123.057969] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads! [ 123.058344] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled [ 123.058345] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled [ 123.058859] i915 0000:00:02.0: [drm] GuC RC: enabled [ 123.059378] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915]) [ 123.059452] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized [ 123.059967] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 123.061022] i915 0000:00:02.0: 7 VFs could be associated with this PF [ 123.061440] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [ 123.061453] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 123.061662] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [ 124.416831] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem use xe.force_probe='a780' and i915.force_probe='!a780' [ 124.417046] i915 0000:00:02.1: enabling device (0000 -> 0002) [ 124.417099] i915 0000:00:02.1: Running in SR-IOV VF mode [ 124.418216] i915 0000:00:02.1: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.420238] i915 0000:00:02.1: [drm] VT-d active for gfx access [ 124.420311] i915 0000:00:02.1: [drm] Using Transparent Hugepages [ 124.421069] i915 0000:00:02.1: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.421577] i915 0000:00:02.1: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 124.421586] i915 0000:00:02.1: HuC firmware PRELOADED [ 124.424119] i915 0000:00:02.1: [drm] Protected Xe Path (PXP) protected content support initialized [ 124.424132] i915 0000:00:02.1: [drm] PMU not supported for this GPU. [ 124.424507] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.1 on minor 2 [ 124.425213] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 124.425232] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='a780' and i915.force_probe='!a780' [ 124.425416] i915 0000:00:02.2: enabling device (0000 -> 0002) [ 124.425596] i915 0000:00:02.2: Running in SR-IOV VF mode [ 124.426237] i915 0000:00:02.2: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.428463] i915 0000:00:02.2: [drm] VT-d active for gfx access [ 124.428572] i915 0000:00:02.2: [drm] Using Transparent Hugepages [ 124.429665] i915 0000:00:02.2: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.430379] i915 0000:00:02.2: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 124.430395] i915 0000:00:02.2: HuC firmware PRELOADED [ 124.433390] i915 0000:00:02.2: [drm] Protected Xe Path (PXP) protected content support initialized [ 124.433415] i915 0000:00:02.2: [drm] PMU not supported for this GPU. [ 124.433770] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.2 on minor 3 [ 124.434730] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 124.434756] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.434768] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='a780' and i915.force_probe='!a780' [ 124.435005] i915 0000:00:02.3: enabling device (0000 -> 0002) [ 124.435049] i915 0000:00:02.3: Running in SR-IOV VF mode [ 124.435412] i915 0000:00:02.3: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.435893] i915 0000:00:02.3: [drm] VT-d active for gfx access [ 124.435934] i915 0000:00:02.3: [drm] Using Transparent Hugepages [ 124.436513] i915 0000:00:02.3: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.436865] i915 0000:00:02.3: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 124.436874] i915 0000:00:02.3: HuC firmware PRELOADED [ 124.438961] i915 0000:00:02.3: [drm] Protected Xe Path (PXP) protected content support initialized [ 124.438974] i915 0000:00:02.3: [drm] PMU not supported for this GPU. [ 124.439276] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.3 on minor 4 [ 124.439980] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 124.439997] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.440005] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.440013] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='a780' and i915.force_probe='!a780' [ 124.440148] i915 0000:00:02.4: enabling device (0000 -> 0002) [ 124.440185] i915 0000:00:02.4: Running in SR-IOV VF mode [ 124.440532] i915 0000:00:02.4: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.440939] i915 0000:00:02.4: [drm] VT-d active for gfx access [ 124.440989] i915 0000:00:02.4: [drm] Using Transparent Hugepages [ 124.441601] i915 0000:00:02.4: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.442171] i915 0000:00:02.4: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 124.442179] i915 0000:00:02.4: HuC firmware PRELOADED [ 124.444836] i915 0000:00:02.4: [drm] Protected Xe Path (PXP) protected content support initialized [ 124.444854] i915 0000:00:02.4: [drm] PMU not supported for this GPU. [ 124.445135] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.4 on minor 5 [ 124.445710] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 124.445725] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.445733] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.445740] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.445747] i915 0000:00:02.4: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='a780' and i915.force_probe='!a780' [ 124.445853] i915 0000:00:02.5: enabling device (0000 -> 0002) [ 124.445887] i915 0000:00:02.5: Running in SR-IOV VF mode [ 124.446155] i915 0000:00:02.5: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.446504] i915 0000:00:02.5: [drm] VT-d active for gfx access [ 124.446540] i915 0000:00:02.5: [drm] Using Transparent Hugepages [ 124.447073] i915 0000:00:02.5: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.447502] i915 0000:00:02.5: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 124.447509] i915 0000:00:02.5: HuC firmware PRELOADED [ 124.449507] i915 0000:00:02.5: [drm] Protected Xe Path (PXP) protected content support initialized [ 124.449517] i915 0000:00:02.5: [drm] PMU not supported for this GPU. [ 124.449765] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.5 on minor 6 [ 124.450181] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 124.450192] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.450198] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.450204] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.450209] i915 0000:00:02.4: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.450215] i915 0000:00:02.5: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='a780' and i915.force_probe='!a780' [ 124.450298] i915 0000:00:02.6: enabling device (0000 -> 0002) [ 124.450322] i915 0000:00:02.6: Running in SR-IOV VF mode [ 124.450546] i915 0000:00:02.6: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.450861] i915 0000:00:02.6: [drm] VT-d active for gfx access [ 124.450881] i915 0000:00:02.6: [drm] Using Transparent Hugepages [ 124.451297] i915 0000:00:02.6: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.451834] i915 0000:00:02.6: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 124.451839] i915 0000:00:02.6: HuC firmware PRELOADED [ 124.454010] i915 0000:00:02.6: [drm] Protected Xe Path (PXP) protected content support initialized [ 124.454037] i915 0000:00:02.6: [drm] PMU not supported for this GPU. [ 124.454160] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.6 on minor 7 [ 124.454490] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=io+mem [ 124.454498] i915 0000:00:02.1: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.454503] i915 0000:00:02.2: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.454507] i915 0000:00:02.3: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.454511] i915 0000:00:02.4: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.454516] i915 0000:00:02.5: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none [ 124.454520] i915 0000:00:02.6: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none use xe.force_probe='a780' and i915.force_probe='!a780' [ 124.454602] i915 0000:00:02.7: enabling device (0000 -> 0002) [ 124.454628] i915 0000:00:02.7: Running in SR-IOV VF mode [ 124.454842] i915 0000:00:02.7: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.455254] i915 0000:00:02.7: [drm] VT-d active for gfx access [ 124.455274] i915 0000:00:02.7: [drm] Using Transparent Hugepages [ 124.455657] i915 0000:00:02.7: [drm] GT0: GUC: interface version 0.1.9.0 [ 124.456086] i915 0000:00:02.7: GuC firmware PRELOADED version 1.9 submission:SR-IOV VF [ 124.456090] i915 0000:00:02.7: HuC firmware PRELOADED [ 124.457837] i915 0000:00:02.7: [drm] Protected Xe Path (PXP) protected content support initialized [ 124.457841] i915 0000:00:02.7: [drm] PMU not supported for this GPU. [ 124.457893] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.7 on minor 8 [ 124.458082] i915 0000:00:02.0: Enabled 7 VFs [ 611.802174] i915 0000:00:02.0: VF5 FLR [ 612.974574] i915 0000:00:02.0: VF5 FLR [ 613.106324] i915 0000:00:02.0: VF5 FLR [ 926.132482] i915 0000:00:02.0: VF5 FLR [ 1150.753231] i915 0000:00:02.0: VF5 FLR [ 1188.676435] i915 0000:00:02.0: VF5 FLR [ 1298.802577] i915 0000:00:02.0: VF5 FLR [ 1319.713058] i915 0000:00:02.0: VF5 FLR [ 1488.936481] i915 0000:00:02.0: VF5 FLR [ 1507.982007] i915 0000:00:02.0: VF5 FLR [ 1509.263097] i915 0000:00:02.0: VF5 FLR [ 1509.395650] i915 0000:00:02.0: VF5 FLR [ 2430.759086] i915 0000:00:02.0: VF5 FLR [ 2555.529051] i915 0000:00:02.0: VF5 FLR [ 2556.603981] i915 0000:00:02.0: VF5 FLR [ 2556.738678] i915 0000:00:02.0: VF5 FLR [ 4382.701020] i915 0000:00:02.0: VF5 FLR [ 4486.921761] i915 0000:00:02.0: VF5 FLR [ 4507.389819] i915 0000:00:02.0: VF5 FLR [ 4508.518039] i915 0000:00:02.0: VF5 FLR [ 4508.650760] i915 0000:00:02.0: VF5 FLR [ 5019.830460] i915 0000:00:02.0: VF5 FLR [ 5204.867460] i915 0000:00:02.0: VF5 FLR [ 5206.006503] i915 0000:00:02.0: VF5 FLR [ 5206.118454] i915 0000:00:02.0: VF5 FLR [ 5286.826266] i915 0000:00:02.0: VF5 FLR [ 5303.721998] i915 0000:00:02.0: VF5 FLR [ 5304.790431] i915 0000:00:02.0: VF5 FLR [ 5304.912133] i915 0000:00:02.0: VF5 FLR [ 5330.983039] i915 0000:00:02.0: VF5 FLR [ 5435.051393] i915 0000:00:02.0: VF5 FLR [ 5603.677124] i915 0000:00:02.0: VF5 FLR [ 5604.796463] i915 0000:00:02.0: VF5 FLR [ 5604.922938] i915 0000:00:02.0: VF5 FLR [ 5617.919673] i915 0000:00:02.0: VF5 FLR [ 5652.947053] i915 0000:00:02.0: VF5 FLR [ 6200.346717] i915 0000:00:02.0: VF5 FLR [ 6421.342840] i915 0000:00:02.0: VF5 FLR [ 6445.052370] i915 0000:00:02.0: VF5 FLR [ 6446.180526] i915 0000:00:02.0: VF5 FLR [ 6446.300004] i915 0000:00:02.0: VF5 FLR [ 7768.620873] i915 0000:00:02.0: VF5 FLR [ 8420.705540] i915 0000:00:02.0: VF5 FLR [ 8583.010247] i915 0000:00:02.0: VF5 FLR [ 8606.350134] i915 0000:00:02.0: VF5 FLR [ 8607.432871] i915 0000:00:02.0: VF5 FLR [ 8607.563186] i915 0000:00:02.0: VF5 FLR [ 9018.332214] i915 0000:00:02.0: VF5 FLR [ 9545.456205] i915 0000:00:02.0: VF5 FLR [ 9546.601379] i915 0000:00:02.0: VF5 FLR [ 9546.734614] i915 0000:00:02.0: VF5 FLR [ 9960.553158] i915 0000:00:02.0: VF5 FLR [10583.973063] i915 0000:00:02.0: VF5 FLR [10839.476171] i915 0000:00:02.0: VF5 FLR [16355.727696] i915 0000:00:02.0: VF6 FLR [16356.823870] i915 0000:00:02.0: VF6 FLR [16356.956171] i915 0000:00:02.0: VF6 FLR [17564.380143] i915 0000:00:02.0: VF6 FLR [17564.578402] i915 0000:00:02.0: VF6 FLR [17678.585373] i915 0000:00:02.0: VF6 FLR [17694.135220] i915 0000:00:02.0: VF5 FLR [17695.050103] i915 0000:00:02.0: VF6 FLR [17696.070271] i915 0000:00:02.0: VF6 FLR [17696.200222] i915 0000:00:02.0: VF6 FLR [17707.943603] i915 0000:00:02.0: VF6 FLR [17741.188633] i915 0000:00:02.0: VF6 FLR [17820.156512] i915 0000:00:02.0: VF6 FLR [17831.824462] i915 0000:00:02.0: VF6 FLR [17860.429372] i915 0000:00:02.0: VF6 FLR [17881.692722] i915 0000:00:02.0: VF6 FLR [17886.417108] i915 0000:00:02.0: VF6 FLR [17887.548931] i915 0000:00:02.0: VF6 FLR [17887.681535] i915 0000:00:02.0: VF6 FLR [17942.606604] i915 0000:00:02.0: VF7 FLR [17943.986850] i915 0000:00:02.0: VF7 FLR [17944.112746] i915 0000:00:02.0: VF7 FLR [18152.445666] i915 0000:00:02.0: VF6 FLR [18155.801466] i915 0000:00:02.0: VF6 FLR [18156.930582] i915 0000:00:02.0: VF6 FLR [18157.058622] i915 0000:00:02.0: VF6 FLR [18269.503800] i915 0000:00:02.0: VF6 FLR [18269.711474] i915 0000:00:02.0: VF6 FLR [18340.181201] i915 0000:00:02.0: VF6 FLR [18682.927384] i915 0000:00:02.0: VF5 FLR [18720.870680] i915 0000:00:02.0: VF7 FLR [18950.520123] i915 0000:00:02.0: VF7 FLR [19017.472040] i915 0000:00:02.0: VF7 FLR [19156.144477] i915 0000:00:02.0: VF5 FLR [19927.372108] i915 0000:00:02.0: VF7 FLR [19928.452190] i915 0000:00:02.0: VF7 FLR [19928.583541] i915 0000:00:02.0: VF7 FLR [20098.151057] i915 0000:00:02.0: VF7 FLR [20716.818470] i915 0000:00:02.0: VF5 FLR [20717.938113] i915 0000:00:02.0: VF5 FLR [20718.077298] i915 0000:00:02.0: VF5 FLR [20817.046538] i915 0000:00:02.0: VF5 FLR [21003.467092] i915 0000:00:02.0: VF7 FLR [21275.516214] i915 0000:00:02.0: VF7 FLR [21302.470606] i915 0000:00:02.0: VF7 FLR [21303.555992] i915 0000:00:02.0: VF7 FLR [21303.691457] i915 0000:00:02.0: VF7 FLR [22446.280558] i915 0000:00:02.0: VF7 FLR [23792.205860] i915 0000:00:02.0: VF7 FLR [24011.875581] i915 0000:00:02.0: VF7 FLR [24611.619746] i915 0000:00:02.0: VF7 FLR [24612.677804] i915 0000:00:02.0: VF7 FLR [24613.795759] i915 0000:00:02.0: VF7 FLR [24613.938453] i915 0000:00:02.0: VF7 FLR [25010.500195] i915 0000:00:02.0: VF7 FLR [25025.700504] i915 0000:00:02.0: VF6 FLR [25026.824071] i915 0000:00:02.0: VF6 FLR [25026.957958] i915 0000:00:02.0: VF6 FLR [25245.144141] i915 0000:00:02.0: VF6 FLR [25254.371733] i915 0000:00:02.0: VF7 FLR [25255.496977] i915 0000:00:02.0: VF7 FLR [25255.628197] i915 0000:00:02.0: VF7 FLR [25314.253530] i915 0000:00:02.0: VF6 FLR [25316.016149] i915 0000:00:02.0: VF6 FLR [25317.120540] i915 0000:00:02.0: VF6 FLR [25317.264790] i915 0000:00:02.0: VF6 FLR [25506.857719] i915 0000:00:02.0: VF6 FLR [25614.516363] i915 0000:00:02.0: VF7 FLR [25641.755848] i915 0000:00:02.0: VF7 FLR [26227.710171] i915 0000:00:02.0: VF7 FLR [26370.537334] i915 0000:00:02.0: VF6 FLR [26805.441043] i915 0000:00:02.0: VF7 FLR [26806.521676] i915 0000:00:02.0: VF7 FLR [26806.653739] i915 0000:00:02.0: VF7 FLR [27156.558652] i915 0000:00:02.0: VF6 FLR [27159.869659] i915 0000:00:02.0: VF6 FLR [27161.049985] i915 0000:00:02.0: VF6 FLR [27161.184292] i915 0000:00:02.0: VF6 FLR [27172.849098] i915 0000:00:02.0: VF6 FLR [27200.107775] i915 0000:00:02.0: VF7 FLR [27465.732468] i915 0000:00:02.0: VF6 FLR [27571.254553] i915 0000:00:02.0: VF6 FLR [27786.885381] i915 0000:00:02.0: VF6 FLR [27865.857183] i915 0000:00:02.0: VF6 FLR [27888.750150] i915 0000:00:02.0: VF6 FLR [28247.081845] i915 0000:00:02.0: VF6 FLR [28270.322516] i915 0000:00:02.0: VF7 FLR [28271.381842] i915 0000:00:02.0: VF7 FLR [28271.531989] i915 0000:00:02.0: VF7 FLR [28353.445624] i915 0000:00:02.0: VF7 FLR [28373.934358] i915 0000:00:02.0: VF7 FLR [28375.038427] i915 0000:00:02.0: VF7 FLR [28375.178565] i915 0000:00:02.0: VF7 FLR [29014.083263] i915 0000:00:02.0: VF6 FLR [29015.238255] i915 0000:00:02.0: VF6 FLR [29015.366707] i915 0000:00:02.0: VF6 FLR [29026.687932] i915 0000:00:02.0: VF6 FLR [29038.061159] i915 0000:00:02.0: VF6 FLR [29125.748778] i915 0000:00:02.0: VF6 FLR [29184.097349] i915 0000:00:02.0: VF6 FLR [29204.015567] i915 0000:00:02.0: VF7 FLR [29254.097233] i915 0000:00:02.0: VF6 FLR [29376.777015] i915 0000:00:02.0: VF7 FLR [29456.066305] i915 0000:00:02.0: VF6 FLR [29606.899966] i915 0000:00:02.0: VF7 FLR [29688.794084] i915 0000:00:02.0: VF7 FLR [30537.892576] i915 0000:00:02.0: VF6 FLR [30538.962996] i915 0000:00:02.0: VF6 FLR [30539.091090] i915 0000:00:02.0: VF6 FLR [31072.179837] i915 0000:00:02.0: VF7 FLR [31095.645917] i915 0000:00:02.0: VF7 FLR [31130.228020] i915 0000:00:02.0: VF6 FLR [31178.381115] i915 0000:00:02.0: VF7 FLR [31436.073284] i915 0000:00:02.0: VF6 FLR [31437.151634] i915 0000:00:02.0: VF6 FLR [31437.281884] i915 0000:00:02.0: VF6 FLR [32395.073382] i915 0000:00:02.0: VF6 FLR [33131.785757] i915 0000:00:02.0: VF7 FLR [33222.530753] i915 0000:00:02.0: VF7 FLR [33498.743453] i915 0000:00:02.0: VF7 FLR [33515.380840] i915 0000:00:02.0: VF7 FLR [33531.254211] i915 0000:00:02.0: VF7 FLR [33532.321540] i915 0000:00:02.0: VF7 FLR [33532.441258] i915 0000:00:02.0: VF7 FLR [33721.241910] i915 0000:00:02.0: VF7 FLR [33955.026882] i915 0000:00:02.0: VF7 FLR [33970.871738] i915 0000:00:02.0: VF7 FLR [33971.992282] i915 0000:00:02.0: VF7 FLR [33972.123693] i915 0000:00:02.0: VF7 FLR [40035.300536] i915 0000:00:02.0: VF7 FLR [40036.363905] i915 0000:00:02.0: VF7 FLR [40037.451112] i915 0000:00:02.0: VF7 FLR [40037.579572] i915 0000:00:02.0: VF7 FLR [40192.928904] i915 0000:00:02.0: VF7 FLR [40199.808138] i915 0000:00:02.0: VF7 FLR [40200.922178] i915 0000:00:02.0: VF7 FLR [40201.055816] i915 0000:00:02.0: VF7 FLR [40450.396829] i915 0000:00:02.0: VF7 FLR [41035.715200] i915 0000:00:02.0: VF7 FLR [41050.083574] i915 0000:00:02.0: VF7 FLR [41051.226411] i915 0000:00:02.0: VF7 FLR [41051.378826] i915 0000:00:02.0: VF7 FLR [41230.241566] i915 0000:00:02.0: VF7 FLR [41275.244975] i915 0000:00:02.0: VF7 FLR [41276.369518] i915 0000:00:02.0: VF7 FLR [41276.502605] i915 0000:00:02.0: VF7 FLR [45079.214775] i915 0000:00:02.0: VF7 FLR [46684.858091] i915 0000:00:02.0: VF5 FLR [46685.946074] i915 0000:00:02.0: VF5 FLR [46686.084009] i915 0000:00:02.0: VF5 FLR [46692.435051] i915 0000:00:02.0: VF7 FLR [47130.336031] i915 0000:00:02.0: VF5 FLR [86921.492385] i915 0000:00:02.0: VF1 FLR [86925.525640] i915 0000:00:02.0: VF1 FLR [86925.654813] i915 0000:00:02.0: VF1 FLR [87066.899411] i915 0000:00:02.0: VF1 FLR [87086.252575] i915 0000:00:02.0: VF1 FLR [87090.297320] i915 0000:00:02.0: VF1 FLR [87090.431623] i915 0000:00:02.0: VF1 FLR [87655.705733] i915 0000:00:02.0: VF1 FLR [87655.901789] i915 0000:00:02.0: VF1 FLR [87842.588615] i915 0000:00:02.0: VF1 FLR [87842.780636] i915 0000:00:02.0: VF1 FLR [94421.075846] i915 0000:00:02.0: VF1 FLR [94594.042511] i915 0000:00:02.0: VF1 FLR [94598.021508] i915 0000:00:02.0: VF1 FLR [94598.165038] i915 0000:00:02.0: VF1 FLR [95034.551078] i915 0000:00:02.0: VF1 FLR [95043.514482] i915 0000:00:02.0: VF1 FLR [95047.578346] i915 0000:00:02.0: VF1 FLR [95047.727938] i915 0000:00:02.0: VF1 FLR [100938.029895] i915 0000:00:02.0: VF1 FLR [100967.116520] i915 0000:00:02.0: VF1 FLR [100974.165671] i915 0000:00:02.0: VF1 FLR [100974.313857] i915 0000:00:02.0: VF1 FLR [100984.502456] i915 0000:00:02.0: VF1 FLR [100989.213242] i915 0000:00:02.0: VF1 FLR [101057.247611] i915 0000:00:02.0: VF1 FLR [101073.182642] i915 0000:00:02.0: VF1 FLR [101084.677572] i915 0000:00:02.0: VF1 FLR [101715.947460] i915 0000:00:02.0: VF1 FLR [101803.969860] i915 0000:00:02.0: VF1 FLR [101808.671651] i915 0000:00:02.0: VF1 FLR [101808.818531] i915 0000:00:02.0: VF1 FLR [219179.414634] i915 0000:00:02.0: VF6 FLR [219180.528396] i915 0000:00:02.0: VF6 FLR [219180.664974] i915 0000:00:02.0: VF6 FLR [220065.032093] i915 0000:00:02.0: VF6 FLR [223801.174593] i915 0000:00:02.0: VF6 FLR [265880.493253] i915 0000:00:02.0: VF7 FLR [265881.600501] i915 0000:00:02.0: VF7 FLR [265881.732588] i915 0000:00:02.0: VF7 FLR [266158.236617] i915 0000:00:02.0: VF6 FLR [266159.324821] i915 0000:00:02.0: VF6 FLR [266159.461283] i915 0000:00:02.0: VF6 FLR [266779.249627] i915 0000:00:02.0: VF6 FLR [267599.349069] i915 0000:00:02.0: VF2 FLR [267603.966101] i915 0000:00:02.0: VF2 FLR [267604.084721] i915 0000:00:02.0: VF2 FLR [267870.850518] i915 0000:00:02.0: VF2 FLR [268978.455629] i915 0000:00:02.0: VF7 FLR [268979.038120] i915 0000:00:02.0: VF7 FLR [268980.172774] i915 0000:00:02.0: VF7 FLR [268980.320021] i915 0000:00:02.0: VF7 FLR [270582.702233] i915 0000:00:02.0: VF6 FLR [270604.007465] i915 0000:00:02.0: VF7 FLR [270723.672489] i915 0000:00:02.0: VF7 FLR [270724.840273] i915 0000:00:02.0: VF7 FLR [270724.977629] i915 0000:00:02.0: VF7 FLR [271006.772091] i915 0000:00:02.0: VF6 FLR [271448.966743] i915 0000:00:02.0: VF7 FLR [271709.166601] i915 0000:00:02.0: VF7 FLR [271710.317833] i915 0000:00:02.0: VF7 FLR [271710.448957] i915 0000:00:02.0: VF7 FLR [272130.490159] i915 0000:00:02.0: VF6 FLR [272146.416747] i915 0000:00:02.0: VF6 FLR [272147.549423] i915 0000:00:02.0: VF6 FLR [272147.695163] i915 0000:00:02.0: VF6 FLR [272165.807467] i915 0000:00:02.0: VF7 FLR [272789.445400] i915 0000:00:02.0: VF6 FLR [272970.174489] i915 0000:00:02.0: VF7 FLR [272971.323935] i915 0000:00:02.0: VF7 FLR [272971.452431] i915 0000:00:02.0: VF7 FLR [272982.630775] i915 0000:00:02.0: VF6 FLR [272983.782205] i915 0000:00:02.0: VF6 FLR [272983.920205] i915 0000:00:02.0: VF6 FLR [273289.120685] i915 0000:00:02.0: VF7 FLR [273406.903138] i915 0000:00:02.0: VF7 FLR [273408.028434] i915 0000:00:02.0: VF7 FLR [273408.161337] i915 0000:00:02.0: VF7 FLR [273464.193684] i915 0000:00:02.0: VF6 FLR [273620.105622] i915 0000:00:02.0: VF2 FLR [274017.565224] i915 0000:00:02.0: VF7 FLR [274080.964942] i915 0000:00:02.0: VF7 FLR [274112.059521] i915 0000:00:02.0: VF7 FLR [274113.156208] i915 0000:00:02.0: VF7 FLR [274113.287106] i915 0000:00:02.0: VF7 FLR [274298.235463] i915 0000:00:02.0: VF7 FLR [274701.239654] i915 0000:00:02.0: VF7 FLR [274703.493823] i915 0000:00:02.0: VF7 FLR [274704.599805] i915 0000:00:02.0: VF7 FLR [274704.735374] i915 0000:00:02.0: VF7 FLR [278324.416848] i915 0000:00:02.0: VF7 FLR [278736.476784] i915 0000:00:02.0: VF7 FLR [278737.553421] i915 0000:00:02.0: VF7 FLR [278737.689681] i915 0000:00:02.0: VF7 FLR [279052.925060] i915 0000:00:02.0: VF7 FLR [279054.098373] i915 0000:00:02.0: VF7 FLR [279055.170326] i915 0000:00:02.0: VF7 FLR [279055.300403] i915 0000:00:02.0: VF7 FLR [279431.447166] i915 0000:00:02.0: VF7 FLR [279462.996398] i915 0000:00:02.0: VF7 FLR [279493.386663] i915 0000:00:02.0: VF7 FLR [279494.462811] i915 0000:00:02.0: VF7 FLR [279494.605572] i915 0000:00:02.0: VF7 FLR [308266.377520] i915 0000:00:02.0: VF7 FLR [317529.066836] i915 0000:00:02.0: VF3 FLR [317530.838814] i915 0000:00:02.0: VF3 FLR [317530.961348] i915 0000:00:02.0: VF3 FLR [317531.307410] i915 0000:00:02.0: VF4 FLR [317533.080184] i915 0000:00:02.0: VF4 FLR [317533.197102] i915 0000:00:02.0: VF4 FLR [317537.107788] i915 0000:00:02.0: VF3 FLR [317539.345480] i915 0000:00:02.0: VF4 FLR [317562.808160] i915 0000:00:02.0: VF4 FLR [368277.136137] i915 0000:00:02.0: VF1 FLR ```
johntdavis84 commented 4 months ago

Thanks for taking the time to test this and post an update. I’m really confident to try making the switch to 6.8 this weekend. (I need to make sure the latest version of kernel 6.8.x is actually installed correctly on Proxmox now. Since I’ve had 6.5.13-5 pinned, I get scary warnings every time it does a system update about a dpkg-configure failure.)

“My dmesg got filled with a lot of messages like i915 0000:00:02.0: VF{i} FLR in the meantime. That seems to be some Function Level Reset related to SR-IOV. Not sure if this is OK https://gist.github.com/scyto/e4e3de35ee23fdb4ae5d5a3b85c16ed3?permalink_comment_id=4714186#gistcomment-4714186 but at least I could not see any effect.”

I see these all the time on a working Proxmox 8.2.x (6.5.13-5)-based install on an HP Elite Mini 600 G9. It isn’t associated with any sort of performance glitches or issues on my system. I’ve just been ignoring it.


John T Davis @.***

On Jul 23, 2024, at 5:25 PM, pasbec @.***> wrote:

I have succesfully finished a 24 hour 3D + 4k video test running in 2 Windows 11 VMs in parallel without issues on my Promox VE 8.2 host with kernel 6.8.8-2-pve (I don't want to see the next electricity bill). And the host with an ASUS W680 + i9-14900K is running absolutely fine for 6 days now. Really no problems at all. It needs some new BIOS thanks to Intel https://www.youtube.com/watch?v=wkrOYfmXhIc and must therefore be rebooted now.

My dmesg got filled with a lot of messages like i915 0000:00:02.0: VF{i} FLR in the meantime. That seems to be some Function Level Reset related to SR-IOV. Not sure if this is OK https://gist.github.com/scyto/e4e3de35ee23fdb4ae5d5a3b85c16ed3?permalink_comment_id=4714186#gistcomment-4714186 but at least I could not see any effect.

The small N100 is also running with the loaded module in kernel 6.8.8-2 for several days now but it was just idling without any VF in use.

Not sure why this is different for my two machines. I'm running both machines with the kernel command line potion split_lock_detect=off i915.enable_fbc=1 i915.enable_guc=3 i915.max_vfs=7 ignore_msrs=1 report_ignored_msrs=0 - not sure if some options are related? At least the i9-13900H should be very similar to mine. Don't know, sorry.

I will post an update whenever I encounter any kind of issue with the 6.8 kernel.

grafik.png (view on web) https://github.com/user-attachments/assets/9feee9f0-5702-446b-9099-b9a784bf4474 grafik.png (view on web) https://github.com/user-attachments/assets/ecf28c3b-4ed1-4716-a014-6bb49a22f83d grafik.png (view on web) https://github.com/user-attachments/assets/ced7828b-6f6a-4ad9-bbaa-ec6aaaf770ca dmesg (shortened) — Reply to this email directly, view it on GitHub https://github.com/strongtz/i915-sriov-dkms/issues/182#issuecomment-2246412131, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGI5CYVONQAF74I5B4N4PX3ZN3J4HAVCNFSM6AAAAABLF5EFOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWGQYTEMJTGE. You are receiving this because you commented.

makoONE commented 4 months ago

I carried out further tests with my previous setup and came to the following conclusion: With kernel 6.2.16-20-pve it runs unconditionally stable. With kernel 6.5.13-5-pve and various 6.8.x-pve kernels, freezes occur early or late. Through pasbec's last post (thanks for that) I became aware of the kernel command line options “split_lock_detect=off ignore_msrs=1 report_ignored_msrs=0”, which I had not used before. I included them and after that it has been running stable with the current kernel 6.8.8-3-pve for hours. However, I now see lots of dmesg entries like this:

[ 527.228951] ------------[ cut here ]------------ [ 527.228953] i915 0000:00:02.0: drm_WARN_ON(plane_state->ggtt_vma) [ 527.228989] WARNING: CPU: 2 PID: 130 at /var/lib/dkms/i915-sriov-dkms/2024.07.19/build/drivers/gpu/drm/i915/display/intel_atomic_plane.c:135 intel_plane_destroy_state+0x93/0xe0 [i915] [ 527.229097] Modules linked in: veth vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd dm_snapshot joydev input_leds hid_apple hid_generic usbkbd usbmouse usbhid hid apple_mfi_fastcharge ebtable_filter ebtables ip_set ip6table_raw iptable_raw ip6table_filter ip6_tables iptable_filter nf_tables qrtr softdog sunrpc binfmt_misc bonding tls nfnetlink_log nfnetlink intel_rapl_msr intel_rapl_common intel_uncore_frequency intel_uncore_frequency_common x86_pkg_temp_thermal intel_powerclamp coretemp snd_sof_pci_intel_tgl snd_sof_intel_hda_common snd_hda_codec_hdmi soundwire_intel snd_sof_intel_hda_mlink kvm_intel soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp kvm snd_sof snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core irqbypass mt7921e snd_soc_acpi_intel_match crct10dif_pclmul mt7921_common snd_soc_acpi polyval_clmulni soundwire_generic_allocation polyval_generic ghash_clmulni_intel mt792x_lib soundwire_bus sha256_ssse3 mt76_connac_lib sha1_ssse3 snd_soc_core aesni_intel snd_hda_codec_realtek mt76 [ 527.229127] snd_compress ac97_bus crypto_simd snd_hda_codec_generic cryptd snd_pcm_dmaengine snd_hda_intel mac80211 snd_intel_dspcfg snd_intel_sdw_acpi btusb snd_hda_codec btrtl btintel snd_hda_core btbcm snd_hwdep btmtk cmdlinepart snd_pcm cfg80211 spi_nor snd_timer rapl bluetooth pcspkr intel_cstate wmi_bmof libarc4 mei_me snd ecdh_generic mtd ecc ee1004 soundcore mei mei_vsc_hw intel_pmc_core intel_vsec pmt_telemetry pmt_class acpi_tad acpi_pad mac_hid zfs(PO) spl(O) vhost_net vhost vhost_iotlb tap parport_pc ppdev lp parport efi_pstore dmi_sysfs ip_tables x_tables autofs4 btrfs blake2b_generic xor raid6_pq i915(OE) dm_thin_pool dm_persistent_data dm_bio_prison dm_bufio libcrc32c xe drm_gpuvm drm_exec gpu_sched drm_buddy i2c_algo_bit drm_suballoc_helper drm_ttm_helper ttm drm_display_helper xhci_pci nvme xhci_pci_renesas crc32_pclmul nvme_core i2c_i801 spi_intel_pci xhci_hcd ahci cec igc spi_intel i2c_smbus libahci nvme_auth rc_core video wmi [ 527.229175] CPU: 2 PID: 130 Comm: kworker/2:1 Tainted: P U W OE 6.8.8-3-pve #1 [ 527.229177] Hardware name: Micro Computer(HK) Tech Limited Venus series/AHBNB, BIOS 1.0S 05/11/2024 [ 527.229178] Workqueue: events intel_atomic_helper_free_state_worker [i915] [ 527.229264] RIP: 0010:intel_plane_destroy_state+0x93/0xe0 [i915] [ 527.229363] Code: 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 96 2d 63 c6 48 c7 c1 d8 9b d0 c0 4c 89 ea 48 c7 c7 ac 94 d3 c0 48 89 c6 e8 8d 54 c4 c5 <0f> 0b 48 83 bb e0 00 00 00 00 74 89 49 8b 04 24 48 8b 78 08 4c 8b [ 527.229365] RSP: 0018:ffffbd948058fd88 EFLAGS: 00010246 [ 527.229366] RAX: 0000000000000000 RBX: ffff9f722a751400 RCX: 0000000000000000 [ 527.229367] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 527.229367] RBP: ffffbd948058fda0 R08: 0000000000000000 R09: 0000000000000000 [ 527.229368] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9f722911f000 [ 527.229369] R13: ffff9f72022124f0 R14: 0000000000000005 R15: 0000000000000004 [ 527.229369] FS: 0000000000000000(0000) GS:ffff9f816f500000(0000) knlGS:0000000000000000 [ 527.229370] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 527.229371] CR2: 00007e7956b96028 CR3: 0000000116438000 CR4: 0000000000f52ef0 [ 527.229372] PKRU: 55555554 [ 527.229372] Call Trace: [ 527.229373] [ 527.229375] ? show_regs+0x6d/0x80 [ 527.229381] ? warn+0x89/0x160 [ 527.229383] ? intel_plane_destroy_state+0x93/0xe0 [i915] [ 527.229470] ? report_bug+0x17e/0x1b0 [ 527.229473] ? handle_bug+0x46/0x90 [ 527.229476] ? exc_invalid_op+0x18/0x80 [ 527.229478] ? asm_exc_invalid_op+0x1b/0x20 [ 527.229481] ? intel_plane_destroy_state+0x93/0xe0 [i915] [ 527.229569] ? intel_plane_destroy_state+0x93/0xe0 [i915] [ 527.229660] drm_atomic_state_default_clear+0x1d7/0x310 [ 527.229663] intel_atomic_state_clear+0x12/0x40 [i915] [ 527.229755] __drm_atomic_state_free+0x26/0xe0 [ 527.229757] intel_atomic_helper_free_state_worker+0x5b/0x90 [i915] [ 527.229858] process_one_work+0x16a/0x350 [ 527.229862] worker_thread+0x306/0x440 [ 527.229864] ? pfx_worker_thread+0x10/0x10 [ 527.229866] kthread+0xef/0x120 [ 527.229868] ? __pfx_kthread+0x10/0x10 [ 527.229869] ret_from_fork+0x44/0x70 [ 527.229871] ? __pfx_kthread+0x10/0x10 [ 527.229872] ret_from_fork_asm+0x1b/0x30 [ 527.229875] [ 527.229875] ---[ end trace 0000000000000000 ]---

Is it possible to find out the cause of this or what is the best way to fix the errors?

makoONE commented 4 months ago

Oh what a pity, a few hours later another freeze with kernel 6.8.8-3-pve. So keep searching and hoping...

pasbec commented 4 months ago

Sorry to hear that. You mentioned initially that kernel 6.5 has also been working before. Maybe it is worth to check if kernel 6.5.13-3-pve is working stable with the latest versions 2024.07.19 or 2024.07.24 (haven't tried the latter) of the dkms module. If not, you should test kernel 6.5.13-3-pve with the old version git reset --hard 42b49ff 6.1 of the dkms module again (make sure to delete /usr/src/i915-sriov-dkms before re-adding. If kernel 6.5.13-3-pve is freezing and it has not done that before, it must be something else.

mag1024 commented 3 months ago

I too am unable to get a i7-12700K to work with a 6.8.12 kernel. 6.5.11 used to work fine, and going back to it, even with the most current version of the module, still works. One interesting thing I noticed is that even if uninstall this module -- which seems to work because I get a message about 'max_vfs' being an unknown parameter -- I still get the NULL pointer deref with 6.8 kernel.

dmsg snippet

``` [ 4.314982] Setting dangerous option enable_guc - tainting kernel [ 4.314984] i915: unknown parameter 'max_vfs' ignored [ 4.316075] i915 0000:00:02.0: [drm] VT-d active for gfx access [ 4.316079] BUG: kernel NULL pointer dereference, address: 0000000000000008 [ 4.316082] fbcon: Taking over console [ 4.316084] #PF: supervisor read access in kernel mode [ 4.316086] #PF: error_code(0x0000) - not-present page [ 4.316087] PGD 0 P4D 0 [ 4.316088] Oops: 0000 [#1] PREEMPT SMP NOPTI [ 4.316090] CPU: 12 PID: 896 Comm: (udev-worker) Tainted: P U O 6.8.12-1-pve #1 [ 4.316092] Hardware name: ASUSTeK COMPUTER INC. System Product Name/Pro WS W680-ACE IPMI, BIOS 3802 08/08/2024 [ 4.316094] RIP: 0010:kernfs_find_and_get_ns+0x16/0x80 [ 4.316097] Code: ac fd ff ff 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 41 56 49 89 d6 41 55 49 89 f5 41 54 53 <48> 8b 47 08 48 89 fb 48 85 c0 48 0f 44 c7 4c 8b 60 50 49 83 c4 60 [ 4.316099] RSP: 0018:ffffb0a00090b488 EFLAGS: 00010246 [ 4.316101] RAX: 0000000000000000 RBX: ffffffff830f1d20 RCX: 0000000000000000 [ 4.316102] RDX: 0000000000000000 RSI: ffffffff830f1e68 RDI: 0000000000000000 [ 4.316103] RBP: ffffb0a00090b4a8 R08: 0000000000000000 R09: 0000000000000000 [ 4.316104] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9d2dc32a2090 [ 4.316105] R13: ffffffff830f1e68 R14: 0000000000000000 R15: ffffffff84062520 [ 4.316106] FS: 00007664d0f6a8c0(0000) GS:ffff9d3cff600000(0000) knlGS:0000000000000000 [ 4.316108] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 4.316109] CR2: 0000000000000008 CR3: 0000000105a84002 CR4: 0000000000f70ef0 [ 4.316110] PKRU: 55555554 [ 4.316111] Call Trace: [ 4.316113] [ 4.316114] ? show_regs+0x6d/0x80 [ 4.316117] ? __die+0x24/0x80 [ 4.316119] ? page_fault_oops+0x176/0x4f0 [ 4.316122] ? do_user_addr_fault+0x2ed/0x650 [ 4.316123] ? irq_work_queue+0x2f/0x70 [ 4.316126] ? exc_page_fault+0x83/0x1b0 [ 4.316129] ? asm_exc_page_fault+0x27/0x30 [ 4.316132] ? kernfs_find_and_get_ns+0x16/0x80 [ 4.316134] sysfs_unmerge_group+0x1d/0x70 [ 4.316136] dpm_sysfs_remove+0x2b/0x70 [ 4.316139] device_del+0xa2/0x3e0 [ 4.316141] platform_device_del.part.0+0x18/0x80 [ 4.316143] platform_device_unregister+0x20/0x40 [ 4.316145] sysfb_disable+0x2f/0x90 [ 4.316148] aperture_remove_conflicting_pci_devices+0x9c/0xb0 [ 4.316150] drm_aperture_remove_conflicting_pci_framebuffers+0x15/0x20 [ 4.316154] i915_driver_probe+0x808/0xbe0 [i915] [ 4.316220] ? drm_privacy_screen_get+0x16d/0x190 [ 4.316223] ? acpi_dev_found+0x64/0x80 [ 4.316226] i915_pci_probe+0xc1/0x150 [i915] [ 4.316290] local_pci_probe+0x44/0xb0 [ 4.316293] pci_device_probe+0xc5/0x250 [ 4.316296] really_probe+0x1b7/0x420 [ 4.316298] __driver_probe_device+0x7d/0x180 [ 4.316300] driver_probe_device+0x24/0xa0 [ 4.316301] __driver_attach+0xf4/0x1f0 [ 4.316303] ? __pfx___driver_attach+0x10/0x10 [ 4.316305] bus_for_each_dev+0x8a/0xf0 [ 4.316307] driver_attach+0x1e/0x30 [ 4.316308] bus_add_driver+0x14e/0x280 [ 4.316310] driver_register+0x5e/0x130 [ 4.316312] __pci_register_driver+0x5e/0x70 [ 4.316314] i915_pci_register_driver+0x23/0x30 [i915] [ 4.316375] i915_init+0x23/0xc0 [i915] [ 4.316442] ? __pfx_i915_init+0x10/0x10 [i915] [ 4.316504] do_one_initcall+0x5b/0x340 [ 4.316508] do_init_module+0x97/0x280 [ 4.316511] load_module+0x21b0/0x2260 [ 4.316515] init_module_from_file+0x96/0x100 [ 4.316516] ? init_module_from_file+0x96/0x100 [ 4.316518] idempotent_init_module+0x11c/0x2b0 [ 4.316520] __x64_sys_finit_module+0x64/0xd0 [ 4.316522] x64_sys_call+0x169c/0x24b0 [ 4.316523] do_syscall_64+0x81/0x170 [ 4.316526] ? vm_mmap_pgoff+0x128/0x1a0 [ 4.316529] ? __seccomp_filter+0xf1/0x520 [ 4.316532] ? ksys_mmap_pgoff+0x10e/0x210 [ 4.316535] ? syscall_exit_to_user_mode+0x89/0x260 [ 4.316537] ? do_syscall_64+0x8d/0x170 [ 4.316538] ? syscall_exit_to_user_mode+0x89/0x260 [ 4.316540] ? do_syscall_64+0x8d/0x170 [ 4.316541] ? restore_fpregs_from_fpstate+0x47/0xf0 [ 4.316544] ? switch_fpu_return+0x55/0xf0 [ 4.316545] ? syscall_exit_to_user_mode+0x89/0x260 [ 4.316547] ? do_syscall_64+0x8d/0x170 [ 4.316548] ? do_syscall_64+0x8d/0x170 [ 4.316550] ? do_syscall_64+0x8d/0x170 [ 4.316551] ? exc_page_fault+0x94/0x1b0 [ 4.316553] entry_SYSCALL_64_after_hwframe+0x78/0x80 [ 4.316555] RIP: 0033:0x7664d167b719 [ 4.316566] Code: 08 89 e8 5b 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b7 06 0d 00 f7 d8 64 89 01 48 [ 4.316568] RSP: 002b:00007ffdf4db1d88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139 [ 4.316571] RAX: ffffffffffffffda RBX: 00005858dbd5be10 RCX: 00007664d167b719 [ 4.316572] RDX: 0000000000000000 RSI: 00005858dbd257f0 RDI: 0000000000000013 [ 4.316573] RBP: 00005858dbd257f0 R08: 0000000000000000 R09: 00005858dbd1ae70 [ 4.316575] R10: 0000000000000013 R11: 0000000000000246 R12: 0000000000020000 [ 4.316576] R13: 0000000000000000 R14: 00005858dbd25690 R15: 0000000000000017 [ 4.316578] [ 4.316579] Modules linked in: i2c_mux soundwire_bus i915(+) kvm snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine irqbypass crct10dif_pclmul polyval_clmulni polyval_generic snd_hda_intel ghash_clmulni_intel sha256_ssse3 snd_intel_dspcfg sha1_ssse3 snd_intel_sdw_acpi aesni_intel snd_hda_codec crypto_simd drm_buddy snd_hda_core cryptd ttm dvb_usb_rtl28xxu(+) snd_hwdep dvb_usb_v2 snd_pcm drm_display_helper dvb_core mei_hdcp mei_pxp snd_timer rapl cmdlinepart spi_nor eeepc_wmi intel_cstate ipmi_ssif acpi_ipmi mc ast cec snd mei_me wmi_bmof mtd cp210x pl2303 pcspkr soundcore rc_core ipmi_si mei i2c_algo_bit usbserial ipmi_devintf intel_pmc_core ipmi_msghandler parport_pc parport intel_vsec pmt_telemetry pmt_class acpi_pad acpi_tad input_leds joydev mac_hid vhost_net vhost vhost_iotlb tap efi_pstore dmi_sysfs ip_tables x_tables autofs4 usbkbd usbmouse cdc_ether usbnet mii zfs(PO) spl(O) btrfs blake2b_generic xor raid6_pq libcrc32c hid_generic usbhid hid mfd_aaeon asus_wmi ledtrig_audio sparse_keymap platform_profile [ 4.316610] nvme xhci_pci xhci_pci_renesas crc32_pclmul nvme_core spi_intel_pci intel_lpss_pci i2c_i801 ahci xhci_hcd igc spi_intel intel_lpss i2c_smbus nvme_auth libahci vmd idma64 video wmi pinctrl_alderlake [ 4.316628] CR2: 0000000000000008 [ 4.316629] ---[ end trace 0000000000000000 ]--- [ 5.427226] Adding 10502208k swap on /dev/nvme1n1p5. Priority:-2 extents:1 across:10502208k SS [ 5.584007] Adding 10502208k swap on /dev/nvme0n1p5. Priority:-3 extents:1 across:10502208k SS [ 6.874713] RIP: 0010:kernfs_find_and_get_ns+0x16/0x80 [ 6.874724] Code: ac fd ff ff 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 41 56 49 89 d6 41 55 49 89 f5 41 54 53 <48> 8b 47 08 48 89 fb 48 85 c0 48 0f 44 c7 4c 8b 60 50 49 83 c4 60 [ 6.874727] RSP: 0018:ffffb0a00090b488 EFLAGS: 00010246 [ 6.874730] RAX: 0000000000000000 RBX: ffffffff830f1d20 RCX: 0000000000000000 [ 6.874732] RDX: 0000000000000000 RSI: ffffffff830f1e68 RDI: 0000000000000000 [ 6.874733] RBP: ffffb0a00090b4a8 R08: 0000000000000000 R09: 0000000000000000 [ 6.874735] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9d2dc32a2090 [ 6.874736] R13: ffffffff830f1e68 R14: 0000000000000000 R15: ffffffff84062520 [ 6.874738] FS: 00007664d0f6a8c0(0000) GS:ffff9d3cff600000(0000) knlGS:0000000000000000 [ 6.874740] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 6.874741] CR2: 0000000000000008 CR3: 0000000105a84002 CR4: 0000000000f70ef0 [ 6.874743] PKRU: 55555554 ```

DrymarchonShaun commented 2 months ago

For what it's worth, I'm getting the same on 6.6.52 immediately after I run my window manager

kernel: BUG: kernel NULL pointer dereference, address: 000000000000057d
kernel: #PF: supervisor read access in kernel mode
kernel: #PF: error_code(0x0000) - not-present page

edit - tested 6.11.0, same thing.

FWIW, I'm using an i5-1240P, so 12th gen Xe Graphics.

vit0sd commented 1 month ago

This patch worked for me

diff --git a/drivers/gpu/drm/i915/display/intel_atomic_plane.c b/drivers/gpu/drm/i915/display/intel_atomic_plane.c index 230e00c..d36a41b 100644 --- a/drivers/gpu/drm/i915/display/intel_atomic_plane.c +++ b/drivers/gpu/drm/i915/display/intel_atomic_plane.c @@ -1152,7 +1152,7 @@ intel_cleanup_plane_fb(struct drm_plane *plane, if (!obj) return;

ChaimHong commented 2 weeks ago

The same problem occurs, pve kernel 6.5.13-5, i915-sriov-dkms 2024.7.17. i915-sriov-dkms/2024.07.17, 6.5.13-5-pve, x86_64: installed I installed xfce4 and connected it to the monitor.