Jump to content
XPEnology Community

i915 driver for sa6400


MoetaYuko

Recommended Posts

Hello everyone,

 

I've managed to compile the up-to-date out-of-tree i915 kernel module for sa6400, with support for up to 14th gen (Raptor Lake) Intel GPU in theory. I've verified jellyfin HW transcoding on my N100 box (12th gen, Alder Lake), in both PCIe passthrough and SR-IOV VF mode.

 

The source code is available at https://github.com/MoetaYuko/intel-gpu-i915-backports/tree/redhat/main-epyc7002, which can be built on the cloud w/ github actions. You can find the precompiled blobs from github actions artifacts of this repo. The driver is considered alpha quality because I haven't used it long. Feel free to try it and report issues here if any.

 

In case of missing firmware, you'll see error messages w/ the desired FW filename in dmesg. They can be downloaded at https://github.com/intel-gpu/intel-gpu-firmware and put in `/lib/firmware/i915` of your DSM.

 

For SR-IOV with PVE hypervisor, I highly recommend using the dkms driver published at https://github.com/MoetaYuko/intel-gpu-i915-backports/releases (its source code is available at `backport/main` branch of the same repo). It has three major advantages over the popular host driver from https://github.com/strongtz/i915-sriov-dkms:

  1. Its Intel release tag is the same as my sa6400 driver, so the best compatibility is ensured.
  2. It's packaged as .deb so it can be easily installed and upgraded via apt/dpkg.
  3. The .ko binaries reside in `/lib/modules/$(uname -r)/updates/dkms` so they won't override the ones provided by the proxmox-kernel package.
Edited by MoetaYuko
  • Like 6
  • Thanks 4
Link to comment
Share on other sites

On 11/14/2023 at 12:50 PM, MoetaYuko said:

Hello everyone,

 

I've managed to compile the up-to-date out-of-tree i915 kernel module for sa6400, with support for up to 14th gen (Raptor Lake) Intel GPU in theory. I've verified jellyfin HW transcoding on my N100 box (12th gen, Alder Lake), in both PCIe passthrough and SR-IOV VF mode.

 

The source code is available at https://github.com/MoetaYuko/intel-gpu-i915-backports/tree/redhat/main-epyc7002, which can be built on the cloud w/ github actions. You can find the precompiled blobs from github actions artifacts of this repo. The driver is considered alpha quality because I haven't used it long. Feel free to try it and report issues here if any.

 

In case of missing firmware, you'll see error messages w/ the desired FW filename in dmesg. They can be downloaded at https://github.com/intel-gpu/intel-gpu-firmware and put in `/lib/firmware/i915` of your DSM.

 

For SR-IOV with PVE hypervisor, I highly recommend using the dkms driver published at https://github.com/MoetaYuko/intel-gpu-i915-backports/releases (its source code is available at `backport/main` branch of the same repo). It has three major advantages over the popular host driver from https://github.com/strongtz/i915-sriov-dkms:

  1. Its Intel release tag is the same as my sa6400 driver, so the best compatibility is ensured.
  2. It's packaged as .deb so it can be easily installed and upgraded via apt/dpkg.
  3. The .ko binaries reside in `/lib/modules/$(uname -r)/updates/dkms` so they won't override the ones provided by the proxmox-kernel package.

 

Unraid 6.12.4 [i5 13500] VM and SR-IOV [https://github.com/wjz304/rr of version 23.11.6]

 

<?xml version='1.0' encoding='UTF-8'?>
<domain type='kvm' id='1'>
  <name>xpen</name>
  <uuid>cc913322-e007-fc57-1d3c-ed9a016a48b4</uuid>
  <metadata>
    <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/>
  </metadata>
  <memory unit='KiB'>4194304</memory>
  <currentMemory unit='KiB'>4194304</currentMemory>
  <memoryBacking>
    <nosharepages/>
  </memoryBacking>
  <vcpu placement='static'>4</vcpu>
  <cputune>
    <vcpupin vcpu='0' cpuset='6'/>
    <vcpupin vcpu='1' cpuset='7'/>
    <vcpupin vcpu='2' cpuset='10'/>
    <vcpupin vcpu='3' cpuset='11'/>
  </cputune>
  <resource>
    <partition>/machine</partition>
  </resource>
  <os>
    <type arch='x86_64' machine='pc-q35-7.1'>hvm</type>
    <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
    <nvram>/etc/libvirt/qemu/nvram/cc913322-e007-fc57-1d3c-ed9a016a48b4_VARS-pure-efi.fd</nvram>
  </os>
  <features>
    <acpi/>
    <apic/>
  </features>
  <cpu mode='host-passthrough' check='none' migratable='on'>
    <topology sockets='1' dies='1' cores='2' threads='2'/>
    <cache mode='passthrough'/>
  </cpu>
  <clock offset='utc'>
    <timer name='rtc' tickpolicy='catchup'/>
    <timer name='pit' tickpolicy='delay'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/local/sbin/qemu</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source file='/mnt/apollo/isos/rr.img' index='2'/>
      <backingStore/>
      <target dev='hdc' bus='usb'/>
      <serial>vdisk1</serial>
      <boot order='1'/>
      <alias name='usb-disk2'/>
      <address type='usb' bus='0' port='1'/>
    </disk>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source file='/mnt/apollo/domains/xpen/vdisk2.img' index='1'/>
      <backingStore/>
      <target dev='hdd' bus='sata'/>
      <serial>vdisk2</serial>
      <alias name='sata0-0-3'/>
      <address type='drive' controller='0' bus='0' target='0' unit='3'/>
    </disk>
    <controller type='usb' index='0' model='ich9-ehci1'>
      <alias name='usb'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci1'>
      <alias name='usb'/>
      <master startport='0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci2'>
      <alias name='usb'/>
      <master startport='2'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci3'>
      <alias name='usb'/>
      <master startport='4'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
    </controller>
    <controller type='sata' index='0'>
      <alias name='ide'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
    </controller>
    <controller type='pci' index='0' model='pcie-root'>
      <alias name='pcie.0'/>
    </controller>
    <controller type='pci' index='1' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='1' port='0x18'/>
      <alias name='pci.1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='2' model='pcie-to-pci-bridge'>
      <model name='pcie-pci-bridge'/>
      <alias name='pci.2'/>
      <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
    </controller>
    <controller type='pci' index='3' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='3' port='0x19'/>
      <alias name='pci.3'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/>
    </controller>
    <controller type='pci' index='4' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='4' port='0x1a'/>
      <alias name='pci.4'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/>
    </controller>
    <controller type='virtio-serial' index='0'>
      <alias name='virtio-serial0'/>
      <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
    </controller>
    <interface type='direct' trustGuestRxFilters='yes'>
      <mac address='52:54:00:a8:81:bd'/>
      <source dev='vhost0' mode='bridge'/>
      <target dev='macvtap0'/>
      <model type='e1000'/>
      <alias name='net0'/>
      <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/>
    </interface>
    <serial type='pty'>
      <source path='/dev/pts/1'/>
      <target type='isa-serial' port='0'>
        <model name='isa-serial'/>
      </target>
      <alias name='serial0'/>
    </serial>
    <console type='pty' tty='/dev/pts/1'>
      <source path='/dev/pts/1'/>
      <target type='serial' port='0'/>
      <alias name='serial0'/>
    </console>
    <channel type='unix'>
      <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-1-xpen/org.qemu.guest_agent.0'/>
      <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
      <alias name='channel0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
    <input type='tablet' bus='usb'>
      <alias name='input0'/>
      <address type='usb' bus='0' port='2'/>
    </input>
    <input type='mouse' bus='ps2'>
      <alias name='input1'/>
    </input>
    <input type='keyboard' bus='ps2'>
      <alias name='input2'/>
    </input>
    <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='en-us'>
      <listen type='address' address='0.0.0.0'/>
    </graphics>
    <audio id='1' type='none'/>
    <video>
      <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
      <alias name='video0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
    </video>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
      </source>
      <alias name='hostdev0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
    </hostdev>
    <memballoon model='none'/>
  </devices>
  <seclabel type='dynamic' model='dac' relabel='yes'>
    <label>+0:+100</label>
    <imagelabel>+0:+100</imagelabel>
  </seclabel>
</domain>

 

image.thumb.png.bef25744f1251d5a9c8be4e3c5e7f2a1.png

 

How do I fix this problem?

Edited by showkubii
Link to comment
Share on other sites

22 hours ago, showkubii said:

 

Unraid 6.12.4 [i5 13500] VM and SR-IOV [https://github.com/wjz304/rr of version 23.11.6]

 

How do I fix this problem?

SR-IOV requires the driver on your hypervisor (Unraid in you case) to be compatible with the one on the guest. From what I observed, the popular i915 driver for unraid https://github.com/zhtengw/unraid-i915-sriov is outdated, and you need to port https://github.com/intel-gpu/intel-gpu-i915-backports to unraid to ensure compatibility with my DSM port. I don't use unraid so I can't offer any helps.

Link to comment
Share on other sites

@MoetaYuko

 

 

SA6400-69057 has been installed.
Haswell i5-4690 was used.
The /dev/dri folder is not resolved.
The error log appears as shown below. Is this a kernel panic situation?

 

There was no problem installing DSM, and creating an admin account and logging in proceeded without any problems.

 

 

[   37.164106] i915 0000:00:02.0: [drm] GT count: 1, enabled: 1
[   37.170041] i915 0000:00:02.0: [drm] VT-d active for gfx access
[   37.176488] type mismatch for e0000000,10000000 old: write-back new: write-combining
[   37.184340] Failed to add WC MTRR for [000000003f85544c-00000000764702e4]; performance may suffer.
[   37.184387] i915 0000:00:02.0: [drm] Transparent Hugepage support is recommended for optimal performance when IOMMU is enabled!
[   37.205083] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory
[   37.213924] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   37.234585] BUG: kernel NULL pointer dereference, address: 00000000000000f8
[   37.241646] #PF: supervisor read access in kernel mode
[   37.246845] #PF: error_code(0x0000) - not-present page
[   37.252036] PGD 0 P4D 0 
[   37.254618] Oops: 0000 [#1] SMP NOPTI
[   37.258311] CPU: 1 PID: 4404 Comm: modprobe Tainted: G           OE     5.10.55+ #69057
[   37.266419] Hardware name: Gigabyte Technology Co., Ltd. Z87N-WIFI/Z87N-WIFI, BIOS F6 08/12/2014
[   37.275514] RIP: 0010:i915_init_ggtt+0x42b/0x640 [i915]
[   37.280811] Code: 00 0f 82 df 00 00 00 48 8d 75 b0 48 89 c7 e8 8c 5b 01 00 41 89 c4 85 c0 0f 85 ce 00 00 00 48 8b 83 38 04 00 00 31 f6 4c 8b 20 <49> 8b bc 24 f8 00 00 00 e8 38 26 57 e1 83 f8 8e 0f 84 01 01 00 00
[   37.299727] RSP: 0018:ffffc900005c7b10 EFLAGS: 00010246
[   37.305021] RAX: ffff888108b5e340 RBX: ffff88810f2a2000 RCX: ffff88810f008000
[   37.312234] RDX: ffff88810ebe1360 RSI: 0000000000000000 RDI: ffff88810e971160
[   37.319479] RBP: ffffc900005c7b70 R08: 0000000000000060 R09: ffff88810f214b00
[   37.326680] R10: 000000000002e580 R11: ffff88841d5f7000 R12: 0000000000000000
[   37.333925] R13: ffff88810f008000 R14: ffff888108936000 R15: 0000000000000001
[   37.341147] FS:  00007f0c9efb2740(0000) GS:ffff888402080000(0000) knlGS:0000000000000000
[   37.349308] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   37.355115] CR2: 00000000000000f8 CR3: 000000010e8ae002 CR4: 00000000001706e0
[   37.362334] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   37.369527] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[   37.376738] Call Trace:
[   37.379432]  [<ffffffffa027e16f>] i915_gem_init+0x7f/0x280 [i915]
[   37.385785]  [<ffffffffa027e16f>] ? i915_gem_init+0x7f/0x280 [i915]
[   37.392312]  [<ffffffffa01baa24>] ? i915_driver_probe+0x14f4/0x1d70 [i915]
[   37.399268]  [<ffffffff8145360f>] ? create_pinctrl+0x2f/0x430
[   37.405219]  [<ffffffffa01c879b>] ? i915_pci_probe+0x9b/0x3d0 [i915]
[   37.411681]  [<ffffffff8147062e>] ? local_pci_probe+0x3e/0x70
[   37.417493]  [<ffffffff814716f1>] ? pci_device_probe+0xd1/0x180
[   37.423485]  [<ffffffff81533c4d>] ? really_probe+0xed/0x420
[   37.429115]  [<ffffffff8153424e>] ? driver_probe_device+0x4e/0xa0
[   37.435277]  [<ffffffff81534521>] ? device_driver_attach+0xa1/0xb0
[   37.441524]  [<ffffffff81534530>] ? device_driver_attach+0xb0/0xb0
[   37.447764]  [<ffffffff815345a2>] ? __driver_attach+0x72/0x100
[   37.453650]  [<ffffffff81534530>] ? device_driver_attach+0xb0/0xb0
[   37.459871]  [<ffffffff81531aa1>] ? bus_for_each_dev+0x61/0x90
[   37.465776]  [<ffffffff81532faf>] ? bus_add_driver+0x10f/0x1c0
[   37.471659]  [<ffffffff81534e59>] ? driver_register+0x89/0xd0
[   37.477610]  [<ffffffffa0483033>] ? __init_backport+0x33/0x8c [i915]
[   37.484012]  [<ffffffffa0483000>] ? 0xffffffffa0483000
[   37.489228]  [<ffffffff81000bfd>] ? do_one_initcall+0x3d/0x1c0
[   37.495129]  [<ffffffff810ff5d2>] ? do_init_module+0x22/0x250
[   37.500929]  [<ffffffff81227b5e>] ? kmem_cache_alloc_trace+0x12e/0x2a0
[   37.507539]  [<ffffffff810ff60a>] ? do_init_module+0x5a/0x250
[   37.513346]  [<ffffffff811023f8>] ? __do_sys_finit_module+0x88/0xb0
[   37.519662]  [<ffffffff81787853>] ? do_syscall_64+0x33/0x40
[   37.525289]  [<ffffffff8180007c>] ? entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   37.532403] Modules linked in: i915(OE+) i2c_algo_bit i915_compat(OE) drm_mipi_dsi(OE) intel_gtt(OE) drm_kms_helper(OE) drm(OE) drm_panel_orientation_quirks(OE) hdmi(OE) dmabuf(OE) xhci_pci xhci_hcd usbcore usb_common
[   37.551902] CR2: 00000000000000f8
[   37.555276] ---[ end trace dde405ab6cb8c76f ]---
[   37.560098] RIP: 0010:i915_init_ggtt+0x42b/0x640 [i915]
[   37.565357] Code: 00 0f 82 df 00 00 00 48 8d 75 b0 48 89 c7 e8 8c 5b 01 00 41 89 c4 85 c0 0f 85 ce 00 00 00 48 8b 83 38 04 00 00 31 f6 4c 8b 20 <49> 8b bc 24 f8 00 00 00 e8 38 26 57 e1 83 f8 8e 0f 84 01 01 00 00
[   37.584353] RSP: 0018:ffffc900005c7b10 EFLAGS: 00010246
[   37.589615] RAX: ffff888108b5e340 RBX: ffff88810f2a2000 RCX: ffff88810f008000
[   37.596799] RDX: ffff88810ebe1360 RSI: 0000000000000000 RDI: ffff88810e971160
[   37.603999] RBP: ffffc900005c7b70 R08: 0000000000000060 R09: ffff88810f214b00
[   37.611203] R10: 000000000002e580 R11: ffff88841d5f7000 R12: 0000000000000000
[   37.618439] R13: ffff88810f008000 R14: ffff888108936000 R15: 0000000000000001
[   37.625625] FS:  00007f0c9efb2740(0000) GS:ffff888402080000(0000) knlGS:0000000000000000
[   37.633770] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   37.639569] CR2: 00000000000000f8 CR3: 000000010e8ae002 CR4: 00000000001706e0
[   37.646779] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   37.653989] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400

 

Edited by Peter Suh
Link to comment
Share on other sites

19 hours ago, MoetaYuko said:

SR-IOV requires the driver on your hypervisor (Unraid in you case) to be compatible with the one on the guest. From what I observed, the popular i915 driver for unraid https://github.com/zhtengw/unraid-i915-sriov is outdated, and you need to port https://github.com/intel-gpu/intel-gpu-i915-backports to unraid to ensure compatibility with my DSM port. I don't use unraid so I can't offer any helps.

 

It's a shame because unraid uses https://github.com/strongtz/i915-sriov-dkms

 

It would be nice if that was supported as well.

Edited by showkubii
Link to comment
Share on other sites

23 hours ago, Peter Suh said:

@MoetaYuko

 

 

SA6400-69057 has been installed.
Haswell i5-4690 was used.
The /dev/dri folder is not resolved.
The error log appears as shown below. Is this a kernel panic situation?

 

There was no problem installing DSM, and creating an admin account and logging in proceeded without any problems.

 

 

[   37.164106] i915 0000:00:02.0: [drm] GT count: 1, enabled: 1
[   37.170041] i915 0000:00:02.0: [drm] VT-d active for gfx access
[   37.176488] type mismatch for e0000000,10000000 old: write-back new: write-combining
[   37.184340] Failed to add WC MTRR for [000000003f85544c-00000000764702e4]; performance may suffer.
[   37.184387] i915 0000:00:02.0: [drm] Transparent Hugepage support is recommended for optimal performance when IOMMU is enabled!
[   37.205083] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory
[   37.213924] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   37.234585] BUG: kernel NULL pointer dereference, address: 00000000000000f8
[   37.241646] #PF: supervisor read access in kernel mode
[   37.246845] #PF: error_code(0x0000) - not-present page
[   37.252036] PGD 0 P4D 0 
[   37.254618] Oops: 0000 [#1] SMP NOPTI
[   37.258311] CPU: 1 PID: 4404 Comm: modprobe Tainted: G           OE     5.10.55+ #69057
[   37.266419] Hardware name: Gigabyte Technology Co., Ltd. Z87N-WIFI/Z87N-WIFI, BIOS F6 08/12/2014
[   37.275514] RIP: 0010:i915_init_ggtt+0x42b/0x640 [i915]
[   37.280811] Code: 00 0f 82 df 00 00 00 48 8d 75 b0 48 89 c7 e8 8c 5b 01 00 41 89 c4 85 c0 0f 85 ce 00 00 00 48 8b 83 38 04 00 00 31 f6 4c 8b 20 <49> 8b bc 24 f8 00 00 00 e8 38 26 57 e1 83 f8 8e 0f 84 01 01 00 00
[   37.299727] RSP: 0018:ffffc900005c7b10 EFLAGS: 00010246
[   37.305021] RAX: ffff888108b5e340 RBX: ffff88810f2a2000 RCX: ffff88810f008000
[   37.312234] RDX: ffff88810ebe1360 RSI: 0000000000000000 RDI: ffff88810e971160
[   37.319479] RBP: ffffc900005c7b70 R08: 0000000000000060 R09: ffff88810f214b00
[   37.326680] R10: 000000000002e580 R11: ffff88841d5f7000 R12: 0000000000000000
[   37.333925] R13: ffff88810f008000 R14: ffff888108936000 R15: 0000000000000001
[   37.341147] FS:  00007f0c9efb2740(0000) GS:ffff888402080000(0000) knlGS:0000000000000000
[   37.349308] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   37.355115] CR2: 00000000000000f8 CR3: 000000010e8ae002 CR4: 00000000001706e0
[   37.362334] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   37.369527] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[   37.376738] Call Trace:
[   37.379432]  [<ffffffffa027e16f>] i915_gem_init+0x7f/0x280 [i915]
[   37.385785]  [<ffffffffa027e16f>] ? i915_gem_init+0x7f/0x280 [i915]
[   37.392312]  [<ffffffffa01baa24>] ? i915_driver_probe+0x14f4/0x1d70 [i915]
[   37.399268]  [<ffffffff8145360f>] ? create_pinctrl+0x2f/0x430
[   37.405219]  [<ffffffffa01c879b>] ? i915_pci_probe+0x9b/0x3d0 [i915]
[   37.411681]  [<ffffffff8147062e>] ? local_pci_probe+0x3e/0x70
[   37.417493]  [<ffffffff814716f1>] ? pci_device_probe+0xd1/0x180
[   37.423485]  [<ffffffff81533c4d>] ? really_probe+0xed/0x420
[   37.429115]  [<ffffffff8153424e>] ? driver_probe_device+0x4e/0xa0
[   37.435277]  [<ffffffff81534521>] ? device_driver_attach+0xa1/0xb0
[   37.441524]  [<ffffffff81534530>] ? device_driver_attach+0xb0/0xb0
[   37.447764]  [<ffffffff815345a2>] ? __driver_attach+0x72/0x100
[   37.453650]  [<ffffffff81534530>] ? device_driver_attach+0xb0/0xb0
[   37.459871]  [<ffffffff81531aa1>] ? bus_for_each_dev+0x61/0x90
[   37.465776]  [<ffffffff81532faf>] ? bus_add_driver+0x10f/0x1c0
[   37.471659]  [<ffffffff81534e59>] ? driver_register+0x89/0xd0
[   37.477610]  [<ffffffffa0483033>] ? __init_backport+0x33/0x8c [i915]
[   37.484012]  [<ffffffffa0483000>] ? 0xffffffffa0483000
[   37.489228]  [<ffffffff81000bfd>] ? do_one_initcall+0x3d/0x1c0
[   37.495129]  [<ffffffff810ff5d2>] ? do_init_module+0x22/0x250
[   37.500929]  [<ffffffff81227b5e>] ? kmem_cache_alloc_trace+0x12e/0x2a0
[   37.507539]  [<ffffffff810ff60a>] ? do_init_module+0x5a/0x250
[   37.513346]  [<ffffffff811023f8>] ? __do_sys_finit_module+0x88/0xb0
[   37.519662]  [<ffffffff81787853>] ? do_syscall_64+0x33/0x40
[   37.525289]  [<ffffffff8180007c>] ? entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   37.532403] Modules linked in: i915(OE+) i2c_algo_bit i915_compat(OE) drm_mipi_dsi(OE) intel_gtt(OE) drm_kms_helper(OE) drm(OE) drm_panel_orientation_quirks(OE) hdmi(OE) dmabuf(OE) xhci_pci xhci_hcd usbcore usb_common
[   37.551902] CR2: 00000000000000f8
[   37.555276] ---[ end trace dde405ab6cb8c76f ]---
[   37.560098] RIP: 0010:i915_init_ggtt+0x42b/0x640 [i915]
[   37.565357] Code: 00 0f 82 df 00 00 00 48 8d 75 b0 48 89 c7 e8 8c 5b 01 00 41 89 c4 85 c0 0f 85 ce 00 00 00 48 8b 83 38 04 00 00 31 f6 4c 8b 20 <49> 8b bc 24 f8 00 00 00 e8 38 26 57 e1 83 f8 8e 0f 84 01 01 00 00
[   37.584353] RSP: 0018:ffffc900005c7b10 EFLAGS: 00010246
[   37.589615] RAX: ffff888108b5e340 RBX: ffff88810f2a2000 RCX: ffff88810f008000
[   37.596799] RDX: ffff88810ebe1360 RSI: 0000000000000000 RDI: ffff88810e971160
[   37.603999] RBP: ffffc900005c7b70 R08: 0000000000000060 R09: ffff88810f214b00
[   37.611203] R10: 000000000002e580 R11: ffff88841d5f7000 R12: 0000000000000000
[   37.618439] R13: ffff88810f008000 R14: ffff888108936000 R15: 0000000000000001
[   37.625625] FS:  00007f0c9efb2740(0000) GS:ffff888402080000(0000) knlGS:0000000000000000
[   37.633770] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   37.639569] CR2: 00000000000000f8 CR3: 000000010e8ae002 CR4: 00000000001706e0
[   37.646779] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   37.653989] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400

 

I don't have that old device to debug the actual issue, plz try if this test build https://github.com/MoetaYuko/intel-gpu-i915-backports/actions/runs/6957687708 works.

Link to comment
Share on other sites

1 hour ago, MoetaYuko said:

I don't have that old device to debug the actual issue, plz try if this test build https://github.com/MoetaYuko/intel-gpu-i915-backports/actions/runs/6957687708 works.

 

Like rr, I also deployed the same version of i915.ko to TCRP-mshell.
In Haswell, the same kernel panic still repeats.
I'll throw away the oldest version that can transcode and test again with newer equipment like you.
Tried with Intel 11th generation iGPU.

Link to comment
Share on other sites

6 minutes ago, Peter Suh said:

 

Like rr, I also deployed the same version of i915.ko to TCRP-mshell.
In Haswell, the same kernel panic still repeats.
I'll throw away the oldest version that can transcode and test again with newer equipment like you.
Tried with Intel 11th generation iGPU.

You should try my test build rather than the one from rr.

Link to comment
Share on other sites

[    0.000000] Linux version 5.10.55+ (root@build7) (x86_64-pc-linux-gnu-gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.38) #69057 SMP Sat Sep 23 21:43:07 CST 2023
[    0.000000] Command line: withefi earlyprintk syno_hw_version=SA6400 console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 SasIdxMap=0 mac2=94DE806D73B4 mac1=001132C7F4BE sn=1980PDN028952 SMBusHddDynamicPower=0 vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap syno_hdd_detect=0 vender_format_version=2 sataboot2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000400-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb8f9fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb8fa000-0x00000000bb900fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb901000-0x00000000bc41efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc41f000-0x00000000bc98ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc990000-0x00000000d685ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d6860000-0x00000000d68f7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d68f8000-0x00000000d6937fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d6938000-0x00000000d69f7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d69f8000-0x00000000daffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db800000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f5fffff] usable
[    0.000000] earlycon: uart8250 at I/O port 0x3f8 (options '115200n8')
[    0.000000] printk: bootconsole [uart8250] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. Z87N-WIFI/Z87N-WIFI, BIOS F6 08/12/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3491.837 MHz processor
[    0.002198] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.009672] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.015894] last_pfn = 0x41f600 max_arch_pfn = 0x400000000
[    0.022011] MTRR default type: uncachable
[    0.026443] MTRR fixed ranges enabled:
[    0.030613]   00000-9FFFF write-back
[    0.034625]   A0000-BFFFF uncachable
[    0.038611]   C0000-CFFFF write-protect
[    0.042866]   D0000-DFFFF uncachable
[    0.046836]   E0000-FFFFF write-protect
[    0.051065] MTRR variable ranges enabled:
[    0.055514]   0 base 0000000000 mask 7C00000000 write-back
[    0.061605]   1 base 0400000000 mask 7FE0000000 write-back
[    0.067680]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.073808]   3 base 00DC000000 mask 7FFC000000 uncachable
[    0.079866]   4 base 00DB800000 mask 7FFF800000 uncachable
[    0.085984]   5 base 041F800000 mask 7FFF800000 uncachable
[    0.092034]   6 base 041F600000 mask 7FFFE00000 uncachable
[    0.098143]   7 disabled
[    0.100950]   8 disabled
[    0.103776]   9 disabled
[    0.107149] x86/PAT: PAT support disabled because CONFIG_X86_PAT is disabled in the kernel.
[    0.119751] e820: update [mem 0xdb800000-0xffffffff] usable ==> reserved
[    0.127240] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.134902] last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.163474] found SMP MP-table at [mem 0x000fd710-0x000fd71f]
[    0.169898] Using GB pages for direct mapping
[    0.228893] printk: log_buf_len: 33554432 bytes
[    0.233946] printk: early log buf free: 1044080(99%)
[    0.239423] RAMDISK: [mem 0x418c75000-0x41d3fffff]
[    0.245507] ACPI: Early table checksum verification disabled
[    0.251795] ACPI: RSDP 0x00000000D69C8000 000024 (v02 ALASKA)
[    0.258214] ACPI: XSDT 0x00000000D69C8078 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.267700] ACPI: FACP 0x00000000D69D4B98 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.277173] ACPI: DSDT 0x00000000D69C8188 00CA0E (v02 ALASKA A M I    00000088 INTL 20091112)
[    0.286694] ACPI: FACS 0x00000000D69F6080 000040
[    0.291842] ACPI: APIC 0x00000000D69D4CA8 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.301401] ACPI: FPDT 0x00000000D69D4D20 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.310874] ACPI: SSDT 0x00000000D69D4D68 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.320355] ACPI: SSDT 0x00000000D69D52A8 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.329846] ACPI: MCFG 0x00000000D69D5D80 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.339405] ACPI: HPET 0x00000000D69D5DC0 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.348930] ACPI: SSDT 0x00000000D69D5DF8 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.358429] ACPI: SSDT 0x00000000D69D6168 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.367910] ACPI: DMAR 0x00000000D69D9650 0000B8 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.377418] ACPI: Reserving FACP table memory at [mem 0xd69d4b98-0xd69d4ca3]
[    0.385243] ACPI: Reserving DSDT table memory at [mem 0xd69c8188-0xd69d4b95]
[    0.393103] ACPI: Reserving FACS table memory at [mem 0xd69f6080-0xd69f60bf]
[    0.400938] ACPI: Reserving APIC table memory at [mem 0xd69d4ca8-0xd69d4d19]
[    0.408729] ACPI: Reserving FPDT table memory at [mem 0xd69d4d20-0xd69d4d63]
[    0.416539] ACPI: Reserving SSDT table memory at [mem 0xd69d4d68-0xd69d52a0]
[    0.424399] ACPI: Reserving SSDT table memory at [mem 0xd69d52a8-0xd69d5d7f]
[    0.432217] ACPI: Reserving MCFG table memory at [mem 0xd69d5d80-0xd69d5dbb]
[    0.440087] ACPI: Reserving HPET table memory at [mem 0xd69d5dc0-0xd69d5df7]
[    0.447982] ACPI: Reserving SSDT table memory at [mem 0xd69d5df8-0xd69d6164]
[    0.455799] ACPI: Reserving SSDT table memory at [mem 0xd69d6168-0xd69d9648]
[    0.463626] ACPI: Reserving DMAR table memory at [mem 0xd69d9650-0xd69d9707]
[    0.471460] ACPI: Local APIC address 0xfee00000
[    0.476519] No NUMA configuration found
[    0.480804] Faking a node at [mem 0x0000000000000000-0x000000041f5fffff]
[    0.488266] NODE_DATA(0) allocated [mem 0x41d5f7000-0x41d5fafff]
[    0.495046] Zone ranges:
[    0.497850]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.504716]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.511622]   Normal   [mem 0x0000000100000000-0x000000041f5fffff]
[    0.518496] Movable zone start for each node
[    0.523244] Early memory node ranges
[    0.527267]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.534243]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.541211]   node   0: [mem 0x0000000000100000-0x00000000bb8f9fff]
[    0.548137]   node   0: [mem 0x00000000bb901000-0x00000000bc41efff]
[    0.555121]   node   0: [mem 0x00000000bc990000-0x00000000d685ffff]
[    0.562073]   node   0: [mem 0x00000000d68f8000-0x00000000d6937fff]
[    0.569058]   node   0: [mem 0x00000000dafff000-0x00000000daffffff]
[    0.576051]   node   0: [mem 0x0000000100000000-0x000000041f5fffff]
[    0.583059] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f5fffff]
[    0.590900] On node 0 totalpages: 4151494
[    0.595345]   DMA zone: 64 pages used for memmap
[    0.600441]   DMA zone: 23 pages reserved
[    0.604896]   DMA zone: 3997 pages, LIFO batch:0
[    0.610044]   DMA32 zone: 13645 pages used for memmap
[    0.615676]   DMA32 zone: 873257 pages, LIFO batch:63
[    0.621302]   Normal zone: 51160 pages used for memmap
[    0.627022]   Normal zone: 3274240 pages, LIFO batch:63
[    0.632858] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.632861] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.639430] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.657610] On node 0, zone DMA32: 7 pages in unavailable ranges
[    0.665890] On node 0, zone DMA32: 1393 pages in unavailable ranges
[    0.672596] On node 0, zone DMA32: 152 pages in unavailable ranges
[    0.679970] On node 0, zone DMA32: 18119 pages in unavailable ranges
[    0.737050] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.744155] On node 0, zone Normal: 2560 pages in unavailable ranges
[    0.751339] Reserving Intel graphics memory at [mem 0xdba00000-0xdf9fffff]
[    0.766214] ACPI: PM-Timer IO Port: 0x1808
[    0.770764] ACPI: Local APIC address 0xfee00000
[    0.775827] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.782423] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.790057] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.797119] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.804512] ACPI: IRQ0 used by override.
[    0.808896] ACPI: IRQ9 used by override.
[    0.813275] Using ACPI (MADT) for SMP configuration information
[    0.819835] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.825561] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
[    0.837315] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.842916] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.851374] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.859790] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.868194] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.876603] PM: hibernation: Registered nosave memory: [mem 0xbb8fa000-0xbb900fff]
[    0.885010] PM: hibernation: Registered nosave memory: [mem 0xbc41f000-0xbc98ffff]
[    0.893426] PM: hibernation: Registered nosave memory: [mem 0xd6860000-0xd68f7fff]
[    0.901859] PM: hibernation: Registered nosave memory: [mem 0xd6938000-0xd69f7fff]
[    0.910273] PM: hibernation: Registered nosave memory: [mem 0xd69f8000-0xdaffefff]
[    0.918682] PM: hibernation: Registered nosave memory: [mem 0xdb000000-0xdb7fffff]
[    0.927104] PM: hibernation: Registered nosave memory: [mem 0xdb800000-0xdf9fffff]
[    0.935562] PM: hibernation: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[    0.943969] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.952376] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.960800] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.969215] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.977588] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.986029] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.994470] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    1.002886] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    1.011294] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    1.019701] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    1.028134] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    1.036568] [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[    1.043391] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    1.065763] setup_percpu: NR_CPUS:24 nr_cpumask_bits:24 nr_cpu_ids:4 nr_node_ids:1
[    1.074641] percpu: Embedded 53 pages/cpu s176664 r8192 d32232 u524288
[    1.081929] pcpu-alloc: s176664 r8192 d32232 u524288 alloc=1*2097152
[    1.089000] pcpu-alloc: [0] 0 1 2 3 
[    1.093030] Built 1 zonelists, mobility grouping on.  Total pages: 4086602
[    1.100665] Policy zone: Normal
[    1.104135] Kernel command line: withefi earlyprintk syno_hw_version=SA6400 console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 SasIdxMap=0 mac2=94DE806D73B4 mac1=001132C7F4BE sn=1980PDN028952 SMBusHddDynamicPower=0 vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap syno_hdd_detect=0 vender_format_version=2 sataboot2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8 
[    1.152307] Synology Hardware Version: SA6400
[    1.157175] Internal netif num: 2
[    1.160984] Mac2: 94DE806D73B4
[    1.164350] Mac1: 001132C7F4BE
[    1.167747] Serial Number: 1980PDN028952
[    1.172135] Kernel parameter elevator= does not have any effect anymore.
               Please use sysfs to set IO scheduler for individual devices.
[    1.187083] Vender format version: 2
[    1.193870] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    1.301563] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    1.405802] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.594263] Memory: 15992372K/16605976K available (10248K kernel code, 4829K rwdata, 5800K rodata, 1344K init, 10984K bss, 613348K reserved, 0K cma-reserved)
[    1.779687] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    1.865498] ftrace: allocating 32589 entries in 128 pages
[    1.970304] ftrace: allocated 128 pages with 1 groups
[    2.036833] rcu: Hierarchical RCU implementation.
[    2.098663] rcu:     RCU restricting CPUs from NR_CPUS=24 to nr_cpu_ids=4.
[    2.185608]  Rude variant of Tasks RCU enabled.
[    2.245096]  Tracing variant of Tasks RCU enabled.
[    2.308019] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    2.408693] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    2.507776] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16
[    2.585255] Console: colour dummy device 80x25
[    2.643660] ACPI: Core revision 20200925
[    2.695361] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    2.815588] APIC: Switch to symmetric I/O mode setup
[    2.880875] DMAR: Host address width 39
[    2.931211] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    3.001005] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    3.105102] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    3.174893] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    3.278994] DMAR: RMRR base: 0x000000dae83000 end: 0x000000dae91fff
[    3.361365] DMAR: RMRR base: 0x000000db800000 end: 0x000000df9fffff
[    3.443736] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed91000 IOMMU 1
[    3.527247] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    3.598177] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    3.712317] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    3.783293] x2apic enabled
[    3.818764] Switched APIC routing to cluster x2apic.
[    3.884855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    3.968584] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x325531ed3c7, max_idle_ns: 440795306136 ns
[    4.107057] Calibrating delay loop (skipped), value calculated using timer frequency.. 6983.67 BogoMIPS (lpj=3491837)
[    4.108059] pid_max: default: 32768 minimum: 301
[    4.109098] LSM: Security Framework initializing
[    4.110098] AppArmor: AppArmor initialized
[    4.111133] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    4.112124] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    4.113636] mce: CPU0: Thermal monitoring enabled (TM1)
[    4.114094] process: using mwait in idle threads
[    4.115063] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    4.116058] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    4.117062] Speculative Store Bypass: Vulnerable
[    4.118059] SRBDS: Vulnerable: No microcode
[    4.120357] Freeing SMP alternatives memory: 32K
[    4.224117] smpboot: CPU0: Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    4.225312] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    4.226060] ... version:                3
[    4.227058] ... bit width:              48
[    4.228058] ... generic registers:      8
[    4.229059] ... value mask:             0000ffffffffffff
[    4.230058] ... max period:             00007fffffffffff
[    4.231057] ... fixed-purpose events:   3
[    4.232058] ... event mask:             00000007000000ff
[    4.233341] rcu: Hierarchical SRCU implementation.
[    4.235692] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    4.236173] smp: Bringing up secondary CPUs ...
[    4.237235] x86: Booting SMP configuration:
[    4.238061] .... node  #0, CPUs:      #1 #2 #3
[    4.242684] smp: Brought up 1 node, 4 CPUs
[    4.244059] smpboot: Max logical packages: 1
[    4.245062] smpboot: Total of 4 processors activated (27934.69 BogoMIPS)
[    4.248271] devtmpfs: initialized
[    4.250246] random: get_random_u32 called from bucket_table_alloc.isra.0+0x6e/0x160 with crng_init=0
[    4.250269] PM: Registering ACPI NVS region [mem 0xbb8fa000-0xbb900fff] (28672 bytes)
[    4.252062] PM: Registering ACPI NVS region [mem 0xd6938000-0xd69f7fff] (786432 bytes)
[    4.253181] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    4.254066] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    4.255161] pinctrl core: initialized pinctrl subsystem
[    4.257296] NET: Registered protocol family 16
[    4.258278] audit: initializing netlink subsys (disabled)
[    4.259077] audit: type=2000 audit(1700666646.171:1): state=initialized audit_enabled=0 res=1
[    4.260146] thermal_sys: Registered thermal governor 'step_wise'
[    4.261124] cpuidle: using governor ladder
[    4.393078] cpuidle: using governor menu
[    4.445164] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    4.544064] ACPI: bus type PCI registered
[    4.597059] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    4.682214] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    4.804063] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    4.894073] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    5.031190] PCI: Using configuration type 1 for base access
[    5.104203] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    5.200826] Kprobes globally optimized
[    5.251114] ACPI: Added _OSI(Module Device)
[    5.306084] ACPI: Added _OSI(Processor Device)
[    5.364059] ACPI: Added _OSI(3.0 _SCP Extensions)
[    5.426062] ACPI: Added _OSI(Processor Aggregator Device)
[    5.497059] ACPI: Added _OSI(Linux-Dell-Video)
[    5.555061] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    5.625059] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    5.715110] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    5.801591] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    5.883058] ACPI: Dynamic OEM Table Load:
[    5.936068] ACPI: SSDT 0xFFFF888100AEF400 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    6.050062] ACPI: Dynamic OEM Table Load:
[    6.102067] ACPI: SSDT 0xFFFF888100AA4000 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    6.216119] ACPI: Dynamic OEM Table Load:
[    6.269064] ACPI: SSDT 0xFFFF88810106A600 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    6.384635] ACPI: Interpreter enabled
[    6.433096] ACPI: (supports S0 S4 S5)
[    6.481059] ACPI: Using IOAPIC for interrupt routing
[    6.547058] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    6.667100] ACPI: Enabled 7 GPEs in block 00 to 3F
[    6.752102] ACPI: Power Resource [FN00] (off)
[    6.810258] ACPI: Power Resource [FN01] (off)
[    6.867257] ACPI: Power Resource [FN02] (off)
[    6.925081] ACPI: Power Resource [FN03] (off)
[    6.982249] ACPI: Power Resource [FN04] (off)
[    7.041060] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    7.122075] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    7.242062] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    7.337395] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    7.429063] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    7.537104] PCI host bridge to bus 0000:00
[    7.591068] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    7.680060] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    7.769062] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    7.868059] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    7.966062] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    8.065059] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    8.163061] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    8.261060] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window]
[    8.360062] pci_bus 0000:00: root bus resource [bus 00-3e]
[    8.432086] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    8.511296] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
[    8.590081] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    8.679076] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    8.774068] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    8.848313] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    8.927076] pci 0000:00:03.0: reg 0x10: [mem 0xf7e34000-0xf7e37fff 64bit]
[    9.016345] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    9.095086] pci 0000:00:14.0: reg 0x10: [mem 0xf7e20000-0xf7e2ffff 64bit]
[    9.185167] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    9.261183] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    9.340089] pci 0000:00:16.0: reg 0x10: [mem 0xf7e3f000-0xf7e3f00f 64bit]
[    9.430161] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    9.510241] pci 0000:00:19.0: [8086:153b] type 00 class 0x020000
[    9.589080] pci 0000:00:19.0: reg 0x10: [mem 0xf7e00000-0xf7e1ffff]
[    9.672058] pci 0000:00:19.0: reg 0x14: [mem 0xf7e3d000-0xf7e3dfff]
[    9.754070] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    9.827155] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    9.907141] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    9.986084] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e3c000-0xf7e3c3ff]
[   10.069186] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[   10.149268] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[   10.228082] pci 0000:00:1b.0: reg 0x10: [mem 0xf7e30000-0xf7e33fff 64bit]
[   10.318062] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[   10.398264] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[   10.477188] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[   10.557098] pci 0000:00:1c.0: Enabling MPC IRBNCE
[   10.619129] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[   10.707469] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[   10.786199] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[   10.867099] pci 0000:00:1c.3: Enabling MPC IRBNCE
[   10.929124] pci 0000:00:1c.3: Intel PCH root port ACS workaround enabled
[   11.017350] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[   11.096189] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[   11.176097] pci 0000:00:1c.4: Enabling MPC IRBNCE
[   11.238071] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[   11.327081] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[   11.406085] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e3b000-0xf7e3b3ff]
[   11.488192] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[   11.569290] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100
[   11.648323] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[   11.727083] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[   11.800073] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[   11.873073] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[   11.947069] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[   12.020071] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[   12.093070] pci 0000:00:1f.2: reg 0x24: [mem 0xf7e3a000-0xf7e3a7ff]
[   12.176124] pci 0000:00:1f.2: PME# supported from D3hot
[   12.244259] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[   12.323089] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e39000-0xf7e390ff 64bit]
[   12.413090] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[   12.486401] acpiphp: Slot [1] registered
[   12.538069] pci 0000:00:1c.0: PCI bridge to [bus 01]
[   12.603202] pci 0000:02:00.0: [1969:1091] type 00 class 0x020000
[   12.682102] pci 0000:02:00.0: reg 0x10: [mem 0xf7d00000-0xf7d3ffff 64bit]
[   12.772075] pci 0000:02:00.0: reg 0x18: [io  0xe000-0xe07f]
[   12.845232] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   12.932280] pci 0000:00:1c.3: PCI bridge to [bus 02]
[   12.998067] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[   13.078063] pci 0000:00:1c.3:   bridge window [mem 0xf7d00000-0xf7dfffff]
[   13.167216] pci 0000:03:00.0: [8086:0887] type 00 class 0x028000
[   13.246103] pci 0000:03:00.0: reg 0x10: [mem 0xf7c00000-0xf7c01fff 64bit]
[   13.336064] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[   13.416177] pci 0000:00:1c.4: PCI bridge to [bus 03]
[   13.481069] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[   13.572479] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[   13.675184] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   13.781102] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15), disabled.
[   13.884162] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15), disabled.
[   13.987158] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15), disabled.
[   14.090161] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   14.195157] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15), disabled.
[   14.298160] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[   14.402772] iommu: Default domain type: Passthrough (set via kernel command line)
[   14.501114] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[   14.502055] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[   14.692071] pci 0000:00:02.0: vgaarb: bridge control possible
[   14.768059] vgaarb: loaded
[   14.803189] SCSI subsystem initialized
[   14.852104] libata version 3.00 loaded.
[   14.903125] pps_core: LinuxPPS API ver. 1 registered
[   14.968058] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   15.088069] PTP clock support registered
[   15.140102] EDAC MC: Ver: 3.0.0
[   15.181459] PCI: Using ACPI for IRQ routing
[   15.239197] PCI: pci_cache_line_size set to 64 bytes
[   15.304135] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[   15.383060] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[   15.462062] e820: reserve RAM buffer [mem 0xbb8fa000-0xbbffffff]
[   15.541062] e820: reserve RAM buffer [mem 0xbc41f000-0xbfffffff]
[   15.620065] e820: reserve RAM buffer [mem 0xd6860000-0xd7ffffff]
[   15.699060] e820: reserve RAM buffer [mem 0xd6938000-0xd7ffffff]
[   15.778062] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[   15.857062] e820: reserve RAM buffer [mem 0x41f600000-0x41fffffff]
[   15.938161] clocksource: Switched to clocksource tsc-early
[   16.042098] VFS: Disk quotas dquot_6.6.0
[   16.093681] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   16.184332] AppArmor: AppArmor Filesystem Enabled
[   16.246207] pnp: PnP ACPI init
[   16.286483] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[   16.373443] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[   16.463086] system 00:01: [io  0x0680-0x069f] has been reserved
[   16.540868] system 00:01: [io  0xffff] has been reserved
[   16.610648] system 00:01: [io  0xffff] has been reserved
[   16.680436] system 00:01: [io  0xffff] has been reserved
[   16.750219] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[   16.828019] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[   16.905807] system 00:01: [io  0x1e00-0x1efe] has been reserved
[   16.983602] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[   17.061394] system 00:01: [io  0x1800-0x18fe] has been reserved
[   17.139189] system 00:01: [io  0x164e-0x164f] has been reserved
[   17.216994] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[   17.306280] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[   17.392243] system 00:03: [io  0x1854-0x1857] has been reserved
[   17.470037] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[   17.568737] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[   17.646519] system 00:04: [io  0x0a30-0x0a3f] has been reserved
[   17.724304] system 00:04: [io  0x0a20-0x0a2f] has been reserved
[   17.802112] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[   17.891871] pnp 00:05: [dma 0 disabled]
[   17.942309] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[   18.028224] system 00:06: [io  0x04d0-0x04d1] has been reserved
[   18.106013] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[   18.196171] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[   18.283116] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[   18.370055] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[   18.457004] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[   18.543947] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[   18.630896] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[   18.717840] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[   18.809365] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[   18.896308] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[   18.983257] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[   19.074777] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[   19.161725] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
[   19.248681] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[   19.338449] pnp: PnP ACPI: found 8 devices
[   19.400792] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[   19.517582] NET: Registered protocol family 2
[   19.575279] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[   19.681700] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[   19.795052] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[   19.901843] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[   19.999415] TCP: Hash tables configured (established 131072 bind 65536)
[   20.086469] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[   20.175826] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[   20.270944] NET: Registered protocol family 1
[   20.328246] pci 0000:00:1c.0: PCI bridge to [bus 01]
[   20.393544] pci 0000:00:1c.3: PCI bridge to [bus 02]
[   20.458743] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[   20.538822] pci 0000:00:1c.3:   bridge window [mem 0xf7d00000-0xf7dfffff]
[   20.628069] pci 0000:00:1c.4: PCI bridge to [bus 03]
[   20.693265] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[   20.782509] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[   20.863721] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[   20.944950] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[   21.035324] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[   21.125710] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[   21.216081] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[   21.306462] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[   21.397980] pci_bus 0000:00: resource 11 [mem 0xdfa00000-0xfeafffff window]
[   21.489506] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[   21.562720] pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff]
[   21.645093] pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff]
[   21.727665] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[   21.837507] pci 0000:00:02.0: pci_fixup_video+0x0/0xb0 took 107262 usecs
[   21.926759] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
[   22.000081] pci 0000:02:00.0: quirk_msi_intx_disable_qca_bug+0x0/0x10 took 71596 usecs
[   22.104272] PCI: CLS 64 bytes, default 64
[   26.858187] Trying to unpack rootfs image as initramfs...
[   27.012029] Freeing initrd memory: 73260K
[   27.064716] DMAR: No ATSR found
[   27.106021] DMAR: dmar0: Using Queued invalidation
[   27.168998] DMAR: dmar1: Using Queued invalidation
[   27.513566] pci 0000:00:00.0: Adding to iommu group 0
[   27.580018] pci 0000:00:02.0: Adding to iommu group 1
[   27.646469] pci 0000:00:03.0: Adding to iommu group 2
[   27.712817] pci 0000:00:14.0: Adding to iommu group 3
[   27.779178] pci 0000:00:16.0: Adding to iommu group 4
[   27.845628] pci 0000:00:19.0: Adding to iommu group 5
[   27.911981] pci 0000:00:1a.0: Adding to iommu group 6
[   27.978335] pci 0000:00:1b.0: Adding to iommu group 7
[   28.044690] pci 0000:00:1c.0: Adding to iommu group 8
[   28.111044] pci 0000:00:1c.3: Adding to iommu group 9
[   28.177397] pci 0000:00:1c.4: Adding to iommu group 10
[   28.244895] pci 0000:00:1d.0: Adding to iommu group 11
[   28.312411] pci 0000:00:1f.0: Adding to iommu group 12
[   28.379994] pci 0000:00:1f.2: Adding to iommu group 12
[   28.447489] pci 0000:00:1f.3: Adding to iommu group 12
[   28.514990] pci 0000:02:00.0: Adding to iommu group 13
[   28.582484] pci 0000:03:00.0: Adding to iommu group 14
[   28.650065] DMAR: Intel(R) Virtualization Technology for Directed I/O
[   28.734724] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[   28.819387] software IO TLB: mapped [mem 0x00000000d2860000-0x00000000d6860000] (64MB)
[   28.923631] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   29.027812] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   29.103308] RAPL PMU: hw unit of domain package 2^-14 Joules
[   29.177671] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   29.248598] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   29.325974] Initialise system trusted keyrings
[   29.415843] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[   29.505227] Key type asymmetric registered
[   29.559047] Asymmetric key parser 'x509' registered
[   29.623135] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[   29.720354] io scheduler mq-deadline registered
[   29.779842] io scheduler kyber registered
[   29.832535] io scheduler bfq registered
[   29.885172] Monitor-Mwait will be used to enter C-1 state
[   29.956282] Monitor-Mwait will be used to enter C-2 state
[   30.027307] ACPI: \_PR_.CPU0: Found 2 idle states
[   30.089768] ACPI: \_PR_.CPU1: Found 2 idle states
[   30.152042] ACPI: \_PR_.CPU2: Found 2 idle states
[   30.214337] ACPI: \_PR_.CPU3: Found 2 idle states
[   30.359094] tsc: Refined TSC clocksource calibration: 3491.912 MHz
[   30.440381] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns
[   31.041789] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[   31.125433] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   31.227277] printk: console [ttyS0] enabled
[   31.236245] printk: bootconsole [uart8250] disabled
[   31.423005] clocksource: Switched to clocksource tsc
[   31.430954] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[   31.437773] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[   31.462712] brd: module loaded
[   31.465961] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200925/utaddress-204)
[   31.481682] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   31.491960] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[   31.507546] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   31.517828] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-204)
[   31.533445] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[   31.548998] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   31.559349] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-204)
[   31.574954] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[   31.590477] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   31.600765] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   31.607168] Loading iSCSI transport class v2.0-870.
[   31.627149] rdac: device handler registered
[   31.646050] i2c /dev entries driver
[   31.649684] ahci 0000:00:1f.2: version 3.0
[   31.654283] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
[   31.662486] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[   31.669875] Cannot find slot node of this ata_port.
[   31.674838] Cannot find slot node of this ata_port.
[   31.694511] scsi host0: ahci
[   31.717114] scsi host1: ahci
[   31.726863] scsi host2: ahci
[   31.730660] scsi host3: ahci
[   31.734317] scsi host4: ahci
[   31.741653] scsi host5: ahci
[   31.744779] ata1 : SATA max UDMA/133 abar m2048@0xf7e3a000 port 0xf7e3a100 irq 29
[   31.752375] ata2 : SATA max UDMA/133 abar m2048@0xf7e3a000 port 0xf7e3a180 irq 29
[   31.759910] ata3 : DUMMY
[   31.762480] ata4 : DUMMY
[   31.765038] ata5 : DUMMY
[   31.767604] ata6 : DUMMY
[   31.770268] ata3 : port disabled
[   31.770376] ata4 : port disabled
[   31.771803] NET: Registered protocol family 17
[   31.771823] Key type dns_resolver registered
[   31.772068] ata5 : port disabled
[   31.772073] Invalid parameter
[   31.772159] ata6 : port disabled
[   31.772164] Invalid parameter
[   31.773571] Invalid parameter
[   31.801193] Invalid parameter
[   31.804824] IPI shorthand broadcast: enabled
[   31.809183] sched_clock: Marking stable (30306208278, 1502954689)->(34868485575, -3059322608)
[   31.817937] registered taskstats version 1
[   31.822111] Loading compiled-in X.509 certificates
[   31.827038] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[   31.840081] redpill: loading out-of-tree module taints kernel.
[   31.846100] redpill: module verification failed: signature and/or required key missing - tainting kernel
[   32.076409] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   32.083020] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[   32.090929] ata2.00: ATA-9: ADATA SP600, 2.3, max UDMA/100
[   32.096510] ata2.00: 62533296 sectors, multi 16: LBA48 NCQ (depth 32), AA
[   32.103390] ata2.00: SN:03912202500600000028
[   32.107753] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   32.114533] ata1.00: ATA-9: ADATA SP600, 2.9, max UDMA/100
[   32.120137] ata1.00: 62533296 sectors, multi 16: LBA48 NCQ (depth 32), AA
[   32.120877] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[   32.127003] ata1.00: SN:2E3520001576
[   32.127072] ata2.00: configured for UDMA/100
[   32.137262] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[   32.140843] Invalid parameter
[   32.145173] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[   32.157227] ata1.00: configured for UDMA/100
[   32.159840] page_owner is disabled
[   32.169751] Invalid parameter
[   32.174100] AppArmor: AppArmor sha1 policy hashing enabled
[   32.177543] ata1.00: Find SSD disks. [ADATA SP600]
[   32.191217] scsi 0:0:0:0: Direct-Access     ADATA    SP600                    2.9  PQ: 0 ANSI: 5
[   32.200363] sd 0:0:0:0: got sata disk[0]
[   32.200467] ata2.00: Find SSD disks. [ADATA SP600]
[   32.204552] sd 0:0:0:0: [sata1] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
[   32.209405] scsi 1:0:0:0: Direct-Access     ADATA    SP600                    2.3  PQ: 0 ANSI: 5
[   32.217073] sd 0:0:0:0: [sata1] Write Protect is off
[   32.226213] sd 1:0:0:0: got sata disk[1]
[   32.231008] sd 0:0:0:0: [sata1] Mode Sense: 00 3a 00 10
[   32.231114] sd 0:0:0:0: [sata1] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   32.235247] sd 1:0:0:0: [sata2] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
[   32.256981] sd 1:0:0:0: [sata2] Write Protect is off
[   32.257833]  sata1: p1 p2 p3 < p5 >
[   32.262005] sd 1:0:0:0: [sata2] Mode Sense: 00 3a 00 10
[   32.266385] sd 0:0:0:0: [sata1] Attached SCSI disk
[   32.270920] sd 1:0:0:0: [sata2] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   32.291920]  sata2: p1 p2
[   32.295871] sd 1:0:0:0: [sata2] Attached SCSI disk
[   32.305701] Freeing unused kernel image (initmem) memory: 1344K
[   32.318469] Write protecting the kernel read-only data: 18432k
[   32.325473] Freeing unused kernel image (text/rodata gap) memory: 2036K
[   32.332400] Freeing unused kernel image (rodata/data gap) memory: 344K
[   32.339001] rodata_test: all tests were successful
[   32.343855] Run /init as init process
[   32.347551]   with arguments:
[   32.350540]     /init
[   32.352838]     withefi
[   32.355315]     DiskIdxMap
[   32.358030]     sataboot2
[   32.360673]     SataPortMap
[   32.363498]   with environment:
[   32.366678]     HOME=/
[   32.369062]     TERM=linux
[   32.371808]     pid=0x5583
[   32.374554]     syno_port_thaw=1
[   32.377814]     SasIdxMap=0
[   32.380649]     vid=0x0781
[   32.383387]     HddHotplug=0
[   32.386326]     syno_hdd_detect=0
[   32.389695]     syno_hdd_powerup_seq=0
[   32.894082] random: crng init done
[   33.066908] ACPI: bus type USB registered
[   33.071043] usbcore: registered new interface driver usbfs
[   33.076657] usbcore: registered new interface driver hub
[   33.082064] usbcore: registered new device driver usb
[   33.141176] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   33.146503] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   33.155122] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009010
[   33.164361] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   33.171902] hub 1-0:1.0: USB hub found
[   33.175745] hub 1-0:1.0: 14 ports detected
[   33.184702] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   33.190049] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   33.197538] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[   33.203942] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   33.212593] hub 2-0:1.0: USB hub found
[   33.216442] hub 2-0:1.0: 6 ports detected
[   33.457092] usb 1-11: new full-speed USB device number 2 using xhci_hcd
[   33.615666] Got empty serial number. Generate serial number from product.
[   33.748139] usb 2-5: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[   38.270083] DMABUF-COMPAT BACKPORTED INIT
[   38.275337] DMAHEAP BACKPORTED INIT
[   38.280228] Loading dma-buf modules backported from I915-23.8.20
[   38.287669] DMA BUF backport generated by backports.git RHEL_88_23.8.20_PSB_230810.24
[   38.300135] [drm] DRM BACKPORTED INIT
[   38.307277] [drm] DRM_KMS_HELPER BACKPORTED INIT
[   38.313629] I915 COMPAT BACKPORTED INIT
[   38.318976] Loading I915 modules backported from I915-23.8.20
[   38.326187] I915 Backport generated by backports.git RHEL_88_23.8.20_PSB_230810.24
[   38.356418] [drm] I915 BACKPORTED INIT 
[   38.362040] i915 0000:00:02.0: [drm] GT count: 1, enabled: 1
[   38.368656] i915 0000:00:02.0: [drm] VT-d active for gfx access
[   38.376268] type mismatch for e0000000,10000000 old: write-back new: write-combining
[   38.384996] Failed to add WC MTRR for [00000000bec5d527-00000000ac95f8d5]; performance may suffer.
[   38.385042] i915 0000:00:02.0: [drm] Transparent Hugepage support is recommended for optimal performance when IOMMU is enabled!
[   38.407012] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory
[   38.417437] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   38.442136] BUG: kernel NULL pointer dereference, address: 0000000000000000
[   38.450485] #PF: supervisor instruction fetch in kernel mode
[   38.456171] #PF: error_code(0x0010) - not-present page
[   38.462750] PGD 0 P4D 0 
[   38.465317] Oops: 0010 [#1] SMP NOPTI
[   38.469035] CPU: 1 PID: 4450 Comm: modprobe Tainted: G           OE     5.10.55+ #69057
[   38.477136] Hardware name: Gigabyte Technology Co., Ltd. Z87N-WIFI/Z87N-WIFI, BIOS F6 08/12/2014
[   38.486024] RIP: 0010:0x0
[   38.488683] Code: Unable to access opcode bytes at RIP 0xffffffffffffffd6.
[   38.495622] RSP: 0018:ffffc9000064f9f8 EFLAGS: 00010246
[   38.500909] RAX: 0000000000000000 RBX: ffff88810f7d0000 RCX: 0000000000001000
[   38.508101] RDX: ffff888101153c00 RSI: 0000000000000527 RDI: ffff88810f7d0000
[   38.515302] RBP: 0000000000000000 R08: 000000ffffffffff R09: 0000000000000000
[   38.522512] R10: 0000000101aebfff R11: 0000000000000000 R12: ffff88810f7d01c0
[   38.529716] R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000400
[   38.536926] FS:  00007f4b7c453740(0000) GS:ffff888401a80000(0000) knlGS:0000000000000000
[   38.545064] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   38.550888] CR2: ffffffffffffffd6 CR3: 000000010f4be002 CR4: 00000000001706e0
[   38.558099] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   38.565302] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[   38.572503] Call Trace:
[   38.575203]  [<ffffffffa0281df5>] vma_get_pages+0x95/0x130 [i915]
[   38.582755]  [<ffffffffa0284360>] ? i915_vma_pin_ww+0x370/0x9e0 [i915]
[   38.590526]  [<ffffffff81226992>] ? __kmalloc+0x142/0x2e0
[   38.596166]  [<ffffffffa0284b24>] ? i915_ggtt_pin_for_gt+0x154/0x200 [i915]
[   38.604560]  [<ffffffffa0218a5b>] ? intel_gt_init+0xab/0x930 [i915]
[   38.612298]  [<ffffffffa01dde6e>] ? fwtable_read32+0x8e/0x210 [i915]
[   38.620072]  [<ffffffffa01dd819>] ? gen6_write32+0x59/0x1e0 [i915]
[   38.627761]  [<ffffffffa02772f8>] ? i915_gem_init+0x208/0x280 [i915]
[   38.635535]  [<ffffffffa01b3a24>] ? i915_driver_probe+0x14f4/0x1d70 [i915]
[   38.643740]  [<ffffffff8145360f>] ? create_pinctrl+0x2f/0x430
[   38.649691]  [<ffffffffa01c179b>] ? i915_pci_probe+0x9b/0x3d0 [i915]
[   38.657358]  [<ffffffff8147062e>] ? local_pci_probe+0x3e/0x70
[   38.663149]  [<ffffffff814716f1>] ? pci_device_probe+0xd1/0x180
[   38.669126]  [<ffffffff81533c4d>] ? really_probe+0xed/0x420
[   38.674783]  [<ffffffff8153424e>] ? driver_probe_device+0x4e/0xa0
[   38.680919]  [<ffffffff81534521>] ? device_driver_attach+0xa1/0xb0
[   38.687183]  [<ffffffff81534530>] ? device_driver_attach+0xb0/0xb0
[   38.693431]  [<ffffffff815345a2>] ? __driver_attach+0x72/0x100
[   38.699308]  [<ffffffff81534530>] ? device_driver_attach+0xb0/0xb0
[   38.705548]  [<ffffffff81531aa1>] ? bus_for_each_dev+0x61/0x90
[   38.711458]  [<ffffffff81532faf>] ? bus_add_driver+0x10f/0x1c0
[   38.717352]  [<ffffffff81534e59>] ? driver_register+0x89/0xd0
[   38.723329]  [<ffffffffa047c033>] ? __init_backport+0x33/0x8c [i915]
[   38.730959]  [<ffffffffa047c000>] ? 0xffffffffa047c000
[   38.736151]  [<ffffffff81000bfd>] ? do_one_initcall+0x3d/0x1c0
[   38.742043]  [<ffffffff810ff5d2>] ? do_init_module+0x22/0x250
[   38.747869]  [<ffffffff81227b5e>] ? kmem_cache_alloc_trace+0x12e/0x2a0
[   38.754453]  [<ffffffff810ff60a>] ? do_init_module+0x5a/0x250
[   38.760268]  [<ffffffff811023f8>] ? __do_sys_finit_module+0x88/0xb0
[   38.766627]  [<ffffffff81787853>] ? do_syscall_64+0x33/0x40
[   38.772267]  [<ffffffff8180007c>] ? entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   38.779379] Modules linked in: i915(OE+) i2c_algo_bit i915_compat(OE) drm_mipi_dsi(OE) intel_gtt(OE) drm_kms_helper(OE) drm(OE) drm_panel_orientation_quirks(OE) hdmi(OE) dmabuf(OE) xhci_pci xhci_hcd usbcore usb_common
[   38.800237] CR2: 0000000000000000
[   38.803619] ---[ end trace 5e832f8482f0d9cf ]---
[   38.808637] RIP: 0010:0x0
[   38.811294] Code: Unable to access opcode bytes at RIP 0xffffffffffffffd6.
[   38.818217] RSP: 0018:ffffc9000064f9f8 EFLAGS: 00010246
[   38.823485] RAX: 0000000000000000 RBX: ffff88810f7d0000 RCX: 0000000000001000
[   38.830668] RDX: ffff888101153c00 RSI: 0000000000000527 RDI: ffff88810f7d0000
[   38.837872] RBP: 0000000000000000 R08: 000000ffffffffff R09: 0000000000000000
[   38.845082] R10: 0000000101aebfff R11: 0000000000000000 R12: ffff88810f7d01c0
[   38.852283] R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000400
[   38.859505] FS:  00007f4b7c453740(0000) GS:ffff888401a80000(0000) knlGS:0000000000000000
[   38.867711] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   38.873526] CR2: ffffffffffffffd6 CR3: 000000010f4be002 CR4: 00000000001706e0
[   38.880729] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   38.887957] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[   40.002725] e1000e: Intel(R) PRO/1000 Network Driver
[   40.007740] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   40.014090] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   40.104357] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[   40.196228] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 94:de:80:6d:73:b4
[   40.204249] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   40.211206] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[   42.441356] mdio: exports duplicate symbol mdio45_ethtool_gset_npage (owned by kernel)
[   43.488442] alx 0000:02:00.0 eth1: Qualcomm Atheros AR816x/AR817x Ethernet [00:11:32:c7:f4:be]
[   43.921881] synobios open /dev/ttyS1 success
[   43.926217] Fail to get disk 1 led type
[   43.930084] Fail to get disk 2 led type
[   43.933982] Fail to get disk 3 led type
[   43.937856] Fail to get disk 4 led type
[   43.941730] Fail to get disk 5 led type
[   43.945614] Fail to get disk 6 led type
[   43.949506] Fail to get disk 7 led type
[   43.953404] Fail to get disk 8 led type
[   43.957295] Fail to get disk 9 led type
[   43.961176] Fail to get disk 10 led type
[   43.965148] Fail to get disk 11 led type
[   43.969126] Fail to get disk 12 led type
[   43.973140] 2023-11-22 15:24:50 UTC
[   43.976667] synobios: load, major number 201
[   43.981004] Brand: Synology
[   43.983844] Model: SA-6400
[   43.986584] synobios cpu_arch proc entry initialized
[   43.991599] synobios crypto_hw proc entry initialized
[   43.996696] synobios syno_platform proc entry initialized
[   44.013547] Module [epyc7002_synobios] is removed. 
[   44.018527] synobios: unload
[   44.765760] md: md0 stopped.
[   44.770835] md: kicking non-fresh sata2p1 from array!
[   44.783741] md/raid1:md0: active with 1 out of 4 mirrors
[   44.791758] md0: detected capacity change from 0 to 8589869056
[   45.463459] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   45.550406] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: prjquota,rootprjquota,barrier=1
[   45.787931] Module [r8168] is removed. 
[   46.005574] loop: module loaded
[   49.300658] Module [rp] is removed. 
[   49.497821] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   49.571437] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd), pid:(4862)
[   49.571441] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4862)
[   49.580105] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4862)
[   49.593332] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd), pid:(4862)
[   49.602500] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4862)
[   49.611089] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4862)
[   49.720133] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: prjquota,rootprjquota,barrier=1
[   53.346840] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd), pid:(4862)
[   53.346845] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4862)
[   53.356463] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4862)
[   53.495386] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[   53.522178] systemd[1]: Detected architecture x86-64.
[   53.527668] systemd[1]: Set hostname to <SA6400>.
[   55.691746] systemd[1]: Configuration file /usr/lib/systemd/system/acpid.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[   55.745024] systemd[1]: Cannot add dependency job for unit syno-mlnx-rdma-modules-load.service, ignoring: Unit syno-mlnx-rdma-modules-load.service is masked.
[   55.759345] systemd[1]: Cannot add dependency job for unit syno-qlogic-rdma-modules-load.service, ignoring: Unit syno-qlogic-rdma-modules-load.service is masked.
[   55.774547] systemd[1]: Cannot add dependency job for unit SynoLedBrightness.service, ignoring: Unit SynoLedBrightness.service is masked.
[   55.787073] systemd[1]: Cannot add dependency job for unit pkg-install-high-priority-builtin.service, ignoring: Unit pkg-install-high-priority-builtin.service failed to load: No such file or directory.
[   55.805231] systemd[1]: Cannot add dependency job for unit pkg-synorelayd-reload-fixed-package-config.service, ignoring: Unit synorelayd.service failed to load: No such file or directory.
[   55.822149] systemd[1]: Cannot add dependency job for unit pkg-install-low-priority-builtin.service, ignoring: Unit pkg-install-low-priority-builtin.service failed to load: No such file or directory.
[   55.941782] zram: Added device: zram0
[   55.950711] zram: Added device: zram1
[   55.951112] systemd-journald[6879]: Received request to flush runtime journal from PID 1
[   55.962014] zram: Added device: zram2
[   55.975264] zram: Added device: zram3
[   55.975518] cryptd: max_cpu_qlen set to 1000
[   56.009856] AVX2 version of gcm_enc/dec engaged.
[   56.015597] AES CTR mode by8 optimization enabled
[   56.064282] md: md1 stopped.
[   56.071298] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[   56.084383] md/raid1:md1: active with 1 out of 4 mirrors
[   56.095911] NET: Registered protocol family 10
[   56.102151] Segment Routing with IPv6
[   56.102297] flashcache_syno: flashcache-1.0-syno-v25-pin-file-2023-09-23-22:10-debug initialized
[   56.106474] md1: detected capacity change from 0 to 2147418112
[   56.136840] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[   56.188835] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   56.195260] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   56.224576] Intel(R) Gigabit Ethernet Linux Driver - version 5.4.6
[   56.231733] Copyright(c) 2007 - 2020 Intel Corporation.
[   56.262695] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.9.4
[   56.270434] Copyright(c) 1999 - 2020 Intel Corporation.
[   56.283148] Adding 2097084k swap on /dev/md1.  Priority:-2 extents:1 across:2097084k 
[   56.297401] zram0: detected capacity change from 0 to 2468347904
[   56.318106] Adding 2410492k swap on /dev/zram0.  Priority:1 extents:1 across:2410492k SS
[   56.330790] zram1: detected capacity change from 0 to 2468347904
[   56.354163] Adding 2410492k swap on /dev/zram1.  Priority:1 extents:1 across:2410492k SS
[   56.366819] zram2: detected capacity change from 0 to 2468347904
[   56.405165] Adding 2410492k swap on /dev/zram2.  Priority:1 extents:1 across:2410492k SS
[   56.416844] zram3: detected capacity change from 0 to 2468347904
[   56.479964] qed_init called
[   56.483764] QLogic FastLinQ 4xxxx Core Module qed 8.59.6.0
[   56.490725] creating debugfs root node
[   56.508692] qede_init: QLogic FastLinQ 4xxxx Ethernet Driver qede 8.59.6.0
[   56.518129] Adding 2410492k swap on /dev/zram3.  Priority:1 extents:1 across:2410492k SS
[   56.570840] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.715.8 ($DateTime: 2020/08/17 18:31:34 $)
[   56.581469] creating debugfs root node
[   56.740029] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   56.748574] ehci-pci: EHCI PCI platform driver
[   56.753350] ehci-pci 0000:00:1a.0: EHCI Host Controller
[   56.758656] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   56.766114] ehci-pci 0000:00:1a.0: debug port 2
[   56.774635] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[   56.781536] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7e3c000
[   56.795090] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[   56.801347] hub 3-0:1.0: USB hub found
[   56.805199] hub 3-0:1.0: 2 ports detected
[   56.809991] ehci-pci 0000:00:1d.0: EHCI Host Controller
[   56.815296] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   56.822820] ehci-pci 0000:00:1d.0: debug port 2
[   56.831306] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[   56.838209] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7e3b000
[   56.850090] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[   56.856347] hub 4-0:1.0: USB hub found
[   56.860164] hub 4-0:1.0: 2 ports detected
[   56.867917] uhci_hcd: USB Universal Host Controller Interface driver
[   56.919905] synobios open /dev/ttyS1 success
[   56.925683] Fail to get disk 1 led type
[   56.930962] Fail to get disk 2 led type
[   56.930964] Fail to get disk 3 led type
[   56.930971] Fail to get disk 4 led type
[   56.946798] Fail to get disk 5 led type
[   56.952096] Fail to get disk 6 led type
[   56.957375] Fail to get disk 7 led type
[   56.962620] Fail to get disk 8 led type
[   56.962622] Fail to get disk 9 led type
[   56.962624] Fail to get disk 10 led type
[   56.962630] Fail to get disk 11 led type
[   56.981062] Fail to get disk 12 led type
[   56.985110] 2023-11-22 15:25:3 UTC
[   56.989861] synobios: load, major number 201
[   56.995575] Brand: Synology
[   56.999783] Model: SA-6400
[   56.999793] synobios cpu_arch proc entry initialized
[   57.008936] synobios crypto_hw proc entry initialized
[   57.014053] synobios syno_platform proc entry initialized
[   57.095088] usb 3-1: new high-speed USB device number 2 using ehci-pci
[   57.117095] usb-storage 2-5:1.0: USB Mass Storage device detected
[   57.123596] scsi host6: usb-storage 2-5:1.0
[   57.128026] usbcore: registered new interface driver usb-storage
[   57.135093] usb 4-1: new high-speed USB device number 2 using ehci-pci
[   57.145762] usbcore: registered new interface driver uas
[   57.254449] Got empty serial number. Generate serial number from product.
[   57.262186] drivers/usb/core/hub.c (2992) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0 
[   57.581794] hub 3-1:1.0: USB hub found
[   57.585728] hub 3-1:1.0: 6 ports detected
[   57.589800] Got empty serial number. Generate serial number from product.
[   57.597484] drivers/usb/core/hub.c (2992) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0 
[   57.607718] drivers/usb/core/hub.c (2992) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa1 
[   57.618270] hub 4-1:1.0: USB hub found
[   57.622201] hub 4-1:1.0: 8 ports detected
[   57.908805] Module [adt7475] is removed. 
[   57.919183] Module [hwmon_vid] is removed. 
[   58.137477] scsi 6:0:0:0: Direct-Access     SanDisk  Ultra Fit                1.00 PQ: 0 ANSI: 6
[   58.146654] sd 6:0:0:0: Attached scsi generic sg2 type 0
[   58.147084] sd 6:0:0:0: [synoboot] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB)
[   58.161159] sd 6:0:0:0: [synoboot] Write Protect is off
[   58.166454] sd 6:0:0:0: [synoboot] Mode Sense: 43 00 00 00
[   58.172459] sd 6:0:0:0: [synoboot] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   58.196004]  synoboot: synoboot1 synoboot2 synoboot3
[   58.203013] sd 6:0:0:0: [synoboot] Attached SCSI removable disk
[   59.934465] alx 0000:02:00.0 eth1: NIC Up: 1 Gbps Full
[   59.939924] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   59.972117] Module [adt7475] is removed. 
[   60.063404] Module [hwmon_vid] is removed. 
[   60.473001] ext2: synoboot2 mounted, process=synoencvolume
[   60.481681] ext4: synoboot2 mounted, process=synoencvolume
[   60.512786] vfat: synoboot2 mounted, process=synoencvolume
[   60.548190] FAT-fs (synoboot2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   60.560842] synoboot2 unmounted, process=synoencvolume
[   61.171320] 8021q: 802.1Q VLAN Support v1.8
[   61.454819] md: md2 stopped.
[   61.484101] md/raid1:md2: active with 1 out of 1 mirrors
[   61.492390] md2: detected capacity change from 0 to 21030961152
[   62.143204] Module [adt7475] is removed. 
[   62.159280] Module [hwmon_vid] is removed. 
[   65.645110] flashcache_syno: /dev/vg1/volume_1 exclude check success
[   66.785068] raid6: avx2x4   gen()  7478 MB/s
[   66.806065] raid6: avx2x4   xor()  3991 MB/s
[   66.827066] raid6: avx2x2   gen()  7145 MB/s
[   66.848065] raid6: avx2x2   xor()  4395 MB/s
[   66.869067] raid6: avx2x1   gen()  6675 MB/s
[   66.890064] raid6: avx2x1   xor()  4048 MB/s
[   66.911069] raid6: sse2x4   gen()  3865 MB/s
[   66.932068] raid6: sse2x4   xor()  2426 MB/s
[   66.953066] raid6: sse2x2   gen()  4092 MB/s
[   66.974065] raid6: sse2x2   xor()  2447 MB/s
[   66.995068] raid6: sse2x1   gen()  3309 MB/s
[   67.016067] raid6: sse2x1   xor()  2173 MB/s
[   67.020398] raid6: using algorithm avx2x4 gen() 7478 MB/s
[   67.025863] raid6: .... xor() 3991 MB/s, rmw enabled
[   67.030874] raid6: using avx2x2 recovery algorithm
[   67.037807] xor: automatically using best checksumming function   avx       
[   67.166592] Btrfs loaded, crc32c=crc32c-intel
[   68.350853] BTRFS: device label 2023.11.21-13:13:28 v69057 devid 1 transid 63 /dev/mapper/cachedev_0 scanned by mount (10695)
[   68.362892] BTRFS info (device dm-2): enabling auto syno reclaim space
[   68.369524] BTRFS info (device dm-2): enabling ssd optimizations
[   68.375612] BTRFS info (device dm-2): using free space tree
[   68.381264] BTRFS info (device dm-2): using block group cache tree
[   68.387548] BTRFS info (device dm-2): has skinny extents
[   68.398427] BTRFS info (device dm-2): root of syno feature tree is null
[   71.582720] Synotify use 16384 event queue size
[   71.587781] Synotify use 16384 event queue size
[   72.087538] capability: warning: `nginx' uses 32-bit capabilities (legacy support in use)
[   72.732471] ata1.00: configured for UDMA/100
[   72.736798] ata1 : EH complete
[   72.739896] Invalid parameter
[   72.903216] ext2: synoboot2 mounted, process=synopkicompatsy
[   72.915727] ext4: synoboot2 mounted, process=synopkicompatsy
[   72.922754] vfat: synoboot2 mounted, process=synopkicompatsy
[   72.959588] FAT-fs (synoboot2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   72.975144] synoboot2 unmounted, process=synopkicompatsy
[   74.288639] ata2.00: configured for UDMA/100
[   74.292985] ata2 : EH complete
[   74.296071] Invalid parameter
[   87.493354] iSCSI:target_core_rodsp_server.c:1008:rodsp_server_init RODSP server started, login_key(213ba3a11353).
[   88.568726] syno_extent_pool: module license 'Proprietary' taints kernel.
[   88.583112] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[   88.657758] iSCSI:target_core_device.c:593:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[   88.669862] iSCSI:target_core_configfs.c:6124:target_init_dbroot db_root: cannot open: /etc/target
[   88.679873] iSCSI:target_core_lunbackup.c:367:init_io_buffer_head 2048 buffers allocated, total 8388608 bytes successfully
[   89.873980] iSCSI:target_core_file.c:128:fd_attach_hba RODSP plugin for fileio is enabled.
[   89.882341] iSCSI:target_core_file.c:136:fd_attach_hba ODX Token Manager is enabled.
[   89.890200] iSCSI:target_core_multi_file.c:126:fd_attach_hba RODSP plugin for multifile is enabled.
[   89.899348] iSCSI:target_core_multi_file.c:134:fd_attach_hba ODX Token Manager is enabled.
[   89.907738] iSCSI:target_core_ep.c:782:ep_attach_hba RODSP plugin for epio is enabled.
[   89.915752] iSCSI:target_core_ep.c:789:ep_attach_hba ODX Token Manager is enabled.
[   90.861827] iSCSI:qla_dbg.c:2572:ql_log qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 10.02.00.103-k.
[   91.442369] The mempool could be used by other devices
[   91.828782] ext2: synoboot1 mounted, process=syno_bios_log_c
[   91.859900] ext4: synoboot1 mounted, process=syno_bios_log_c
[   91.907407] vfat: synoboot1 mounted, process=syno_bios_log_c
[   91.991823] FAT-fs (synoboot1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   92.045526] synoboot1 unmounted, process=syno_bios_log_c
[   93.057033] findhostd uses obsolete (PF_INET,SOCK_PACKET)
[   98.575998] fuse: init (API version 7.32)

 

 

Haswell, which is an old device, is said to be impossible to debug, but I am uploading the results of dmesg -w for reference.

 

I tested it with the last test build you shared.

Edited by Peter Suh
Link to comment
Share on other sites

[    0.091203] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.091509] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.091814] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.092119] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.092425] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.092730] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.093035] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.093341] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.093646] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.093952] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.094289] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.094649] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.094977] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.095319] ACPI: IRQ0 used by override.
[    0.095522] ACPI: IRQ9 used by override.
[    0.095725] Using ACPI (MADT) for SMP configuration information
[    0.096031] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.096298] TSC deadline timer available
[    0.096502] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.096768] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.097165] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.097556] PM: hibernation: Registered nosave memory: [mem 0x39f99000-0x3a898fff]
[    0.097947] PM: hibernation: Registered nosave memory: [mem 0x434af000-0x452fefff]
[    0.098338] PM: hibernation: Registered nosave memory: [mem 0x452ff000-0x45b2efff]
[    0.098729] PM: hibernation: Registered nosave memory: [mem 0x45b2f000-0x45bfefff]
[    0.099120] PM: hibernation: Registered nosave memory: [mem 0x45c00000-0x49ffffff]
[    0.099510] PM: hibernation: Registered nosave memory: [mem 0x4a000000-0x4a1fffff]
[    0.099901] PM: hibernation: Registered nosave memory: [mem 0x4a200000-0x4a3fffff]
[    0.100291] PM: hibernation: Registered nosave memory: [mem 0x4a400000-0x4affffff]
[    0.100682] PM: hibernation: Registered nosave memory: [mem 0x4b000000-0x503fffff]
[    0.101073] PM: hibernation: Registered nosave memory: [mem 0x50400000-0xfe00ffff]
[    0.101463] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.101855] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
[    0.102248] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.102638] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
[    0.103029] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.103420] [mem 0x50400000-0xfe00ffff] available for PCI devices
[    0.103737] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.106862] setup_percpu: NR_CPUS:24 nr_cpumask_bits:24 nr_cpu_ids:8 nr_node_ids:1
[    0.107380] percpu: Embedded 53 pages/cpu s176664 r8192 d32232 u262144
[    0.107723] pcpu-alloc: s176664 r8192 d32232 u262144 alloc=1*2097152
[    0.108052] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.108286] Built 1 zonelists, mobility grouping on.  Total pages: 4074138
[    0.108645] Policy zone: Normal
[    0.108808] Kernel command line: withefi earlyprintk syno_hw_version=SA6400 console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 SasIdxMap=0 mac2=94DE806D73B4 mac1=001132C7F4BE sn=1980PDN028952 SMBusHddDynamicPower=0 vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap syno_hdd_detect=0 vender_format_version=2 sataboot2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8 
[    0.111059] Synology Hardware Version: SA6400
[    0.111292] Internal netif num: 2
[    0.111481] Mac2: 94DE806D73B4
[    0.111644] Mac1: 001132C7F4BE
[    0.111803] Serial Number: 1980PDN028952
[    0.112012] Kernel parameter elevator= does not have any effect anymore.
               Please use sysfs to set IO scheduler for individual devices.
[    0.112716] Vender format version: 2
[    0.113400] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.114044] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.114507] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.139885] Memory: 15942936K/16555320K available (10248K kernel code, 4829K rwdata, 5800K rodata, 1344K init, 10984K bss, 612128K reserved, 0K cma-reserved)
[    0.140645] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.140987] ftrace: allocating 32589 entries in 128 pages
[    0.148606] ftrace: allocated 128 pages with 1 groups
[    0.148928] rcu: Hierarchical RCU implementation.
[    0.149174] rcu:     RCU restricting CPUs from NR_CPUS=24 to nr_cpu_ids=8.
[    0.149515]  Rude variant of Tasks RCU enabled.
[    0.149749]  Tracing variant of Tasks RCU enabled.
[    0.149996] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.150391] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.153104] NR_IRQS: 4352, nr_irqs: 2048, preallocated irqs: 16
[    0.153862] Console: colour dummy device 80x25
[    0.154101] ACPI: Core revision 20200925
[    0.154670] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.155235] APIC: Switch to symmetric I/O mode setup
[    0.155492] DMAR: Host address width 39
[    0.155690] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.155966] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.156438] DMAR: DRHD base: 0x000000fed84000 flags: 0x0
[    0.156715] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.157124] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.157438] DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.157847] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[    0.158171] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
[    0.158536] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.158814] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.160997] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.161283] x2apic enabled
[    0.161484] Switched APIC routing to cluster x2apic.
[    0.166436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.171205] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[    0.171785] Calibrating delay loop (skipped), value calculated using timer frequency.. 4838.40 BogoMIPS (lpj=2419200)
[    0.172785] pid_max: default: 32768 minimum: 301
[    0.173040] LSM: Security Framework initializing
[    0.173299] AppArmor: AppArmor initialized
[    0.173542] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.173805] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.174362] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.174815] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.175148] process: using mwait in idle threads
[    0.175390] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.175785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.176092] Speculative Store Bypass: Vulnerable
[    0.176439] Freeing SMP alternatives memory: 32K
[    0.176839] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[    0.177434] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.177786] ... version:                5
[    0.177992] ... bit width:              48
[    0.178203] ... generic registers:      8
[    0.178410] ... value mask:             0000ffffffffffff
[    0.178684] ... max period:             00007fffffffffff
[    0.178785] ... fixed-purpose events:   4
[    0.178992] ... event mask:             0001000f000000ff
[    0.179323] rcu: Hierarchical SRCU implementation.
[    0.179942] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.180348] smp: Bringing up secondary CPUs ...
[    0.180622] x86: Booting SMP configuration:
[    0.180786] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.186163] smp: Brought up 1 node, 8 CPUs
[    0.186293] smpboot: Max logical packages: 1
[    0.186786] smpboot: Total of 8 processors activated (38707.20 BogoMIPS)
[    0.188006] devtmpfs: initialized
[    0.188042] random: get_random_u32 called from bucket_table_alloc.isra.0+0x6e/0x160 with crng_init=0
[    0.188050] PM: Registering ACPI NVS region [mem 0x452ff000-0x45b2efff] (8585216 bytes)
[    0.189284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.189789] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.190182] pinctrl core: initialized pinctrl subsystem
[    0.190569] NET: Registered protocol family 16
[    0.190835] audit: initializing netlink subsys (disabled)
[    0.191120] audit: type=2000 audit(1700704115.031:1): state=initialized audit_enabled=0 res=1
[    0.191120] thermal_sys: Registered thermal governor 'step_wise'
[    0.191265] cpuidle: using governor ladder
[    0.191999] cpuidle: using governor menu
[    0.192214] ACPI: bus type PCI registered
[    0.192214] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.192828] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.193309] PCI: not using MMCONFIG
[    0.193492] PCI: Using configuration type 1 for base access
[    0.194802] Kprobes globally optimized
[    0.195006] ACPI: Added _OSI(Module Device)
[    0.195018] ACPI: Added _OSI(Processor Device)
[    0.195018] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.195032] ACPI: Added _OSI(Processor Aggregator Device)
[    0.195311] ACPI: Added _OSI(Linux-Dell-Video)
[    0.195541] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.195785] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.236734] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.237786] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.238228] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.238607] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.238785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.239225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.239604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.240785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.241226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.241604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.241785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.242226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.242605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.243785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.244228] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.244607] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.244785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.245226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.245605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.246785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.247225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.247604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.247785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.248226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.248604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.249785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.250225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.250604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.250785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.251226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.251690] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.252785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.253225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.253604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.253785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.254226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.254604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.255785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.256225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.256604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.256785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.257226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.257650] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.258785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.259225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.259603] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.259785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.260226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.260604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.260785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.261225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.261604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.262785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.263226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.263605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.263785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.264225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.264603] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.265785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.266225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.266604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.266785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.267227] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.267604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.268785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.269225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.269607] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.269785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.270226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.270607] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.271785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.272225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.272687] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.272785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.273227] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.273605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.274785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.275225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.275687] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.275785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.276226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.276603] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.277785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.278226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.278689] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.278785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.279226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.279604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.280785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.281225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.281605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.281785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.282226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.282605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.283785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.284226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.284605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.284785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.285226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.285603] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.286785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.287226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.287605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.287785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.288227] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.288606] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.288785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.289226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.289604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.290785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.291226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.291604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.291785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.292225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.292604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.293785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.294226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.294604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.294785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.295228] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.296179] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPD0], AE_NOT_FOUND (20200925/dswload2-162)
[    0.296741] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200925/psobject-220)
[    0.297785] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.298175] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPL1], AE_NOT_FOUND (20200925/dswload2-162)
[    0.298738] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200925/psobject-220)
[    0.298785] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.299590] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0], AE_NOT_FOUND (20200925/dswload2-162)
[    0.299785] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200925/psobject-220)
[    0.300205] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.300788] ACPI: 19 ACPI AML tables successfully acquired and loaded
[    0.301697] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20200925/dspkginit-438)
[    0.302787] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20200925/dspkginit-438)
[    0.303394] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20200925/dspkginit-438)
[    0.303793] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20200925/dspkginit-438)
[    0.309803] ACPI: Dynamic OEM Table Load:
[    0.310026] ACPI: SSDT 0xFFFF88810104B000 0001C6 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
[    0.311210] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.313331] ACPI: Dynamic OEM Table Load:
[    0.313551] ACPI: SSDT 0xFFFF888101542C00 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.314721] ACPI: Dynamic OEM Table Load:
[    0.314789] ACPI: SSDT 0xFFFF888100CCD000 0005C3 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.316203] ACPI: Dynamic OEM Table Load:
[    0.316422] ACPI: SSDT 0xFFFF888101543000 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.317806] ACPI: Dynamic OEM Table Load:
[    0.318028] ACPI: SSDT 0xFFFF8881010E4000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.319482] ACPI: Dynamic OEM Table Load:
[    0.319697] ACPI: SSDT 0xFFFF888100CCE800 00048A (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.321753] ACPI: Dynamic OEM Table Load:
[    0.321789] ACPI: SSDT 0xFFFF888100CCF000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20160422)
[    0.323193] ACPI: Dynamic OEM Table Load:
[    0.323413] ACPI: SSDT 0xFFFF888100CCF800 00048A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.327502] ACPI: EC: EC started
[    0.327678] ACPI: EC: interrupt blocked
[    0.328164] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.328428] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.328785] ACPI: Interpreter enabled
[    0.328986] ACPI: (supports S0 S4 S5)
[    0.329179] ACPI: Using IOAPIC for interrupt routing
[    0.329462] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.332261] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in ACPI motherboard resources
[    0.332728] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.335432] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.338715] ACPI: Power Resource [BTPR] (on)
[    0.339406] ACPI: Power Resource [PAUD] (on)
[    0.345820] ACPI: Power Resource [V0PR] (on)
[    0.346129] ACPI: Power Resource [V1PR] (on)
[    0.346427] ACPI: Power Resource [V2PR] (on)
[    0.348250] ACPI: Power Resource [PXTC] (on)
[    0.348666] ACPI: Power Resource [PTPL] (on)
[    0.349149] ACPI: Power Resource [PXTC] (on)
[    0.349814] ACPI: Power Resource [PXTC] (on)
[    0.351989] ACPI: Power Resource [WRST] (on)
[    0.357430] ACPI: Power Resource [TBT0] (on)
[    0.357791] ACPI: Power Resource [TBT1] (on)
[    0.357816] ACPI: Power Resource [D3C] (on)
[    0.473844] ACPI: Power Resource [FN00] (off)
[    0.474231] ACPI: Power Resource [FN01] (off)
[    0.474804] ACPI: Power Resource [FN02] (off)
[    0.474892] ACPI: Power Resource [FN03] (off)
[    0.475242] ACPI: Power Resource [FN04] (off)
[    0.476805] ACPI: Power Resource [PIN] (off)
[    0.477213] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.477578] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.480612] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.484019] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    0.486076] PCI host bridge to bus 0000:00
[    0.486293] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.486651] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.486785] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.487181] pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
[    0.487567] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.487785] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.488095] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
[    0.489794] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
[    0.489794] pci 0000:00:02.0: reg 0x10: [mem 0x601c000000-0x601cffffff 64bit]
[    0.489794] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.490182] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.490483] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.490809] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.491167] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.491673] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.492785] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.493927] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.494257] pci 0000:00:04.0: reg 0x10: [mem 0x601d140000-0x601d15ffff 64bit]
[    0.495309] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
[    0.495688] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.496454] pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400
[    0.497384] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.497724] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.497911] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
[    0.498239] pci 0000:00:0d.0: reg 0x10: [mem 0x601d160000-0x601d16ffff 64bit]
[    0.498666] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.499417] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
[    0.499745] pci 0000:00:0d.2: reg 0x10: [mem 0x601d100000-0x601d13ffff 64bit]
[    0.500792] pci 0000:00:0d.2: reg 0x18: [mem 0x601d181000-0x601d181fff 64bit]
[    0.501203] pci 0000:00:0d.2: supports D1 D2
[    0.501427] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.502413] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
[    0.502746] pci 0000:00:14.0: reg 0x10: [mem 0x5e500000-0x5e50ffff 64bit]
[    0.502873] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.503819] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
[    0.504152] pci 0000:00:14.2: reg 0x10: [mem 0x601d178000-0x601d17bfff 64bit]
[    0.504535] pci 0000:00:14.2: reg 0x18: [mem 0x601d180000-0x601d180fff 64bit]
[    0.505453] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
[    0.505807] pci 0000:00:14.3: reg 0x10: [mem 0x601d174000-0x601d177fff 64bit]
[    0.506330] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.507343] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
[    0.507723] pci 0000:00:15.0: reg 0x10: [mem 0x4010000000-0x4010000fff 64bit]
[    0.508805] pci 0000:00:15.3: [8086:a0eb] type 00 class 0x0c8000
[    0.508898] pci 0000:00:15.3: reg 0x10: [mem 0x4010001000-0x4010001fff 64bit]
[    0.510065] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
[    0.510405] pci 0000:00:16.0: reg 0x10: [mem 0x601d17d000-0x601d17dfff 64bit]
[    0.510861] pci 0000:00:16.0: PME# supported from D3hot
[    0.511789] pci 0000:00:17.0: [8086:a0d3] type 00 class 0x010601
[    0.512121] pci 0000:00:17.0: reg 0x10: [mem 0x5e510000-0x5e511fff]
[    0.512453] pci 0000:00:17.0: reg 0x14: [mem 0x5e514000-0x5e5140ff]
[    0.512787] pci 0000:00:17.0: reg 0x18: [io  0x4080-0x4087]
[    0.513083] pci 0000:00:17.0: reg 0x1c: [io  0x4088-0x408b]
[    0.513380] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    0.513675] pci 0000:00:17.0: reg 0x24: [mem 0x5e513000-0x5e5137ff]
[    0.514833] pci 0000:00:17.0: PME# supported from D3hot
[    0.515797] pci 0000:00:1d.0: [8086:a0b0] type 01 class 0x060400
[    0.515884] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.516859] pci 0000:00:1d.1: [8086:a0b1] type 01 class 0x060400
[    0.517275] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[    0.518280] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
[    0.519318] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040100
[    0.519669] pci 0000:00:1f.3: reg 0x10: [mem 0x601d170000-0x601d173fff 64bit]
[    0.519839] pci 0000:00:1f.3: reg 0x20: [mem 0x601d000000-0x601d0fffff 64bit]
[    0.520313] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.521268] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
[    0.521605] pci 0000:00:1f.4: reg 0x10: [mem 0x601d17c000-0x601d17c0ff 64bit]
[    0.521814] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.522788] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
[    0.523803] pci 0000:00:1f.5: reg 0x10: [mem 0x50400000-0x50400fff]
[    0.524813] pci 0000:01:00.0: [144d:a809] type 00 class 0x010802
[    0.525141] pci 0000:01:00.0: reg 0x10: [mem 0x5e400000-0x5e403fff 64bit]
[    0.525685] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.525787] pci 0000:00:06.0:   bridge window [mem 0x5e400000-0x5e4fffff]
[    0.526170] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.526446] pci 0000:00:07.0:   bridge window [io  0x5000-0x5fff]
[    0.526762] pci 0000:00:07.0:   bridge window [mem 0x52000000-0x5e1fffff]
[    0.526789] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.527272] pci 0000:2c:00.0: [10ec:8168] type 00 class 0x020000
[    0.527604] pci 0000:2c:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.527815] pci 0000:2c:00.0: reg 0x18: [mem 0x5e304000-0x5e304fff 64bit]
[    0.528183] pci 0000:2c:00.0: reg 0x20: [mem 0x5e300000-0x5e303fff 64bit]
[    0.528655] pci 0000:2c:00.0: supports D1 D2
[    0.528785] pci 0000:2c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.529797] pci 0000:00:1d.0: PCI bridge to [bus 2c]
[    0.529797] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.529797] pci 0000:00:1d.0:   bridge window [mem 0x5e300000-0x5e3fffff]
[    0.531816] pci 0000:2d:00.0: [1217:8621] type 00 class 0x080501
[    0.532152] pci 0000:2d:00.0: reg 0x10: [mem 0x5e201000-0x5e201fff]
[    0.532484] pci 0000:2d:00.0: reg 0x14: [mem 0x5e200000-0x5e2007ff]
[    0.533925] pci 0000:2d:00.0: PME# supported from D3hot D3cold
[    0.537839] pci 0000:00:1d.1: PCI bridge to [bus 2d]
[    0.538105] pci 0000:00:1d.1:   bridge window [mem 0x5e200000-0x5e2fffff]
[    0.541824] ACPI: EC: interrupt unblocked
[    0.541824] ACPI: EC: event unblocked
[    0.541990] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.542251] ACPI: EC: GPE=0x6e
[    0.542409] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.542773] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.543842] iommu: Default domain type: Passthrough (set via kernel command line)
[    0.544238] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.544238] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.544788] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.545084] vgaarb: loaded
[    0.545259] SCSI subsystem initialized
[    0.545793] libata version 3.00 loaded.
[    0.546007] pps_core: LinuxPPS API ver. 1 registered
[    0.546007] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.546261] PTP clock support registered
[    0.546813] EDAC MC: Ver: 3.0.0
[    0.546958] PCI: Using ACPI for IRQ routing
[    0.567450] PCI: pci_cache_line_size set to 64 bytes
[    0.567947] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.568259] e820: reserve RAM buffer [mem 0x39f99000-0x3bffffff]
[    0.568571] e820: reserve RAM buffer [mem 0x434af000-0x43ffffff]
[    0.568785] e820: reserve RAM buffer [mem 0x45c00000-0x47ffffff]
[    0.569097] e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
[    0.569797] clocksource: Switched to clocksource tsc-early
[    0.576870] VFS: Disk quotas dquot_6.6.0
[    0.577090] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.577494] AppArmor: AppArmor Filesystem Enabled
[    0.577766] pnp: PnP ACPI init
[    0.578061] system 00:00: [io  0x0700-0x073f] has been reserved
[    0.578371] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.578684] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.579065] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.579462] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.579776] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.580187] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.580936] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.581600] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.581949] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.582293] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.582637] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.583002] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.583364] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.583725] system 00:04: [mem 0xfe0b0000-0xfe0b0fff] has been reserved
[    0.584072] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.584420] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.585326] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.585656] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.586020] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.586366] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.586709] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.587055] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.587399] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.587743] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.588089] system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.588433] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.588781] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.589298] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.589611] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.590080] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.590557] pnp: PnP ACPI: found 8 devices
[    0.596053] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.596547] NET: Registered protocol family 2
[    0.596933] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.598344] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.598817] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.599328] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.599800] TCP: Hash tables configured (established 131072 bind 65536)
[    0.600162] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.600536] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.600953] NET: Registered protocol family 1
[    0.601192] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.601616] pci 0000:00:02.0: BAR 7: assigned [mem 0x4011000000-0x4017ffffff 64bit]
[    0.602014] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.602272] pci 0000:00:06.0:   bridge window [mem 0x5e400000-0x5e4fffff]
[    0.602625] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.602897] pci 0000:00:07.0:   bridge window [io  0x5000-0x5fff]
[    0.603215] pci 0000:00:07.0:   bridge window [mem 0x52000000-0x5e1fffff]
[    0.603567] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.603990] pci 0000:00:1d.0: PCI bridge to [bus 2c]
[    0.604248] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.604565] pci 0000:00:1d.0:   bridge window [mem 0x5e300000-0x5e3fffff]
[    0.604923] pci 0000:00:1d.1: PCI bridge to [bus 2d]
[    0.605184] pci 0000:00:1d.1:   bridge window [mem 0x5e200000-0x5e2fffff]
[    0.605540] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.605861] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.606181] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.606536] pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
[    0.606893] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.607265] pci_bus 0000:01: resource 1 [mem 0x5e400000-0x5e4fffff]
[    0.607589] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.607878] pci_bus 0000:02: resource 1 [mem 0x52000000-0x5e1fffff]
[    0.608201] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.608593] pci_bus 0000:2c: resource 0 [io  0x3000-0x3fff]
[    0.608881] pci_bus 0000:2c: resource 1 [mem 0x5e300000-0x5e3fffff]
[    0.609208] pci_bus 0000:2d: resource 1 [mem 0x5e200000-0x5e2fffff]
[    0.609624] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.610406] PCI: CLS 64 bytes, default 64
[    1.445477] Trying to unpack rootfs image as initramfs...
[    1.464216] Freeing initrd memory: 73260K
[    1.464454] DMAR: No ATSR found
[    1.464652] DMAR: dmar1: Using Queued invalidation
[    1.464907] DMAR: dmar0: Using Queued invalidation
[    1.465155] DMAR: Translation was enabled for dmar0 but we are not in kdump mode
[    1.465537] DMAR: dmar2: Using Queued invalidation
[    1.465925] pci 0000:00:00.0: Adding to iommu group 0
[    1.466193] pci 0000:00:02.0: Adding to iommu group 1
[    1.466459] pci 0000:00:04.0: Adding to iommu group 2
[    1.466727] pci 0000:00:06.0: Adding to iommu group 3
[    1.467004] pci 0000:00:07.0: Adding to iommu group 4
[    1.467273] pci 0000:00:0d.0: Adding to iommu group 5
[    1.467545] pci 0000:00:0d.2: Adding to iommu group 5
[    1.467816] pci 0000:00:14.0: Adding to iommu group 6
[    1.468088] pci 0000:00:14.2: Adding to iommu group 6
[    1.468353] pci 0000:00:14.3: Adding to iommu group 7
[    1.468622] pci 0000:00:15.0: Adding to iommu group 8
[    1.468896] pci 0000:00:15.3: Adding to iommu group 8
[    1.469164] pci 0000:00:16.0: Adding to iommu group 9
[    1.469430] pci 0000:00:17.0: Adding to iommu group 10
[    1.469701] pci 0000:00:1d.0: Adding to iommu group 11
[    1.469975] pci 0000:00:1d.1: Adding to iommu group 12
[    1.470251] pci 0000:00:1f.0: Adding to iommu group 13
[    1.470526] pci 0000:00:1f.3: Adding to iommu group 13
[    1.470798] pci 0000:00:1f.4: Adding to iommu group 13
[    1.471068] pci 0000:00:1f.5: Adding to iommu group 13
[    1.471338] pci 0000:01:00.0: Adding to iommu group 14
[    1.471609] pci 0000:2c:00.0: Adding to iommu group 15
[    1.471882] pci 0000:2d:00.0: Adding to iommu group 16
[    1.472172] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    1.472507] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.472842] software IO TLB: mapped [mem 0x000000003f4af000-0x00000000434af000] (64MB)
[    1.473297] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[    1.473937] caller tgl_uncore_imc_freerunning_init_box+0xa2/0xe0 mapping multiple BARs
[    1.474455] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[    1.474993] clocksource: Switched to clocksource tsc
[    1.476123] Initialise system trusted keyrings
[    1.478759] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.480602] Key type asymmetric registered
[    1.480839] Asymmetric key parser 'x509' registered
[    1.481128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.481533] io scheduler mq-deadline registered
[    1.481782] io scheduler kyber registered
[    1.482039] io scheduler bfq registered
[    1.482664] pcieport 0000:00:06.0: PME: Signaling with IRQ 123
[    1.483221] pcieport 0000:00:07.0: PME: Signaling with IRQ 124
[    1.483560] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.486550] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    1.487161] pcieport 0000:00:1d.1: PME: Signaling with IRQ 126
[    1.487851] Monitor-Mwait will be used to enter C-1 state
[    1.488156] Monitor-Mwait will be used to enter C-2 state
[    1.488718] Monitor-Mwait will be used to enter C-3 state
[    1.489038] ACPI: \_SB_.PR00: Found 3 idle states
[    1.489534] ACPI: \_SB_.PR01: Found 3 idle states
[    1.490000] ACPI: \_SB_.PR02: Found 3 idle states
[    1.490421] ACPI: \_SB_.PR03: Found 3 idle states
[    1.490851] ACPI: \_SB_.PR04: Found 3 idle states
[    1.491282] ACPI: \_SB_.PR05: Found 3 idle states
[    1.491694] ACPI: \_SB_.PR06: Found 3 idle states
[    1.492141] ACPI: \_SB_.PR07: Found 3 idle states
[    1.501417] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.502049] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.502417] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.513099] brd: module loaded
[    1.513306] Loading iSCSI transport class v2.0-870.
[    1.558422] rdac: device handler registered
[    1.679081] nvme nvme0: pci function 0000:01:00.0
[    1.679365] i2c /dev entries driver
[    1.679582] ahci 0000:00:17.0: version 3.0
[    1.680066] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.680508] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds 
[    1.681022] Cannot find slot node of this ata_port.
[    1.686496] scsi host0: ahci
[    1.686734] ata1 : SATA max UDMA/133 abar m2048@0x5e513000 port 0x5e513100 irq 127
[    1.687525] NET: Registered protocol family 17
[    1.687780] Key type dns_resolver registered
[    1.688666] IPI shorthand broadcast: enabled
[    1.688930] sched_clock: Marking stable (1682885186, 6019632)->(1694020852, -5116034)
[    1.689466] registered taskstats version 1
[    1.689691] Loading compiled-in X.509 certificates
[    1.690024] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[    1.693171] redpill: loading out-of-tree module taints kernel.
[    1.693533] redpill: module verification failed: signature and/or required key missing - tainting kernel
[    1.702800] nvme nvme0: Shutdown timeout set to 8 seconds
[    1.708897] nvme nvme0: allocated 64 MiB host memory buffer.
[    1.735154] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    1.735586] printk: console [ttyS0] enabled
[    1.736039] printk: bootconsole [uart8250] disabled
[    1.739894] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[    1.740456] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[    1.741096] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[    1.741628] page_owner is disabled
[    1.741828] AppArmor: AppArmor sha1 policy hashing enabled
[    1.755505] nvme nvme0: 8/0/0 default/read/poll queues
[    1.762546]  nvme0n1: p1 p2 p3
[    1.999844] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.004852] ata1.00: ATA-9: CT240BX500SSD1,  M6CR013, max UDMA/133
[    2.005236] ata1.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.005639] ata1.00: SN:1901E16A7E62
[    2.015964] ata1.00: configured for UDMA/133
[    2.016240] Invalid parameter
[    2.016510] ata1.00: Find SSD disks. [CT240BX500SSD1]
[    2.018428] scsi 0:0:0:0: Direct-Access     ATA      CT240BX500SSD1           R013 PQ: 0 ANSI: 5
[    2.019258] sd 0:0:0:0: got sata disk[0]
[    2.019606] ata1.00: Enabling discard_zeroes_data
[    2.020001] sd 0:0:0:0: [sata1] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    2.020500] sd 0:0:0:0: [sata1] Write Protect is off
[    2.020833] sd 0:0:0:0: [sata1] Mode Sense: 00 3a 00 10
[    2.021200] sd 0:0:0:0: [sata1] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    2.022015] ata1.00: Enabling discard_zeroes_data
[    2.022605]  sata1: p1 p2
[    2.023255] ata1.00: Enabling discard_zeroes_data
[    2.023686] sd 0:0:0:0: [sata1] Attached SCSI disk
[    2.042257] Freeing unused kernel image (initmem) memory: 1344K
[    2.055028] Write protecting the kernel read-only data: 18432k
[    2.056033] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    2.056621] Freeing unused kernel image (rodata/data gap) memory: 344K
[    2.057023] rodata_test: all tests were successful
[    2.057323] Run /init as init process
[    2.057549]   with arguments:
[    2.057730]     /init
[    2.057875]     withefi
[    2.058027]     DiskIdxMap
[    2.058195]     sataboot2
[    2.058360]     SataPortMap
[    2.058533]   with environment:
[    2.058727]     HOME=/
[    2.058878]     TERM=linux
[    2.059049]     pid=0x5583
[    2.059217]     syno_port_thaw=1
[    2.059413]     SasIdxMap=0
[    2.059585]     vid=0x0781
[    2.059752]     HddHotplug=0
[    2.059930]     syno_hdd_detect=0
[    2.060132]     syno_hdd_powerup_seq=0
[    2.527798] random: crng init done
[    2.565124] ACPI: bus type USB registered
[    2.565370] usbcore: registered new interface driver usbfs
[    2.565671] usbcore: registered new interface driver hub
[    2.565972] usbcore: registered new device driver usb
[    2.577805] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.578099] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    2.579560] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009010
[    2.580076] xhci_hcd 0000:00:0d.0: cache line size of 64 is not supported
[    2.580704] hub 1-0:1.0: USB hub found
[    2.580920] hub 1-0:1.0: 1 port detected
[    2.581313] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.581616] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    2.582031] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.582437] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.583163] hub 2-0:1.0: USB hub found
[    2.583391] hub 2-0:1.0: 4 ports detected
[    2.583952] usb: port power management may be unreliable
[    2.584520] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.584822] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.586342] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009010
[    2.586853] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.587488] hub 3-0:1.0: USB hub found
[    2.587712] hub 3-0:1.0: 12 ports detected
[    2.588745] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.589053] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.589472] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.589911] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.590471] hub 4-0:1.0: USB hub found
[    2.590704] hub 4-0:1.0: 4 ports detected
[    2.847901] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    3.025067] usb 3-5: not running at top speed
[    3.432972] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    3.581250] usb 3-5: not running at top speed
[    3.829502] r8168 Gigabit Ethernet driver 8.052.01-NAPI loaded
[    3.846121] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    3.848763] r8168  Copyright (C) 2023 Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    3.989085] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    4.137251] usb 3-5: not running at top speed
[    4.545080] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    4.693239] usb 3-5: not running at top speed
[    5.058902] synobios open /dev/ttyS1 success
[    5.059142] Fail to get disk 1 led type
[    5.059351] Fail to get disk 2 led type
[    5.059558] Fail to get disk 3 led type
[    5.059765] Fail to get disk 4 led type
[    5.059979] Fail to get disk 5 led type
[    5.060187] Fail to get disk 6 led type
[    5.060395] Fail to get disk 7 led type
[    5.060602] Fail to get disk 8 led type
[    5.060810] Fail to get disk 9 led type
[    5.061022] Fail to get disk 10 led type
[    5.061233] Fail to get disk 11 led type
[    5.061445] Fail to get disk 12 led type
[    5.061854] 2023-11-23 1:48:40 UTC
[    5.062044] synobios: load, major number 201
[    5.062274] Brand: Synology
[    5.062427] Model: SA-6400
[    5.062577] synobios cpu_arch proc entry initialized
[    5.062847] synobios crypto_hw proc entry initialized
[    5.063118] synobios syno_platform proc entry initialized
[    5.066157] Module [epyc7002_synobios] is removed. 
[    5.066434] synobios: unload
[    5.100894] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    5.250106] usb 3-5: not running at top speed
[    5.658084] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    5.806273] usb 3-5: not running at top speed
[    5.945946] usb 3-7: new high-speed USB device number 3 using xhci_hcd
[    6.107229] Got empty serial number. Generate serial number from product.
[    6.245939] usb 3-9: new full-speed USB device number 4 using xhci_hcd
[    6.398176] Got empty serial number. Generate serial number from product.
[    6.536938] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[    6.686861] Got empty serial number. Generate serial number from product.
[   15.357224] md: md0 stopped.
[   15.358931] md/raid1:md0: active with 1 out of 4 mirrors
[   15.360400] md0: detected capacity change from 0 to 8589869056
[   15.425438] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   15.448709] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: prjquota,rootprjquota,barrier=1
[   15.452111] eth0: 0xffffc90000111000, 7c:8a:e1:8e:92:57, IRQ 139
[   17.375183] Module [r8168] is removed. 
[   17.419172] Module [pgdrv] is removed. 
[   18.211257] md: md1 stopped.
[   18.212249] md/raid1:md1: active with 1 out of 4 mirrors
[   18.212902] md1: detected capacity change from 0 to 2147418112
[   18.227952] Adding 2097084k swap on /dev/md1.  Priority:-2 extents:1 across:2097084k 
[   35.371479] md1: detected capacity change from 2147418112 to 0
[   35.371805] md: md1: set sata1p2 to syno_auto_remap [0]
[   35.372088] md: md1 stopped.
[   35.434723] synobios open /dev/ttyS1 success
[   35.434966] Fail to get disk 1 led type
[   35.435173] Fail to get disk 2 led type
[   35.435380] Fail to get disk 3 led type
[   35.435586] Fail to get disk 4 led type
[   35.435794] Fail to get disk 5 led type
[   35.436006] Fail to get disk 6 led type
[   35.436214] Fail to get disk 7 led type
[   35.436421] Fail to get disk 8 led type
[   35.436627] Fail to get disk 9 led type
[   35.436837] Fail to get disk 10 led type
[   35.437050] Fail to get disk 11 led type
[   35.437262] Fail to get disk 12 led type
[   35.437675] 2023-11-23 1:49:10 UTC
[   35.437867] synobios: load, major number 201
[   35.438097] Brand: Synology
[   35.438250] Model: SA-6400
[   35.438399] synobios cpu_arch proc entry initialized
[   35.438664] synobios crypto_hw proc entry initialized
[   35.438939] synobios syno_platform proc entry initialized
[   35.442006] Module [epyc7002_synobios] is removed. 
[   35.442282] synobios: unload
[   39.153181] Module [rp] is removed. 
[   39.337330] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   39.354142] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd), pid:(4947)
[   39.354143] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   39.354605] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   39.356221] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd), pid:(4947)
[   39.356662] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   39.357119] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   39.383751] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: prjquota,rootprjquota,barrier=1
[   40.114672] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd), pid:(4947)
[   40.114675] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   40.115180] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   40.191005] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[   40.193156] systemd[1]: Detected architecture x86-64.
[   40.193483] systemd[1]: Running with unpopulated /etc.
[   40.194056] systemd[1]: Set hostname to <SynologyNAS>.
[   40.194985] systemd[1]: Initializing machine ID from random generator.
[   40.241533] systemd[1]: Configuration file /usr/lib/systemd/system/acpid.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[   40.258052] systemd[1]: Populated /etc with preset unit settings.
[   40.414770] syno-pkg-generator: begin processing builtin package
[   40.415422] syno-pkg-generator: Load info, spk=[ActiveInsight-x86_64-2.2.2-23120.spk]
[   40.452664] syno-pkg-generator: Load info, spk=[BackupRestoreManager-x86_64-2.5.2-12461.spk]
[   40.471492] syno-pkg-generator: Load info, spk=[DhcpServer-x86_64-1.0.2-0046.spk]
[   40.479526] syno-pkg-generator: Load info, spk=[FileStation-x86_64-1.4.1-1559.spk]
[   40.501094] syno-pkg-generator: Load info, spk=[HighAvailability-x86_64-2.1.4-1581.spk]
[   40.522133] syno-pkg-generator: Load info, spk=[HybridShare-epyc7002-1.4.1-1512.spk]
[   40.538099] syno-pkg-generator: Load info, spk=[HyperBackup-ED-x86_64-1.0.0-3716.spk]
[   40.570218] syno-pkg-generator: Load info, spk=[OAuthService-x86_64-1.1.4-0101.spk]
[   40.575268] syno-pkg-generator: Load info, spk=[Python2-x86_64-2.7.18-1004.spk]
[   40.593864] syno-pkg-generator: Load info, spk=[QuickConnect-x86_64-1.0.4-0108.spk]
[   40.608145] syno-pkg-generator: Load info, spk=[SMBService-x86_64-4.15.13-0871.spk]
[   40.648068] syno-pkg-generator: Load info, spk=[ScsiTarget-x86_64-1.0.10-0314.spk]
[   40.665831] syno-pkg-generator: Load info, spk=[SecureSignIn-x86_64-1.1.4-0341.spk]
[   40.675674] syno-pkg-generator: Load info, spk=[StorageManager-epyc7002-1.0.0-0017.spk]
[   40.690815] syno-pkg-generator: Load info, spk=[SupportService-x86_64-1.1.0-21017.spk]
[   40.696094] syno-pkg-generator: Load info, spk=[SynologyUniversalSearch-x86_64-1.7.0-0704.spk]
[   40.721840] syno-pkg-generator: Load info, spk=[USBCopy-x86_64-2.2.1-1306.spk]
[   40.729458] syno-pkg-generator: Generate builtin pkg install units
[   40.735035] syno-pkg-generator: Generate builtin pkg startup units
[   41.017113] syno-pkg-generator: end processing builtin package
[   41.095557] systemd[1]: Configuration file /usr/lib/systemd/system/acpid.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[   41.107490] systemd[1]: Cannot add dependency job for unit syno-qlogic-rdma-modules-load.service, ignoring: Unit syno-qlogic-rdma-modules-load.service is masked.
[   41.108306] systemd[1]: Cannot add dependency job for unit syno-mlnx-rdma-modules-load.service, ignoring: Unit syno-mlnx-rdma-modules-load.service is masked.
[   41.128033] zram: Added device: zram0
[   41.128350] zram: Added device: zram1
[   41.128416] zram: Added device: zram2
[   41.128838] zram: Added device: zram3
[   41.136085] cryptd: max_cpu_qlen set to 1000
[   41.142566] systemd-journald[7756]: Received request to flush runtime journal from PID 1
[   41.144927] AVX2 version of gcm_enc/dec engaged.
[   41.145191] AES CTR mode by8 optimization enabled
[   41.151307] md: md1 stopped.
[   41.153312] md/raid1:md1: active with 1 out of 4 mirrors
[   41.153754] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[   41.155072] md1: detected capacity change from 0 to 2147418112
[   41.160200] flashcache_syno: flashcache-1.0-syno-v25-pin-file-2023-09-23-22:10-debug initialized
[   41.171107] NET: Registered protocol family 10
[   41.171487] Segment Routing with IPv6
[   41.173531] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[   41.189094] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   41.213799] Adding 2097084k swap on /dev/md1.  Priority:-2 extents:1 across:2097084k 
[   41.215159] zram0: detected capacity change from 0 to 2461007872
[   41.225860] Adding 2403324k swap on /dev/zram0.  Priority:1 extents:1 across:2403324k SS
[   41.227155] zram1: detected capacity change from 0 to 2461007872
[   41.238800] Adding 2403324k swap on /dev/zram1.  Priority:1 extents:1 across:2403324k SS
[   41.240072] zram2: detected capacity change from 0 to 2461007872
[   41.249911] Adding 2403324k swap on /dev/zram2.  Priority:1 extents:1 across:2403324k SS
[   41.251218] zram3: detected capacity change from 0 to 2461007872
[   41.260057] loop: module loaded
[   41.262827] Adding 2403324k swap on /dev/zram3.  Priority:1 extents:1 across:2403324k SS
[   41.265906] Intel(R) Gigabit Ethernet Linux Driver - version 5.4.6
[   41.266245] Copyright(c) 2007 - 2020 Intel Corporation.
[   41.272321] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.9.4
[   41.272691] Copyright(c) 1999 - 2020 Intel Corporation.
[   41.278202] r8168 Gigabit Ethernet driver 8.046.04-NAPI-DASH loaded
[   41.284677]  Reinit 1 8001 
[   41.284853]  Reinit 2 1 
[   41.295037]  Reinit 1 8001 
[   41.295211]  Reinit 2 1 
[   41.295873] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[   41.298488] r8168  Copyright (C) 2020  Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[   41.344920] qed_init called
[   41.345086] QLogic FastLinQ 4xxxx Core Module qed 8.59.6.0
[   41.345383] creating debugfs root node
[   41.349217] qede_init: QLogic FastLinQ 4xxxx Ethernet Driver qede 8.59.6.0
[   41.363671] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.715.8 ($DateTime: 2020/08/17 18:31:34 $)
[   41.364232] creating debugfs root node
[   41.403662] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   41.404592] ehci-pci: EHCI PCI platform driver
[   41.405666] uhci_hcd: USB Universal Host Controller Interface driver
[   41.417210] synobios open /dev/ttyS1 success
[   41.417447] Fail to get disk 1 led type
[   41.417654] Fail to get disk 2 led type
[   41.417862] Fail to get disk 3 led type
[   41.418070] Fail to get disk 4 led type
[   41.418276] Fail to get disk 5 led type
[   41.418478] Fail to get disk 6 led type
[   41.418685] Fail to get disk 7 led type
[   41.418887] Fail to get disk 8 led type
[   41.419097] Fail to get disk 9 led type
[   41.419302] Fail to get disk 10 led type
[   41.419510] Fail to get disk 11 led type
[   41.419718] Fail to get disk 12 led type
[   41.420058] 2023-11-23 1:49:16 UTC
[   41.420238] synobios: load, major number 201
[   41.420475] Brand: Synology
[   41.420626] Model: SA-6400
[   41.420769] synobios cpu_arch proc entry initialized
[   41.421038] synobios crypto_hw proc entry initialized
[   41.421302] synobios syno_platform proc entry initialized
[   41.442321] usb-storage 3-5:1.0: USB Mass Storage device detected
[   41.442753] scsi host1: usb-storage 3-5:1.0
[   41.443067] usbcore: registered new interface driver usb-storage
[   41.444674] usbcore: registered new interface driver uas
[   41.790005] eth0: 0xffffc90000141000, 00:11:32:c7:f4:be, IRQ 139
[   41.796117]  Reinit 1 8001 
[   41.796291]  Reinit 2 1 
[   41.806483]  Reinit 1 8001 
[   41.806667]  Reinit 2 1 
[   41.824980]  Reinit 1 8001 
[   41.825151]  Reinit 2 1 
[   41.974670] 8021q: 802.1Q VLAN Support v1.8
[   42.415199] Module [adt7475] is removed. 
[   42.432000] Module [hwmon_vid] is removed. 
[   42.498608] scsi 1:0:0:0: Direct-Access     SanDisk  Ultra Fit                1.00 PQ: 0 ANSI: 6
[   42.499267] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   42.499587] sd 1:0:0:0: [synoboot] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB)
[   42.501664] sd 1:0:0:0: [synoboot] Write Protect is off
[   42.501963] sd 1:0:0:0: [synoboot] Mode Sense: 43 00 00 00
[   42.502626] sd 1:0:0:0: [synoboot] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   42.518964]  synoboot: synoboot1 synoboot2 synoboot3
[   42.520865] sd 1:0:0:0: [synoboot] Attached SCSI removable disk
[   42.545553] ext2: synoboot2 mounted, process=synoencvolume
[   42.547598] ext4: synoboot2 mounted, process=synoencvolume
[   42.553184] vfat: synoboot2 mounted, process=synoencvolume
[   42.589590] FAT-fs (synoboot2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   42.591398] synoboot2 unmounted, process=synoencvolume
[   43.021791] raid6: avx512x4 gen() 57465 MB/s
[   43.038802] raid6: avx512x4 xor() 17066 MB/s
[   43.055798] raid6: avx512x2 gen() 62430 MB/s
[   43.072876] raid6: avx512x2 xor() 37980 MB/s
[   43.089874] raid6: avx512x1 gen() 61643 MB/s
[   43.106873] raid6: avx512x1 xor() 36375 MB/s
[   43.123878] raid6: avx2x4   gen() 50022 MB/s
[   43.140879] raid6: avx2x4   xor() 19525 MB/s
[   43.157878] raid6: avx2x2   gen() 51638 MB/s
[   43.174878] raid6: avx2x2   xor() 29991 MB/s
[   43.191878] raid6: avx2x1   gen() 40183 MB/s
[   43.208875] raid6: avx2x1   xor() 23823 MB/s
[   43.225878] raid6: sse2x4   gen() 13734 MB/s
[   43.242876] raid6: sse2x4   xor()  7185 MB/s
[   43.259876] raid6: sse2x2   gen() 14355 MB/s
[   43.276876] raid6: sse2x2   xor()  9233 MB/s
[   43.293875] raid6: sse2x1   gen() 13423 MB/s
[   43.310874] raid6: sse2x1   xor()  7491 MB/s
[   43.311116] raid6: using algorithm avx512x2 gen() 62430 MB/s
[   43.311418] raid6: .... xor() 37980 MB/s, rmw enabled
[   43.311688] raid6: using avx512x2 recovery algorithm
[   43.312792] xor: automatically using best checksumming function   avx       
[   43.339209] Btrfs loaded, crc32c=crc32c-intel
[   44.448652] Module [adt7475] is removed. 
[   44.456140] Module [hwmon_vid] is removed. 
[   44.583151] ata1.00: configured for UDMA/133
[   44.583422] ata1 : EH complete
[   44.583606] Invalid parameter
[   44.583876] ata1.00: Enabling discard_zeroes_data
[   44.618921] Invalid parameter
[   45.957298]  Reinit 1 8001 
[   45.957519]  Reinit 2 1 
[   45.964898] r8168: eth0: link up 1 Gbps
[   46.444101] capability: warning: `nginx' uses 32-bit capabilities (legacy support in use)
[   46.482957] Module [adt7475] is removed. 
[   46.500887] Module [hwmon_vid] is removed. 
[   49.436892] ext2: synoboot2 mounted, process=synopkicompatsy
[   49.438594] ext4: synoboot2 mounted, process=synopkicompatsy
[   49.439969] vfat: synoboot2 mounted, process=synopkicompatsy
[   49.471244] FAT-fs (synoboot2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   49.485295] synoboot2 unmounted, process=synopkicompatsy
[   49.523681] ext2: synoboot2 mounted, process=synopkicompatsy
[   49.525347] ext4: synoboot2 mounted, process=synopkicompatsy
[   49.526278] vfat: synoboot2 mounted, process=synopkicompatsy
[   49.542896] FAT-fs (synoboot2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   49.589954] synoboot2 unmounted, process=synopkicompatsy
[   49.748581] iSCSI:target_core_rodsp_server.c:1008:rodsp_server_init RODSP server started, login_key(22e1b0466126).
[   49.788425] syno_extent_pool: module license 'Proprietary' taints kernel.
[   49.788778] Disabling lock debugging due to kernel taint
[   49.790539] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[   49.829332] iSCSI:target_core_device.c:593:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[   49.829958] iSCSI:target_core_configfs.c:6124:target_init_dbroot db_root: cannot open: /etc/target
[   49.830590] iSCSI:target_core_lunbackup.c:367:init_io_buffer_head 2048 buffers allocated, total 8388608 bytes successfully
[   49.904776] iSCSI:target_core_file.c:128:fd_attach_hba RODSP plugin for fileio is enabled.
[   49.905194] iSCSI:target_core_file.c:136:fd_attach_hba ODX Token Manager is enabled.
[   49.905578] iSCSI:target_core_multi_file.c:126:fd_attach_hba RODSP plugin for multifile is enabled.
[   49.906024] iSCSI:target_core_multi_file.c:134:fd_attach_hba ODX Token Manager is enabled.
[   49.906435] iSCSI:target_core_ep.c:782:ep_attach_hba RODSP plugin for epio is enabled.
[   49.906824] iSCSI:target_core_ep.c:789:ep_attach_hba ODX Token Manager is enabled.
[   50.207215] iSCSI:qla_dbg.c:2572:ql_log qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 10.02.00.103-k.
[   50.409784] ext2: synoboot1 mounted, process=syno_bios_log_c
[   50.415214] ext4: synoboot1 mounted, process=syno_bios_log_c
[   50.416659] vfat: synoboot1 mounted, process=syno_bios_log_c
[   50.449917] FAT-fs (synoboot1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   50.452577] synoboot1 unmounted, process=syno_bios_log_c
[   52.246771] findhostd uses obsolete (PF_INET,SOCK_PACKET)
[   53.782136] fuse: init (API version 7.32)
[  430.287517] md/raid1:md2: active with 1 out of 1 mirrors
[  430.288234] md2: detected capacity change from 0 to 229072961536
[  430.599405] flashcache_syno: /dev/vg1/volume_1 exclude check success
[  430.687526] BTRFS: device label 2023.11.23-01:55:45 v69057 devid 1 transid 3 /dev/mapper/cachedev_0 scanned by mkfs.btrfs (24756)
[  430.704724] BTRFS info (device dm-2): using free space tree
[  430.705033] BTRFS info (device dm-2): using block group cache tree
[  430.705368] BTRFS info (device dm-2): has skinny extents
[  430.705663] BTRFS info (device dm-2): flagging fs with big metadata feature
[  430.708399] BTRFS info (device dm-2): enabling ssd optimizations
[  430.708752] BTRFS info (device dm-2): root of syno feature tree is null
[  430.709362] BTRFS info (device dm-2): creating free space tree
[  430.709813] BTRFS info (device dm-2): setting compat-ro feature flag for FREE_SPACE_TREE (0x1)
[  430.711711] BTRFS info (device dm-2): cleaning free space cache v1
[  430.713248] BTRFS info (device dm-2): creating UUID tree
[  430.715263] BTRFS info (device dm-2): setting compat feature flag for BLOCK_GROUP_CACHE_TREE (0x4000000000000000)
[  430.722384] BTRFS info (device dm-2): setting incompat feature flag for DEFAULT_SUBVOL (0x2)
[  430.818613] SYNO.Storage.CG (24434): drop_caches: 3
[  430.871067] BTRFS info (device dm-2): enabling auto syno reclaim space
[  430.871486] BTRFS info (device dm-2): enabling ssd optimizations
[  430.871851] BTRFS info (device dm-2): using free space tree
[  430.872184] BTRFS info (device dm-2): using block group cache tree
[  430.872561] BTRFS info (device dm-2): has skinny extents
[  430.877094] BTRFS info (device dm-2): root of syno feature tree is null
[  431.384499] The mempool could be used by other devices
[  431.423343] Synotify use 16384 event queue size
[  431.423630] Synotify use 16384 event queue size
[  431.621356] BTRFS info (device dm-2): using free space tree
[  431.621668] BTRFS info (device dm-2): using block group cache tree
[  578.518466] audit: type=1400 audit(1700704692.940:2): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/volume*/@appstore/CodecPack/usr/bin/synoame-bin-auto-install-needed-codec" name="/tmp/bootmnt/" pid=29009 comm="synoame-bin-aut" fstype="ext2" srcname="/dev/synoboot2" flags="rw, silent"
[  578.520004] audit: type=1400 audit(1700704692.940:3): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/volume*/@appstore/CodecPack/usr/bin/synoame-bin-auto-install-needed-codec" name="/tmp/bootmnt/" pid=29009 comm="synoame-bin-aut" fstype="ext4" srcname="/dev/synoboot2" flags="rw, silent"
[  578.521511] audit: type=1400 audit(1700704692.940:4): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/volume*/@appstore/CodecPack/usr/bin/synoame-bin-auto-install-needed-codec" name="/tmp/bootmnt/" pid=29009 comm="synoame-bin-aut" fstype="vfat" srcname="/dev/synoboot2" flags="rw, silent"
[  585.887906] audit: type=1400 audit(1700704700.310:5): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/usr/syno/sbin/synoscgi//SYNO.AME.License" name="/tmp/bootmnt/" pid=29346 comm="SYNO.AME.Licens" fstype="ext2" srcname="/dev/synoboot2" flags="rw, silent"
[  585.889291] audit: type=1400 audit(1700704700.310:6): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/usr/syno/sbin/synoscgi//SYNO.AME.License" name="/tmp/bootmnt/" pid=29346 comm="SYNO.AME.Licens" fstype="ext4" srcname="/dev/synoboot2" flags="rw, silent"
[  585.890667] audit: type=1400 audit(1700704700.310:7): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/usr/syno/sbin/synoscgi//SYNO.AME.License" name="/tmp/bootmnt/" pid=29346 comm="SYNO.AME.Licens" fstype="vfat" srcname="/dev/synoboot2" flags="rw, silent"

 

This is the result of installing SA6400-69057 on an Intel I5-1136G7 laptop.
There is no kernel panic.
The /dev/dri directory is not visible yet.
I will proceed with more detailed settings related to transcoding.

Link to comment
Share on other sites

43 minutes ago, Peter Suh said:
[    0.091203] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.091509] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.091814] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.092119] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.092425] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.092730] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.093035] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.093341] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.093646] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.093952] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.094289] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.094649] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.094977] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.095319] ACPI: IRQ0 used by override.
[    0.095522] ACPI: IRQ9 used by override.
[    0.095725] Using ACPI (MADT) for SMP configuration information
[    0.096031] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.096298] TSC deadline timer available
[    0.096502] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.096768] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.097165] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.097556] PM: hibernation: Registered nosave memory: [mem 0x39f99000-0x3a898fff]
[    0.097947] PM: hibernation: Registered nosave memory: [mem 0x434af000-0x452fefff]
[    0.098338] PM: hibernation: Registered nosave memory: [mem 0x452ff000-0x45b2efff]
[    0.098729] PM: hibernation: Registered nosave memory: [mem 0x45b2f000-0x45bfefff]
[    0.099120] PM: hibernation: Registered nosave memory: [mem 0x45c00000-0x49ffffff]
[    0.099510] PM: hibernation: Registered nosave memory: [mem 0x4a000000-0x4a1fffff]
[    0.099901] PM: hibernation: Registered nosave memory: [mem 0x4a200000-0x4a3fffff]
[    0.100291] PM: hibernation: Registered nosave memory: [mem 0x4a400000-0x4affffff]
[    0.100682] PM: hibernation: Registered nosave memory: [mem 0x4b000000-0x503fffff]
[    0.101073] PM: hibernation: Registered nosave memory: [mem 0x50400000-0xfe00ffff]
[    0.101463] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.101855] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
[    0.102248] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.102638] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
[    0.103029] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.103420] [mem 0x50400000-0xfe00ffff] available for PCI devices
[    0.103737] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.106862] setup_percpu: NR_CPUS:24 nr_cpumask_bits:24 nr_cpu_ids:8 nr_node_ids:1
[    0.107380] percpu: Embedded 53 pages/cpu s176664 r8192 d32232 u262144
[    0.107723] pcpu-alloc: s176664 r8192 d32232 u262144 alloc=1*2097152
[    0.108052] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.108286] Built 1 zonelists, mobility grouping on.  Total pages: 4074138
[    0.108645] Policy zone: Normal
[    0.108808] Kernel command line: withefi earlyprintk syno_hw_version=SA6400 console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 SasIdxMap=0 mac2=94DE806D73B4 mac1=001132C7F4BE sn=1980PDN028952 SMBusHddDynamicPower=0 vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap syno_hdd_detect=0 vender_format_version=2 sataboot2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8 
[    0.111059] Synology Hardware Version: SA6400
[    0.111292] Internal netif num: 2
[    0.111481] Mac2: 94DE806D73B4
[    0.111644] Mac1: 001132C7F4BE
[    0.111803] Serial Number: 1980PDN028952
[    0.112012] Kernel parameter elevator= does not have any effect anymore.
               Please use sysfs to set IO scheduler for individual devices.
[    0.112716] Vender format version: 2
[    0.113400] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.114044] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.114507] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.139885] Memory: 15942936K/16555320K available (10248K kernel code, 4829K rwdata, 5800K rodata, 1344K init, 10984K bss, 612128K reserved, 0K cma-reserved)
[    0.140645] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.140987] ftrace: allocating 32589 entries in 128 pages
[    0.148606] ftrace: allocated 128 pages with 1 groups
[    0.148928] rcu: Hierarchical RCU implementation.
[    0.149174] rcu:     RCU restricting CPUs from NR_CPUS=24 to nr_cpu_ids=8.
[    0.149515]  Rude variant of Tasks RCU enabled.
[    0.149749]  Tracing variant of Tasks RCU enabled.
[    0.149996] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.150391] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.153104] NR_IRQS: 4352, nr_irqs: 2048, preallocated irqs: 16
[    0.153862] Console: colour dummy device 80x25
[    0.154101] ACPI: Core revision 20200925
[    0.154670] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.155235] APIC: Switch to symmetric I/O mode setup
[    0.155492] DMAR: Host address width 39
[    0.155690] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.155966] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.156438] DMAR: DRHD base: 0x000000fed84000 flags: 0x0
[    0.156715] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.157124] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.157438] DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.157847] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[    0.158171] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
[    0.158536] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.158814] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.160997] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.161283] x2apic enabled
[    0.161484] Switched APIC routing to cluster x2apic.
[    0.166436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.171205] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[    0.171785] Calibrating delay loop (skipped), value calculated using timer frequency.. 4838.40 BogoMIPS (lpj=2419200)
[    0.172785] pid_max: default: 32768 minimum: 301
[    0.173040] LSM: Security Framework initializing
[    0.173299] AppArmor: AppArmor initialized
[    0.173542] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.173805] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.174362] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.174815] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.175148] process: using mwait in idle threads
[    0.175390] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.175785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.176092] Speculative Store Bypass: Vulnerable
[    0.176439] Freeing SMP alternatives memory: 32K
[    0.176839] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[    0.177434] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.177786] ... version:                5
[    0.177992] ... bit width:              48
[    0.178203] ... generic registers:      8
[    0.178410] ... value mask:             0000ffffffffffff
[    0.178684] ... max period:             00007fffffffffff
[    0.178785] ... fixed-purpose events:   4
[    0.178992] ... event mask:             0001000f000000ff
[    0.179323] rcu: Hierarchical SRCU implementation.
[    0.179942] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.180348] smp: Bringing up secondary CPUs ...
[    0.180622] x86: Booting SMP configuration:
[    0.180786] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.186163] smp: Brought up 1 node, 8 CPUs
[    0.186293] smpboot: Max logical packages: 1
[    0.186786] smpboot: Total of 8 processors activated (38707.20 BogoMIPS)
[    0.188006] devtmpfs: initialized
[    0.188042] random: get_random_u32 called from bucket_table_alloc.isra.0+0x6e/0x160 with crng_init=0
[    0.188050] PM: Registering ACPI NVS region [mem 0x452ff000-0x45b2efff] (8585216 bytes)
[    0.189284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.189789] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.190182] pinctrl core: initialized pinctrl subsystem
[    0.190569] NET: Registered protocol family 16
[    0.190835] audit: initializing netlink subsys (disabled)
[    0.191120] audit: type=2000 audit(1700704115.031:1): state=initialized audit_enabled=0 res=1
[    0.191120] thermal_sys: Registered thermal governor 'step_wise'
[    0.191265] cpuidle: using governor ladder
[    0.191999] cpuidle: using governor menu
[    0.192214] ACPI: bus type PCI registered
[    0.192214] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.192828] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.193309] PCI: not using MMCONFIG
[    0.193492] PCI: Using configuration type 1 for base access
[    0.194802] Kprobes globally optimized
[    0.195006] ACPI: Added _OSI(Module Device)
[    0.195018] ACPI: Added _OSI(Processor Device)
[    0.195018] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.195032] ACPI: Added _OSI(Processor Aggregator Device)
[    0.195311] ACPI: Added _OSI(Linux-Dell-Video)
[    0.195541] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.195785] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.236734] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.237786] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.238228] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.238607] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.238785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.239225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.239604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.240785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.241226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.241604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.241785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.242226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.242605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.243785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.244228] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.244607] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.244785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.245226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.245605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.246785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.247225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.247604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.247785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.248226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.248604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.249785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.250225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.250604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.250785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.251226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.251690] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.252785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.253225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.253604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.253785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.254226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.254604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.255785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.256225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.256604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.256785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.257226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.257650] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.258785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.259225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.259603] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.259785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.260226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.260604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.260785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.261225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.261604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.262785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.263226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.263605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.263785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.264225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.264603] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.265785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.266225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.266604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.266785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.267227] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.267604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.268785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.269225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.269607] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.269785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.270226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.270607] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.271785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.272225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.272687] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.272785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.273227] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.273605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.274785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.275225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.275687] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.275785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.276226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.276603] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.277785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.278226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.278689] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.278785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.279226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.279604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.280785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.281225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.281605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.281785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.282226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.282605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.283785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.284226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.284605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.284785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.285226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.285603] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.286785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.287226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.287605] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.287785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.288227] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.288606] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.288785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.289226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.289604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.290785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.291226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.291604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.291785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.292225] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.292604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.293785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.294226] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.294604] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.294785] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.295228] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.296179] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPD0], AE_NOT_FOUND (20200925/dswload2-162)
[    0.296741] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200925/psobject-220)
[    0.297785] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.298175] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C0.TPL1], AE_NOT_FOUND (20200925/dswload2-162)
[    0.298738] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200925/psobject-220)
[    0.298785] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.299590] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0], AE_NOT_FOUND (20200925/dswload2-162)
[    0.299785] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200925/psobject-220)
[    0.300205] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.300788] ACPI: 19 ACPI AML tables successfully acquired and loaded
[    0.301697] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20200925/dspkginit-438)
[    0.302787] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20200925/dspkginit-438)
[    0.303394] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20200925/dspkginit-438)
[    0.303793] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20200925/dspkginit-438)
[    0.309803] ACPI: Dynamic OEM Table Load:
[    0.310026] ACPI: SSDT 0xFFFF88810104B000 0001C6 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
[    0.311210] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.313331] ACPI: Dynamic OEM Table Load:
[    0.313551] ACPI: SSDT 0xFFFF888101542C00 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.314721] ACPI: Dynamic OEM Table Load:
[    0.314789] ACPI: SSDT 0xFFFF888100CCD000 0005C3 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.316203] ACPI: Dynamic OEM Table Load:
[    0.316422] ACPI: SSDT 0xFFFF888101543000 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.317806] ACPI: Dynamic OEM Table Load:
[    0.318028] ACPI: SSDT 0xFFFF8881010E4000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.319482] ACPI: Dynamic OEM Table Load:
[    0.319697] ACPI: SSDT 0xFFFF888100CCE800 00048A (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.321753] ACPI: Dynamic OEM Table Load:
[    0.321789] ACPI: SSDT 0xFFFF888100CCF000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20160422)
[    0.323193] ACPI: Dynamic OEM Table Load:
[    0.323413] ACPI: SSDT 0xFFFF888100CCF800 00048A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.327502] ACPI: EC: EC started
[    0.327678] ACPI: EC: interrupt blocked
[    0.328164] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.328428] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.328785] ACPI: Interpreter enabled
[    0.328986] ACPI: (supports S0 S4 S5)
[    0.329179] ACPI: Using IOAPIC for interrupt routing
[    0.329462] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.332261] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in ACPI motherboard resources
[    0.332728] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.335432] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.338715] ACPI: Power Resource [BTPR] (on)
[    0.339406] ACPI: Power Resource [PAUD] (on)
[    0.345820] ACPI: Power Resource [V0PR] (on)
[    0.346129] ACPI: Power Resource [V1PR] (on)
[    0.346427] ACPI: Power Resource [V2PR] (on)
[    0.348250] ACPI: Power Resource [PXTC] (on)
[    0.348666] ACPI: Power Resource [PTPL] (on)
[    0.349149] ACPI: Power Resource [PXTC] (on)
[    0.349814] ACPI: Power Resource [PXTC] (on)
[    0.351989] ACPI: Power Resource [WRST] (on)
[    0.357430] ACPI: Power Resource [TBT0] (on)
[    0.357791] ACPI: Power Resource [TBT1] (on)
[    0.357816] ACPI: Power Resource [D3C] (on)
[    0.473844] ACPI: Power Resource [FN00] (off)
[    0.474231] ACPI: Power Resource [FN01] (off)
[    0.474804] ACPI: Power Resource [FN02] (off)
[    0.474892] ACPI: Power Resource [FN03] (off)
[    0.475242] ACPI: Power Resource [FN04] (off)
[    0.476805] ACPI: Power Resource [PIN] (off)
[    0.477213] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.477578] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.480612] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.484019] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    0.486076] PCI host bridge to bus 0000:00
[    0.486293] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.486651] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.486785] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.487181] pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
[    0.487567] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.487785] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.488095] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
[    0.489794] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
[    0.489794] pci 0000:00:02.0: reg 0x10: [mem 0x601c000000-0x601cffffff 64bit]
[    0.489794] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.490182] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.490483] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.490809] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.491167] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.491673] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.492785] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.493927] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.494257] pci 0000:00:04.0: reg 0x10: [mem 0x601d140000-0x601d15ffff 64bit]
[    0.495309] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
[    0.495688] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.496454] pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400
[    0.497384] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.497724] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.497911] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
[    0.498239] pci 0000:00:0d.0: reg 0x10: [mem 0x601d160000-0x601d16ffff 64bit]
[    0.498666] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.499417] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
[    0.499745] pci 0000:00:0d.2: reg 0x10: [mem 0x601d100000-0x601d13ffff 64bit]
[    0.500792] pci 0000:00:0d.2: reg 0x18: [mem 0x601d181000-0x601d181fff 64bit]
[    0.501203] pci 0000:00:0d.2: supports D1 D2
[    0.501427] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.502413] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
[    0.502746] pci 0000:00:14.0: reg 0x10: [mem 0x5e500000-0x5e50ffff 64bit]
[    0.502873] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.503819] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
[    0.504152] pci 0000:00:14.2: reg 0x10: [mem 0x601d178000-0x601d17bfff 64bit]
[    0.504535] pci 0000:00:14.2: reg 0x18: [mem 0x601d180000-0x601d180fff 64bit]
[    0.505453] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
[    0.505807] pci 0000:00:14.3: reg 0x10: [mem 0x601d174000-0x601d177fff 64bit]
[    0.506330] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.507343] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
[    0.507723] pci 0000:00:15.0: reg 0x10: [mem 0x4010000000-0x4010000fff 64bit]
[    0.508805] pci 0000:00:15.3: [8086:a0eb] type 00 class 0x0c8000
[    0.508898] pci 0000:00:15.3: reg 0x10: [mem 0x4010001000-0x4010001fff 64bit]
[    0.510065] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
[    0.510405] pci 0000:00:16.0: reg 0x10: [mem 0x601d17d000-0x601d17dfff 64bit]
[    0.510861] pci 0000:00:16.0: PME# supported from D3hot
[    0.511789] pci 0000:00:17.0: [8086:a0d3] type 00 class 0x010601
[    0.512121] pci 0000:00:17.0: reg 0x10: [mem 0x5e510000-0x5e511fff]
[    0.512453] pci 0000:00:17.0: reg 0x14: [mem 0x5e514000-0x5e5140ff]
[    0.512787] pci 0000:00:17.0: reg 0x18: [io  0x4080-0x4087]
[    0.513083] pci 0000:00:17.0: reg 0x1c: [io  0x4088-0x408b]
[    0.513380] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    0.513675] pci 0000:00:17.0: reg 0x24: [mem 0x5e513000-0x5e5137ff]
[    0.514833] pci 0000:00:17.0: PME# supported from D3hot
[    0.515797] pci 0000:00:1d.0: [8086:a0b0] type 01 class 0x060400
[    0.515884] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.516859] pci 0000:00:1d.1: [8086:a0b1] type 01 class 0x060400
[    0.517275] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[    0.518280] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
[    0.519318] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040100
[    0.519669] pci 0000:00:1f.3: reg 0x10: [mem 0x601d170000-0x601d173fff 64bit]
[    0.519839] pci 0000:00:1f.3: reg 0x20: [mem 0x601d000000-0x601d0fffff 64bit]
[    0.520313] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.521268] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
[    0.521605] pci 0000:00:1f.4: reg 0x10: [mem 0x601d17c000-0x601d17c0ff 64bit]
[    0.521814] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.522788] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
[    0.523803] pci 0000:00:1f.5: reg 0x10: [mem 0x50400000-0x50400fff]
[    0.524813] pci 0000:01:00.0: [144d:a809] type 00 class 0x010802
[    0.525141] pci 0000:01:00.0: reg 0x10: [mem 0x5e400000-0x5e403fff 64bit]
[    0.525685] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.525787] pci 0000:00:06.0:   bridge window [mem 0x5e400000-0x5e4fffff]
[    0.526170] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.526446] pci 0000:00:07.0:   bridge window [io  0x5000-0x5fff]
[    0.526762] pci 0000:00:07.0:   bridge window [mem 0x52000000-0x5e1fffff]
[    0.526789] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.527272] pci 0000:2c:00.0: [10ec:8168] type 00 class 0x020000
[    0.527604] pci 0000:2c:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.527815] pci 0000:2c:00.0: reg 0x18: [mem 0x5e304000-0x5e304fff 64bit]
[    0.528183] pci 0000:2c:00.0: reg 0x20: [mem 0x5e300000-0x5e303fff 64bit]
[    0.528655] pci 0000:2c:00.0: supports D1 D2
[    0.528785] pci 0000:2c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.529797] pci 0000:00:1d.0: PCI bridge to [bus 2c]
[    0.529797] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.529797] pci 0000:00:1d.0:   bridge window [mem 0x5e300000-0x5e3fffff]
[    0.531816] pci 0000:2d:00.0: [1217:8621] type 00 class 0x080501
[    0.532152] pci 0000:2d:00.0: reg 0x10: [mem 0x5e201000-0x5e201fff]
[    0.532484] pci 0000:2d:00.0: reg 0x14: [mem 0x5e200000-0x5e2007ff]
[    0.533925] pci 0000:2d:00.0: PME# supported from D3hot D3cold
[    0.537839] pci 0000:00:1d.1: PCI bridge to [bus 2d]
[    0.538105] pci 0000:00:1d.1:   bridge window [mem 0x5e200000-0x5e2fffff]
[    0.541824] ACPI: EC: interrupt unblocked
[    0.541824] ACPI: EC: event unblocked
[    0.541990] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.542251] ACPI: EC: GPE=0x6e
[    0.542409] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.542773] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.543842] iommu: Default domain type: Passthrough (set via kernel command line)
[    0.544238] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.544238] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.544788] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.545084] vgaarb: loaded
[    0.545259] SCSI subsystem initialized
[    0.545793] libata version 3.00 loaded.
[    0.546007] pps_core: LinuxPPS API ver. 1 registered
[    0.546007] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.546261] PTP clock support registered
[    0.546813] EDAC MC: Ver: 3.0.0
[    0.546958] PCI: Using ACPI for IRQ routing
[    0.567450] PCI: pci_cache_line_size set to 64 bytes
[    0.567947] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.568259] e820: reserve RAM buffer [mem 0x39f99000-0x3bffffff]
[    0.568571] e820: reserve RAM buffer [mem 0x434af000-0x43ffffff]
[    0.568785] e820: reserve RAM buffer [mem 0x45c00000-0x47ffffff]
[    0.569097] e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
[    0.569797] clocksource: Switched to clocksource tsc-early
[    0.576870] VFS: Disk quotas dquot_6.6.0
[    0.577090] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.577494] AppArmor: AppArmor Filesystem Enabled
[    0.577766] pnp: PnP ACPI init
[    0.578061] system 00:00: [io  0x0700-0x073f] has been reserved
[    0.578371] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.578684] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.579065] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.579462] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.579776] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.580187] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.580936] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.581600] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.581949] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.582293] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.582637] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.583002] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.583364] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.583725] system 00:04: [mem 0xfe0b0000-0xfe0b0fff] has been reserved
[    0.584072] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.584420] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.585326] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.585656] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.586020] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.586366] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.586709] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.587055] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.587399] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.587743] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.588089] system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.588433] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.588781] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.589298] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.589611] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.590080] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.590557] pnp: PnP ACPI: found 8 devices
[    0.596053] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.596547] NET: Registered protocol family 2
[    0.596933] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.598344] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.598817] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.599328] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.599800] TCP: Hash tables configured (established 131072 bind 65536)
[    0.600162] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.600536] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.600953] NET: Registered protocol family 1
[    0.601192] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.601616] pci 0000:00:02.0: BAR 7: assigned [mem 0x4011000000-0x4017ffffff 64bit]
[    0.602014] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.602272] pci 0000:00:06.0:   bridge window [mem 0x5e400000-0x5e4fffff]
[    0.602625] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.602897] pci 0000:00:07.0:   bridge window [io  0x5000-0x5fff]
[    0.603215] pci 0000:00:07.0:   bridge window [mem 0x52000000-0x5e1fffff]
[    0.603567] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.603990] pci 0000:00:1d.0: PCI bridge to [bus 2c]
[    0.604248] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.604565] pci 0000:00:1d.0:   bridge window [mem 0x5e300000-0x5e3fffff]
[    0.604923] pci 0000:00:1d.1: PCI bridge to [bus 2d]
[    0.605184] pci 0000:00:1d.1:   bridge window [mem 0x5e200000-0x5e2fffff]
[    0.605540] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.605861] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.606181] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.606536] pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
[    0.606893] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.607265] pci_bus 0000:01: resource 1 [mem 0x5e400000-0x5e4fffff]
[    0.607589] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.607878] pci_bus 0000:02: resource 1 [mem 0x52000000-0x5e1fffff]
[    0.608201] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.608593] pci_bus 0000:2c: resource 0 [io  0x3000-0x3fff]
[    0.608881] pci_bus 0000:2c: resource 1 [mem 0x5e300000-0x5e3fffff]
[    0.609208] pci_bus 0000:2d: resource 1 [mem 0x5e200000-0x5e2fffff]
[    0.609624] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.610406] PCI: CLS 64 bytes, default 64
[    1.445477] Trying to unpack rootfs image as initramfs...
[    1.464216] Freeing initrd memory: 73260K
[    1.464454] DMAR: No ATSR found
[    1.464652] DMAR: dmar1: Using Queued invalidation
[    1.464907] DMAR: dmar0: Using Queued invalidation
[    1.465155] DMAR: Translation was enabled for dmar0 but we are not in kdump mode
[    1.465537] DMAR: dmar2: Using Queued invalidation
[    1.465925] pci 0000:00:00.0: Adding to iommu group 0
[    1.466193] pci 0000:00:02.0: Adding to iommu group 1
[    1.466459] pci 0000:00:04.0: Adding to iommu group 2
[    1.466727] pci 0000:00:06.0: Adding to iommu group 3
[    1.467004] pci 0000:00:07.0: Adding to iommu group 4
[    1.467273] pci 0000:00:0d.0: Adding to iommu group 5
[    1.467545] pci 0000:00:0d.2: Adding to iommu group 5
[    1.467816] pci 0000:00:14.0: Adding to iommu group 6
[    1.468088] pci 0000:00:14.2: Adding to iommu group 6
[    1.468353] pci 0000:00:14.3: Adding to iommu group 7
[    1.468622] pci 0000:00:15.0: Adding to iommu group 8
[    1.468896] pci 0000:00:15.3: Adding to iommu group 8
[    1.469164] pci 0000:00:16.0: Adding to iommu group 9
[    1.469430] pci 0000:00:17.0: Adding to iommu group 10
[    1.469701] pci 0000:00:1d.0: Adding to iommu group 11
[    1.469975] pci 0000:00:1d.1: Adding to iommu group 12
[    1.470251] pci 0000:00:1f.0: Adding to iommu group 13
[    1.470526] pci 0000:00:1f.3: Adding to iommu group 13
[    1.470798] pci 0000:00:1f.4: Adding to iommu group 13
[    1.471068] pci 0000:00:1f.5: Adding to iommu group 13
[    1.471338] pci 0000:01:00.0: Adding to iommu group 14
[    1.471609] pci 0000:2c:00.0: Adding to iommu group 15
[    1.471882] pci 0000:2d:00.0: Adding to iommu group 16
[    1.472172] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    1.472507] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.472842] software IO TLB: mapped [mem 0x000000003f4af000-0x00000000434af000] (64MB)
[    1.473297] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[    1.473937] caller tgl_uncore_imc_freerunning_init_box+0xa2/0xe0 mapping multiple BARs
[    1.474455] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[    1.474993] clocksource: Switched to clocksource tsc
[    1.476123] Initialise system trusted keyrings
[    1.478759] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.480602] Key type asymmetric registered
[    1.480839] Asymmetric key parser 'x509' registered
[    1.481128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.481533] io scheduler mq-deadline registered
[    1.481782] io scheduler kyber registered
[    1.482039] io scheduler bfq registered
[    1.482664] pcieport 0000:00:06.0: PME: Signaling with IRQ 123
[    1.483221] pcieport 0000:00:07.0: PME: Signaling with IRQ 124
[    1.483560] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.486550] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    1.487161] pcieport 0000:00:1d.1: PME: Signaling with IRQ 126
[    1.487851] Monitor-Mwait will be used to enter C-1 state
[    1.488156] Monitor-Mwait will be used to enter C-2 state
[    1.488718] Monitor-Mwait will be used to enter C-3 state
[    1.489038] ACPI: \_SB_.PR00: Found 3 idle states
[    1.489534] ACPI: \_SB_.PR01: Found 3 idle states
[    1.490000] ACPI: \_SB_.PR02: Found 3 idle states
[    1.490421] ACPI: \_SB_.PR03: Found 3 idle states
[    1.490851] ACPI: \_SB_.PR04: Found 3 idle states
[    1.491282] ACPI: \_SB_.PR05: Found 3 idle states
[    1.491694] ACPI: \_SB_.PR06: Found 3 idle states
[    1.492141] ACPI: \_SB_.PR07: Found 3 idle states
[    1.501417] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.502049] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.502417] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.513099] brd: module loaded
[    1.513306] Loading iSCSI transport class v2.0-870.
[    1.558422] rdac: device handler registered
[    1.679081] nvme nvme0: pci function 0000:01:00.0
[    1.679365] i2c /dev entries driver
[    1.679582] ahci 0000:00:17.0: version 3.0
[    1.680066] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.680508] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds 
[    1.681022] Cannot find slot node of this ata_port.
[    1.686496] scsi host0: ahci
[    1.686734] ata1 : SATA max UDMA/133 abar m2048@0x5e513000 port 0x5e513100 irq 127
[    1.687525] NET: Registered protocol family 17
[    1.687780] Key type dns_resolver registered
[    1.688666] IPI shorthand broadcast: enabled
[    1.688930] sched_clock: Marking stable (1682885186, 6019632)->(1694020852, -5116034)
[    1.689466] registered taskstats version 1
[    1.689691] Loading compiled-in X.509 certificates
[    1.690024] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[    1.693171] redpill: loading out-of-tree module taints kernel.
[    1.693533] redpill: module verification failed: signature and/or required key missing - tainting kernel
[    1.702800] nvme nvme0: Shutdown timeout set to 8 seconds
[    1.708897] nvme nvme0: allocated 64 MiB host memory buffer.
[    1.735154] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    1.735586] printk: console [ttyS0] enabled
[    1.736039] printk: bootconsole [uart8250] disabled
[    1.739894] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[    1.740456] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[    1.741096] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[    1.741628] page_owner is disabled
[    1.741828] AppArmor: AppArmor sha1 policy hashing enabled
[    1.755505] nvme nvme0: 8/0/0 default/read/poll queues
[    1.762546]  nvme0n1: p1 p2 p3
[    1.999844] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.004852] ata1.00: ATA-9: CT240BX500SSD1,  M6CR013, max UDMA/133
[    2.005236] ata1.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.005639] ata1.00: SN:1901E16A7E62
[    2.015964] ata1.00: configured for UDMA/133
[    2.016240] Invalid parameter
[    2.016510] ata1.00: Find SSD disks. [CT240BX500SSD1]
[    2.018428] scsi 0:0:0:0: Direct-Access     ATA      CT240BX500SSD1           R013 PQ: 0 ANSI: 5
[    2.019258] sd 0:0:0:0: got sata disk[0]
[    2.019606] ata1.00: Enabling discard_zeroes_data
[    2.020001] sd 0:0:0:0: [sata1] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    2.020500] sd 0:0:0:0: [sata1] Write Protect is off
[    2.020833] sd 0:0:0:0: [sata1] Mode Sense: 00 3a 00 10
[    2.021200] sd 0:0:0:0: [sata1] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    2.022015] ata1.00: Enabling discard_zeroes_data
[    2.022605]  sata1: p1 p2
[    2.023255] ata1.00: Enabling discard_zeroes_data
[    2.023686] sd 0:0:0:0: [sata1] Attached SCSI disk
[    2.042257] Freeing unused kernel image (initmem) memory: 1344K
[    2.055028] Write protecting the kernel read-only data: 18432k
[    2.056033] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    2.056621] Freeing unused kernel image (rodata/data gap) memory: 344K
[    2.057023] rodata_test: all tests were successful
[    2.057323] Run /init as init process
[    2.057549]   with arguments:
[    2.057730]     /init
[    2.057875]     withefi
[    2.058027]     DiskIdxMap
[    2.058195]     sataboot2
[    2.058360]     SataPortMap
[    2.058533]   with environment:
[    2.058727]     HOME=/
[    2.058878]     TERM=linux
[    2.059049]     pid=0x5583
[    2.059217]     syno_port_thaw=1
[    2.059413]     SasIdxMap=0
[    2.059585]     vid=0x0781
[    2.059752]     HddHotplug=0
[    2.059930]     syno_hdd_detect=0
[    2.060132]     syno_hdd_powerup_seq=0
[    2.527798] random: crng init done
[    2.565124] ACPI: bus type USB registered
[    2.565370] usbcore: registered new interface driver usbfs
[    2.565671] usbcore: registered new interface driver hub
[    2.565972] usbcore: registered new device driver usb
[    2.577805] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.578099] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    2.579560] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009010
[    2.580076] xhci_hcd 0000:00:0d.0: cache line size of 64 is not supported
[    2.580704] hub 1-0:1.0: USB hub found
[    2.580920] hub 1-0:1.0: 1 port detected
[    2.581313] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.581616] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    2.582031] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.582437] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.583163] hub 2-0:1.0: USB hub found
[    2.583391] hub 2-0:1.0: 4 ports detected
[    2.583952] usb: port power management may be unreliable
[    2.584520] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.584822] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.586342] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009010
[    2.586853] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.587488] hub 3-0:1.0: USB hub found
[    2.587712] hub 3-0:1.0: 12 ports detected
[    2.588745] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.589053] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.589472] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.589911] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.590471] hub 4-0:1.0: USB hub found
[    2.590704] hub 4-0:1.0: 4 ports detected
[    2.847901] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    3.025067] usb 3-5: not running at top speed
[    3.432972] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    3.581250] usb 3-5: not running at top speed
[    3.829502] r8168 Gigabit Ethernet driver 8.052.01-NAPI loaded
[    3.846121] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    3.848763] r8168  Copyright (C) 2023 Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    3.989085] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    4.137251] usb 3-5: not running at top speed
[    4.545080] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    4.693239] usb 3-5: not running at top speed
[    5.058902] synobios open /dev/ttyS1 success
[    5.059142] Fail to get disk 1 led type
[    5.059351] Fail to get disk 2 led type
[    5.059558] Fail to get disk 3 led type
[    5.059765] Fail to get disk 4 led type
[    5.059979] Fail to get disk 5 led type
[    5.060187] Fail to get disk 6 led type
[    5.060395] Fail to get disk 7 led type
[    5.060602] Fail to get disk 8 led type
[    5.060810] Fail to get disk 9 led type
[    5.061022] Fail to get disk 10 led type
[    5.061233] Fail to get disk 11 led type
[    5.061445] Fail to get disk 12 led type
[    5.061854] 2023-11-23 1:48:40 UTC
[    5.062044] synobios: load, major number 201
[    5.062274] Brand: Synology
[    5.062427] Model: SA-6400
[    5.062577] synobios cpu_arch proc entry initialized
[    5.062847] synobios crypto_hw proc entry initialized
[    5.063118] synobios syno_platform proc entry initialized
[    5.066157] Module [epyc7002_synobios] is removed. 
[    5.066434] synobios: unload
[    5.100894] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    5.250106] usb 3-5: not running at top speed
[    5.658084] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    5.806273] usb 3-5: not running at top speed
[    5.945946] usb 3-7: new high-speed USB device number 3 using xhci_hcd
[    6.107229] Got empty serial number. Generate serial number from product.
[    6.245939] usb 3-9: new full-speed USB device number 4 using xhci_hcd
[    6.398176] Got empty serial number. Generate serial number from product.
[    6.536938] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[    6.686861] Got empty serial number. Generate serial number from product.
[   15.357224] md: md0 stopped.
[   15.358931] md/raid1:md0: active with 1 out of 4 mirrors
[   15.360400] md0: detected capacity change from 0 to 8589869056
[   15.425438] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   15.448709] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: prjquota,rootprjquota,barrier=1
[   15.452111] eth0: 0xffffc90000111000, 7c:8a:e1:8e:92:57, IRQ 139
[   17.375183] Module [r8168] is removed. 
[   17.419172] Module [pgdrv] is removed. 
[   18.211257] md: md1 stopped.
[   18.212249] md/raid1:md1: active with 1 out of 4 mirrors
[   18.212902] md1: detected capacity change from 0 to 2147418112
[   18.227952] Adding 2097084k swap on /dev/md1.  Priority:-2 extents:1 across:2097084k 
[   35.371479] md1: detected capacity change from 2147418112 to 0
[   35.371805] md: md1: set sata1p2 to syno_auto_remap [0]
[   35.372088] md: md1 stopped.
[   35.434723] synobios open /dev/ttyS1 success
[   35.434966] Fail to get disk 1 led type
[   35.435173] Fail to get disk 2 led type
[   35.435380] Fail to get disk 3 led type
[   35.435586] Fail to get disk 4 led type
[   35.435794] Fail to get disk 5 led type
[   35.436006] Fail to get disk 6 led type
[   35.436214] Fail to get disk 7 led type
[   35.436421] Fail to get disk 8 led type
[   35.436627] Fail to get disk 9 led type
[   35.436837] Fail to get disk 10 led type
[   35.437050] Fail to get disk 11 led type
[   35.437262] Fail to get disk 12 led type
[   35.437675] 2023-11-23 1:49:10 UTC
[   35.437867] synobios: load, major number 201
[   35.438097] Brand: Synology
[   35.438250] Model: SA-6400
[   35.438399] synobios cpu_arch proc entry initialized
[   35.438664] synobios crypto_hw proc entry initialized
[   35.438939] synobios syno_platform proc entry initialized
[   35.442006] Module [epyc7002_synobios] is removed. 
[   35.442282] synobios: unload
[   39.153181] Module [rp] is removed. 
[   39.337330] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   39.354142] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd), pid:(4947)
[   39.354143] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   39.354605] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   39.356221] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd), pid:(4947)
[   39.356662] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   39.357119] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   39.383751] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: prjquota,rootprjquota,barrier=1
[   40.114672] VFS: opened file in mnt_point: (/dev), file: (/urandom), comm: (ttyd), pid:(4947)
[   40.114675] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   40.115180] VFS: opened file in mnt_point: (/dev), file: (/null), comm: (sh), pid:(4947)
[   40.191005] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[   40.193156] systemd[1]: Detected architecture x86-64.
[   40.193483] systemd[1]: Running with unpopulated /etc.
[   40.194056] systemd[1]: Set hostname to <SynologyNAS>.
[   40.194985] systemd[1]: Initializing machine ID from random generator.
[   40.241533] systemd[1]: Configuration file /usr/lib/systemd/system/acpid.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[   40.258052] systemd[1]: Populated /etc with preset unit settings.
[   40.414770] syno-pkg-generator: begin processing builtin package
[   40.415422] syno-pkg-generator: Load info, spk=[ActiveInsight-x86_64-2.2.2-23120.spk]
[   40.452664] syno-pkg-generator: Load info, spk=[BackupRestoreManager-x86_64-2.5.2-12461.spk]
[   40.471492] syno-pkg-generator: Load info, spk=[DhcpServer-x86_64-1.0.2-0046.spk]
[   40.479526] syno-pkg-generator: Load info, spk=[FileStation-x86_64-1.4.1-1559.spk]
[   40.501094] syno-pkg-generator: Load info, spk=[HighAvailability-x86_64-2.1.4-1581.spk]
[   40.522133] syno-pkg-generator: Load info, spk=[HybridShare-epyc7002-1.4.1-1512.spk]
[   40.538099] syno-pkg-generator: Load info, spk=[HyperBackup-ED-x86_64-1.0.0-3716.spk]
[   40.570218] syno-pkg-generator: Load info, spk=[OAuthService-x86_64-1.1.4-0101.spk]
[   40.575268] syno-pkg-generator: Load info, spk=[Python2-x86_64-2.7.18-1004.spk]
[   40.593864] syno-pkg-generator: Load info, spk=[QuickConnect-x86_64-1.0.4-0108.spk]
[   40.608145] syno-pkg-generator: Load info, spk=[SMBService-x86_64-4.15.13-0871.spk]
[   40.648068] syno-pkg-generator: Load info, spk=[ScsiTarget-x86_64-1.0.10-0314.spk]
[   40.665831] syno-pkg-generator: Load info, spk=[SecureSignIn-x86_64-1.1.4-0341.spk]
[   40.675674] syno-pkg-generator: Load info, spk=[StorageManager-epyc7002-1.0.0-0017.spk]
[   40.690815] syno-pkg-generator: Load info, spk=[SupportService-x86_64-1.1.0-21017.spk]
[   40.696094] syno-pkg-generator: Load info, spk=[SynologyUniversalSearch-x86_64-1.7.0-0704.spk]
[   40.721840] syno-pkg-generator: Load info, spk=[USBCopy-x86_64-2.2.1-1306.spk]
[   40.729458] syno-pkg-generator: Generate builtin pkg install units
[   40.735035] syno-pkg-generator: Generate builtin pkg startup units
[   41.017113] syno-pkg-generator: end processing builtin package
[   41.095557] systemd[1]: Configuration file /usr/lib/systemd/system/acpid.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[   41.107490] systemd[1]: Cannot add dependency job for unit syno-qlogic-rdma-modules-load.service, ignoring: Unit syno-qlogic-rdma-modules-load.service is masked.
[   41.108306] systemd[1]: Cannot add dependency job for unit syno-mlnx-rdma-modules-load.service, ignoring: Unit syno-mlnx-rdma-modules-load.service is masked.
[   41.128033] zram: Added device: zram0
[   41.128350] zram: Added device: zram1
[   41.128416] zram: Added device: zram2
[   41.128838] zram: Added device: zram3
[   41.136085] cryptd: max_cpu_qlen set to 1000
[   41.142566] systemd-journald[7756]: Received request to flush runtime journal from PID 1
[   41.144927] AVX2 version of gcm_enc/dec engaged.
[   41.145191] AES CTR mode by8 optimization enabled
[   41.151307] md: md1 stopped.
[   41.153312] md/raid1:md1: active with 1 out of 4 mirrors
[   41.153754] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[   41.155072] md1: detected capacity change from 0 to 2147418112
[   41.160200] flashcache_syno: flashcache-1.0-syno-v25-pin-file-2023-09-23-22:10-debug initialized
[   41.171107] NET: Registered protocol family 10
[   41.171487] Segment Routing with IPv6
[   41.173531] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[   41.189094] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   41.213799] Adding 2097084k swap on /dev/md1.  Priority:-2 extents:1 across:2097084k 
[   41.215159] zram0: detected capacity change from 0 to 2461007872
[   41.225860] Adding 2403324k swap on /dev/zram0.  Priority:1 extents:1 across:2403324k SS
[   41.227155] zram1: detected capacity change from 0 to 2461007872
[   41.238800] Adding 2403324k swap on /dev/zram1.  Priority:1 extents:1 across:2403324k SS
[   41.240072] zram2: detected capacity change from 0 to 2461007872
[   41.249911] Adding 2403324k swap on /dev/zram2.  Priority:1 extents:1 across:2403324k SS
[   41.251218] zram3: detected capacity change from 0 to 2461007872
[   41.260057] loop: module loaded
[   41.262827] Adding 2403324k swap on /dev/zram3.  Priority:1 extents:1 across:2403324k SS
[   41.265906] Intel(R) Gigabit Ethernet Linux Driver - version 5.4.6
[   41.266245] Copyright(c) 2007 - 2020 Intel Corporation.
[   41.272321] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.9.4
[   41.272691] Copyright(c) 1999 - 2020 Intel Corporation.
[   41.278202] r8168 Gigabit Ethernet driver 8.046.04-NAPI-DASH loaded
[   41.284677]  Reinit 1 8001 
[   41.284853]  Reinit 2 1 
[   41.295037]  Reinit 1 8001 
[   41.295211]  Reinit 2 1 
[   41.295873] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[   41.298488] r8168  Copyright (C) 2020  Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[   41.344920] qed_init called
[   41.345086] QLogic FastLinQ 4xxxx Core Module qed 8.59.6.0
[   41.345383] creating debugfs root node
[   41.349217] qede_init: QLogic FastLinQ 4xxxx Ethernet Driver qede 8.59.6.0
[   41.363671] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.715.8 ($DateTime: 2020/08/17 18:31:34 $)
[   41.364232] creating debugfs root node
[   41.403662] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   41.404592] ehci-pci: EHCI PCI platform driver
[   41.405666] uhci_hcd: USB Universal Host Controller Interface driver
[   41.417210] synobios open /dev/ttyS1 success
[   41.417447] Fail to get disk 1 led type
[   41.417654] Fail to get disk 2 led type
[   41.417862] Fail to get disk 3 led type
[   41.418070] Fail to get disk 4 led type
[   41.418276] Fail to get disk 5 led type
[   41.418478] Fail to get disk 6 led type
[   41.418685] Fail to get disk 7 led type
[   41.418887] Fail to get disk 8 led type
[   41.419097] Fail to get disk 9 led type
[   41.419302] Fail to get disk 10 led type
[   41.419510] Fail to get disk 11 led type
[   41.419718] Fail to get disk 12 led type
[   41.420058] 2023-11-23 1:49:16 UTC
[   41.420238] synobios: load, major number 201
[   41.420475] Brand: Synology
[   41.420626] Model: SA-6400
[   41.420769] synobios cpu_arch proc entry initialized
[   41.421038] synobios crypto_hw proc entry initialized
[   41.421302] synobios syno_platform proc entry initialized
[   41.442321] usb-storage 3-5:1.0: USB Mass Storage device detected
[   41.442753] scsi host1: usb-storage 3-5:1.0
[   41.443067] usbcore: registered new interface driver usb-storage
[   41.444674] usbcore: registered new interface driver uas
[   41.790005] eth0: 0xffffc90000141000, 00:11:32:c7:f4:be, IRQ 139
[   41.796117]  Reinit 1 8001 
[   41.796291]  Reinit 2 1 
[   41.806483]  Reinit 1 8001 
[   41.806667]  Reinit 2 1 
[   41.824980]  Reinit 1 8001 
[   41.825151]  Reinit 2 1 
[   41.974670] 8021q: 802.1Q VLAN Support v1.8
[   42.415199] Module [adt7475] is removed. 
[   42.432000] Module [hwmon_vid] is removed. 
[   42.498608] scsi 1:0:0:0: Direct-Access     SanDisk  Ultra Fit                1.00 PQ: 0 ANSI: 6
[   42.499267] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   42.499587] sd 1:0:0:0: [synoboot] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB)
[   42.501664] sd 1:0:0:0: [synoboot] Write Protect is off
[   42.501963] sd 1:0:0:0: [synoboot] Mode Sense: 43 00 00 00
[   42.502626] sd 1:0:0:0: [synoboot] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   42.518964]  synoboot: synoboot1 synoboot2 synoboot3
[   42.520865] sd 1:0:0:0: [synoboot] Attached SCSI removable disk
[   42.545553] ext2: synoboot2 mounted, process=synoencvolume
[   42.547598] ext4: synoboot2 mounted, process=synoencvolume
[   42.553184] vfat: synoboot2 mounted, process=synoencvolume
[   42.589590] FAT-fs (synoboot2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   42.591398] synoboot2 unmounted, process=synoencvolume
[   43.021791] raid6: avx512x4 gen() 57465 MB/s
[   43.038802] raid6: avx512x4 xor() 17066 MB/s
[   43.055798] raid6: avx512x2 gen() 62430 MB/s
[   43.072876] raid6: avx512x2 xor() 37980 MB/s
[   43.089874] raid6: avx512x1 gen() 61643 MB/s
[   43.106873] raid6: avx512x1 xor() 36375 MB/s
[   43.123878] raid6: avx2x4   gen() 50022 MB/s
[   43.140879] raid6: avx2x4   xor() 19525 MB/s
[   43.157878] raid6: avx2x2   gen() 51638 MB/s
[   43.174878] raid6: avx2x2   xor() 29991 MB/s
[   43.191878] raid6: avx2x1   gen() 40183 MB/s
[   43.208875] raid6: avx2x1   xor() 23823 MB/s
[   43.225878] raid6: sse2x4   gen() 13734 MB/s
[   43.242876] raid6: sse2x4   xor()  7185 MB/s
[   43.259876] raid6: sse2x2   gen() 14355 MB/s
[   43.276876] raid6: sse2x2   xor()  9233 MB/s
[   43.293875] raid6: sse2x1   gen() 13423 MB/s
[   43.310874] raid6: sse2x1   xor()  7491 MB/s
[   43.311116] raid6: using algorithm avx512x2 gen() 62430 MB/s
[   43.311418] raid6: .... xor() 37980 MB/s, rmw enabled
[   43.311688] raid6: using avx512x2 recovery algorithm
[   43.312792] xor: automatically using best checksumming function   avx       
[   43.339209] Btrfs loaded, crc32c=crc32c-intel
[   44.448652] Module [adt7475] is removed. 
[   44.456140] Module [hwmon_vid] is removed. 
[   44.583151] ata1.00: configured for UDMA/133
[   44.583422] ata1 : EH complete
[   44.583606] Invalid parameter
[   44.583876] ata1.00: Enabling discard_zeroes_data
[   44.618921] Invalid parameter
[   45.957298]  Reinit 1 8001 
[   45.957519]  Reinit 2 1 
[   45.964898] r8168: eth0: link up 1 Gbps
[   46.444101] capability: warning: `nginx' uses 32-bit capabilities (legacy support in use)
[   46.482957] Module [adt7475] is removed. 
[   46.500887] Module [hwmon_vid] is removed. 
[   49.436892] ext2: synoboot2 mounted, process=synopkicompatsy
[   49.438594] ext4: synoboot2 mounted, process=synopkicompatsy
[   49.439969] vfat: synoboot2 mounted, process=synopkicompatsy
[   49.471244] FAT-fs (synoboot2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   49.485295] synoboot2 unmounted, process=synopkicompatsy
[   49.523681] ext2: synoboot2 mounted, process=synopkicompatsy
[   49.525347] ext4: synoboot2 mounted, process=synopkicompatsy
[   49.526278] vfat: synoboot2 mounted, process=synopkicompatsy
[   49.542896] FAT-fs (synoboot2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   49.589954] synoboot2 unmounted, process=synopkicompatsy
[   49.748581] iSCSI:target_core_rodsp_server.c:1008:rodsp_server_init RODSP server started, login_key(22e1b0466126).
[   49.788425] syno_extent_pool: module license 'Proprietary' taints kernel.
[   49.788778] Disabling lock debugging due to kernel taint
[   49.790539] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[   49.829332] iSCSI:target_core_device.c:593:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[   49.829958] iSCSI:target_core_configfs.c:6124:target_init_dbroot db_root: cannot open: /etc/target
[   49.830590] iSCSI:target_core_lunbackup.c:367:init_io_buffer_head 2048 buffers allocated, total 8388608 bytes successfully
[   49.904776] iSCSI:target_core_file.c:128:fd_attach_hba RODSP plugin for fileio is enabled.
[   49.905194] iSCSI:target_core_file.c:136:fd_attach_hba ODX Token Manager is enabled.
[   49.905578] iSCSI:target_core_multi_file.c:126:fd_attach_hba RODSP plugin for multifile is enabled.
[   49.906024] iSCSI:target_core_multi_file.c:134:fd_attach_hba ODX Token Manager is enabled.
[   49.906435] iSCSI:target_core_ep.c:782:ep_attach_hba RODSP plugin for epio is enabled.
[   49.906824] iSCSI:target_core_ep.c:789:ep_attach_hba ODX Token Manager is enabled.
[   50.207215] iSCSI:qla_dbg.c:2572:ql_log qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 10.02.00.103-k.
[   50.409784] ext2: synoboot1 mounted, process=syno_bios_log_c
[   50.415214] ext4: synoboot1 mounted, process=syno_bios_log_c
[   50.416659] vfat: synoboot1 mounted, process=syno_bios_log_c
[   50.449917] FAT-fs (synoboot1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   50.452577] synoboot1 unmounted, process=syno_bios_log_c
[   52.246771] findhostd uses obsolete (PF_INET,SOCK_PACKET)
[   53.782136] fuse: init (API version 7.32)
[  430.287517] md/raid1:md2: active with 1 out of 1 mirrors
[  430.288234] md2: detected capacity change from 0 to 229072961536
[  430.599405] flashcache_syno: /dev/vg1/volume_1 exclude check success
[  430.687526] BTRFS: device label 2023.11.23-01:55:45 v69057 devid 1 transid 3 /dev/mapper/cachedev_0 scanned by mkfs.btrfs (24756)
[  430.704724] BTRFS info (device dm-2): using free space tree
[  430.705033] BTRFS info (device dm-2): using block group cache tree
[  430.705368] BTRFS info (device dm-2): has skinny extents
[  430.705663] BTRFS info (device dm-2): flagging fs with big metadata feature
[  430.708399] BTRFS info (device dm-2): enabling ssd optimizations
[  430.708752] BTRFS info (device dm-2): root of syno feature tree is null
[  430.709362] BTRFS info (device dm-2): creating free space tree
[  430.709813] BTRFS info (device dm-2): setting compat-ro feature flag for FREE_SPACE_TREE (0x1)
[  430.711711] BTRFS info (device dm-2): cleaning free space cache v1
[  430.713248] BTRFS info (device dm-2): creating UUID tree
[  430.715263] BTRFS info (device dm-2): setting compat feature flag for BLOCK_GROUP_CACHE_TREE (0x4000000000000000)
[  430.722384] BTRFS info (device dm-2): setting incompat feature flag for DEFAULT_SUBVOL (0x2)
[  430.818613] SYNO.Storage.CG (24434): drop_caches: 3
[  430.871067] BTRFS info (device dm-2): enabling auto syno reclaim space
[  430.871486] BTRFS info (device dm-2): enabling ssd optimizations
[  430.871851] BTRFS info (device dm-2): using free space tree
[  430.872184] BTRFS info (device dm-2): using block group cache tree
[  430.872561] BTRFS info (device dm-2): has skinny extents
[  430.877094] BTRFS info (device dm-2): root of syno feature tree is null
[  431.384499] The mempool could be used by other devices
[  431.423343] Synotify use 16384 event queue size
[  431.423630] Synotify use 16384 event queue size
[  431.621356] BTRFS info (device dm-2): using free space tree
[  431.621668] BTRFS info (device dm-2): using block group cache tree
[  578.518466] audit: type=1400 audit(1700704692.940:2): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/volume*/@appstore/CodecPack/usr/bin/synoame-bin-auto-install-needed-codec" name="/tmp/bootmnt/" pid=29009 comm="synoame-bin-aut" fstype="ext2" srcname="/dev/synoboot2" flags="rw, silent"
[  578.520004] audit: type=1400 audit(1700704692.940:3): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/volume*/@appstore/CodecPack/usr/bin/synoame-bin-auto-install-needed-codec" name="/tmp/bootmnt/" pid=29009 comm="synoame-bin-aut" fstype="ext4" srcname="/dev/synoboot2" flags="rw, silent"
[  578.521511] audit: type=1400 audit(1700704692.940:4): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/volume*/@appstore/CodecPack/usr/bin/synoame-bin-auto-install-needed-codec" name="/tmp/bootmnt/" pid=29009 comm="synoame-bin-aut" fstype="vfat" srcname="/dev/synoboot2" flags="rw, silent"
[  585.887906] audit: type=1400 audit(1700704700.310:5): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/usr/syno/sbin/synoscgi//SYNO.AME.License" name="/tmp/bootmnt/" pid=29346 comm="SYNO.AME.Licens" fstype="ext2" srcname="/dev/synoboot2" flags="rw, silent"
[  585.889291] audit: type=1400 audit(1700704700.310:6): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/usr/syno/sbin/synoscgi//SYNO.AME.License" name="/tmp/bootmnt/" pid=29346 comm="SYNO.AME.Licens" fstype="ext4" srcname="/dev/synoboot2" flags="rw, silent"
[  585.890667] audit: type=1400 audit(1700704700.310:7): apparmor="DENIED" operation="mount" info="failed srcname match" error=-13 profile="/usr/syno/sbin/synoscgi//SYNO.AME.License" name="/tmp/bootmnt/" pid=29346 comm="SYNO.AME.Licens" fstype="vfat" srcname="/dev/synoboot2" flags="rw, silent"

 

This is the result of installing SA6400-69057 on an Intel I5-1136G7 laptop.
There is no kernel panic.
The /dev/dri directory is not visible yet.
I will proceed with more detailed settings related to transcoding.

it's not even loading. what if you manually do insmod?

Link to comment
Share on other sites

MoetaYuko Thank you again.


SA6400, which stabilized transcoding, was officially released to TCRP-mshell a while ago.

 


I have completed verification on the 4th, 11th, and 13th generations of Intel, and will conduct additional verification on other generation CPUs.


Is this possible for Ryzen GPU as well? I wonder.

Link to comment
Share on other sites

54 minutes ago, Peter Suh said:

Is this possible for Ryzen GPU as well? I wonder.

it would need some api's in dsm/linux to make any use of a amd driver running and afaik there is no generic use from synology of a amd gpu yet

if jellyfin or plex could use some amd gpu driver/api's  support it might be more interesting but as it is now i would check about how to use it before sinking a lot of time adding that

even adding nvidia support (way easier as the rout jim ma had to take for i915 on sa6400 kernel5) got not that much love even its api's are common and supported by 3rd party packages like plex

beside this its not that common on amd hardware based systems to have a integrated gpu (at least yet)

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
On 11/16/2023 at 10:20 PM, rok1 said:

Does this work with tone mapping in plex? When I enable tone mapping, it crashes the video driver 

The issue still is problematic..

 

I see there is a new version released 5 days ago.. do we know what was fixed?

 

Edit: My system is still crashing with tone mapping enabled. It was working fine on 7.1.1.

Edited by rok1
Link to comment
Share on other sites

1 hour ago, rok1 said:

The issue still is problematic..

 

I see there is a new version released 5 days ago.. do we know what was fixed?

 

Edit: My system is still crashing with tone mapping enabled. It was working fine on 7.1.1.

plz post logs rather than telling xyz not working, it's not going to be informative.

Link to comment
Share on other sites

  • 2 weeks later...
On 12/8/2023 at 2:57 AM, MoetaYuko said:

plz post logs rather than telling xyz not working, it's not going to be informative.

I gave up.. with the retirement of wjz304 I decided to move away from a dedicated plex box. Synology and Plex (hw transcoding has always been hit or miss except with the Nvidia NVR route.)

Edited by rok1
Link to comment
Share on other sites

1 hour ago, rok1 said:

I gave up.. with the retirement of wjz304 I decided to move away from a dedicated plex box. Synology and Plex (hw transcoding has always been hit or miss except with the Nvidia NVR route.)

HW transcoding works fine when you use native compatible loader and hardware.

Like a 4th to 9th gen intel iGPU with DVA1622 / DS918+ / DS920+.

 

If it is your main goal, SA6400 and 10+ gen iGPU may not be the best choice for a loader.

There is currently no official Synology running 10th+ gen intel iGPU ... so don't expect it to be a smooth work to be done.

Edited by Orphée
Link to comment
Share on other sites

On 12/18/2023 at 12:28 AM, Orphée said:

HW transcoding works fine when you use native compatible loader and hardware.

Like a 4th to 9th gen intel iGPU with DVA1622 / DS918+ / DS920+.

 

If it is your main goal, SA6400 and 10+ gen iGPU may not be the best choice for a loader.

There is currently no official Synology running 10th+ gen intel iGPU ... so don't expect it to be a smooth work to be done.

 

It was working fine, but with support waning the expectation that it might still be a viable platform doesn't comfort me. I originally built the box as a DVA3221 which worked perfectly. The only hangup was that my server is a Shuttle Box and the video card blocked the x1 slot which means I had to use USB 3.1 to get 2.5g network connections. That created a different subset of problems.

 

So i moved my plex box to a light unraid install. I gained a few things such as Airvpn wireguard and some better docker support. HDR tone mapping works as well.

 

I love the synology software platform. My data sits on a DS1621+.

Link to comment
Share on other sites

  • 1 month later...
On 11/26/2023 at 2:41 PM, IG-88 said:

it would need some api's in dsm/linux to make any use of a amd driver running and afaik there is no generic use from synology of a amd gpu yet

if jellyfin or plex could use some amd gpu driver/api's  support it might be more interesting but as it is now i would check about how to use it before sinking a lot of time adding that

even adding nvidia support (way easier as the rout jim ma had to take for i915 on sa6400 kernel5) got not that much love even its api's are common and supported by 3rd party packages like plex

beside this its not that common on amd hardware based systems to have a integrated gpu (at least yet)

 

Hi

 

Apparently, in unraid for instance they are able to use Plex with HW acceleration with an AMD iGPU 

. Plex is supporting AMD from last summer.

 

I found out a post about AMD GPU on Synology SA6400 that could potentially help in getting a proper support in TCRP 

 

https://jim.plus/blog/post/jim/amd-gpu-drivers-for-synology

 

do you think this could be useful ? it is definitely too high level for me :(

 

thanks

fish

Link to comment
Share on other sites

16 hours ago, fishton said:

 

Hi

 

Apparently, in unraid for instance they are able to use Plex with HW acceleration with an AMD iGPU 

. Plex is supporting AMD from last summer.

 

I found out a post about AMD GPU on Synology SA6400 that could potentially help in getting a proper support in TCRP 

 

https://jim.plus/blog/post/jim/amd-gpu-drivers-for-synology

 

do you think this could be useful ? it is definitely too high level for me :(

 

thanks

fish

 

In jim3ma's solution above, the supported AMD chipsets are very limited to 680M, 780M, and RX6900XT.


Likewise, there is a solution available that utilizes PVE but covers all GPUs (igpu, dgpu) in a more general manner.
We use the lxc container installed with Docker in PVE.
I haven't even tried installing this in my PVE yet.
I think I'll try this tonight.
The installation guide is below.


https://www.youtube.com/watch?v=5q4bFIff8ro


For other installation methods, follow the installation method searched for Proxmox lxc on Google.
I'm Korean, so I see a lot of Korean guides.
I think the Korean server forum's guide is the best.
I recommend translating it into your language.

 

https://it-svr.com/proxmox-lxc-container/

Edited by Peter Suh
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...