Jump to content
XPEnology Community

Indio

Member
  • Posts

    21
  • Joined

  • Last visited

Posts posted by Indio

  1. 1 hour ago, cferra said:


    Cool - if you have it working - 7.1 isn’t a major leap forward so I imagine after making the required edits again it will function.

    I would disable any cache prior to update though otherwise your volume will crash without that cache


    Sent from my iPhone using Tapatalk

    I don't know if I was clear @cferra, I was not able to make the nvme appear on DSM, only appears on the in the linux OS of the DSM as shown in my first post.

  2. 5 hours ago, bigbearXL said:


    Mine is DS918+ Redpill run as VM on proxmox
    my ssd is NVMe SamsungEvo 970 250GB
     
    Assuming that's you have 
     
    by following this tutorial (https://dannyda.com/2020/08/26/how-to-passthrough-hdd-ssd-physical-disks-to-vm-on-proxmox-vepve/)
     
    the command that I send to proxmox is 

    
    qm set 586 -sata1 /dev/disk/by-id/nvme-Samsung_SSD_970_EVO_250GB_S465NB0K540387X,serial=S465NB0K540387X,cache=none,ssd=1,backup=0,discard=on,replicate=0


     according to tutorial 586 is my VM id, so change it.

     

     

    image.thumb.png.e99cfee8c48f9fba54e095b1524f91d5.png

    image.thumb.png.6fb27407ca43300ac8171ecabaed7157.pngimage.thumb.png.49bef7e6393c54409da6dff9b70cfb0a.png

    Thank you @bigbearXL but proxmox has sata limitations in the number of drives you can have in a VM. I have all full:1061153758_Capturadeecr2022-04-11s16_33_10.thumb.png.a28b90a1cc8c8009400331b1b7f07b4f.png

    I am trying to add them as SCSI but was not successful. 

  3. 4 hours ago, pocopico said:

     

    You need to read the following to understand

     

    https://github.com/pocopico/redpill-load/blob/master/FOR_DEVS.md

     

    "extra": {

    "compress_rd": false,

    "ramdisk_copy":

    {

    "redpill-linux-v4.4.180+.ko": "usr/lib/modules/rp.ko"

    },

     

    you can add an extra line to the user_config.json about your file and where you need it to be copied. 

     

    e.g. 

     

    "extensionPorts" : "/etc/extensionPorts"

     

    the file should be placed inside /home/tc/redpill-load/ext/ directore and named extensionPorts 

    Hi again, @pocopico I made the changes you suggested, but I think I did something wrong:

    I don't like the error code RIP 😁

    [    3.181638] RIP  [<ffffffff8140651d>] ata_host_start.part.44+0x1bd/0x1e0
    [    3.181638]  RSP <ffff880526203bc8>
    [    3.181638] CR2: 0000000000000120
    [    3.181638] ---[ end trace 1444ecca4539818b ]---
    [    3.274699] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
    [    3.274699] 
    [    3.275671] Kernel Offset: disabled
    [    3.275671] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
    [    3.275671] 

     

  4. Hi all,

    I am trying to follow some guides here in the forum how to setup the SSD cache in my NAS but without success.

    I have Proxmox 7.1-7 with an VM of DS3622xs+ (DSM 7.0.1-42218) with redpill.

    The NVME in Proxmox was passthrough by PCI and in the DSM console is visible with address 0000:00:10.0:

    user@NAS:~$ lspci 
    0000:00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
    0000:00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
    0000:00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
    0000:00:01.2 USB controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01)
    0000:00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
    0000:00:02.0 VGA compatible controller: Red Hat, Inc. Virtio GPU (rev 01)
    0000:00:03.0 Unclassified device [00ff]: Red Hat, Inc. Virtio memory balloon
    0000:00:05.0 SCSI storage controller: Broadcom / LSI 53c895a
    0000:00:07.0 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] (rev 02)
    0000:00:0b.0 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] (rev 02)
    0000:00:10.0 Non-Volatile memory controller: Micron/Crucial Technology P2 NVMe PCIe SSD (rev 01)
    0000:00:12.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01)
    0000:00:1e.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge
    0000:00:1f.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge
    0001:09:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller (rev 11)
    0001:0c:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller (rev 11)

    In the file /etc.defaults/extensionPorts I changed to the nvme address:

    [pci]
    pci1="0000:00:10.0"

    In fact, in the OS is clear that is connected:

    user@NAS:~# nvme list
    Node             SN                   Model                                    Namespace Usage                      Format           FW Rev  
    ---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
    /dev/nvme0n1     2113E591230F         CT1000P2SSD8                             1           1.00  TB /   1.00  TB    512   B +  0 B   P2CR033 

     

    The problem is that in the DSM nothing apears:

    1995175981_Capturadeecr2022-04-09s11_23_24.thumb.png.7a9d1e78101b3f7c4f221ec243bc7657.png

    Any suggestion how to add an SSD cache or what is the problem with my setup?

    Thank you.

    • Like 1
  5. 21 hours ago, alienman said:

    Hi @Indio,

     

    The module is running. It's sufficient to see in the dmesg log of the DSM the lines "... smart_shim.c:818> Handling ioctl ...". So until here, all is right installed.

     

    Regarding your problem, I see that all seems OK with the HD. What's the problem now? Remember that I'm using VMWARE ESXi and not PROMOX. So I don't know how to enable VIRTUAL SSD in the qemu configuration. However, I feel it can be enabled. Search in the documentation about how to mark a virtual harddisk as SSD.

     

    Regards.

     

    Hi again, the main problem is that proxmox only allow 6 sata drives to be passthrough to an VM, so, if I want more than 6 I have to try to add them as SCSI instead of SATA, and as SCSI they don't show in DSM :sad:.

  6. 7 hours ago, alienman said:

     

    How you have installed it? You copied it (redpill.ko) to the /home/tc/custom-module/ directory ? What is the content of the dmesg log? Please share more info.

    Hi, thank you once again for trying to help.

    I think the logs will be long.

    Hope you can find what I am doing wrong:

     

    Quote

    tc@box:~$ ./rploader.sh update now
    Checking Internet Access -> OK
    Checking if a newer version exists on the repo -> Version is current

    Quote

    tc@box:~$ ./rploader.sh clean now
    Clearing local redpill files

    Quote

    tc@box:~$ ls custom-module/
    redpill.ko  redpill.ko.tgz

     

    I think the problem starts here:

    Quote

    tc@box:~$ ./rploader.sh satamap broadwellnk-7.0.1-42218
    Machine is VIRTUAL Hypervisor=KVM
    Found SCSI HBAs, We need to install the SCSI modules
    scsi-5.10.3-tinycore64 is already installed!
    Succesfully installed SCSI modules
    HBA: 00:07.0 Disks : 6
    HBA: 00:0b.0 Disks : 6
    HBA: 00:01.1 Disks : 2
    ls: cannot access '/sys/devices/pci0000:00/0000:00:05.0/host14/port*': No such file or directory
    HBA: 00:05.0 Disks : 0
    ls: cannot access '/sys/devices/pci0000:00/0000:00:05.0/host14/port*': No such file or directory
    ls: cannot access '/sys/devices/pci0000:00/0000:00:10.0/port*': No such file or directory
    HBA: 00:10.0 Disks : 0
    ls: cannot access '/sys/devices/pci0000:00/0000:00:10.0/port*': No such file or directory
    SataPortMap=66200
    DiskIdxMap=000608090A
    Should i update the user_config.json with these values ? [Yy/Nn]
    y

     

    Quote

    tc@box:~$ ./rploader.sh build broadwellnk-7.0.1-42218 auto
    Rploader Version : 0.7.0.1
    Loader source : https://github.com/dogodefi/redpill-load.git Loader Branch : develop 
    Redpill module source : https://github.com/dogodefi/redpill-lkm.git : Redpill module branch : develop 
    Extensions :  
    Extensions URL : 
    TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwellnk-7.0.dev.txz/download
    TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202d
    SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology NAS GPL Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
    SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
    COMPILE_METHOD : toolkit_dev
    TARGET_PLATFORM       : broadwellnk
    TARGET_VERSION    : 7.0.1
    TARGET_REVISION : 42218
    REDPILL_LKM_MAKE_TARGET : dev-v7
    KERNEL_MAJOR : 4
    MODULE_ALIAS_FILE :  modules.alias.4.json
    SYNOMODEL : ds3622xsp_42218 
    MODEL : DS3622xs+ 
    Checking Internet Access -> OK
    Checking if a newer version exists on the repo -> Version is current
    Cloning into 'redpill-lkm'...
    remote: Enumerating objects: 1219, done.
    remote: Counting objects: 100% (1219/1219), done.
    remote: Compressing objects: 100% (579/579), done.
    remote: Total 1219 (delta 850), reused 1000 (delta 633), pack-reused 0
    Receiving objects: 100% (1219/1219), 479.21 KiB | 2.29 MiB/s, done.
    Resolving deltas: 100% (850/850), done.
    Cloning into 'redpill-load'...
    remote: Enumerating objects: 1157, done.
    remote: Counting objects: 100% (1157/1157), done.
    remote: Compressing objects: 100% (577/577), done.
    remote: Total 1157 (delta 522), reused 1002 (delta 465), pack-reused 0
    Receiving objects: 100% (1157/1157), 25.41 MiB | 12.12 MiB/s, done.
    Resolving deltas: 100% (522/522), done.
    No extra build option specified, using default <static> 
    Using static compiled redpill extension
    Found custom redpill module, do you want to use this instead ? [yY/nN] : 
    y
    Got redpill-linux-v4.4.180+.ko 
    Testing modules.alias.4.json -> File OK
    ------------------------------------------------------------------------------------------------
    It looks that you will need the following modules : 


    Found IDE Controller : pciid 8086d00007010  Required Extension : 
    No matching extension
    Found VGA Controller : pciid 1af4d00001050  Required Extension : 
    No matching extension
    Found SCSI Controller : pciid 1000d00000012  Required Extension : sym53c8xx
    Searching for matching extension for sym53c8xx
    Found SATA Controller : pciid 8086d00002922  Required Extension : ahci
    Searching for matching extension for ahci
    Found SATA Controller : pciid 8086d00002922  Required Extension : ahci
    Searching for matching extension for ahci
    [#] Checking runtime for required tools... [OK]
    [#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json...
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################## 100.0%
    [OK]
    [#] ========================================== pocopico.vmxnet3 ==========================================
    [#] Extension name: vmxnet3
    [#] Description: Adds VMware vmxnet3 virtual NIC driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/vmxnet3
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds3617xs_25556u2 ds918p_41890 ds3617xs_42621 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 dva3221_42218 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds920p_42218 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621 
    [#] =======================================================================================

    Found Ethernet Interface : pciid 15add000007b0 Required Extension : vmxnet3
    Searching for matching extension for vmxnet3
    Found matching extension : 
    "https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json"
    ------------------------------------------------------------------------------------------------
    Starting loader creation 
    Found tinycore cache folder, linking to home/tc/custom-module
    Checking user_config.json : Done
    Entering redpill-load directory
    Removing bundled exts directories
    Cache directory OK 
    Want to use firmware files from /home/tc/custom-module/*.pat ? [yY/nN] : 
    y
    cp: cannot stat '/home/tc/custom-module/*42218*.pat': No such file or directory
    Processing add_extensions entries found on custom_config.json file : 
    [#] Checking runtime for required tools... [OK]
    [#] Updating extensions... 

    [#] Checking runtime for required tools... [OK]
    [#] Adding new extension from https://raw.githubusercontent.com/dogodefi/redpill-ext/master/redpill-boot-wait/rpext-index.json...
    [#] Downloading remote file https://raw.githubusercontent.com/dogodefi/redpill-ext/master/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################################################################################################################## 100.0%
    [OK]
    [#] ========================================== thethorgroup.jg.boot-wait ==========================================
    [#] Extension name: RedPill Bootwait
    [#] Description: Simple extension which stops the execution early waiting for the boot device to appear
    [#] To get help visit: https://github.com/RedPill-TTG/redpill-boot-wait
    [#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-boot-wait
    [#] Update URL: https://raw.githubusercontent.com/dogodefi/redpill-ext/master/redpill-boot-wait/rpext-index.json
    [#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 fs6400_42218 ds3615xs_25556u2 ds3617xs_42550 ds3617xs_25556 ds918p_25556 dva3221_42218 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 rs4021xsp_42218 ds3617xs_42218u2 ds3622xsp_42550 ds3615xs_25556 ds918p_42218 ds918p_25556u2 ds3615xs_42218 ds3622xsp_42621 
    [#] =======================================================================================

    [#] Checking runtime for required tools... [OK]
    [#] Updating pocopico.vmxnet3 extension... 
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################################################################################################################## 100.0%

    [#] Extension pocopico.vmxnet3 index is already up to date
    [#] Updating thethorgroup.jg.boot-wait extension... 
    [#] Downloading remote file https://raw.githubusercontent.com/dogodefi/redpill-ext/master/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################################################################################################################## 100.0%

    [#] Extension thethorgroup.jg.boot-wait index is already up to date
    [#] Updating thethorgroup.jg.boot-wait extension... [OK]
    [#] Checking runtime for required tools... [OK]
    [#] Updating ds3622xsp_42218 platforms extensions... 
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/releases/ds3622xsp_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
    ######################################################################################################################################################################## 100.0%

    [#] Filling-in newly downloaded recipe for extension pocopico.vmxnet3 platform ds3622xsp_42218
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/releases/vmxnet3-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds3622xsp_42218/vmxnet3-4.4.180plus-broadwellnk.tgz
    ######################################################################################################################################################################## 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds3622xsp_42218/vmxnet3-4.4.180plus-broadwellnk.tgz file... [OK]
    [#] Unpacking files from /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds3622xsp_42218/vmxnet3-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds3622xsp_42218/... [OK]
    [#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/src/check-vmxnet3.sh to /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds3622xsp_42218/check-vmxnet3.sh
    ######################################################################################################################################################################## 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds3622xsp_42218/check-vmxnet3.sh file... [OK]
    [#] Successfully processed recipe for extension pocopico.vmxnet3 platform ds3622xsp_42218
    [#] Downloading remote file https://github.com/jimmyGALLAND/redpill-ext/raw/master/redpill-boot-wait/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
    ######################################################################################################################################################################## 100.0%######################################################################################################################################################################## 100.0%
    [#] Filling-in newly downloaded recipe for extension thethorgroup.jg.boot-wait platform ds3622xsp_42218
    [#] Downloading remote file https://raw.githubusercontent.com/jimmyGALLAND/redpill-ext/master/redpill-boot-wait/src/boot-wait.sh to /home/tc/redpill-load/custom/extensions/thethorgroup.jg.boot-wait/ds3622xsp_42218/boot-wait.sh
    ######################################################################################################################################################################## 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/thethorgroup.jg.boot-wait/ds3622xsp_42218/boot-wait.sh file... [OK]
    [#] Successfully processed recipe for extension thethorgroup.jg.boot-wait platform ds3622xsp_42218
    [#] Verifying /home/tc/redpill-load/custom/extensions/thethorgroup.jg.boot-wait/ds3622xsp_42218/boot-wait.sh file... [OK]
    [#] Updating extensions... [OK]
    [#] PAT file /home/tc/redpill-load/cache/ds3622xsp_42218.pat not found - downloading from https://cndl.synology.cn/download/DSM/release/7.0.1/42218/DSM_DS3622xs+_42218.pat
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  345M  100  345M    0     0  6393k      0  0:00:55  0:00:55 --:--:-- 7307k
    [#] Verifying /home/tc/redpill-load/cache/ds3622xsp_42218.pat file... [OK]
    [#] Unpacking /home/tc/redpill-load/cache/ds3622xsp_42218.pat file to /home/tc/redpill-load/build/1649257554/pat-ds3622xsp_42218-unpacked... [OK]
    [#] Verifying /home/tc/redpill-load/build/1649257554/pat-ds3622xsp_42218-unpacked/zImage file... [OK]
    [#] Patching /home/tc/redpill-load/build/1649257554/pat-ds3622xsp_42218-unpacked/zImage to /home/tc/redpill-load/build/1649257554/zImage-patched... [OK]
    [#] Verifying /home/tc/redpill-load/build/1649257554/pat-ds3622xsp_42218-unpacked/rd.gz file... [OK]
    [#] Unpacking /home/tc/redpill-load/build/1649257554/pat-ds3622xsp_42218-unpacked/rd.gz file to /home/tc/redpill-load/build/1649257554/rd-ds3622xsp_42218-unpacked... [OK]
    [#] Apply patches to /home/tc/redpill-load/build/1649257554/rd-ds3622xsp_42218-unpacked... [OK]
    [#] Patching config files in ramdisk... [OK]
    [#] Adding OS config patching... [OK]
    [#] Repacking ramdisk to /home/tc/redpill-load/build/1649257554/rd-patched-ds3622xsp_42218.gz... [OK]
    [#] Bundling extensions... [#] Checking runtime for required tools... [OK]
    [#] Dumping ds3622xsp_42218 platform extensions to /home/tc/redpill-load/build/1649257554/custom-initrd/exts... [OK]
    [#] Packing custom ramdisk layer to /home/tc/redpill-load/build/1649257554/custom.gz... [OK]
    [#] Generating GRUB config... [OK]
    [#] Creating loader image at loader.img... [OK]
    [#] Cleaning up... [OK]
    Mounting /dev/sdb1 to localdiskp1 
    /dev/sdb2 localdiskp2
    Creating tinycore entry
    menuentry 'Tiny Core Image Build' {
            savedefault
            set root=(hd0,msdos3)
            echo Loading Linux...
            linux /vmlinuz64 loglevel=3 cde waitusb=5 vga=791
            echo Loading initramfs...
            initrd /corepure64.gz
            echo Booting TinyCore for loader creation
    }
    Entries in Localdisk bootloader : 
    =======================================================================
    menuentry 'RedPill DS3622xs v7.0.1-42218 Beta (USB, Verbose)' {
    menuentry 'RedPill DS3622xs v7.0.1-42218 Beta (SATA, Verbose)' {
    menuentry 'Tiny Core Image Build' {
    Machine is VIRTUAL Hypervisor=KVM
    Setting default boot entry to SATA
    Caching files for future use
    Found /home/tc/redpill-load/cache/ds3622xsp_42218.pat, copying to cache directory : /mnt/sdb3/auxfiles 
    tc@box:~$ 

     

    Here is the dmesg from tc:

    Quote

    tc@box:~$ dmesg 
    [    0.000000] Linux version 5.10.3-tinycore64 (root@box) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #2021 SMP Mon Dec 28 16:17:51 UTC 2020
    [    0.000000] Command line: BOOT_IMAGE=/vmlinuz64 loglevel=3 cde waitusb=5 vga=791
    [    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 0x0000000000000000-0x000000000009fbff] usable
    [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdafff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000bffdb000-0x00000000bfffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043fffffff] usable
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] SMBIOS 2.8 present.
    [    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014
    [    0.000000] Hypervisor detected: KVM
    [    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
    [    0.000000] kvm-clock: cpu 0, msr 2201001, primary cpu clock
    [    0.000000] kvm-clock: using sched offset of 5141714207 cycles
    [    0.000007] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
    [    0.000016] tsc: Detected 1797.917 MHz processor
    [    0.001248] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [    0.001252] e820: remove [mem 0x000a0000-0x000fffff] usable
    [    0.001257] last_pfn = 0x440000 max_arch_pfn = 0x400000000
    [    0.001283] MTRR default type: write-back
    [    0.001284] MTRR fixed ranges enabled:
    [    0.001285]   00000-9FFFF write-back
    [    0.001286]   A0000-BFFFF uncachable
    [    0.001287]   C0000-FFFFF write-protect
    [    0.001288] MTRR variable ranges enabled:
    [    0.001290]   0 base 0000C0000000 mask 3FFFC0000000 uncachable
    [    0.001291]   1 disabled
    [    0.001291]   2 disabled
    [    0.001292]   3 disabled
    [    0.001292]   4 disabled
    [    0.001293]   5 disabled
    [    0.001294]   6 disabled
    [    0.001294]   7 disabled
    [    0.001309] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
    [    0.001316] last_pfn = 0xbffdb max_arch_pfn = 0x400000000
    [    0.013039] found SMP MP-table at [mem 0x000f5a60-0x000f5a6f]
    [    0.013348] Using GB pages for direct mapping
    [    0.013671] RAMDISK: [mem 0x368fb000-0x37474fff]
    [    0.013694] ACPI: Early table checksum verification disabled
    [    0.013712] ACPI: RSDP 0x00000000000F5860 000014 (v00 BOCHS )
    [    0.013721] ACPI: RSDT 0x00000000BFFE202D 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.013734] ACPI: FACP 0x00000000BFFE1DEF 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.013741] ACPI: DSDT 0x00000000BFFDF040 002DAF (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.013746] ACPI: FACS 0x00000000BFFDF000 000040
    [    0.013751] ACPI: APIC 0x00000000BFFE1E63 0000A0 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.013756] ACPI: SSDT 0x00000000BFFE1F03 0000CA (v01 BOCHS  VMGENID  00000001 BXPC 00000001)
    [    0.013760] ACPI: HPET 0x00000000BFFE1FCD 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.013765] ACPI: WAET 0x00000000BFFE2005 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.013777] ACPI: Local APIC address 0xfee00000
    [    0.013835] Zone ranges:
    [    0.013836]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
    [    0.013838]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
    [    0.013840]   Normal   [mem 0x0000000100000000-0x000000043fffffff]
    [    0.013841] Movable zone start for each node
    [    0.013842] Early memory node ranges
    [    0.013843]   node   0: [mem 0x0000000000001000-0x000000000009efff]
    [    0.013853]   node   0: [mem 0x0000000000100000-0x00000000bffdafff]
    [    0.013854]   node   0: [mem 0x0000000100000000-0x000000043fffffff]
    [    0.013867] Zeroed struct page in unavailable ranges: 135 pages
    [    0.013870] Initmem setup node 0 [mem 0x0000000000001000-0x000000043fffffff]
    [    0.013871] On node 0 totalpages: 4194169
    [    0.013873]   DMA zone: 56 pages used for memmap
    [    0.013873]   DMA zone: 21 pages reserved
    [    0.013875]   DMA zone: 3998 pages, LIFO batch:0
    [    0.013958]   DMA32 zone: 10696 pages used for memmap
    [    0.013959]   DMA32 zone: 782299 pages, LIFO batch:63
    [    0.025750]   Normal zone: 46592 pages used for memmap
    [    0.025754]   Normal zone: 3407872 pages, LIFO batch:63
    [    0.080698] ACPI: PM-Timer IO Port: 0x608
    [    0.080713] ACPI: Local APIC address 0xfee00000
    [    0.080732] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
    [    0.080791] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
    [    0.080795] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [    0.080798] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
    [    0.080799] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [    0.080806] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
    [    0.080807] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
    [    0.080809] ACPI: IRQ0 used by override.
    [    0.080810] ACPI: IRQ5 used by override.
    [    0.080811] ACPI: IRQ9 used by override.
    [    0.080812] ACPI: IRQ10 used by override.
    [    0.080813] ACPI: IRQ11 used by override.
    [    0.080816] Using ACPI (MADT) for SMP configuration information
    [    0.080819] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [    0.080825] TSC deadline timer available
    [    0.080828] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
    [    0.080839] kvm-guest: KVM setup pv remote TLB flush
    [    0.080851] kvm-guest: setup PV sched yield
    [    0.080868] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [    0.080870] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [    0.080871] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
    [    0.080872] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
    [    0.080874] PM: hibernation: Registered nosave memory: [mem 0xbffdb000-0xbfffffff]
    [    0.080875] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
    [    0.080876] PM: hibernation: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
    [    0.080877] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xfffbffff]
    [    0.080878] PM: hibernation: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
    [    0.080882] [mem 0xc0000000-0xfeffbfff] available for PCI devices
    [    0.080883] Booting paravirtualized kernel on KVM
    [    0.080892] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
    [    0.080901] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:6 nr_node_ids:1
    [    0.081433] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u262144
    [    0.081439] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
    [    0.081441] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
    [    0.081474] kvm-guest: KVM setup async PF for cpu 0
    [    0.081481] kvm-guest: stealtime: cpu 0, msr 43fc24080
    [    0.081486] Built 1 zonelists, mobility grouping on.  Total pages: 4136804
    [    0.081488] Kernel command line: BOOT_IMAGE=/vmlinuz64 loglevel=3 cde waitusb=5 vga=791
    [    0.084951] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.086634] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.086768] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.159246] Memory: 16423040K/16776676K available (10242K kernel code, 1227K rwdata, 1916K rodata, 1184K init, 3660K bss, 353380K reserved, 0K cma-reserved)
    [    0.159339] Kernel/User page tables isolation: enabled
    [    0.159621] rcu: Hierarchical RCU implementation.
    [    0.159623] rcu:     RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
    [    0.159625]  Tracing variant of Tasks RCU enabled.
    [    0.159627] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
    [    0.159629] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
    [    0.159657] NR_IRQS: 4352, nr_irqs: 472, preallocated irqs: 16
    [    0.160149] Console: colour dummy device 80x25
    [    0.160168] printk: console [tty0] enabled
    [    0.160192] ACPI: Core revision 20200925
    [    0.160444] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
    [    0.160588] APIC: Switch to symmetric I/O mode setup
    [    0.160593] kvm-guest: setup PV IPIs
    [    0.162697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.162744] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19ea79d464e, max_idle_ns: 440795215514 ns
    [    0.162753] Calibrating delay loop (skipped) preset value.. 3597.66 BogoMIPS (lpj=5993056)
    [    0.162757] pid_max: default: 32768 minimum: 301
    [    0.162881] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.162928] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.163372] x86/cpu: User Mode Instruction Prevention (UMIP) activated
    [    0.167491] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
    [    0.167493] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
    [    0.167500] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
    [    0.167502] Spectre V2 : Mitigation: Full generic retpoline
    [    0.167503] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
    [    0.167505] Speculative Store Bypass: Vulnerable
    [    0.167509] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
    [    0.168121] Freeing SMP alternatives memory: 16K
    [    0.169736] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2650L v3 @ 1.80GHz (family: 0x6, model: 0x3f, stepping: 0x2)
    [    0.169947] Performance Events: Haswell events, full-width counters, Intel PMU driver.
    [    0.173199] ... version:                2
    [    0.173241] ... bit width:              48
    [    0.173242] ... generic registers:      4
    [    0.173243] ... value mask:             0000ffffffffffff
    [    0.173244] ... max period:             00007fffffffffff
    [    0.173245] ... fixed-purpose events:   3
    [    0.173246] ... event mask:             000000070000000f
    [    0.175581] rcu: Hierarchical SRCU implementation.
    [    0.178844] smp: Bringing up secondary CPUs ...
    [    0.184364] x86: Booting SMP configuration:
    [    0.184564] .... node  #0, CPUs:      #1
    [    0.002891] kvm-clock: cpu 1, msr 2201041, secondary cpu clock
    [    0.186325] kvm-guest: KVM setup async PF for cpu 1
    [    0.186325] kvm-guest: stealtime: cpu 1, msr 43fc64080
    [    0.189945]  #2
    [    0.002891] kvm-clock: cpu 2, msr 2201081, secondary cpu clock
    [    0.191803] kvm-guest: KVM setup async PF for cpu 2
    [    0.191803] kvm-guest: stealtime: cpu 2, msr 43fca4080
    [    0.194576]  #3
    [    0.002891] kvm-clock: cpu 3, msr 22010c1, secondary cpu clock
    [    0.195729] kvm-guest: KVM setup async PF for cpu 3
    [    0.195729] kvm-guest: stealtime: cpu 3, msr 43fce4080
    [    0.199160]  #4
    [    0.002891] kvm-clock: cpu 4, msr 2201101, secondary cpu clock
    [    0.200815] kvm-guest: KVM setup async PF for cpu 4
    [    0.200815] kvm-guest: stealtime: cpu 4, msr 43fd24080
    [    0.204565]  #5
    [    0.002891] kvm-clock: cpu 5, msr 2201141, secondary cpu clock
    [    0.206586] kvm-guest: KVM setup async PF for cpu 5
    [    0.206586] kvm-guest: stealtime: cpu 5, msr 43fd64080
    [    0.207009] smp: Brought up 1 node, 6 CPUs
    [    0.207011] smpboot: Max logical packages: 1
    [    0.207048] smpboot: Total of 6 processors activated (21583.96 BogoMIPS)
    [    0.221944] random: get_random_u32 called from 0xffffffff8132dd75 with crng_init=0
    [    0.225469] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
    [    0.225469] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.225469] pinctrl core: initialized pinctrl subsystem
    [    0.226137] NET: Registered protocol family 16
    [    0.226256] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
    [    0.226264] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.226272] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.226395] thermal_sys: Registered thermal governor 'bang_bang'
    [    0.226397] thermal_sys: Registered thermal governor 'step_wise'
    [    0.226398] thermal_sys: Registered thermal governor 'user_space'
    [    0.226416] cpuidle: using governor ladder
    [    0.226416] cpuidle: using governor menu
    [    0.226416] ACPI: bus type PCI registered
    [    0.226416] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [    0.226416] PCI: Using configuration type 1 for base access
    [    0.226456] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
    [    0.229491] cryptd: max_cpu_qlen set to 1000
    [    0.232852] ACPI: Added _OSI(Module Device)
    [    0.232854] ACPI: Added _OSI(Processor Device)
    [    0.232855] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.232856] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.232857] ACPI: Added _OSI(Linux-Dell-Video)
    [    0.232859] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
    [    0.232864] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
    [    0.237301] ACPI: 2 ACPI AML tables successfully acquired and loaded
    [    0.239140] ACPI: Interpreter enabled
    [    0.239156] ACPI: (supports S0 S3 S4 S5)
    [    0.239157] ACPI: Using IOAPIC for interrupt routing
    [    0.239183] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.239367] ACPI: Enabled 3 GPEs in block 00 to 0F
    [    0.244105] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [    0.244111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
    [    0.244127] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    [    0.244236] acpiphp: Slot [3] registered
    [    0.244261] acpiphp: Slot [4] registered
    [    0.244283] acpiphp: Slot [5] registered
    [    0.244307] acpiphp: Slot [6] registered
    [    0.244330] acpiphp: Slot [7] registered
    [    0.244352] acpiphp: Slot [8] registered
    [    0.244387] acpiphp: Slot [9] registered
    [    0.244412] acpiphp: Slot [10] registered
    [    0.244436] acpiphp: Slot [11] registered
    [    0.244461] acpiphp: Slot [12] registered
    [    0.244484] acpiphp: Slot [13] registered
    [    0.244508] acpiphp: Slot [14] registered
    [    0.244533] acpiphp: Slot [15] registered
    [    0.244557] acpiphp: Slot [16] registered
    [    0.244590] acpiphp: Slot [17] registered
    [    0.244615] acpiphp: Slot [18] registered
    [    0.244640] acpiphp: Slot [19] registered
    [    0.244664] acpiphp: Slot [20] registered
    [    0.244698] acpiphp: Slot [21] registered
    [    0.244721] acpiphp: Slot [22] registered
    [    0.244744] acpiphp: Slot [23] registered
    [    0.244767] acpiphp: Slot [24] registered
    [    0.244791] acpiphp: Slot [25] registered
    [    0.244838] acpiphp: Slot [26] registered
    [    0.244864] acpiphp: Slot [27] registered
    [    0.244891] acpiphp: Slot [28] registered
    [    0.244916] acpiphp: Slot [29] registered
    [    0.244962] PCI host bridge to bus 0000:00
    [    0.244965] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
    [    0.244967] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
    [    0.244969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [    0.244970] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
    [    0.244976] pci_bus 0000:00: root bus resource [mem 0x440000000-0x4bfffffff window]
    [    0.244978] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.245029] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
    [    0.245708] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
    [    0.246396] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
    [    0.250089] pci 0000:00:01.1: reg 0x20: [io  0xe1a0-0xe1af]
    [    0.251549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
    [    0.251551] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
    [    0.251552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
    [    0.251553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
    [    0.251746] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
    [    0.255583] pci 0000:00:01.2: reg 0x20: [io  0xe140-0xe15f]
    [    0.257156] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
    [    0.257682] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
    [    0.257692] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
    [    0.259915] pci 0000:00:02.0: [1af4:1050] type 00 class 0x030000
    [    0.262776] pci 0000:00:02.0: reg 0x10: [mem 0xfd800000-0xfdffffff pref]
    [    0.266113] pci 0000:00:02.0: reg 0x18: [mem 0xfe400000-0xfe403fff 64bit pref]
    [    0.268469] pci 0000:00:02.0: reg 0x20: [mem 0xfea58000-0xfea58fff]
    [    0.272780] pci 0000:00:02.0: reg 0x30: [mem 0xfea40000-0xfea4ffff pref]
    [    0.274252] pci 0000:00:03.0: [1af4:1002] type 00 class 0x00ff00
    [    0.275184] pci 0000:00:03.0: reg 0x10: [io  0xe100-0xe13f]
    [    0.280268] pci 0000:00:03.0: reg 0x20: [mem 0xfe404000-0xfe407fff 64bit pref]
    [    0.281870] pci 0000:00:05.0: [1000:0012] type 00 class 0x010000
    [    0.282754] pci 0000:00:05.0: reg 0x10: [io  0xe000-0xe0ff]
    [    0.283936] pci 0000:00:05.0: reg 0x14: [mem 0xfea59000-0xfea593ff]
    [    0.285200] pci 0000:00:05.0: reg 0x18: [mem 0xfea54000-0xfea55fff]
    [    0.291902] pci 0000:00:07.0: [8086:2922] type 00 class 0x010601
    [    0.296087] pci 0000:00:07.0: reg 0x20: [io  0xe160-0xe17f]
    [    0.296918] pci 0000:00:07.0: reg 0x24: [mem 0xfea5a000-0xfea5afff]
    [    0.298474] pci 0000:00:0b.0: [8086:2922] type 00 class 0x010601
    [    0.306530] pci 0000:00:0b.0: reg 0x20: [io  0xe180-0xe19f]
    [    0.307413] pci 0000:00:0b.0: reg 0x24: [mem 0xfea5b000-0xfea5bfff]
    [    0.308951] pci 0000:00:10.0: [c0a9:540a] type 00 class 0x010802
    [    0.309915] pci 0000:00:10.0: reg 0x10: [mem 0xfea50000-0xfea53fff 64bit]
    [    0.315569] pci 0000:00:12.0: [15ad:07b0] type 00 class 0x020000
    [    0.316693] pci 0000:00:12.0: reg 0x10: [mem 0xfea5c000-0xfea5cfff]
    [    0.317914] pci 0000:00:12.0: reg 0x14: [mem 0xfea5d000-0xfea5dfff]
    [    0.319028] pci 0000:00:12.0: reg 0x18: [mem 0xfea56000-0xfea57fff]
    [    0.326897] pci 0000:00:12.0: reg 0x30: [mem 0xfea00000-0xfea3ffff pref]
    [    0.327618] pci 0000:00:1e.0: [1b36:0001] type 01 class 0x060400
    [    0.329172] pci 0000:00:1e.0: reg 0x10: [mem 0xfea5e000-0xfea5e0ff 64bit]
    [    0.331016] pci 0000:00:1f.0: [1b36:0001] type 01 class 0x060400
    [    0.332402] pci 0000:00:1f.0: reg 0x10: [mem 0xfea5f000-0xfea5f0ff 64bit]
    [    0.334736] pci_bus 0000:01: extended config space not accessible
    [    0.334794] acpiphp: Slot [0] registered
    [    0.334826] acpiphp: Slot [1] registered
    [    0.334854] acpiphp: Slot [2] registered
    [    0.334880] acpiphp: Slot [3-1] registered
    [    0.334906] acpiphp: Slot [4-1] registered
    [    0.334932] acpiphp: Slot [5-1] registered
    [    0.334956] acpiphp: Slot [6-1] registered
    [    0.334981] acpiphp: Slot [7-1] registered
    [    0.335006] acpiphp: Slot [8-1] registered
    [    0.335032] acpiphp: Slot [9-1] registered
    [    0.335058] acpiphp: Slot [10-1] registered
    [    0.335084] acpiphp: Slot [11-1] registered
    [    0.335110] acpiphp: Slot [12-1] registered
    [    0.335134] acpiphp: Slot [13-1] registered
    [    0.335161] acpiphp: Slot [14-1] registered
    [    0.335187] acpiphp: Slot [15-1] registered
    [    0.335212] acpiphp: Slot [16-1] registered
    [    0.335238] acpiphp: Slot [17-1] registered
    [    0.335264] acpiphp: Slot [18-1] registered
    [    0.335295] acpiphp: Slot [19-1] registered
    [    0.335321] acpiphp: Slot [20-1] registered
    [    0.335347] acpiphp: Slot [21-1] registered
    [    0.335372] acpiphp: Slot [22-1] registered
    [    0.335400] acpiphp: Slot [23-1] registered
    [    0.335426] acpiphp: Slot [24-1] registered
    [    0.335452] acpiphp: Slot [25-1] registered
    [    0.335478] acpiphp: Slot [26-1] registered
    [    0.335505] acpiphp: Slot [27-1] registered
    [    0.335532] acpiphp: Slot [28-1] registered
    [    0.335558] acpiphp: Slot [29-1] registered
    [    0.335596] acpiphp: Slot [30] registered
    [    0.335633] acpiphp: Slot [31] registered
    [    0.336188] pci 0000:00:1e.0: PCI bridge to [bus 01]
    [    0.336211] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
    [    0.336231] pci 0000:00:1e.0:   bridge window [mem 0xfe800000-0xfe9fffff]
    [    0.336277] pci 0000:00:1e.0:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
    [    0.337052] pci_bus 0000:02: extended config space not accessible
    [    0.337098] acpiphp: Slot [0-1] registered
    [    0.337131] acpiphp: Slot [1-1] registered
    [    0.337159] acpiphp: Slot [2-1] registered
    [    0.337187] acpiphp: Slot [3-2] registered
    [    0.337225] acpiphp: Slot [4-2] registered
    [    0.337265] acpiphp: Slot [5-2] registered
    [    0.337295] acpiphp: Slot [6-2] registered
    [    0.337326] acpiphp: Slot [7-2] registered
    [    0.337366] acpiphp: Slot [8-2] registered
    [    0.337395] acpiphp: Slot [9-2] registered
    [    0.337424] acpiphp: Slot [10-2] registered
    [    0.337453] acpiphp: Slot [11-2] registered
    [    0.337482] acpiphp: Slot [12-2] registered
    [    0.337511] acpiphp: Slot [13-2] registered
    [    0.337540] acpiphp: Slot [14-2] registered
    [    0.337569] acpiphp: Slot [15-2] registered
    [    0.337609] acpiphp: Slot [16-2] registered
    [    0.337636] acpiphp: Slot [17-2] registered
    [    0.337663] acpiphp: Slot [18-2] registered
    [    0.337689] acpiphp: Slot [19-2] registered
    [    0.337717] acpiphp: Slot [20-2] registered
    [    0.337745] acpiphp: Slot [21-2] registered
    [    0.337772] acpiphp: Slot [22-2] registered
    [    0.337799] acpiphp: Slot [23-2] registered
    [    0.337827] acpiphp: Slot [24-2] registered
    [    0.337854] acpiphp: Slot [25-2] registered
    [    0.337884] acpiphp: Slot [26-2] registered
    [    0.337912] acpiphp: Slot [27-2] registered
    [    0.337940] acpiphp: Slot [28-2] registered
    [    0.337968] acpiphp: Slot [29-2] registered
    [    0.338020] acpiphp: Slot [30-1] registered
    [    0.338054] acpiphp: Slot [31-1] registered
    [    0.338399] pci 0000:00:1f.0: PCI bridge to [bus 02]
    [    0.338431] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
    [    0.338450] pci 0000:00:1f.0:   bridge window [mem 0xfe600000-0xfe7fffff]
    [    0.338485] pci 0000:00:1f.0:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
    [    0.339657] pci_bus 0000:00: on NUMA node 0
    [    0.340124] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
    [    0.340252] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
    [    0.340381] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
    [    0.340505] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
    [    0.342830] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
    [    0.347279] iommu: Default domain type: Translated 
    [    0.347362] pci 0000:00:02.0: vgaarb: setting as boot VGA device
    [    0.347367] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
    [    0.347372] pci 0000:00:02.0: vgaarb: bridge control possible
    [    0.347378] vgaarb: loaded
    [    0.347654] SCSI subsystem initialized
    [    0.347706] libata version 3.00 loaded.
    [    0.347706] ACPI: bus type USB registered
    [    0.347706] usbcore: registered new interface driver usbfs
    [    0.347706] usbcore: registered new interface driver hub
    [    0.347706] usbcore: registered new device driver usb
    [    0.347706] mc: Linux media interface: v0.10
    [    0.347706] videodev: Linux video capture interface: v2.00
    [    0.347706] pps_core: LinuxPPS API ver. 1 registered
    [    0.347706] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.347706] PTP clock support registered
    [    0.347706] PCI: Using ACPI for IRQ routing
    [    0.347706] PCI: pci_cache_line_size set to 64 bytes
    [    0.349743] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [    0.349753] e820: reserve RAM buffer [mem 0xbffdb000-0xbfffffff]
    [    0.349772] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [    0.349772] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
    [    0.356115] clocksource: Switched to clocksource kvm-clock
    [    0.356384] pnp: PnP ACPI init
    [    0.356528] pnp 00:00: Plug and Play ACPI device, IDs PNP0501 (active)
    [    0.356586] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
    [    0.356627] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
    [    0.356649] pnp 00:03: [dma 2]
    [    0.356677] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
    [    0.356715] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.357237] pnp: PnP ACPI: found 5 devices
    [    0.363279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
    [    0.363443] NET: Registered protocol family 2
    [    0.363821] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
    [    0.363862] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.364708] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
    [    0.364922] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.365192] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
    [    0.365327] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.365395] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.365824] NET: Registered protocol family 1
    [    0.366524] RPC: Registered named UNIX socket transport module.
    [    0.366527] RPC: Registered udp transport module.
    [    0.366529] RPC: Registered tcp transport module.
    [    0.366531] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.366553] pci 0000:00:1e.0: PCI bridge to [bus 01]
    [    0.366590] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
    [    0.368027] pci 0000:00:1e.0:   bridge window [mem 0xfe800000-0xfe9fffff]
    [    0.368907] pci 0000:00:1e.0:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
    [    0.370644] pci 0000:00:1f.0: PCI bridge to [bus 02]
    [    0.370670] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
    [    0.372013] pci 0000:00:1f.0:   bridge window [mem 0xfe600000-0xfe7fffff]
    [    0.374747] pci 0000:00:1f.0:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
    [    0.376607] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
    [    0.376611] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
    [    0.376614] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    [    0.376617] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
    [    0.376619] pci_bus 0000:00: resource 8 [mem 0x440000000-0x4bfffffff window]
    [    0.376623] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
    [    0.376625] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
    [    0.376628] pci_bus 0000:01: resource 2 [mem 0xfe200000-0xfe3fffff 64bit pref]
    [    0.376631] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
    [    0.376633] pci_bus 0000:02: resource 1 [mem 0xfe600000-0xfe7fffff]
    [    0.376636] pci_bus 0000:02: resource 2 [mem 0xfe000000-0xfe1fffff 64bit pref]
    [    0.376798] pci 0000:00:01.0: PIIX3: Enabling Passive Release
    [    0.376823] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    [    0.376852] pci 0000:00:01.0: Activating ISA DMA hang workarounds
    [    0.430317] PCI Interrupt Link [LNKD] enabled at IRQ 11
    [    0.483527] pci 0000:00:01.2: 0xffffffff815636b0 took 104124 usecs
    [    0.483646] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
    [    0.483831] PCI: CLS 0 bytes, default 64
    [    0.483953] Trying to unpack rootfs image as initramfs...
    [    0.649192] Freeing initrd memory: 11752K
    [    0.649200] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    0.649204] software IO TLB: mapped [mem 0x00000000bbfdb000-0x00000000bffdb000] (64MB)
    [    0.649842] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
    [    0.649880] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19ea79d464e, max_idle_ns: 440795215514 ns
    [    0.651193] workingset: timestamp_bits=62 max_order=22 bucket_order=0
    [    0.652486] NFS: Registering the id_resolver key type
    [    0.652501] Key type id_resolver registered
    [    0.652503] Key type id_legacy registered
    [    0.652522] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.652543] fuse: init (API version 7.32)
    [    0.668525] NET: Registered protocol family 38
    [    0.668535] Key type asymmetric registered
    [    0.668537] Asymmetric key parser 'x509' registered
    [    0.668552] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [    0.668553] io scheduler mq-deadline registered
    [    0.668556] io scheduler kyber registered
    [    0.669152] vesafb: mode is 1024x768x16, linelength=2048, pages=0
    [    0.669154] vesafb: scrolling: redraw
    [    0.669156] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    [    0.669177] vesafb: framebuffer at 0xfd800000, mapped to 0x00000000ab9cbb74, using 1536k, total 1536k
    [    0.669286] Console: switching to colour frame buffer device 128x48
    [    0.671379] fb0: VESA VGA frame buffer device
    [    0.671399] intel_idle: Please enable MWAIT in BIOS SETUP
    [    0.671532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
    [    0.671593] ACPI: Power Button [PWRF]
    [    0.707320] PCI Interrupt Link [LNKB] enabled at IRQ 10
    [    0.744744] PCI Interrupt Link [LNKC] enabled at IRQ 11
    [    0.746402] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    0.746619] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [    0.747045] Non-volatile memory driver v1.3
    [    0.747069] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
    [    0.747072] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
    [    0.747073] AMD-Vi: AMD IOMMUv2 functionality not available on this system
    [    0.749074] brd: module loaded
    [    0.749104] mtip32xx Version 1.3.1
    [    0.749219] zram: Added device: zram0
    [    0.749289] VMware PVSCSI driver - version 1.0.7.0-k
    [    0.750071] nvme nvme0: pci function 0000:00:10.0
    [    0.750127] ahci 0000:00:07.0: version 3.0
    [    0.856788] ahci 0000:00:07.0: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
    [    0.856796] ahci 0000:00:07.0: flags: 64bit ncq only 
    [    0.858576] scsi host0: ahci
    [    0.859124] scsi host1: ahci
    [    0.859575] scsi host2: ahci
    [    0.860036] scsi host3: ahci
    [    0.860661] scsi host4: ahci
    [    0.861274] scsi host5: ahci
    [    0.861432] ata1: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a100 irq 25
    [    0.861455] ata2: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a180 irq 25
    [    0.861473] ata3: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a200 irq 25
    [    0.861493] ata4: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a280 irq 25
    [    0.861512] ata5: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a300 irq 25
    [    0.861531] ata6: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a380 irq 25
    [    0.864541] nvme nvme0: missing or invalid SUBNQN field.
    [    0.872417] nvme nvme0: allocated 128 MiB host memory buffer.
    [    0.927565] ahci 0000:00:0b.0: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
    [    0.927572] ahci 0000:00:0b.0: flags: 64bit ncq only 
    [    0.930065] scsi host6: ahci
    [    0.930656] scsi host7: ahci
    [    0.931284] scsi host8: ahci
    [    0.931839] scsi host9: ahci
    [    0.932494] scsi host10: ahci
    [    0.933114] scsi host11: ahci
    [    0.933263] ata7: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b100 irq 32
    [    0.933284] ata8: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b180 irq 32
    [    0.933305] ata9: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b200 irq 32
    [    0.933325] ata10: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b280 irq 32
    [    0.933344] ata11: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b300 irq 32
    [    0.933363] ata12: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b380 irq 32
    [    0.933669] ata_piix 0000:00:01.1: version 2.13
    [    0.936180] scsi host12: ata_piix
    [    0.936701] scsi host13: ata_piix
    [    0.936785] ata13: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xe1a0 irq 14
    [    0.936789] ata14: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xe1a8 irq 15
    [    0.938227] MACsec IEEE 802.1AE
    [    0.938546] libphy: Fixed MDIO Bus: probed
    [    0.938550] tun: Universal TUN/TAP device driver, 1.6
    [    0.938624] PPP generic driver version 2.4.2
    [    0.938684] PPP Deflate Compression module registered
    [    0.938688] NET: Registered protocol family 24
    [    0.938757] VFIO - User Level meta-driver version: 0.3
    [    0.939123] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    0.939135] ehci-pci: EHCI PCI platform driver
    [    0.939160] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    0.939191] ohci-pci: OHCI PCI platform driver
    [    0.939218] uhci_hcd: USB Universal Host Controller Interface driver
    [    0.992956] uhci_hcd 0000:00:01.2: UHCI Host Controller
    [    0.992973] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
    [    0.993200] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000e140
    [    0.993481] hub 1-0:1.0: USB hub found
    [    0.993491] hub 1-0:1.0: 2 ports detected
    [    0.993901] usbcore: registered new interface driver uas
    [    0.993930] usbcore: registered new interface driver usb-storage
    [    0.993940] usbcore: registered new interface driver ums-alauda
    [    0.993948] usbcore: registered new interface driver ums-cypress
    [    0.993957] usbcore: registered new interface driver ums-datafab
    [    0.993967] usbcore: registered new interface driver ums_eneub6250
    [    0.993975] usbcore: registered new interface driver ums-freecom
    [    0.993984] usbcore: registered new interface driver ums-isd200
    [    0.993993] usbcore: registered new interface driver ums-jumpshot
    [    0.994002] usbcore: registered new interface driver ums-karma
    [    0.994011] usbcore: registered new interface driver ums-onetouch
    [    0.994019] usbcore: registered new interface driver ums-sddr09
    [    0.994027] usbcore: registered new interface driver ums-sddr55
    [    0.994036] usbcore: registered new interface driver ums-usbat
    [    0.994094] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [    0.995411] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    0.995421] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    0.997181] mousedev: PS/2 mouse device common for all mice
    [    0.997315] usbcore: registered new interface driver appletouch
    [    0.997331] usbcore: registered new interface driver bcm5974
    [    0.997424] usbcore: registered new interface driver synaptics_usb
    [    0.997724] rtc_cmos 00:04: RTC can wake from S4
    [    0.998351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    [    0.999016] rtc_cmos 00:04: registered as rtc0
    [    0.999205] rtc_cmos 00:04: setting system clock to 2022-04-06T14:39:57 UTC (1649255997)
    [    0.999325] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
    [    0.999411] intel_powerclamp: CPU does not support MWAIT
    [    0.999634] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
    [    0.999636] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
    [    0.999639] intel_pstate: CPU model not supported
    [    1.000295] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.001398] ccp_crypto: Cannot load: there are no available CCPs
    [    1.001424] hid: raw HID events driver (C) Jiri Kosina
    [    1.001488] usbcore: registered new interface driver usbhid
    [    1.001490] usbhid: USB HID core driver
    [    1.001753] ipip: IPv4 and MPLS over IPv4 tunneling driver
    [    1.002664] Initializing XFRM netlink socket
    [    1.002675] NET: Registered protocol family 17
    [    1.002703] NET: Registered protocol family 15
    [    1.002748] Key type dns_resolver registered
    [    1.002820] NET: Registered protocol family 40
    [    1.004088] IPI shorthand broadcast: enabled
    [    1.004106] AVX2 version of gcm_enc/dec engaged.
    [    1.004108] AES CTR mode by8 optimization enabled
    [    1.006675] sched_clock: Marking stable (1007097127, -441362)->(1043933695, -37277930)
    [    1.006876] registered taskstats version 1
    [    1.006919] Key type ._fscrypt registered
    [    1.006922] Key type .fscrypt registered
    [    1.006924] Key type fscrypt-provisioning registered
    [    1.017255] nvme nvme0: 6/0/0 default/read/poll queues
    [    1.019797] Key type encrypted registered
    [    1.173561] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    1.174100] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    1.174309] ata4.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    1.174319] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32)
    [    1.174324] ata4.00: applying bridge limits
    [    1.175401] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    1.175859] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    1.176286] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    1.176687] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    1.176783] ata2.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    1.176788] ata2.00: 2097152 sectors, multi 16: LBA48 NCQ (depth 32)
    [    1.176793] ata2.00: applying bridge limits
    [    1.177106] ata4.00: configured for UDMA/100
    [    1.177143] ata5.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    1.177147] ata5.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32)
    [    1.177151] ata5.00: applying bridge limits
    [    1.177285] ata6.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    1.177289] ata6.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32)
    [    1.177293] ata6.00: applying bridge limits
    [    1.177558] ata3.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    1.177562] ata3.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32)
    [    1.177567] ata3.00: applying bridge limits
    [    1.177701] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    1.177705] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32)
    [    1.177710] ata1.00: applying bridge limits
    [    1.178083] ata2.00: configured for UDMA/100
    [    1.178374] ata1.00: configured for UDMA/100
    [    1.178408] ata5.00: configured for UDMA/100
    [    1.178444] ata6.00: configured for UDMA/100
    [    1.178480] ata3.00: configured for UDMA/100
    [    1.178582] scsi 0:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
    [    1.178848] scsi 0:0:0:0: Attached scsi generic sg0 type 0
    [    1.179033] scsi 1:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
    [    1.179144] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
    [    1.179162] sd 0:0:0:0: [sda] Write Protect is off
    [    1.179166] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    1.179192] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.179263] sd 1:0:0:0: Attached scsi generic sg1 type 0
    [    1.179487] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB)
    [    1.179498] scsi 2:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
    [    1.179506] sd 1:0:0:0: [sdb] Write Protect is off
    [    1.179510] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [    1.179535] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.179735] sd 2:0:0:0: Attached scsi generic sg2 type 0
    [    1.179942] scsi 3:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
    [    1.180018] sd 2:0:0:0: [sdc] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
    [    1.180089] sd 2:0:0:0: [sdc] Write Protect is off
    [    1.180093] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [    1.180117] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.180343] scsi 3:0:0:0: Attached scsi generic sg3 type 0
    [    1.180554]  sda: sda1 sda2 sda3 < sda5 >
    [    1.180827] scsi 4:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
    [    1.180882] sd 3:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
    [    1.180899] sd 3:0:0:0: [sdd] Write Protect is off
    [    1.180902] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    [    1.180926] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.181037] scsi 4:0:0:0: Attached scsi generic sg4 type 0
    [    1.181146] sd 0:0:0:0: [sda] Attached SCSI disk
    [    1.181181]  sdb: sdb1 sdb2 sdb3
    [    1.181608] scsi 5:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
    [    1.181614] sd 4:0:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
    [    1.181667] sd 4:0:0:0: [sde] Write Protect is off
    [    1.181671] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
    [    1.181697] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.181917] sd 5:0:0:0: Attached scsi generic sg5 type 0
    [    1.181941] sd 1:0:0:0: [sdb] Attached SCSI disk
    [    1.182774] sd 5:0:0:0: [sdf] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
    [    1.182793] sd 5:0:0:0: [sdf] Write Protect is off
    [    1.182796] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
    [    1.182803]  sdd: sdd1 sdd2 sdd3 < sdd5 >
    [    1.182821] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.184083] sd 3:0:0:0: [sdd] Attached SCSI disk
    [    1.187587]  sde: sde1 sde2 sde5 sde6
    [    1.188039] sd 4:0:0:0: [sde] Attached SCSI disk
    [    1.204504]  sdc: sdc1 sdc2 sdc5 sdc6 sdc7 sdc8
    [    1.205024] sd 2:0:0:0: [sdc] Attached SCSI disk
    [    1.212597]  sdf: sdf1 sdf2 sdf5 sdf6 sdf7
    [    1.213106] sd 5:0:0:0: [sdf] Attached SCSI disk
    [    1.246354] ata7: SATA link down (SStatus 0 SControl 300)
    [    1.249666] ata12: SATA link down (SStatus 0 SControl 300)
    [    1.250005] ata9: SATA link down (SStatus 0 SControl 300)
    [    1.251344] ata10: SATA link down (SStatus 0 SControl 300)
    [    1.251871] ata11: SATA link down (SStatus 0 SControl 300)
    [    1.252312] ata8: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    1.252590] ata8.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    1.252595] ata8.00: 19532873728 sectors, multi 16: LBA48 NCQ (depth 32)
    [    1.252599] ata8.00: applying bridge limits
    [    1.252919] ata8.00: configured for UDMA/100
    [    1.253136] scsi 7:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
    [    1.253377] scsi 7:0:0:0: Attached scsi generic sg6 type 0
    [    1.253596] sd 7:0:0:0: [sdg] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
    [    1.253614] sd 7:0:0:0: [sdg] Write Protect is off
    [    1.253618] sd 7:0:0:0: [sdg] Mode Sense: 00 3a 00 00
    [    1.253643] sd 7:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.278266]  sdg: sdg1 sdg2 sdg5 sdg6 sdg7 sdg8
    [    1.278828] sd 7:0:0:0: [sdg] Attached SCSI disk
    [    1.280280] Freeing unused decrypted memory: 2036K
    [    1.281541] Freeing unused kernel image (initmem) memory: 1184K
    [    1.292927] Write protecting the kernel read-only data: 14336k
    [    1.296672] Freeing unused kernel image (text/rodata gap) memory: 2044K
    [    1.297049] Freeing unused kernel image (rodata/data gap) memory: 132K
    [    1.326203] usb 1-1: new full-speed USB device number 2 using uhci_hcd
    [    1.422612] x86/mm: Checked W+X mappings: passed, no W+X pages found.
    [    1.422617] x86/mm: Checking user space page tables
    [    1.512790] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4
    [    1.512881] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
    [    1.539085] x86/mm: Checked W+X mappings: passed, no W+X pages found.
    [    1.539187] Run /init as init process
    [    1.539191]   with arguments:
    [    1.539192]     /init
    [    1.539194]     cde
    [    1.539196]   with environment:
    [    1.539197]     HOME=/
    [    1.539199]     TERM=linux
    [    1.539201]     BOOT_IMAGE=/vmlinuz64
    [    1.539202]     waitusb=5
    [    1.539204]     vga=791
    [    1.682011] FDC 0 is a S82078B
    [    1.701151] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [    1.702920] VMware vmxnet3 virtual NIC driver - version 1.5.0.0-k-NAPI
    [    1.703532] vmxnet3 0000:00:12.0: # of Tx queues : 4, # of Rx queues : 4
    [    1.759035] vmxnet3 0000:00:12.0 eth0: NIC Link is Up 1000 Mbps
    [    2.060109] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
    [    6.873140] loop: module loaded
    [    6.884721] zram0: detected capacity change from 0 to 4157071360
    [    6.887101] random: mkswap: uninitialized urandom read (16 bytes read)
    [    6.912866] Adding 4059636k swap on /dev/zram0.  Priority:-2 extents:1 across:4059636k SSFS
    [    6.945711] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    6.950562] process '/sbin/ldconfig' started with executable stack
    [    7.451003] random: fast init done
    [    7.476186] random: crng init done
    [   26.748321] vmxnet3 0000:00:12.0 eth0: intr type 3, mode 0, 5 vectors allocated
    [   26.763492] vmxnet3 0000:00:12.0 eth0: NIC Link is Up 1000 Mbps
    [  569.666852] PCI Interrupt Link [LNKA] enabled at IRQ 10
    [  569.669654] sym0: <895a> rev 0x0 at pci 0000:00:05.0 irq 10
    [  569.673343] sym0: No NVRAM, ID 7, Fast-40, LVD, parity checking
    [  569.694593] sym0: SCSI BUS has been reset.
    [  569.694640] scsi host14: sym-2.2.3
    [  572.786937] scsi 14:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
    [  572.786977] scsi target14:0:0: tagged command queuing enabled, command queue depth 16.
    [  572.802739] scsi target14:0:0: Beginning Domain Validation
    [  572.804191] scsi target14:0:0: Domain Validation skipping write tests
    [  572.804194] scsi target14:0:0: Ending Domain Validation
    [  572.813057] sd 14:0:0:0: Attached scsi generic sg7 type 0
    [  572.813752] sd 14:0:0:0: Power-on or device reset occurred
    [  572.815557] sd 14:0:0:0: [sdh] 488397168 512-byte logical blocks: (250 GB/233 GiB)
    [  572.815769] sd 14:0:0:0: [sdh] Write Protect is off
    [  572.815774] sd 14:0:0:0: [sdh] Mode Sense: 63 00 00 08
    [  572.816226] sd 14:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [  572.856559]  sdh:
    [  572.859306] sd 14:0:0:0: [sdh] Attached SCSI disk
    [  875.812955]  loop53: p1 p2 p3
    [  875.923178] EXT4-fs (loop53p2): mounting ext2 file system using the ext4 subsystem
    [  875.924498] EXT4-fs (loop53p2): mounted filesystem without journal. Opts: (null)
    [  875.924512] ext2 filesystem being mounted at /home/tc/redpill-load/build/1649256776/img-mnt/part-2 supports timestamps until 2038 (0x7fffffff)
    [  876.579594]  loop53: p1 p2 p3
    [  876.691812] EXT4-fs (loop53p2): mounting ext2 file system using the ext4 subsystem
    [  876.692756] EXT4-fs (loop53p2): mounted filesystem without journal. Opts: (null)
    [  876.692767] ext2 filesystem being mounted at /home/tc/redpill-load/part2 supports timestamps until 2038 (0x7fffffff)
    [ 1623.836184]  loop53: p1 p2 p3
    [ 1623.933668] EXT4-fs (loop53p2): mounting ext2 file system using the ext4 subsystem
    [ 1623.934880] EXT4-fs (loop53p2): mounted filesystem without journal. Opts: (null)
    [ 1623.934895] ext2 filesystem being mounted at /home/tc/redpill-load/build/1649257554/img-mnt/part-2 supports timestamps until 2038 (0x7fffffff)
    [ 1624.606157]  loop53: p1 p2 p3
    [ 1624.728667] EXT4-fs (loop53p2): mounting ext2 file system using the ext4 subsystem
    [ 1624.729627] EXT4-fs (loop53p2): mounted filesystem without journal. Opts: (null)
    [ 1624.729639] ext2 filesystem being mounted at /home/tc/redpill-load/part2 supports timestamps until 2038 (0x7fffffff)
    tc@box:~$ 

    The Hdd in proxmox as scsi is: [  572.815557] sd 14:0:0:0: [sdh] 488397168 512-byte logical blocks: (250 GB/233 GiB)

     

     

    dmesg from DSM:

    Quote

    Indio@NAS:~$ dmesg
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 4.4.180+ (root@build5) (gcc version 7.5.0 (GCC) ) #42218 SMP Fri Oct 8 09:49:31 CST 2021
    [    0.000000] Command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=4 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac1=0011322A46E7 sn=1230LWN009033 vid=0x0525 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=000608090A syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=66200
    [    0.000000] KERNEL supported cpus:
    [    0.000000]   Intel GenuineIntel
    [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
    [    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
    [    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
    [    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
    [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
    [    0.000000] e820: BIOS-provided physical RAM map:
    [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdafff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000bffdb000-0x00000000bfffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043fffffff] usable
    [    0.000000] earlycon: Early serial console at I/O port 0x3f8 (options '115200n8')
    [    0.000000] bootconsole [uart0] enabled
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] SMBIOS 2.8 present.
    [    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014
    [    0.000000] Kernel/User page tables isolation: disabled
    [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [    0.000000] e820: last_pfn = 0x440000 max_arch_pfn = 0x400000000
    [    0.000000] MTRR default type: write-back
    [    0.000000] MTRR fixed ranges enabled:
    [    0.000000]   00000-9FFFF write-back
    [    0.000000]   A0000-BFFFF uncachable
    [    0.000000]   C0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 0000C0000000 mask 3FFFC0000000 uncachable
    [    0.000000]   1 disabled
    [    0.000000]   2 disabled
    [    0.000000]   3 disabled
    [    0.000000]   4 disabled
    [    0.000000]   5 disabled
    [    0.000000]   6 disabled
    [    0.000000]   7 disabled
    [    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
    [    0.000000] e820: last_pfn = 0xbffdb max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [mem 0x000f5a60-0x000f5a6f] mapped at [ffff8800000f5a60]
    [    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
    [    0.000000] Using GB pages for direct mapping
    [    0.000000] BRK [0x01b55000, 0x01b55fff] PGTABLE
    [    0.000000] BRK [0x01b56000, 0x01b56fff] PGTABLE
    [    0.000000] BRK [0x01b57000, 0x01b57fff] PGTABLE
    [    0.000000] log_buf_len: 33554432 bytes
    [    0.000000] early log buf free: 1045008(99%)
    [    0.000000] RAMDISK: [mem 0x355c1000-0x36ad7fff]
    [    0.000000] ACPI: Early table checksum verification disabled
    [    0.000000] ACPI: RSDP 0x00000000000F5860 000014 (v00 BOCHS )
    [    0.000000] ACPI: RSDT 0x00000000BFFE202D 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.000000] ACPI: FACP 0x00000000BFFE1DEF 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.000000] ACPI: DSDT 0x00000000BFFDF040 002DAF (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.000000] ACPI: FACS 0x00000000BFFDF000 000040
    [    0.000000] ACPI: APIC 0x00000000BFFE1E63 0000A0 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.000000] ACPI: SSDT 0x00000000BFFE1F03 0000CA (v01 BOCHS  VMGENID  00000001 BXPC 00000001)
    [    0.000000] ACPI: HPET 0x00000000BFFE1FCD 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.000000] ACPI: WAET 0x00000000BFFE2005 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
    [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
    [    0.000000]   Normal   [mem 0x0000000100000000-0x000000043fffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
    [    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bffdafff]
    [    0.000000]   node   0: [mem 0x0000000100000000-0x000000043fffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000043fffffff]
    [    0.000000] On node 0 totalpages: 4194169
    [    0.000000]   DMA zone: 64 pages used for memmap
    [    0.000000]   DMA zone: 22 pages reserved
    [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 12224 pages used for memmap
    [    0.000000]   DMA32 zone: 782299 pages, LIFO batch:31
    [    0.000000]   Normal zone: 53248 pages used for memmap
    [    0.000000]   Normal zone: 3407872 pages, LIFO batch:31
    [    0.000000] ACPI: PM-Timer IO Port: 0x608
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
    [    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
    [    0.000000] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ5 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] ACPI: IRQ10 used by override.
    [    0.000000] ACPI: IRQ11 used by override.
    [    0.000000] Using ACPI (MADT) for SMP configuration information
    [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [    0.000000] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
    [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
    [    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xbffdb000-0xbfffffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
    [    0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices
    [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
    [    0.000000] setup_percpu: NR_CPUS:24 nr_cpumask_bits:24 nr_cpu_ids:6 nr_node_ids:1
    [    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88043dc00000 s95192 r8192 d31784 u262144
    [    0.000000] pcpu-alloc: s95192 r8192 d31784 u262144 alloc=1*2097152
    [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4128611
    [    0.000000] Kernel command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=4 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac1=0011322A46E7 sn=1230LWN009033 vid=0x0525 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=000608090A syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=66200
    [    0.000000] Synology Hardware Version: DS3622xs+
    [    0.000000] Internal netif num: 4
    [    0.000000] Synology boot device SATADOM: 1
    [    0.000000] Mac1: 0011322A46E7
    [    0.000000] Serial Number: 1230LWN009033
    [    0.000000] Disk Index Map: 000608090A
    [    0.000000] SYNO GPIO HDD detect pin: 0
    [    0.000000] Vender format version: 2
    [    0.000000] Power on seq num: 0
    [    0.000000] Sata Port Map: 66200
    [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [    0.000000] Memory: 16356868K/16776676K available (5540K kernel code, 879K rwdata, 1736K rodata, 928K init, 1568K bss, 419808K reserved, 0K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000]  Build-time adjustment of leaf fanout to 64.
    [    0.000000]  RCU restricting CPUs from NR_CPUS=24 to nr_cpu_ids=6.
    [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
    [    0.000000] NR_IRQS:4352 nr_irqs:472 16
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [ttyS0] enabled
    [    0.000000] bootconsole [uart0] disabled
    [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
    [    0.000000] hpet clockevent registered
    [    0.000000] tsc: Unable to calibrate against PIT
    [    0.000000] tsc: using HPET reference calibration
    [    0.000000] tsc: Detected 1797.759 MHz processor
    [    0.007004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3595.51 BogoMIPS (lpj=1797759)
    [    0.009003] pid_max: default: 32768 minimum: 301
    [    0.009646] ACPI: Core revision 20150930
    [    0.012003] ACPI: 2 ACPI AML tables successfully acquired and loaded
    [    0.012877] Security Framework initialized
    [    0.013014] AppArmor: AppArmor initialized
    [    0.014011] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [    0.014868] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [    0.016212] Initializing cgroup subsys io
    [    0.016713] Initializing cgroup subsys memory
    [    0.017012] Initializing cgroup subsys devices
    [    0.017558] Initializing cgroup subsys freezer
    [    0.018046] CPU: Physical Processor ID: 0
    [    0.019002] CPU: Processor Core ID: 0
    [    0.020473] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
    [    0.021002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
    [    0.022007] Speculative Store Bypass: Vulnerable
    [    0.024591] Freeing SMP alternatives memory: 24K
    [    0.026136] x2apic: IRQ remapping doesn't support X2APIC mode
    [    0.028997] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.038988] TSC deadline timer enabled
    [    0.039000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2650L v3 @ 1.80GHz (family: 0x6, model: 0x3f, stepping: 0x2)
    [    0.039259] Performance Events: 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [    0.046574] ... version:                2
    [    0.047005] ... bit width:              48
    [    0.048003] ... generic registers:      4
    [    0.049004] ... value mask:             0000ffffffffffff
    [    0.050005] ... max period:             00007fffffffffff
    [    0.051003] ... fixed-purpose events:   3
    [    0.052003] ... event mask:             000000070000000f
    [    0.053547] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [    0.055180] x86: Booting SMP configuration:
    [    0.056006] .... node  #0, CPUs:      #1 #2 #3 #4 #5
    [    0.069039] x86: Booted up 1 node, 6 CPUs
    [    0.070008] smpboot: Total of 6 processors activated (21573.10 BogoMIPS)
    [    0.072171] devtmpfs: initialized
    [    0.073418] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.074021] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [    0.075345] NET: Registered protocol family 16
    [    0.081023] cpuidle: using governor ladder
    [    0.087016] cpuidle: using governor menu
    [    0.088172] ACPI: bus type PCI registered
    [    0.089334] PCI: Using configuration type 1 for base access
    [    0.091081] perf_event_intel: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
    [    0.095316] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [    0.100170] ACPI: Added _OSI(Module Device)
    [    0.101010] ACPI: Added _OSI(Processor Device)
    [    0.102005] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.103008] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.107292] ACPI: Interpreter enabled
    [    0.108038] ACPI: (supports S0 S4 S5)
    [    0.109009] ACPI: Using IOAPIC for interrupt routing
    [    0.110046] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.121337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [    0.122018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
    [    0.123016] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [    0.124022] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    [    0.125112] PCI host bridge to bus 0000:00
    [    0.126010] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
    [    0.127010] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
    [    0.128009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [    0.129008] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
    [    0.130009] pci_bus 0000:00: root bus resource [mem 0x440000000-0x4bfffffff window]
    [    0.131009] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.132108] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
    [    0.134161] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
    [    0.136214] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
    [    0.142556] pci 0000:00:01.1: reg 0x20: [io  0xe1a0-0xe1af]
    [    0.144843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
    [    0.145010] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
    [    0.146008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
    [    0.147007] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
    [    0.148323] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
    [    0.154010] pci 0000:00:01.2: reg 0x20: [io  0xe140-0xe15f]
    [    0.156853] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
    [    0.157974] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
    [    0.158031] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
    [    0.159569] pci 0000:00:02.0: [1af4:1050] type 00 class 0x030000
    [    0.162100] pci 0000:00:02.0: reg 0x10: [mem 0xfd800000-0xfdffffff pref]
    [    0.167053] pci 0000:00:02.0: reg 0x18: [mem 0xfe400000-0xfe403fff 64bit pref]
    [    0.170052] pci 0000:00:02.0: reg 0x20: [mem 0xfea58000-0xfea58fff]
    [    0.175054] pci 0000:00:02.0: reg 0x30: [mem 0xfea40000-0xfea4ffff pref]
    [    0.177478] pci 0000:00:03.0: [1af4:1002] type 00 class 0x00ff00
    [    0.179832] pci 0000:00:03.0: reg 0x10: [io  0xe100-0xe13f]
    [    0.188012] pci 0000:00:03.0: reg 0x20: [mem 0xfe404000-0xfe407fff 64bit pref]
    [    0.191151] pci 0000:00:05.0: [1000:0012] type 00 class 0x010000
    [    0.194014] pci 0000:00:05.0: reg 0x10: [io  0xe000-0xe0ff]
    [    0.197011] pci 0000:00:05.0: reg 0x14: [mem 0xfea59000-0xfea593ff]
    [    0.200029] pci 0000:00:05.0: reg 0x18: [mem 0xfea54000-0xfea55fff]
    [    0.210646] pci 0000:00:07.0: [8086:2922] type 00 class 0x010601
    [    0.216868] pci 0000:00:07.0: reg 0x20: [io  0xe160-0xe17f]
    [    0.218012] pci 0000:00:07.0: reg 0x24: [mem 0xfea5a000-0xfea5afff]
    [    0.221049] pci 0000:00:0b.0: [8086:2922] type 00 class 0x010601
    [    0.228010] pci 0000:00:0b.0: reg 0x20: [io  0xe180-0xe19f]
    [    0.230009] pci 0000:00:0b.0: reg 0x24: [mem 0xfea5b000-0xfea5bfff]
    [    0.233115] pci 0000:00:10.0: [c0a9:540a] type 00 class 0x010802
    [    0.235960] pci 0000:00:10.0: reg 0x10: [mem 0xfea50000-0xfea53fff 64bit]
    [    0.243103] pci 0000:00:12.0: [15ad:07b0] type 00 class 0x020000
    [    0.246010] pci 0000:00:12.0: reg 0x10: [mem 0xfea5c000-0xfea5cfff]
    [    0.249008] pci 0000:00:12.0: reg 0x14: [mem 0xfea5d000-0xfea5dfff]
    [    0.252010] pci 0000:00:12.0: reg 0x18: [mem 0xfea56000-0xfea57fff]
    [    0.261010] pci 0000:00:12.0: reg 0x30: [mem 0xfea00000-0xfea3ffff pref]
    [    0.263032] pci 0000:00:1e.0: [1b36:0001] type 01 class 0x060400
    [    0.265914] pci 0000:00:1e.0: reg 0x10: [mem 0xfea5e000-0xfea5e0ff 64bit]
    [    0.267993] pci 0000:00:1f.0: [1b36:0001] type 01 class 0x060400
    [    0.269915] pci 0000:00:1f.0: reg 0x10: [mem 0xfea5f000-0xfea5f0ff 64bit]
    [    0.272881] pci 0000:00:1e.0: PCI bridge to [bus 01]
    [    0.273045] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
    [    0.274044] pci 0000:00:1e.0:   bridge window [mem 0xfe800000-0xfe9fffff]
    [    0.275095] pci 0000:00:1e.0:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
    [    0.277879] pci 0000:00:1f.0: PCI bridge to [bus 02]
    [    0.278047] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
    [    0.279043] pci 0000:00:1f.0:   bridge window [mem 0xfe600000-0xfe7fffff]
    [    0.280089] pci 0000:00:1f.0:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
    [    0.282955] pci_bus 0000:00: on NUMA node 0
    [    0.283739] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
    [    0.284681] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
    [    0.285655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
    [    0.286676] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
    [    0.288060] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
    [    0.290179] ACPI: Enabled 3 GPEs in block 00 to 0F
    [    0.291354] vgaarb: setting as boot device: PCI:0000:00:02.0
    [    0.292000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.292011] vgaarb: loaded
    [    0.292722] vgaarb: bridge control possible 0000:00:02.0
    [    0.293226] SCSI subsystem initialized
    [    0.294069] libata version 3.00 loaded.
    [    0.295081] pps_core: LinuxPPS API ver. 1 registered
    [    0.296005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.297024] PTP clock support registered
    [    0.298090] EDAC MC: Ver: 3.0.0
    [    0.299643] PCI: Using ACPI for IRQ routing
    [    0.300011] PCI: pci_cache_line_size set to 64 bytes
    [    0.301522] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [    0.302017] e820: reserve RAM buffer [mem 0xbffdb000-0xbfffffff]
    [    0.303982] clocksource: Switched to clocksource hpet
    [    0.319131] AppArmor: AppArmor Filesystem Enabled
    [    0.320565] pnp: PnP ACPI init
    [    0.321659] pnp 00:00: Plug and Play ACPI device, IDs PNP0501 (active)
    [    0.323594] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
    [    0.325579] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
    [    0.327501] pnp 00:03: [dma 2]
    [    0.328571] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
    [    0.330521] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.332917] pnp: PnP ACPI: found 5 devices
    [    0.353001] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
    [    0.359824] pci 0000:00:1e.0: PCI bridge to [bus 01]
    [    0.361467] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
    [    0.365866] pci 0000:00:1e.0:   bridge window [mem 0xfe800000-0xfe9fffff]
    [    0.369623] pci 0000:00:1e.0:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
    [    0.375910] pci 0000:00:1f.0: PCI bridge to [bus 02]
    [    0.378877] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
    [    0.382673] pci 0000:00:1f.0:   bridge window [mem 0xfe600000-0xfe7fffff]
    [    0.385779] pci 0000:00:1f.0:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
    [    0.390409] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
    [    0.392264] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
    [    0.393975] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    [    0.395931] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
    [    0.398327] pci_bus 0000:00: resource 8 [mem 0x440000000-0x4bfffffff window]
    [    0.400285] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
    [    0.401887] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
    [    0.403689] pci_bus 0000:01: resource 2 [mem 0xfe200000-0xfe3fffff 64bit pref]
    [    0.405717] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
    [    0.407301] pci_bus 0000:02: resource 1 [mem 0xfe600000-0xfe7fffff]
    [    0.409064] pci_bus 0000:02: resource 2 [mem 0xfe000000-0xfe1fffff 64bit pref]
    [    0.411230] NET: Registered protocol family 2
    [    0.413936] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.416375] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.418524] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.420501] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [    0.422317] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [    0.424317] NET: Registered protocol family 1
    [    0.425680] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    [    0.427463] pci 0000:00:01.0: PIIX3: Enabling Passive Release
    [    0.429141] pci 0000:00:01.0: Activating ISA DMA hang workarounds
    [    0.485421] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    [    0.536974] pci 0000:00:02.0: Video device with shadowed ROM
    [    0.538861] PCI: CLS 0 bytes, default 64
    [    1.277739] Trying to unpack rootfs image as initramfs...
    [    1.300875] Freeing initrd memory: 21596K
    [    1.305398] redpill: loading out-of-tree module taints kernel.
    [    1.307184] redpill: module verification failed: signature and/or required key missing - tainting kernel
    [    1.310368] <redpill/redpill_main.c:45> ================================================================================================
    [    1.313829] <redpill/redpill_main.c:46> RedPill v0.5-at-2022_03_28-20_38_43 loading...
    [    1.318742] <redpill/call_protected.c:83> Got addr ffffffff811f84a0 for cmdline_proc_show
    [    1.321161] <redpill/cmdline_delegate.c:322> Cmdline count: 407
    [    1.322835] <redpill/cmdline_delegate.c:389> Cmdline: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=4 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac1=0011322A46E7 sn=1230LWN009033 vid=0x0525 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=000608090A syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=66200

    [    1.334059] <redpill/cmdline_delegate.c:401> Param #0: |BOOT_IMAGE=/zImage|
    [    1.335982] <redpill/cmdline_delegate.c:296> Option "BOOT_IMAGE=/zImage" not recognized - ignoring
    [    1.338509] <redpill/cmdline_delegate.c:401> Param #1: |withefi|
    [    1.340208] <redpill/cmdline_delegate.c:296> Option "withefi" not recognized - ignoring
    [    1.342394] <redpill/cmdline_delegate.c:401> Param #2: |earlyprintk|
    [    1.344171] <redpill/cmdline_delegate.c:296> Option "earlyprintk" not recognized - ignoring
    [    1.346498] <redpill/cmdline_delegate.c:401> Param #3: |syno_hw_version=DS3622xs+|
    [    1.348615] <redpill/cmdline_delegate.c:26> HW version set to: DS3622xs+
    [    1.350437] <redpill/cmdline_delegate.c:401> Param #4: |console=ttyS0,115200n8|
    [    1.352519] <redpill/cmdline_delegate.c:296> Option "console=ttyS0,115200n8" not recognized - ignoring
    [    1.355664] <redpill/cmdline_delegate.c:401> Param #5: |netif_num=4|
    [    1.357847] <redpill/cmdline_delegate.c:239> Declared network ifaces # as 4
    [    1.360130] <redpill/cmdline_delegate.c:401> Param #6: |pid=0xa4a5|
    [    1.362188] <redpill/cmdline_delegate.c:142> PID override: 0xa4a5
    [    1.364397] <redpill/cmdline_delegate.c:401> Param #7: |earlycon=uart8250,io,0x3f8,115200n8|
    [    1.367344] <redpill/cmdline_delegate.c:296> Option "earlycon=uart8250,io,0x3f8,115200n8" not recognized - ignoring
    [    1.370840] <redpill/cmdline_delegate.c:401> Param #8: |synoboot_satadom=1|
    [    1.373231] <redpill/cmdline_delegate.c:59> Boot media SATADOM (native) requested
    [    1.375790] <redpill/cmdline_delegate.c:401> Param #9: |syno_port_thaw=1|
    [    1.378144] <redpill/cmdline_delegate.c:211> Port thaw set to: 1
    [    1.380210] <redpill/cmdline_delegate.c:401> Param #10: |mac1=0011322A46E7|
    [    1.382835] <redpill/cmdline_delegate.c:284> Set MAC #1: 0011322A46E7
    [    1.385152] <redpill/cmdline_delegate.c:401> Param #11: |sn=1230LWN009033|
    [    1.387464] <redpill/cmdline_delegate.c:45> S/N set to: 1230LWN009033
    [    1.389657] <redpill/cmdline_delegate.c:401> Param #12: |vid=0x0525|
    [    1.392140] <redpill/cmdline_delegate.c:108> VID override: 0x0525
    [    1.394524] <redpill/cmdline_delegate.c:401> Param #13: |elevator=elevator|
    [    1.398372] <redpill/cmdline_delegate.c:296> Option "elevator=elevator" not recognized - ignoring
    [    1.401692] <redpill/cmdline_delegate.c:401> Param #14: |loglevel=15|
    [    1.404061] <redpill/cmdline_delegate.c:296> Option "loglevel=15" not recognized - ignoring
    [    1.407068] <redpill/cmdline_delegate.c:401> Param #15: |HddHotplug=0|
    [    1.409526] <redpill/cmdline_delegate.c:296> Option "HddHotplug=0" not recognized - ignoring
    [    1.412552] <redpill/cmdline_delegate.c:401> Param #16: |DiskIdxMap=000608090A|
    [    1.415074] <redpill/cmdline_delegate.c:296> Option "DiskIdxMap=000608090A" not recognized - ignoring
    [    1.418181] <redpill/cmdline_delegate.c:401> Param #17: |syno_hdd_detect=0|
    [    1.420760] <redpill/cmdline_delegate.c:296> Option "syno_hdd_detect=0" not recognized - ignoring
    [    1.423809] <redpill/cmdline_delegate.c:401> Param #18: |vender_format_version=2|
    [    1.426435] <redpill/cmdline_delegate.c:296> Option "vender_format_version=2" not recognized - ignoring
    [    1.429638] <redpill/cmdline_delegate.c:401> Param #19: |syno_hdd_powerup_seq=0|
    [    1.432057] <redpill/cmdline_delegate.c:296> Option "syno_hdd_powerup_seq=0" not recognized - ignoring
    [    1.435120] <redpill/cmdline_delegate.c:401> Param #20: |log_buf_len=32M|
    [    1.437473] <redpill/cmdline_delegate.c:296> Option "log_buf_len=32M" not recognized - ignoring
    [    1.440281] <redpill/cmdline_delegate.c:401> Param #21: |root=/dev/md0|
    [    1.442608] <redpill/cmdline_delegate.c:296> Option "root=/dev/md0" not recognized - ignoring
    [    1.445397] <redpill/cmdline_delegate.c:401> Param #22: |SataPortMap=66200|
    [    1.447687] <redpill/cmdline_delegate.c:296> Option "SataPortMap=66200" not recognized - ignoring
    [    1.450672] <redpill/cmdline_delegate.c:360> Add cmdline blacklist "vid=" @ 0
    [    1.453213] <redpill/cmdline_delegate.c:361> Add cmdline blacklist "pid=" @ 1
    [    1.455465] <redpill/cmdline_delegate.c:362> Add cmdline blacklist "mfg" @ 2
    [    1.458075] <redpill/cmdline_delegate.c:363> Add cmdline blacklist "dom_szmax=" @ 3
    [    1.460680] <redpill/cmdline_delegate.c:364> Add cmdline blacklist "elevator=" @ 4
    [    1.463352] <redpill/cmdline_delegate.c:365> Add cmdline blacklist "loglevel=" @ 5
    [    1.465836] <redpill/cmdline_delegate.c:366> Add cmdline blacklist "log_buf_len=" @ 6
    [    1.468599] <redpill/cmdline_delegate.c:367> Add cmdline blacklist "earlyprintk" @ 7
    [    1.471181] <redpill/cmdline_delegate.c:368> Add cmdline blacklist "syno_port_thaw=" @ 8
    [    1.473863] <redpill/cmdline_delegate.c:422> CmdLine processed successfully, tokens=23
    [    1.476898] <redpill/runtime_config.c:187> Found platform definition for "DS3622xs+"
    [    1.479707] <redpill/runtime_config.c:198> Validating runtime config...
    [    1.482183] <redpill/runtime_config.c:64> Using native SATA-DoM boot - vid= and pid= parameter values will be ignored
    [    1.486056] <redpill/runtime_config.c:76> Configured boot device type to fake-SATA DOM
    [    1.489088] <redpill/runtime_config.c:143> Number of defined interfaces ("netif_num=4") is not equal to the number of MAC addresses found (1)
    [    1.493805] <redpill/runtime_config.c:207> Config validation resulted in OK
    [    1.496682] <redpill/runtime_config.c:224> Runtime config populated
    [    1.498927] <redpill/uart_fixer.c:72> Registering UART fixer shim
    [    1.509572] <redpill/call_protected.c:107> Got addr ffffffff8192d2af for early_serial_setup
    [    1.512843] <redpill/uart_fixer.c:54> Fixed muted ttyS0 to hw port @ 3f8
    [    1.515409] <redpill/uart_fixer.c:86> Successfully registered UART fixer shim
    [    1.517973] <redpill/scsi_notifier.c:164> Registering SCSI device notifier
    [    1.520495] <redpill/scsi_notifier.c:181> The sd driver is not ready to dispatch SCSI device notifier events - awaiting driver
    [    1.525208] <redpill/intercept_driver_register.c:215> Registered driver_register() watcher for "sd" driver (coming=1, live=0)
    [    1.529311] <redpill/intercept_driver_register.c:219> Registered the first driver_register watcher - starting watching
    [    1.533340] <redpill/intercept_driver_register.c:161> Starting intercept of driver_register()
    [    1.536492] <redpill/override_symbol.c:257> Overriding driver_register() with driver_register_shim [redpill]()<ffffffffa00056b7>
    [    1.545545] <redpill/override_symbol.c:172> Saved driver_register() ptr <ffffffff813a1220>
    [    1.548504] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff813a1220+12/1 (<<ffffffff813a1000)
    [    1.553183] <redpill/call_protected.c:84> Got addr ffffffff81049590 for flush_tlb_all
    [    1.556190] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    1.559606] <redpill/override_symbol.c:182> Generating trampoline
    [    1.560584] <redpill/override_symbol.c:187> Generated trampoline to driver_register_shim+0x0/0x288 [redpill]<ffffffffa00056b7> for driver_register<ffffffff813a1220>: 
    [    1.560584] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813a1220>
    [    1.570603] <redpill/override_symbol.c:221> Released lock for <ffffffff813a1220>
    [    1.573484] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff813a1220+12/1 (<<ffffffff813a1000)
    [    1.577753] <redpill/override_symbol.c:269> Successfully overrode driver_register() with trampoline to driver_register_shim+0x0/0x288 [redpill]<ffffffffa00056b7>
    [    1.582977] <redpill/intercept_driver_register.c:168> driver_register() is now intercepted
    [    1.586061] <redpill/scsi_notifier.c:192> Successfully registered SCSI device notifier
    [    1.589069] <redpill/sata_port_shim.c:116> Registering SATA port emulator shim
    [    1.591766] <redpill/sata_port_shim.c:120> Registering for new devices notifications
    [    1.594723] <redpill/scsi_notifier.c:149> scsi_disk_probe_handler+0x0/0x20 [redpill] (priority=-2147483648) subscribed to SCSI device events
    [    1.599427] <redpill/sata_port_shim.c:127> Iterating over existing devices
    [    1.601872] <redpill/sata_port_shim.c:134> Successfully registered SATA port emulator shim
    [    1.604865] <redpill/boot_device_shim.c:48> Registering boot device router shim
    [    1.607657] <redpill/native_sata_boot_shim.c:205> Registering native SATA DOM boot device shim
    [    1.610800] <redpill/scsi_notifier.c:149> on_new_scsi_disk+0x0/0x20 [redpill] (priority=2147483647) subscribed to SCSI device events
    [    1.616324] <redpill/native_sata_boot_shim.c:242> Successfully registered native SATA DOM boot device shim
    [    1.619784] <redpill/boot_device_shim.c:76> Successfully registered boot device router shim
    [    1.622881] <redpill/intercept_execve.c:103> Registering execve() interceptor
    [    1.625505] <redpill/override_symbol.c:257> Overriding SyS_execve() with SyS_execve_shim [redpill]()<ffffffffa00006b0>
    [    1.631614] <redpill/override_symbol.c:172> Saved SyS_execve() ptr <ffffffff8118e8c0>
    [    1.634641] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8118e8c0+12/1 (<<ffffffff8118e000)
    [    1.639108] <redpill/override_symbol.c:221> Obtaining lock for <SyS_execve+0x0/0x40/ffffffff8118e8c0>
    [    1.642348] <redpill/override_symbol.c:182> Generating trampoline
    [    1.643326] <redpill/override_symbol.c:187> Generated trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa00006b0> for SyS_execve<ffffffff8118e8c0>: 
    [    1.643326] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8118e8c0>
    [    1.652839] <redpill/override_symbol.c:221> Released lock for <ffffffff8118e8c0>
    [    1.655749] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8118e8c0+12/1 (<<ffffffff8118e000)
    [    1.660071] <redpill/override_symbol.c:269> Successfully overrode SyS_execve() with trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa00006b0>
    [    1.665060] <redpill/intercept_execve.c:112> execve() interceptor registered
    [    1.667727] <redpill/bios_shim.c:243> Registering mfgBIOS shim
    [    1.669893] <redpill/bios_shims_collection.c:219> Shimming disk led control API
    [    1.672629] <redpill/override_symbol.c:257> Overriding syno_ahci_disk_led_enable() with syno_ahci_disk_led_enable_shim [redpill]()<ffffffffa000d461>
    [    1.683089] <redpill/override_symbol.c:172> Saved syno_ahci_disk_led_enable() ptr <ffffffff81431f70>
    [    1.686473] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff81431f70+12/1 (<<ffffffff81431000)
    [    1.690733] <redpill/override_symbol.c:221> Obtaining lock for <syno_ahci_disk_led_enable+0x0/0x60/ffffffff81431f70>
    [    1.694727] <redpill/override_symbol.c:182> Generating trampoline
    [    1.695704] <redpill/override_symbol.c:187> Generated trampoline to syno_ahci_disk_led_enable_shim+0x0/0x33 [redpill]<ffffffffa000d461> for syno_ahci_disk_led_enable<ffffffff81431f70>: 
    [    1.695704] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff81431f70>
    [    1.705947] <redpill/override_symbol.c:221> Released lock for <ffffffff81431f70>
    [    1.708807] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff81431f70+12/1 (<<ffffffff81431000)
    [    1.713160] <redpill/override_symbol.c:269> Successfully overrode syno_ahci_disk_led_enable() with trampoline to syno_ahci_disk_led_enable_shim+0x0/0x33 [redpill]<ffffffffa000d461>
    [    1.718918] <redpill/override_symbol.c:257> Overriding syno_ahci_disk_led_enable_by_port() with syno_ahci_disk_led_enable_by_port_shim [redpill]()<ffffffffa000d494>
    [    1.730716] <redpill/override_symbol.c:172> Saved syno_ahci_disk_led_enable_by_port() ptr <ffffffff81431fd0>
    [    1.734200] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff81431fd0+12/1 (<<ffffffff81431000)
    [    1.738426] <redpill/override_symbol.c:221> Obtaining lock for <syno_ahci_disk_led_enable_by_port+0x0/0x50/ffffffff81431fd0>
    [    1.742571] <redpill/override_symbol.c:182> Generating trampoline
    [    1.743549] <redpill/override_symbol.c:187> Generated trampoline to syno_ahci_disk_led_enable_by_port_shim+0x0/0x33 [redpill]<ffffffffa000d494> for syno_ahci_disk_led_enable_by_port<ffffffff81431fd0>: 
    [    1.743549] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff81431fd0>
    [    1.754187] <redpill/override_symbol.c:221> Released lock for <ffffffff81431fd0>
    [    1.756811] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff81431fd0+12/1 (<<ffffffff81431000)
    [    1.760918] <redpill/override_symbol.c:269> Successfully overrode syno_ahci_disk_led_enable_by_port() with trampoline to syno_ahci_disk_led_enable_by_port_shim+0x0/0x33 [redpill]<ffffffffa000d494>
    [    1.767047] <redpill/bios_shims_collection.c:253> Finished shim_disk_leds_ctrl
    [    1.769855] <redpill/override_symbol.c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa0002850>
    [    1.775198] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103def0>
    [    1.778130] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103def0+12/1 (<<ffffffff8103d000)
    [    1.782231] <redpill/override_symbol.c:221> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103def0>
    [    1.785905] <redpill/override_symbol.c:182> Generating trampoline
    [    1.786884] <redpill/override_symbol.c:187> Generated trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002850> for apply_relocate_add<ffffffff8103def0>: 
    [    1.786884] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8103def0>
    [    1.796477] <redpill/override_symbol.c:221> Released lock for <ffffffff8103def0>
    [    1.799152] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103def0+12/1 (<<ffffffff8103d000)
    [    1.803388] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002850>
    [    1.816124] <redpill/bios_shim.c:170> Registered bios module notifier
    [    1.818665] <redpill/bios_shim.c:253> Successfully registered mfgBIOS shim
    [    1.821261] <redpill/disable_exectutables.c:15> Registering common executables disabler shim
    [    1.824282] <redpill/intercept_execve.c:57> Filename uboot_do_upd.sh will be blocked from execution
    [    1.827607] <redpill/intercept_execve.c:57> Filename ./uboot_do_upd.sh will be blocked from execution
    [    1.831056] <redpill/intercept_execve.c:57> Filename /usr/syno/bin/syno_pstore_collect will be blocked from execution
    [    1.835059] <redpill/intercept_execve.c:57> Filename /tmpData/upd@te/sas_fw_upgrade_tool will be blocked from execution
    [    1.840121] <redpill/disable_exectutables.c:28> Successfully registered common executables disabler shim
    [    1.843775] <redpill/block_fw_update_shim.c:67> Registering firmware update blocker shim
    [    1.846934] <redpill/intercept_execve.c:57> Filename ./H2OFFT-Lx64 will be blocked from execution
    [    1.850264] <redpill/block_fw_update_shim.c:45> Saved backup DMI: Standard PC (i440FX + PIIX, 1996)
    [    1.853663] <redpill/block_fw_update_shim.c:75> Successfully registered firmware update blocker shim
    [    1.857052] <redpill/pci_shim.c:190> Registering PCI devices shim
    [    1.859472] <redpill/pci_shim.c:192> Creating vPCI devices for DS3622xs+
    [    1.861989] <redpill/pci_shim.c:198> Calling vdev_add_MARVELL_88SE9235 [redpill] with B:D:F=09:00:00 mf=0
    [    1.865661] <redpill/virtual_pci.c:420> Attempting to add vPCI device [printed below] @ bus=09 dev=00 fn=00
    [    1.869335] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff88042ba71280
    [    1.872239] 
                   31***********0***ADDR*******************
    [    1.874713] 92 35   1b 4b  | 0x00
    [    1.876271] 00 00   00 00  | 0x04
    [    1.877643] 01 06   01 11  | 0x08
    [    1.879170] 00 00   00 00  | 0x0C
    [    1.880548] 00 00   00 00  | 0x10
    [    1.881926] 00 00   00 00  | 0x14
    [    1.883466] 00 00   00 00  | 0x18
    [    1.884801] 00 00   00 00  | 0x1C
    [    1.886481] 00 00   00 00  | 0x20
    [    1.887813] 00 00   00 00  | 0x24
    [    1.889430] 00 00   00 00  | 0x28
    [    1.890810] 00 00   00 00  | 0x2C
    [    1.892330] 00 00   00 00  | 0x30
    [    1.893757] 00 00   00 00  | 0x34
    [    1.895328] 00 00   00 00  | 0x38
    [    1.897367] ff ff   00 ff  | 0x3C
    [    1.898871] PCI host bridge to bus 0001:09
    [    1.900608] pci_bus 0001:09: root bus resource [io  0x0000-0xffff]
    [    1.902888] pci_bus 0001:09: root bus resource [mem 0x00000000-0x3fffffffffff]
    [    1.904151] <redpill/call_protected.c:101> Got addr ffffffff811993a0 for getname
    [    1.906478] <redpill/call_protected.c:100> Got addr ffffffff8118e6c0 for do_execve
    [    1.911040] pci_bus 0001:09: root bus resource [bus 00-ff]
    [    1.913214] pci 0001:09:00.0: [1b4b:9235] type 00 class 0x010601
    [    1.915556] <redpill/virtual_pci.c:488> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
    [    1.918950] pci 0001:09:00.0: Can't map mv9235 registers
    [    1.920991] <redpill/virtual_pci.c:492> Added device with new bus @ bus=09 dev=00 fn=00
    [    1.924002] <redpill/pci_shim.c:211> vPCI device 1 created successfully
    [    1.926469] <redpill/pci_shim.c:198> Calling vdev_add_MARVELL_88SE9235 [redpill] with B:D:F=0c:00:00 mf=0
    [    1.929969] <redpill/virtual_pci.c:420> Attempting to add vPCI device [printed below] @ bus=0c dev=00 fn=00
    [    1.933629] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff88042ba712c0
    [    1.936367] 
                   31***********0***ADDR*******************
    [    1.938779] 92 35   1b 4b  | 0x00
    [    1.940367] 00 00   00 00  | 0x04
    [    1.941721] 01 06   01 11  | 0x08
    [    1.943272] 00 00   00 00  | 0x0C
    [    1.944675] 00 00   00 00  | 0x10
    [    1.946183] 00 00   00 00  | 0x14
    [    1.947567] 00 00   00 00  | 0x18
    [    1.950120] 00 00   00 00  | 0x1C
    [    1.951535] 00 00   00 00  | 0x20
    [    1.952911] 00 00   00 00  | 0x24
    [    1.954496] 00 00   00 00  | 0x28
    [    1.955917] 00 00   00 00  | 0x2C
    [    1.957545] 00 00   00 00  | 0x30
    [    1.958864] 00 00   00 00  | 0x34
    [    1.960509] 00 00   00 00  | 0x38
    [    1.961835] ff ff   00 ff  | 0x3C
    [    1.963500] PCI host bridge to bus 0001:0c
    [    1.965195] pci_bus 0001:0c: root bus resource [io  0x0000-0xffff]
    [    1.967408] pci_bus 0001:0c: root bus resource [mem 0x00000000-0x3fffffffffff]
    [    1.970117] pci_bus 0001:0c: busn_res: can not insert [bus 0c-ff] under domain [bus 00-ff] (conflicts with (null) [bus 09-ff])
    [    1.974183] pci_bus 0001:0c: root bus resource [bus 00-ff]
    [    1.976071] pci 0001:0c:00.0: [1b4b:9235] type 00 class 0x010601
    [    1.978680] <redpill/virtual_pci.c:488> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
    [    1.982313] pci 0001:0c:00.0: Can't map mv9235 registers
    [    1.984327] <redpill/virtual_pci.c:492> Added device with new bus @ bus=0c dev=00 fn=00
    [    1.987261] <redpill/pci_shim.c:211> vPCI device 2 created successfully
    [    1.989743] <redpill/pci_shim.c:214> Successfully registered PCI devices shim
    [    1.992592] <redpill/smart_shim.c:1033> Registering SMART emulator shim
    [    2.000196] <redpill/smart_shim.c:1043> SCSI driver exists - installing canary
    [    2.002845] <redpill/override_symbol.c:257> Overriding sd_ioctl() with sd_ioctl_canary [redpill]()<ffffffffa0001fb0>
    [    2.011975] <redpill/override_symbol.c:172> Saved sd_ioctl() ptr <ffffffff813edd20>
    [    2.014969] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff813edd20+12/1 (<<ffffffff813ed000)
    [    2.019647] <redpill/override_symbol.c:221> Obtaining lock for <sd_ioctl+0x0/0x240/ffffffff813edd20>
    [    2.023692] <redpill/override_symbol.c:182> Generating trampoline
    [    2.024666] <redpill/override_symbol.c:187> Generated trampoline to sd_ioctl_canary+0x0/0x60 [redpill]<ffffffffa0001fb0> for sd_ioctl<ffffffff813edd20>: 
    [    2.024666] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813edd20>
    [    2.033963] <redpill/override_symbol.c:221> Released lock for <ffffffff813edd20>
    [    2.036897] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff813edd20+12/1 (<<ffffffff813ed000)
    [    2.041170] <redpill/override_symbol.c:269> Successfully overrode sd_ioctl() with trampoline to sd_ioctl_canary+0x0/0x60 [redpill]<ffffffffa0001fb0>
    [    2.045938] <redpill/smart_shim.c:1055> Successfully registered SMART emulator shim
    [    2.048742] <redpill/pmu_shim.c:344> Registering PMU emulator shim
    [    2.051048] <redpill/virtual_uart.c:987> Adding vUART ttyS1
    [    2.053182] <redpill/virtual_uart.c:645> Initializing ttyS1 vUART
    [    2.055430] <redpill/virtual_uart.c:661> Initialized ttyS1 vUART
    [    2.057565] <redpill/virtual_uart.c:799> Registering ttyS1 (io=0x2f8) in the driver
    [    2.061604] <redpill/virtual_uart.c:753> serial8250 driver is not ready - the port addition will be delayed until the driver loads
    [    2.066081] <redpill/intercept_driver_register.c:215> Registered driver_register() watcher for "serial8250" driver (coming=0, live=1)
    [    2.070607] <redpill/virtual_uart.c:808> The serial8250 driver is not ready - vUART port ttyS1 (io=0x2f8) will be activated later
    [    2.074836] <redpill/vuart_virtual_irq.c:66> Enabling vIRQ for ttyS1
    [    2.077486] <redpill/vuart_virtual_irq.c:101> vIRQ fully enabled for for ttyS1
    [    2.080505] <redpill/virtual_uart.c:1004> Added vUART at ttyS1
    [    2.082886] <redpill/virtual_uart.c:931> Setting TX callback for for ttyS1 (line=1)
    [    2.086003] <redpill/virtual_uart.c:945> Added TX callback for ttyS1 (line=1)
    [    2.088824] <redpill/pmu_shim.c:361> Successfully registered PMU emulator shim
    [    2.091613] <redpill/sanitize_cmdline.c:89> Cmdline param "earlyprintk" blacklisted - skipping
    [    2.094813] <redpill/sanitize_cmdline.c:89> Cmdline param "pid=0xa4a5" blacklisted - skipping
    [    2.098211] <redpill/sanitize_cmdline.c:89> Cmdline param "syno_port_thaw=1" blacklisted - skipping
    [    2.101823] <redpill/sanitize_cmdline.c:89> Cmdline param "vid=0x0525" blacklisted - skipping
    [    2.105425] <redpill/sanitize_cmdline.c:89> Cmdline param "elevator=elevator" blacklisted - skipping
    [    2.108962] <redpill/sanitize_cmdline.c:89> Cmdline param "loglevel=15" blacklisted - skipping
    [    2.112343] <redpill/sanitize_cmdline.c:89> Cmdline param "log_buf_len=32M" blacklisted - skipping
    [    2.115770] <redpill/sanitize_cmdline.c:102> Sanitized cmdline to: BOOT_IMAGE=/zImage withefi syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=4 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 mac1=0011322A46E7 sn=1230LWN009033 HddHotplug=0 DiskIdxMap=000608090A syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 root=/dev/md0 SataPortMap=66200
    [    2.128177] <redpill/override_symbol.c:257> Overriding cmdline_proc_show() with cmdline_proc_show_filtered [redpill]()<ffffffffa0000c10>
    [    2.135648] <redpill/override_symbol.c:172> Saved cmdline_proc_show() ptr <ffffffff811f84a0>
    [    2.138671] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff811f84a0+12/1 (<<ffffffff811f8000)
    [    2.142961] <redpill/override_symbol.c:221> Obtaining lock for <cmdline_proc_show+0x0/0x20/ffffffff811f84a0>
    [    2.147089] <redpill/override_symbol.c:182> Generating trampoline
    [    2.148067] <redpill/override_symbol.c:187> Generated trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0000c10> for cmdline_proc_show<ffffffff811f84a0>: 
    [    2.148067] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff811f84a0>
    [    2.158084] <redpill/override_symbol.c:221> Released lock for <ffffffff811f84a0>
    [    2.160759] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff811f84a0+12/1 (<<ffffffff811f8000)
    [    2.164979] <redpill/override_symbol.c:269> Successfully overrode cmdline_proc_show() with trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0000c10>
    [    2.170602] <redpill/sanitize_cmdline.c:138> /proc/cmdline sanitized
    [    2.173062] <redpill/ioscheduler_fixer.c:24> Resetting I/O scheduler to default
    [    2.183064] <redpill/call_protected.c:110> Got addr ffffffff8192545f for elevator_setup
    [    2.186094] <redpill/redpill_main.c:69> RedPill v0.5-at-2022_03_28-20_38_43 loaded successfully (stealth=1)
    [    2.194085] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    2.196609] software IO TLB: mapped [mem 0xbbfdb000-0xbffdb000] (64MB)
    [    2.199231] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
    [    2.202443] hw unit of domain pp0-core 2^-0 Joules
    [    2.204171] hw unit of domain package 2^-0 Joules
    [    2.205932] hw unit of domain dram 2^-16 Joules
    [    2.209400] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "alarmtimer" found, calling original driver_register()
    [    2.214953] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff813a1220+12/1 (<<ffffffff813a1000)
    [    2.218899] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.223974] <redpill/override_symbol.c:250> Writing original code to <ffffffff813a1220>
    [    2.226947] <redpill/override_symbol.c:250> Released lock for <ffffffff813a1220>
    [    2.229712] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.233098] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813a1220>
    [    2.235948] <redpill/override_symbol.c:221> Released lock for <ffffffff813a1220>
    [    2.239148] audit: initializing netlink subsys (disabled)
    [    2.241227] audit: type=2000 audit(1649258459.241:1): initialized
    [    2.243813] Initialise system trusted keyring
    [    2.261473] VFS: Disk quotas dquot_6.6.0
    [    2.263140] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    2.415010] Key type asymmetric registered
    [    2.415960] Asymmetric key parser 'x509' registered
    [    2.417247] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
    [    2.418925] io scheduler noop registered
    [    2.419806] io scheduler deadline registered
    [    2.420925] io scheduler cfq registered (default)
    [    2.422151] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "pcieport" found, calling original driver_register()
    [    2.425433] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.427562] <redpill/override_symbol.c:250> Writing original code to <ffffffff813a1220>
    [    2.429382] <redpill/override_symbol.c:250> Released lock for <ffffffff813a1220>
    [    2.430981] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.433094] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813a1220>
    [    2.434859] <redpill/override_symbol.c:221> Released lock for <ffffffff813a1220>
    [    2.436609] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "aer" found, calling original driver_register()
    [    2.440622] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.442680] <redpill/override_symbol.c:250> Writing original code to <ffffffff813a1220>
    [    2.444464] <redpill/override_symbol.c:250> Released lock for <ffffffff813a1220>
    [    2.446061] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.448176] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813a1220>
    [    2.450041] <redpill/override_symbol.c:221> Released lock for <ffffffff813a1220>
    [    2.451754] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "pcie_pme" found, calling original driver_register()
    [    2.454933] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.456994] <redpill/override_symbol.c:250> Writing original code to <ffffffff813a1220>
    [    2.458768] <redpill/override_symbol.c:250> Released lock for <ffffffff813a1220>
    [    2.460491] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.462626] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813a1220>
    [    2.464528] <redpill/override_symbol.c:221> Released lock for <ffffffff813a1220>
    [    2.705115] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    2.736818] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [    2.886415] <redpill/intercept_driver_register.c:98> driver_register() interception active - calling handler serial8250_ready_watcher+0x0/0x20 [redpill]<ffffffffa00018a0> for "serial8250"
    [    2.890123] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.892278] <redpill/override_symbol.c:250> Writing original code to <ffffffff813a1220>
    [    2.893981] <redpill/override_symbol.c:250> Released lock for <ffffffff813a1220>
    [    2.895739] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.898406] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813a1220>
    [    2.900284] <redpill/override_symbol.c:221> Released lock for <ffffffff813a1220>
    [    2.901869] <redpill/intercept_driver_register.c:141> Calling for DWATCH_STATE_LIVE
    [    2.903595] <redpill/virtual_uart.c:697> serial8250 driver loaded - adding queued ports
    [    2.905313] <redpill/virtual_uart.c:706> Processing enqueued port 1
    [    2.906757] <redpill/virtual_uart.c:799> Registering ttyS1 (io=0x2f8) in the driver
    [    2.928797] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
    [    2.930733] <redpill/virtual_uart.c:852> ttyS1 registered with driver (line=1)
    [    2.932449] <redpill/virtual_uart.c:714> Finished processing enqueued ports
    [    2.934057] <redpill/intercept_driver_register.c:244> Removed serial8250_ready_watcher+0x0/0x20 [redpill]<ffffffffa00018a0> subscriber for "serial8250" driver
    [    2.937116] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "serial" found, calling original driver_register()
    [    2.940247] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.942307] <redpill/override_symbol.c:250> Writing original code to <ffffffff813a1220>
    [    2.944085] <redpill/override_symbol.c:250> Released lock for <ffffffff813a1220>
    [    2.945770] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.947895] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813a1220>
    [    2.949684] <redpill/override_symbol.c:221> Released lock for <ffffffff813a1220>
    [    2.959367] brd: module loaded
    [    2.960217] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "lpc_ich" found, calling original driver_register()
    [    2.963557] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.965728] <redpill/override_symbol.c:250> Writing original code to <ffffffff813a1220>
    [    2.967553] <redpill/override_symbol.c:250> Released lock for <ffffffff813a1220>
    [    2.969262] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    2.971429] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813a1220>
    [    2.973206] <redpill/override_symbol.c:221> Released lock for <ffffffff813a1220>
    [    2.974887] Loading iSCSI transport class v2.0-870.
    [    2.996987] rdac: device handler registered
    [    3.000763] <redpill/intercept_driver_register.c:98> driver_register() interception active - calling handler sd_load_watcher+0x0/0x20 [redpill]<ffffffffa0000550> for "sd"
    [    3.004069] <redpill/intercept_driver_register.c:102> Calling for DWATCH_STATE_COMING
    [    3.005787] <redpill/scsi_notifier.c:137> sd driver loaded - triggering sd_probe shim installation
    [    3.007850] <redpill/scsi_notifier.c:104> Overriding sd_probe()<ffffffff813f25b0> with sd_probe_shim [redpill]()<ffffffffa0003690>
    [    3.010385] <redpill/intercept_driver_register.c:112> Calling original driver_register() & removing watcher
    [    3.012550] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    3.014668] <redpill/override_symbol.c:250> Writing original code to <ffffffff813a1220>
    [    3.016405] <redpill/override_symbol.c:250> Released lock for <ffffffff813a1220>
    [    3.018255] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    3.020439] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813a1220>
    [    3.023719] <redpill/override_symbol.c:221> Released lock for <ffffffff813a1220>
    [    3.026734] <redpill/intercept_driver_register.c:244> Removed sd_load_watcher+0x0/0x20 [redpill]<ffffffffa0000550> subscriber for "sd" driver
    [    3.031459] <redpill/intercept_driver_register.c:250> Removed last driver_register() subscriber - unshimming driver_register()
    [    3.035737] <redpill/intercept_driver_register.c:185> Stopping intercept of driver_register()
    [    3.038836] <redpill/override_symbol.c:279> Restoring driver_register<ffffffff813a1220> to original code
    [    3.042305] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813a1220>
    [    3.045837] <redpill/override_symbol.c:250> Writing original code to <ffffffff813a1220>
    [    3.048764] <redpill/override_symbol.c:250> Released lock for <ffffffff813a1220>
    [    3.051718] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff813a1220+12/1 (<<ffffffff813a1000)
    [    3.055916] <redpill/override_symbol.c:287> Successfully restored original code of driver_register
    [    3.059151] <redpill/override_symbol.c:145> Freeing OVS for driver_register
    [    3.061700] <redpill/intercept_driver_register.c:191> Intercept of driver_register() stopped
    [    3.065720] nvme nvme0: pci function 0000:00:10.0
    [    3.066967] i2c /dev entries driver
    [    3.068081] ahci 0000:00:07.0: version 3.0
    [    3.173419] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
    [    3.177574] ahci 0000:00:07.0: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
    [    3.181655] ahci 0000:00:07.0: flags: 64bit ncq only 
    [    3.206409] scsi host0: ahci
    [    3.208441] scsi host1: ahci
    [    3.209919] scsi host2: ahci
    [    3.210136] tsc: Refined TSC clocksource calibration: 1797.906 MHz
    [    3.210141] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19ea6f7fd8f, max_idle_ns: 440795241335 ns
    [    3.217303] scsi host3: ahci
    [    3.218777] scsi host4: ahci
    [    3.221586] scsi host5: ahci
    [    3.223096] ata1: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a100 irq 25
    [    3.225938] ata2: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a180 irq 25
    [    3.228881] ata3: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a200 irq 25
    [    3.231821] ata4: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a280 irq 25
    [    3.234669] ata5: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a300 irq 25
    [    3.238074] ata6: SATA max UDMA/133 abar m4096@0xfea5a000 port 0xfea5a380 irq 25
    [    3.240994] parameter error. gpiobase=00000000, pin=0, pValue=ffff88042b07fd6c
    [    3.306068] ahci 0000:00:0b.0: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
    [    3.309134] ahci 0000:00:0b.0: flags: 64bit ncq only 
    [    3.313339] scsi host6: ahci
    [    6.259099] scsi host7: ahci
    [    6.259941] scsi host8: ahci
    [    6.260684] scsi host9: ahci
    [    6.261664] scsi host10: ahci
    [    6.262562] scsi host11: ahci
    [    6.263279] ata7: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b100 irq 31
    [    6.264672] ata8: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b180 irq 31
    [    6.266051] ata9: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b200 irq 31
    [    6.267488] ata10: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b280 irq 31
    [    6.268918] ata11: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b300 irq 31
    [    6.270399] ata12: SATA max UDMA/133 abar m4096@0xfea5b000 port 0xfea5b380 irq 31
    [    6.272275] ahci: probe of 0001:09:00.0 failed with error -22
    [    6.273409] ahci: probe of 0001:0c:00.0 failed with error -22
    [    6.274772] rtc_cmos 00:04: RTC can wake from S4
    [    6.315767] clocksource: Switched to clocksource tsc
    [    6.315789] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [    6.316212] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
    [    6.316425] md: raid1 personality registered for level 1
    [    6.316790] NET: Registered protocol family 17
    [    6.316835] Key type dns_resolver registered
    [    6.317885] mce: Using 10 MCE banks
    [    6.318139] registered taskstats version 1
    [    6.318149] Loading compiled-in untrusted X.509 certificates
    [    6.318155] Loading compiled-in X.509 certificates
    [    6.318187] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
    [    6.319053] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
    [    6.319064] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
    [    6.319077] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
    [    6.319097] page_owner is disabled
    [    6.319126] AppArmor: AppArmor sha1 policy hashing enabled
    [    9.353498] rtc_cmos 00:04: setting system clock to 2022-04-06 15:21:06 UTC (1649258466)
    [    9.444373] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    9.445765] ata5.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    9.446799] ata5.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    9.448016] ata5.00: SN:QM00013
    [    9.448596] ata5.00: applying bridge limits
    [    9.449583] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    9.450947] ata5.00: configured for UDMA/100
    [    9.451748] ata6.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    9.452802] ata6.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    9.454015] ata6.00: SN:QM00015
    [    9.454577] ata6.00: applying bridge limits
    [    9.455577] ata6.00: configured for UDMA/100
    [    9.456562] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    9.458161] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    9.459614] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    9.461842] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    9.463427] ata4.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    9.464745] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    9.466200] ata4.00: SN:QM00011
    [    9.466880] ata4.00: applying bridge limits
    [    9.467818] ata2.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    9.468863] ata2.00: 2097152 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    9.470017] ata2.00: SN:QM00007
    [    9.470579] ata2.00: applying bridge limits
    [    9.471372] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    9.473205] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    9.475259] ata1.00: SN:QM00005
    [    9.476239] ata1.00: applying bridge limits
    [    9.477555] ata3.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    9.479003] ata3.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    9.480678] ata3.00: SN:QM00009
    [    9.481412] ata3.00: applying bridge limits
    [    9.482685] ata2.00: configured for UDMA/100
    [    9.483529] ata4.00: configured for UDMA/100
    [    9.484523] ata1.00: configured for UDMA/100
    [    9.485873] ata3.00: configured for UDMA/100
    [    9.485887] ata1.00: Find SSD disks. [QEMU HARDDISK]
    [    9.486631] scsi 0:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
    [    9.486996] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
    [    9.486997] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
    [    9.487014] <redpill/native_sata_boot_shim.c:153> Found new SCSI disk vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                ": checking boot shim viability
    [    9.487020] <redpill/boot_shim_base.c:33> Checking if SATA disk is a shim target - id=0 channel=0 vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                "
    [    9.487050] <redpill/boot_shim_base.c:43> Device has capacity of ~953869 MiB - it WILL NOT be shimmed (>1024)
    [    9.487053] <redpill/scsi_notifier.c:87> Calling original sd_probe()
    [    9.487153] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
    [    9.487268] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
    [    9.487303] ata2.00: Find SSD disks. [QEMU HARDDISK]
    [    9.487341] sd 0:0:0:0: [sda] Write Protect is off
    [    9.487344] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    9.487359] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    9.488442]  sda: sda1 sda2 sda3 < sda5 >
    [    9.488793] sd 0:0:0:0: [sda] Attached SCSI disk
    [    9.500215] scsi 1:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
    [    9.500308] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
    [    9.500309] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
    [    9.500311] <redpill/native_sata_boot_shim.c:153> Found new SCSI disk vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                ": checking boot shim viability
    [    9.500312] <redpill/boot_shim_base.c:33> Checking if SATA disk is a shim target - id=0 channel=0 vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                "
    [    9.500337] <redpill/boot_shim_base.c:55> Device has capacity of ~1024 MiB - it is a shimmable target (<=1024)
    [    9.500338] <redpill/native_sata_boot_shim.c:124> Trying to shim SCSI device vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                "
    [    9.500339] <redpill/native_sata_boot_shim.c:132> Shimming device to vendor="SATADOM-" model="TYPE D 3SE"
    [    9.500340] <redpill/scsi_notifier.c:87> Calling original sd_probe()
    [    9.500372] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
    [    9.500460] sd 1:0:0:0: [synoboot] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB)
    [    9.500489] sd 1:0:0:0: [synoboot] Write Protect is off
    [    9.500491] sd 1:0:0:0: [synoboot] Mode Sense: 00 3a 00 00
    [    9.500500] sd 1:0:0:0: [synoboot] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    9.501443]  synoboot: synoboot1 synoboot2 synoboot3
    [    9.501691] sd 1:0:0:0: [synoboot] Attached SCSI disk
    [    9.593955] ata3.00: Find SSD disks. [QEMU HARDDISK]
    [    9.596446] scsi 2:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
    [    9.599912] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
    [    9.602276] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
    [    9.604788] <redpill/native_sata_boot_shim.c:153> Found new SCSI disk vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                ": checking boot shim viability
    [    9.609467] <redpill/boot_shim_base.c:33> Checking if SATA disk is a shim target - id=0 channel=0 vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                "
    [    9.614196] <redpill/boot_shim_base.c:43> Device has capacity of ~7630885 MiB - it WILL NOT be shimmed (>1024)
    [    9.617555] <redpill/scsi_notifier.c:87> Calling original sd_probe()
    [    9.619782] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
    [    9.620071] sd 2:0:0:0: [sdc] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
    [    9.620492] sd 2:0:0:0: [sdc] Write Protect is off
    [    9.620496] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [    9.620621] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    9.627583] ata7: SATA link down (SStatus 0 SControl 300)
    [    9.636060] ata4.00: Find SSD disks. [QEMU HARDDISK]
    [    9.638930]  sdc: sdc1 sdc2 sdc5 sdc6 sdc7 sdc8
    [    9.639192] scsi 3:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
    [    9.639583] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
    [    9.639585] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
    [    9.639589] <redpill/native_sata_boot_shim.c:153> Found new SCSI disk vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                ": checking boot shim viability
    [    9.639594] <redpill/boot_shim_base.c:33> Checking if SATA disk is a shim target - id=0 channel=0 vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                "
    [    9.639631] <redpill/boot_shim_base.c:43> Device has capacity of ~953869 MiB - it WILL NOT be shimmed (>1024)
    [    9.639634] <redpill/scsi_notifier.c:87> Calling original sd_probe()
    [    9.639722] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
    [    9.639906] sd 3:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
    [    9.640034] sd 3:0:0:0: [sdd] Write Protect is off
    [    9.640039] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    [    9.640080] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    9.640806] ata5.00: Find SSD disks. [QEMU HARDDISK]
    [    9.641884] scsi 4:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
    [    9.642031] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
    [    9.642032] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
    [    9.642034] <redpill/native_sata_boot_shim.c:153> Found new SCSI disk vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                ": checking boot shim viability
    [    9.642037] <redpill/boot_shim_base.c:33> Checking if SATA disk is a shim target - id=0 channel=0 vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                "
    [    9.642111] <redpill/boot_shim_base.c:43> Device has capacity of ~3815447 MiB - it WILL NOT be shimmed (>1024)
    [    9.642113] <redpill/scsi_notifier.c:87> Calling original sd_probe()
    [    9.642168] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
    [    9.642237]  sdd: sdd1 sdd2 sdd3 < sdd5 >
    [    9.642382] ata6.00: Find SSD disks. [QEMU HARDDISK]
    [    9.642606] sd 4:0:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
    [    9.642803] sd 4:0:0:0: [sde] Write Protect is off
    [    9.642806] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
    [    9.642822] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    9.643068] sd 3:0:0:0: [sdd] Attached SCSI disk
    [    9.648263]  sde: sde1 sde2 sde5 sde6
    [    9.648790] sd 4:0:0:0: [sde] Attached SCSI disk
    [    9.649109] scsi 5:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
    [    9.649223] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
    [    9.649225] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
    [    9.649227] <redpill/native_sata_boot_shim.c:153> Found new SCSI disk vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                ": checking boot shim viability
    [    9.649230] <redpill/boot_shim_base.c:33> Checking if SATA disk is a shim target - id=0 channel=0 vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                "
    [    9.649243] <redpill/boot_shim_base.c:43> Device has capacity of ~5723166 MiB - it WILL NOT be shimmed (>1024)
    [    9.649244] <redpill/scsi_notifier.c:87> Calling original sd_probe()
    [    9.649293] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
    [    9.649492] sd 5:0:0:0: [sdf] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
    [    9.649542] sd 5:0:0:0: [sdf] Write Protect is off
    [    9.649545] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
    [    9.649561] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    9.650780] ata11: SATA link down (SStatus 0 SControl 300)
    [    9.654977]  sdf: sdf1 sdf2 sdf5 sdf6 sdf7
    [    9.655105] ata8: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    9.655450] ata8.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    9.655453] ata8.00: 19532873728 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    9.655454] ata8.00: SN:QM00019
    [    9.655457] ata8.00: applying bridge limits
    [    9.655558] sd 5:0:0:0: [sdf] Attached SCSI disk
    [    9.656045] ata8.00: configured for UDMA/100
    [    9.663780] ata9: SATA link down (SStatus 0 SControl 300)
    [    9.665671] ata12: SATA link down (SStatus 0 SControl 300)
    [    9.709781] ata8.00: Find SSD disks. [QEMU HARDDISK]
    [    9.710361] scsi 7:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
    [    9.710499] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
    [    9.710501] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
    [    9.710503] <redpill/native_sata_boot_shim.c:153> Found new SCSI disk vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                ": checking boot shim viability
    [    9.710506] <redpill/boot_shim_base.c:33> Checking if SATA disk is a shim target - id=0 channel=0 vendor="QEMU    HARDDISK        2.5+" model="HARDDISK                "
    [    9.710519] <redpill/boot_shim_base.c:43> Device has capacity of ~9537536 MiB - it WILL NOT be shimmed (>1024)
    [    9.710521] <redpill/scsi_notifier.c:87> Calling original sd_probe()
    [    9.710575] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
    [    9.710869] sd 7:0:0:0: [sdh] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
    [    9.710939] sd 7:0:0:0: [sdh] Write Protect is off
    [    9.710942] sd 7:0:0:0: [sdh] Mode Sense: 00 3a 00 00
    [    9.710959] sd 7:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    9.711006] ata10: SATA link down (SStatus 0 SControl 300)
    [    9.717985]  sdh: sdh1 sdh2 sdh5 sdh6 sdh7 sdh8
    [    9.718685] sd 7:0:0:0: [sdh] Attached SCSI disk
    [    9.862744] sd 2:0:0:0: [sdc] Attached SCSI disk
    [    9.867608] Freeing unused kernel memory: 928K
    [    9.869146] Write protecting the kernel read-only data: 8192k
    [    9.871867] Freeing unused kernel memory: 592K
    [    9.874880] Freeing unused kernel memory: 312K
    [   10.014320] ACPI: bus type USB registered
    [   10.015833] usbcore: registered new interface driver usbfs
    [   10.017620] usbcore: registered new interface driver hub
    [   10.019441] usbcore: registered new interface driver ethub
    [   10.021658] usbcore: registered new device driver usb
    [   10.042505] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [   10.054149] ehci-pci: EHCI PCI platform driver
    [   10.111100] usbcore: registered new interface driver usb-storage
    [   10.132288] VMware vmxnet3 virtual NIC driver - version 1.4.5.0-k-NAPI
    [   10.135777] vmxnet3 0000:00:12.0: # of Tx queues : 4, # of Rx queues : 4
    [   10.181830] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
    [   10.187055] vmxnet3 0000:00:12.0 eth0: NIC Link is Up 1000 Mbps
    [   10.248529] broadwellnk_synobios: module license 'Synology Inc.' taints kernel.
    [   10.251019] Disabling lock debugging due to kernel taint
    [   10.252988] <redpill/bios_shim.c:206> Symbol section <ffffc900001d0be0> @ vaddr<18446744072100470784> size[9456]
    [   10.256341] <redpill/bios_shim.c:215> Symbol #0 in mfgBIOS "broadwellnk_synobios" {}<          (null)>
    [   10.259392] <redpill/bios_shim.c:215> Symbol #1 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0161000>
    [   10.262471] <redpill/bios_shim.c:215> Symbol #2 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0167f00>
    [   10.265475] <redpill/bios_shim.c:215> Symbol #3 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01684b8>
    [   10.268479] <redpill/bios_shim.c:215> Symbol #4 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01694e8>
    [   10.271918] <redpill/bios_shim.c:215> Symbol #5 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa016a110>
    [   10.274946] <redpill/bios_shim.c:215> Symbol #6 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa016a1e0>
    [   10.277991] <redpill/bios_shim.c:215> Symbol #7 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0170f40>
    [   10.281035] <redpill/bios_shim.c:215> Symbol #8 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read}<ffffffffa0161000>
    [   10.284630] <redpill/bios_shim.c:215> Symbol #9 in mfgBIOS "broadwellnk_synobios" {state.24920}<ffffffffa017100c>
    [   10.287973] <redpill/bios_shim.c:215> Symbol #10 in mfgBIOS "broadwellnk_synobios" {save_bytes.24919}<ffffffffa0171008>
    [   10.291469] <redpill/bios_shim.c:215> Symbol #11 in mfgBIOS "broadwellnk_synobios" {state.24938}<ffffffffa0171004>
    [   10.294751] <redpill/bios_shim.c:215> Symbol #12 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write}<ffffffffa0161420>
    [   10.298193] <redpill/bios_shim.c:215> Symbol #13 in mfgBIOS "broadwellnk_synobios" {__key.24956}<ffffffffa0171004>
    [   10.301545] <redpill/bios_shim.c:215> Symbol #14 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa016a110>
    [   10.305722] <redpill/bios_shim.c:215> Symbol #15 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa016a12b>
    [   10.309825] <redpill/bios_shim.c:215> Symbol #16 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa016a149>
    [   10.313901] <redpill/bios_shim.c:215> Symbol #17 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_char_from_uart}<ffffffffa016a165>
    [   10.317734] <redpill/bios_shim.c:215> Symbol #18 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa0161b90>
    [   10.321703] <redpill/bios_shim.c:215> Symbol #19 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch}<ffffffffa0161bf0>
    [   10.325485] <redpill/bios_shim.c:215> Symbol #20 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa0161bb0>
    [   10.329475] <redpill/bios_shim.c:215> Symbol #21 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw}<ffffffffa0161c60>
    [   10.333292] <redpill/bios_shim.c:215> Symbol #22 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_open}<ffffffffa0161bd0>
    [   10.337255] <redpill/bios_shim.c:215> Symbol #23 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_name}<ffffffffa0161cd0>
    [   10.341170] <redpill/bios_shim.c:215> Symbol #24 in mfgBIOS "broadwellnk_synobios" {gSynoCPUMapping}<ffffffffa016af60>
    [   10.344709] <redpill/bios_shim.c:215> Symbol #25 in mfgBIOS "broadwellnk_synobios" {gSynoCRYPTOMapping}<ffffffffa016aea0>
    [   10.348209] <redpill/bios_shim.c:215> Symbol #26 in mfgBIOS "broadwellnk_synobios" {synobios_record_event_new.isra.0.part.1}<ffffffffa0161cf0>
    [   10.352293] <redpill/bios_shim.c:215> Symbol #27 in mfgBIOS "broadwellnk_synobios" {scSynoBios}<ffffffffa01712c0>
    [   10.355590] <redpill/bios_shim.c:215> Symbol #28 in mfgBIOS "broadwellnk_synobios" {synobios_record_scsi_error_event}<ffffffffa0161d90>
    [   10.359539] <redpill/bios_shim.c:215> Symbol #29 in mfgBIOS "broadwellnk_synobios" {synobios_disk_power_short_break_report}<ffffffffa0161de0>
    [   10.363613] <redpill/bios_shim.c:215> Symbol #30 in mfgBIOS "broadwellnk_synobios" {synobios_wake_from_deep_sleep}<ffffffffa0161e30>
    [   10.367531] <redpill/bios_shim.c:215> Symbol #31 in mfgBIOS "broadwellnk_synobios" {synobios_disk_reset_fail_report}<ffffffffa0161e80>
    [   10.371388] <redpill/bios_shim.c:215> Symbol #32 in mfgBIOS "broadwellnk_synobios" {synobios_disk_timeout_report}<ffffffffa0161ee0>
    [   10.375284] <redpill/bios_shim.c:215> Symbol #33 in mfgBIOS "broadwellnk_synobios" {synobios_disk_retry_report}<ffffffffa0161f40>
    [   10.379070] <redpill/bios_shim.c:215> Symbol #34 in mfgBIOS "broadwellnk_synobios" {synobios_sata_error_report}<ffffffffa0161f90>
    [   10.382841] <redpill/bios_shim.c:215> Symbol #35 in mfgBIOS "broadwellnk_synobios" {synobios_disk_port_lost_report}<ffffffffa0161ff0>
    [   10.386678] <redpill/bios_shim.c:215> Symbol #36 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa0162040>
    [   10.390934] <redpill/bios_shim.c:215> Symbol #37 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa0162090>
    [   10.394924] <redpill/bios_shim.c:215> Symbol #38 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_btrfs_event}<ffffffffa01620e0>
    [   10.398056] <redpill/bios_shim.c:215> Symbol #39 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_event}<ffffffffa0162130>
    [   10.400120] <redpill/bios_shim.c:215> Symbol #40 in mfgBIOS "broadwellnk_synobios" {synobios_autoremap_raid_event}<ffffffffa01621a0>
    [   10.402236] <redpill/bios_shim.c:215> Symbol #41 in mfgBIOS "broadwellnk_synobios" {synobios_record_raid_event}<ffffffffa01621f0>
    [   10.404284] <redpill/bios_shim.c:215> Symbol #42 in mfgBIOS "broadwellnk_synobios" {synobios_event_ecc_notification}<ffffffffa0162240>
    [   10.406450] <redpill/bios_shim.c:215> Symbol #43 in mfgBIOS "broadwellnk_synobios" {synobios_raid_sync_event}<ffffffffa0162290>
    [   10.408483] <redpill/bios_shim.c:215> Symbol #44 in mfgBIOS "broadwellnk_synobios" {synobios_error_oom_event}<ffffffffa01623a0>
    [   10.410571] <redpill/bios_shim.c:215> Symbol #45 in mfgBIOS "broadwellnk_synobios" {synobios_poll}<ffffffffa0162500>
    [   10.412460] <redpill/bios_shim.c:215> Symbol #46 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa01726e8>
    [   10.414306] <redpill/bios_shim.c:215> Symbol #47 in mfgBIOS "broadwellnk_synobios" {last_jiffies.45099}<ffffffffa016a1e0>
    [   10.416243] <redpill/bios_shim.c:215> Symbol #48 in mfgBIOS "broadwellnk_synobios" {buzzer_press_count.45100}<ffffffffa0171174>
    [   10.418289] <redpill/bios_shim.c:215> Symbol #49 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event}<ffffffffa01625f0>
    [   10.420279] <redpill/bios_shim.c:215> Symbol #50 in mfgBIOS "broadwellnk_synobios" {micropLogSwitch}<ffffffffa01726f0>
    [   10.422215] <redpill/bios_shim.c:215> Symbol #51 in mfgBIOS "broadwellnk_synobios" {syno_console_prohibit_event}<ffffffffa0162650>
    [   10.424283] <redpill/bios_shim.c:215> Symbol #52 in mfgBIOS "broadwellnk_synobios" {syno_usb_prohibit_event}<ffffffffa0162670>
    [   10.426296] <redpill/bios_shim.c:215> Symbol #53 in mfgBIOS "broadwellnk_synobios" {card_detect_proc_fops}<ffffffffa0171180>
    [   10.428271] <redpill/bios_shim.c:215> Symbol #54 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl}<ffffffffa0162930>
    [   10.430140] <redpill/bios_shim.c:215> Symbol #55 in mfgBIOS "broadwellnk_synobios" {sys_status_lock}<ffffffffa016b3e0>
    [   10.432011] <redpill/bios_shim.c:215> Symbol #56 in mfgBIOS "broadwellnk_synobios" {pgSysStatus}<ffffffffa01712a0>
    [   10.433824] <redpill/bios_shim.c:215> Symbol #57 in mfgBIOS "broadwellnk_synobios" {LedSetLock}<ffffffffa01726f8>
    [   10.435636] <redpill/bios_shim.c:215> Symbol #58 in mfgBIOS "broadwellnk_synobios" {check_fan}<ffffffffa016b3d0>
    [   10.437432] <redpill/bios_shim.c:215> Symbol #59 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.45150}<ffffffffa0167f10>
    [   10.439356] <redpill/bios_shim.c:215> Symbol #60 in mfgBIOS "broadwellnk_synobios" {__func__.45210}<ffffffffa0167f00>
    [   10.441228] <redpill/bios_shim.c:215> Symbol #61 in mfgBIOS "broadwellnk_synobios" {__key.45417}<ffffffffa0171174>
    [   10.443033] <redpill/bios_shim.c:215> Symbol #62 in mfgBIOS "broadwellnk_synobios" {gSynoModelMapping}<ffffffffa016a200>
    [   10.444940] <redpill/bios_shim.c:215> Symbol #63 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa0168160>
    [   10.447066] <redpill/bios_shim.c:215> Symbol #64 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa0168040>
    [   10.449229] <redpill/bios_shim.c:215> Symbol #65 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_fops}<ffffffffa0167f20>
    [   10.451424] <redpill/bios_shim.c:215> Symbol #66 in mfgBIOS "broadwellnk_synobios" {system_mode}<ffffffffa01726f4>
    [   10.453224] <redpill/bios_shim.c:215> Symbol #67 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_license6}<ffffc900001bb1e0>
    [   10.455167] <redpill/bios_shim.c:215> Symbol #68 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_description5}<ffffc900001bb1f6>
    [   10.457192] <redpill/bios_shim.c:215> Symbol #69 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_author4}<ffffc900001bb20c>
    [   10.459134] <redpill/bios_shim.c:215> Symbol #70 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_mode3}<ffffc900001bb21d>
    [   10.461114] <redpill/bios_shim.c:215> Symbol #71 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_modetype2}<ffffc900001bb258>
    [   10.463190] <redpill/bios_shim.c:215> Symbol #72 in mfgBIOS "broadwellnk_synobios" {__param_system_mode}<ffffffffa016a180>
    [   10.466527] <redpill/bios_shim.c:215> Symbol #73 in mfgBIOS "broadwellnk_synobios" {__param_str_system_mode}<ffffffffa0168280>
    [   10.468537] <redpill/bios_shim.c:215> Symbol #74 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fan1}<ffffc900001bb271>
    [   10.470505] <redpill/bios_shim.c:215> Symbol #75 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fantype0}<ffffc900001bb2ab>
    [   10.472528] <redpill/bios_shim.c:215> Symbol #76 in mfgBIOS "broadwellnk_synobios" {__param_check_fan}<ffffffffa016a1a8>
    [   10.474423] <redpill/bios_shim.c:215> Symbol #77 in mfgBIOS "broadwellnk_synobios" {__param_str_check_fan}<ffffffffa0168290>
    [   10.476351] <redpill/bios_shim.c:215> Symbol #78 in mfgBIOS "broadwellnk_synobios" {DS3018xsInitModuleType}<ffffffffa0164e40>
    [   10.478318] <redpill/bios_shim.c:215> Symbol #79 in mfgBIOS "broadwellnk_synobios" {FS1018InitModuleType}<ffffffffa0164e70>
    [   10.480281] <redpill/bios_shim.c:215> Symbol #80 in mfgBIOS "broadwellnk_synobios" {RS1619xspInitModuleType}<ffffffffa0164ea0>
    [   10.482287] <redpill/bios_shim.c:215> Symbol #81 in mfgBIOS "broadwellnk_synobios" {SA3400InitModuleType}<ffffffffa0164ef0>
    [   10.484213] <redpill/bios_shim.c:215> Symbol #82 in mfgBIOS "broadwellnk_synobios" {SA3600InitModuleType}<ffffffffa0164f40>
    [   10.486161] <redpill/bios_shim.c:215> Symbol #83 in mfgBIOS "broadwellnk_synobios" {FS3600InitModuleType}<ffffffffa0164f90>
    [   10.488088] <redpill/bios_shim.c:215> Symbol #84 in mfgBIOS "broadwellnk_synobios" {HD3400InitModuleType}<ffffffffa0164fe0>
    [   10.490050] <redpill/bios_shim.c:215> Symbol #85 in mfgBIOS "broadwellnk_synobios" {DS1621xspInitModuleType}<ffffffffa0165030>
    [   10.492006] <redpill/bios_shim.c:215> Symbol #86 in mfgBIOS "broadwellnk_synobios" {RS3621xspInitModuleType}<ffffffffa0165060>
    [   10.493974] <redpill/bios_shim.c:215> Symbol #87 in mfgBIOS "broadwellnk_synobios" {RS3621rpxsInitModuleType}<ffffffffa01650b0>
    [   10.495970] <redpill/bios_shim.c:215> Symbol #88 in mfgBIOS "broadwellnk_synobios" {RS4021xspI2CGetPowerInfo}<ffffffffa0165100>
    [   10.497962] <redpill/bios_shim.c:215> Symbol #89 in mfgBIOS "broadwellnk_synobios" {RS4021xspInitModuleType}<ffffffffa0165150>
    [   10.499932] <redpill/bios_shim.c:215> Symbol #90 in mfgBIOS "broadwellnk_synobios" {DS3622xspInitModuleType}<ffffffffa01651a0>
    [   10.501908] <redpill/bios_shim.c:215> Symbol #91 in mfgBIOS "broadwellnk_synobios" {MpId.25680}<ffffffffa0170980>
    [   10.503670] <redpill/bios_shim.c:215> Symbol #92 in mfgBIOS "broadwellnk_synobios" {days_since_epoch}<ffffffffa0168360>
    [   10.505607] <redpill/bios_shim.c:215> Symbol #93 in mfgBIOS "broadwellnk_synobios" {days_since_leapyear}<ffffffffa01683f0>
    [   10.507487] <redpill/bios_shim.c:215> Symbol #94 in mfgBIOS "broadwellnk_synobios" {days_since_year}<ffffffffa0168410>
    [   10.509337] <redpill/bios_shim.c:215> Symbol #95 in mfgBIOS "broadwellnk_synobios" {rtc_correct_wday}<ffffffffa0165cc0>
    [   10.511209] <redpill/bios_shim.c:215> Symbol #96 in mfgBIOS "broadwellnk_synobios" {days_in_mo}<ffffffffa0168428>
    [   10.512971] <redpill/bios_shim.c:215> Symbol #97 in mfgBIOS "broadwellnk_synobios" {uLostAddr.22812}<ffffffffa0172700>
    [   10.514810] <redpill/bios_shim.c:215> Symbol #98 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.22813}<ffffffffa0168440>
    [   10.516718] <redpill/bios_shim.c:215> Symbol #99 in mfgBIOS "broadwellnk_synobios" {GetFanStatus}<ffffffffa01668a0>
    [   10.518514] <redpill/bios_shim.c:215> Symbol #100 in mfgBIOS "broadwellnk_synobios" {GetBrand}<ffffffffa01668c0>
    [   10.520274] <redpill/bios_shim.c:215> Symbol #101 in mfgBIOS "broadwellnk_synobios" {InitModuleType}<ffffffffa01668d0>
    [   10.522563] <redpill/bios_shim.c:215> Symbol #102 in mfgBIOS "broadwellnk_synobios" {model_ops}<ffffffffa01727d8>
    [   10.524395] <redpill/bios_shim.c:215> Symbol #103 in mfgBIOS "broadwellnk_synobios" {SetBuzzerClear}<ffffffffa0166900>
    [   10.526285] <redpill/bios_shim.c:215> Symbol #104 in mfgBIOS "broadwellnk_synobios" {GetBuzzerCleared}<ffffffffa0166930>
    [   10.528224] <redpill/bios_shim.c:215> Symbol #105 in mfgBIOS "broadwellnk_synobios" {GetPowerStatus}<ffffffffa0166960>
    [   10.530128] <redpill/bios_shim.c:215> Symbol #106 in mfgBIOS "broadwellnk_synobios" {DiskLedCtrlBy1475SGPIO}<ffffffffa01669d0>
    [   10.532157] <redpill/bios_shim.c:215> Symbol #107 in mfgBIOS "broadwellnk_synobios" {giDiskLedControllerInit}<ffffffffa0172724>
    [   10.534179] <redpill/bios_shim.c:215> Symbol #108 in mfgBIOS "broadwellnk_synobios" {giDiskLedController}<ffffffffa0170b40>
    [   10.536171] <redpill/bios_shim.c:215> Symbol #109 in mfgBIOS "broadwellnk_synobios" {SetAlarmLed}<ffffffffa0166a40>
    [   10.538047] <redpill/bios_shim.c:215> Symbol #110 in mfgBIOS "broadwellnk_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa0166c00>
    [   10.540166] <redpill/bios_shim.c:215> Symbol #111 in mfgBIOS "broadwellnk_synobios" {hwmon_sensor_list}<ffffffffa01727d0>
    [   10.542159] <redpill/bios_shim.c:215> Symbol #112 in mfgBIOS "broadwellnk_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa0166c60>
    [   10.544312] <redpill/bios_shim.c:215> Symbol #113 in mfgBIOS "broadwellnk_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa0166cc0>
    [   10.546407] <redpill/bios_shim.c:215> Symbol #114 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer}<ffffffffa0166d20>
    [   10.548593] <redpill/bios_shim.c:215> Symbol #115 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByI2CLedDimmer}<ffffffffa0166ea0>
    [   10.550804] <redpill/bios_shim.c:215> Symbol #116 in mfgBIOS "broadwellnk_synobios" {GetFanStatusMircopWithGPIO}<ffffffffa0166eb0>
    [   10.552893] <redpill/bios_shim.c:215> Symbol #117 in mfgBIOS "broadwellnk_synobios" {Uninitialize}<ffffffffa0166f60>
    [   10.554730] <redpill/bios_shim.c:215> Symbol #118 in mfgBIOS "broadwellnk_synobios" {GetCpuTemperatureI3Transfer}<ffffffffa0166f80>
    [   10.556838] <redpill/bios_shim.c:215> Symbol #119 in mfgBIOS "broadwellnk_synobios" {GetSysTemperature}<ffffffffa0166fa0>
    [   10.558800] <redpill/bios_shim.c:215> Symbol #120 in mfgBIOS "broadwellnk_synobios" {SYNODiskLedCtrlBy1475SGPIO}<ffffffffa0167180>
    [   10.560903] <redpill/bios_shim.c:215> Symbol #121 in mfgBIOS "broadwellnk_synobios" {CSWTCH.170}<ffffffffa0168460>
    [   10.562710] <redpill/bios_shim.c:215> Symbol #122 in mfgBIOS "broadwellnk_synobios" {gblDiskNumNeedTran}<ffffffffa0172728>
    [   10.564682] <redpill/bios_shim.c:215> Symbol #123 in mfgBIOS "broadwellnk_synobios" {giDiskMapTable}<ffffffffa0172740>
    [   10.566571] <redpill/bios_shim.c:215> Symbol #124 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO}<ffffffffa0167240>
    [   10.568779] <redpill/bios_shim.c:215> Symbol #125 in mfgBIOS "broadwellnk_synobios" {hdd_enable_gpio}<ffffffffa01727c8>
    [   10.570730] <redpill/bios_shim.c:215> Symbol #126 in mfgBIOS "broadwellnk_synobios" {hdd_detect_gpio}<ffffffffa01727c0>
    [   10.572847] <redpill/bios_shim.c:215> Symbol #127 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS}<ffffffffa01673b0>
    [   10.575041] <redpill/bios_shim.c:215> Symbol #128 in mfgBIOS "broadwellnk_synobios" {SetupDiskLedMap.part.3}<ffffffffa0167530>
    [   10.577065] <redpill/bios_shim.c:215> Symbol #129 in mfgBIOS "broadwellnk_synobios" {SetCpuFanStatus}<ffffffffa01675e0>
    [   10.578983] <redpill/bios_shim.c:215> Symbol #130 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa01709a0>
    [   10.580835] <redpill/bios_shim.c:219> Found vtable - size 416
    [   10.581866] <redpill/bios_shim.c:233> Found "synobios_ops" in "broadwellnk_synobios" @ <ffffffffa01709a0 =416=> ffffffffa01716a0>
    [   10.583936] <redpill/override_symbol.c:279> Restoring apply_relocate_add<ffffffff8103def0> to original code
    [   10.585672] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103def0+12/1 (<<ffffffff8103d000)
    [   10.587794] <redpill/override_symbol.c:250> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103def0>
    [   10.589599] <redpill/override_symbol.c:250> Writing original code to <ffffffff8103def0>
    [   10.591022] <redpill/override_symbol.c:250> Released lock for <ffffffff8103def0>
    [   10.592348] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103def0+12/1 (<<ffffffff8103d000)
    [   10.594449] <redpill/override_symbol.c:287> Successfully restored original code of apply_relocate_add
    [   10.596079] <redpill/override_symbol.c:145> Freeing OVS for apply_relocate_add
    [   10.597586] <redpill/bios_shims_collection.c:88> Will print 416 bytes of memory from ffffffffa01709a0
    [   10.599242] 40 0c 17 a0 ff ff ff ff  [00] 0x000      ffffffffa0170c40        __this_module+0x0/0xffffffffffff725a [broadwellnk_synobios]
    [   10.601517] c0 68 16 a0 ff ff ff ff  [01] 0x008      ffffffffa01668c0        GetBrand+0x0/0x10 [broadwellnk_synobios]
    [   10.603429] c0 6f 16 a0 ff ff ff ff  [02] 0x010      ffffffffa0166fc0        GetModel+0x0/0x1c0 [broadwellnk_synobios]
    [   10.605435] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
    [   10.606968] 10 5f 16 a0 ff ff ff ff  [04] 0x020      ffffffffa0165f10        rtc_bandon_get_time+0x0/0x1c0 [broadwellnk_synobios]
    [   10.609083] 80 61 16 a0 ff ff ff ff  [05] 0x028      ffffffffa0166180        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
    [   10.611184] a0 68 16 a0 ff ff ff ff  [06] 0x030      ffffffffa01668a0        GetFanStatus+0x0/0x10 [broadwellnk_synobios]
    [   10.613173] b0 68 16 a0 ff ff ff ff  [07] 0x038      ffffffffa01668b0        SetFanStatus+0x0/0x10 [broadwellnk_synobios]
    [   10.615166] a0 6f 16 a0 ff ff ff ff  [08] 0x040      ffffffffa0166fa0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
    [   10.617228] 80 6f 16 a0 ff ff ff ff  [09] 0x048      ffffffffa0166f80        GetCpuTemperatureI3Transfer+0x0/0x20 [broadwellnk_synobios]
    [   10.619453] 00 00 00 00 00 00 00 00  [10] 0x050                (null)                  (null)
    [   10.621032] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
    [   10.622570] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
    [   10.624143] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
    [   10.625749] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
    [   10.627311] 90 69 16 a0 ff ff ff ff  [15] 0x078      ffffffffa0166990        SetGpioPin+0x0/0x40 [broadwellnk_synobios]
    [   10.629305] 80 6a 16 a0 ff ff ff ff  [16] 0x080      ffffffffa0166a80        GetGpioPin+0x0/0x30 [broadwellnk_synobios]
    [   10.631285] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
    [   10.632844] d0 60 16 a0 ff ff ff ff  [18] 0x090      ffffffffa01660d0        rtc_bandon_set_auto_poweron+0x0/0xb0 [broadwellnk_synobios]
    [   10.635079] 60 5c 16 a0 ff ff ff ff  [19] 0x098      ffffffffa0165c60        rtc_get_auto_poweron+0x0/0x60 [broadwellnk_synobios]
    [   10.637196] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
    [   10.638947] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
    [   10.643328] 40 6a 16 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0166a40        SetAlarmLed+0x0/0x40 [broadwellnk_synobios]
    [   10.650843] 30 69 16 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0166930        GetBuzzerCleared+0x0/0x30 [broadwellnk_synobios]
    [   10.656193] 00 69 16 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0166900        SetBuzzerClear+0x0/0x30 [broadwellnk_synobios]
    [   10.658169] 60 69 16 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0166960        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
    [   10.660154] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
    [   10.661675] d0 68 16 a0 ff ff ff ff  [27] 0x0d8      ffffffffa01668d0        InitModuleType+0x0/0x30 [broadwellnk_synobios]
    [   10.663649] 60 6f 16 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0166f60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
    [   10.665624] e0 75 16 a0 ff ff ff ff  [29] 0x0e8      ffffffffa01675e0        SetCpuFanStatus+0x0/0x10 [broadwellnk_synobios]
    [   10.667609] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
    [   10.669161] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
    [   10.670777] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
    [   10.675588] 00 00 00 00 00 00 00 00  [33] 0x108                (null)                  (null)
    [   10.677140] 00 00 00 00 00 00 00 00  [34] 0x110                (null)                  (null)
    [   10.678680] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
    [   10.680218] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
    [   10.681764] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
    [   10.683293] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
    [   10.684847] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
    [   10.686373] b0 6a 16 a0 ff ff ff ff  [40] 0x140      ffffffffa0166ab0        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
    [   10.688285] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
    [   10.689832] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
    [   10.691378] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
    [   10.692910] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
    [   10.694446] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
    [   10.695953] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
    [   10.697485] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
    [   10.699004] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
    [   10.700547] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
    [   10.702062] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
    [   10.703598] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)

    [   10.705425] <redpill/bios_shims_collection.c:101> Finished printing memory at ffffffffa0170b40
    [   10.706922] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [7] originally SetFanStatus [broadwellnk_synobios]<ffffffffa01668b0> will now be bios_VTK_SET_FAN_STATE_null_zero_int [redpill]<ffffffffa000d28d>
    [   10.710150] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [10] originally           (null)<          (null)> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000d2b4>
    [   10.713086] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [11] originally           (null)<          (null)> will now be bios_VTK_SET_PWR_LED_null_zero_int [redpill]<ffffffffa000d2db>
    [   10.716011] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [15] originally SetGpioPin [broadwellnk_synobios]<ffffffffa0166990> will now be bios_VTK_SET_GPIO_PIN_null_zero_int [redpill]<ffffffffa000d302>
    [   10.719175] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [16] originally GetGpioPin [broadwellnk_synobios]<ffffffffa0166a80> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa00026e0>
    [   10.722186] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [17] originally           (null)<          (null)> will now be bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int [redpill]<ffffffffa000d329>
    [   10.725238] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [22] originally SetAlarmLed [broadwellnk_synobios]<ffffffffa0166a40> will now be bios_VTK_SET_ALR_LED_null_zero_int [redpill]<ffffffffa000d350>
    [   10.728468] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [23] originally GetBuzzerCleared [broadwellnk_synobios]<ffffffffa0166930> will now be bios_get_buz_clr [redpill]<ffffffffa00026f0>
    [   10.743774] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [24] originally SetBuzzerClear [broadwellnk_synobios]<ffffffffa0166900> will now be bios_VTK_SET_BUZ_CLR_null_zero_int [redpill]<ffffffffa000d377>
    [   10.753129] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [29] originally SetCpuFanStatus [broadwellnk_synobios]<ffffffffa01675e0> will now be bios_VTK_SET_CPU_FAN_STATUS_null_zero_int [redpill]<ffffffffa000d39e>
    [   10.759529] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [30] originally           (null)<          (null)> will now be bios_VTK_SET_PHY_LED_null_zero_int [redpill]<ffffffffa000d3c5>
    [   10.765102] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [31] originally           (null)<          (null)> will now be bios_VTK_SET_HDD_ACT_LED_null_zero_int [redpill]<ffffffffa000d3ec>
    [   10.770768] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [33] originally           (null)<          (null)> will now be bios_VTK_GET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d413>
    [   10.776810] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [34] originally           (null)<          (null)> will now be bios_VTK_SET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d43a>
    [   10.782426] <redpill/bios_shims_collection.c:146> Native RTC supported - not enabling proxy (emulate_rtc=0)
    [   10.785678] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
    [   10.788147] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [6] originally GetFanStatus [broadwellnk_synobios]<ffffffffa01668a0> will now be bios_get_fan_state [redpill]<ffffffffa0002250>
    [   10.793792] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [9] originally GetCpuTemperatureI3Transfer [broadwellnk_synobios]<ffffffffa0166f80> will now be bios_get_cpu_temp [redpill]<ffffffffa0002340>
    [   10.799883] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [47] originally           (null)<          (null)> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002390>
    [   10.805138] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [45] originally           (null)<          (null)> will now be bios_hwmon_get_voltages [redpill]<ffffffffa00024a0>
    [   10.810397] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [43] originally           (null)<          (null)> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa00025d0>
    [   10.815657] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
    [   10.818440] <redpill/bios_shims_collection.c:88> Will print 416 bytes of memory from ffffffffa01709a0
    [   10.821564] 40 0c 17 a0 ff ff ff ff  [00] 0x000      ffffffffa0170c40        __this_module+0x0/0xffffffffffff725a [broadwellnk_synobios]
    [   10.825678] c0 68 16 a0 ff ff ff ff  [01] 0x008      ffffffffa01668c0        GetBrand+0x0/0x10 [broadwellnk_synobios]
    [   10.829226] c0 6f 16 a0 ff ff ff ff  [02] 0x010      ffffffffa0166fc0        GetModel+0x0/0x1c0 [broadwellnk_synobios]
    [   10.832785] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
    [   10.835646] 10 5f 16 a0 ff ff ff ff  [04] 0x020      ffffffffa0165f10        rtc_bandon_get_time+0x0/0x1c0 [broadwellnk_synobios]
    [   10.839580] 80 61 16 a0 ff ff ff ff  [05] 0x028      ffffffffa0166180        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
    [   10.843422] 50 22 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0002250        bios_get_fan_state+0x0/0x10 [redpill]
    [   10.846771] 8d d2 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d28d        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x27 [redpill]
    [   10.850734] a0 6f 16 a0 ff ff ff ff  [08] 0x040      ffffffffa0166fa0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
    [   10.854509] 40 23 00 a0 ff ff ff ff  [09] 0x048      ffffffffa0002340        bios_get_cpu_temp+0x0/0x40 [redpill]
    [   10.857913] b4 d2 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d2b4        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x27 [redpill]
    [   10.861865] db d2 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d2db        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x27 [redpill]
    [   10.865747] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
    [   10.868602] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
    [   10.871488] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
    [   10.874325] 02 d3 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d302        bios_VTK_SET_GPIO_PIN_null_zero_int+0x0/0x27 [redpill]
    [   10.878255] e0 26 00 a0 ff ff ff ff  [16] 0x080      ffffffffa00026e0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
    [   10.881893] 29 d3 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d329        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x27 [redpill]
    [   10.885984] d0 60 16 a0 ff ff ff ff  [18] 0x090      ffffffffa01660d0        rtc_bandon_set_auto_poweron+0x0/0xb0 [broadwellnk_synobios]
    [   10.890135] 60 5c 16 a0 ff ff ff ff  [19] 0x098      ffffffffa0165c60        rtc_get_auto_poweron+0x0/0x60 [broadwellnk_synobios]
    [   10.895023] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
    [   10.897601] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
    [   10.899435] 50 d3 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d350        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x27 [redpill]
    [   10.901896] f0 26 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa00026f0        bios_get_buz_clr+0x0/0x10 [redpill]
    [   10.904004] 77 d3 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d377        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x27 [redpill]
    [   10.906441] 60 69 16 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0166960        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
    [   10.908807] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
    [   10.910578] d0 68 16 a0 ff ff ff ff  [27] 0x0d8      ffffffffa01668d0        InitModuleType+0x0/0x30 [broadwellnk_synobios]
    [   10.912899] 60 6f 16 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0166f60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
    [   10.915147] 9e d3 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d39e        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x27 [redpill]
    [   10.917712] c5 d3 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d3c5        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x27 [redpill]
    [   10.920124] ec d3 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d3ec        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x27 [redpill]
    [   10.922632] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
    [   10.924452] 13 d4 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d413        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   10.926892] 3a d4 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d43a        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   10.929353] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
    [   10.931125] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
    [   10.932927] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
    [   10.934718] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
    [   10.936504] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
    [   10.938303] b0 6a 16 a0 ff ff ff ff  [40] 0x140      ffffffffa0166ab0        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
    [   10.940581] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
    [   10.942356] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
    [   10.944113] d0 25 00 a0 ff ff ff ff  [43] 0x158      ffffffffa00025d0        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
    [   10.946368] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
    [   10.948136] a0 24 00 a0 ff ff ff ff  [45] 0x168      ffffffffa00024a0        bios_hwmon_get_voltages+0x0/0x130 [redpill]
    [   10.950395] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
    [   10.952158] 90 23 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002390        bios_hwmon_get_thermal+0x0/0x110 [redpill]
    [   10.954380] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
    [   10.956195] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
    [   10.957964] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
    [   10.959730] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)

    [   10.961842] <redpill/bios_shims_collection.c:101> Finished printing memory at ffffffffa0170b40
    [   10.963553] <redpill/bios_hwcap_shim.c:79> Registering mfgBIOS HW Capability shim
    [   10.965079] <redpill/override_symbol.c:257> Overriding GetHwCapability() with GetHwCapability_shim [redpill]()<ffffffffa00020d0>
    [   10.971949] <redpill/override_symbol.c:172> Saved GetHwCapability() ptr <ffffffffa0165430>
    [   10.973734] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffffa0165430+12/1 (<<ffffffffa0165000)
    [   10.976080] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0165430>
    [   10.978462] <redpill/override_symbol.c:182> Generating trampoline
    [   10.979456] <redpill/override_symbol.c:187> Generated trampoline to GetHwCapability_shim+0x0/0x170 [redpill]<ffffffffa00020d0> for GetHwCapability<ffffffffa0165430>: 
    [   10.979456] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0165430>
    [   10.984301] <redpill/override_symbol.c:221> Released lock for <ffffffffa0165430>
    [   10.985806] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffffa0165430+12/1 (<<ffffffffa0165000)
    [   10.988078] <redpill/override_symbol.c:269> Successfully overrode GetHwCapability() with trampoline to GetHwCapability_shim+0x0/0x170 [redpill]<ffffffffa00020d0>
    [   10.990974] <redpill/bios_hwcap_shim.c:87> Successfully registered mfgBIOS HW Capability shim
    [   10.992709] <redpill/bios_shim.c:131> broadwellnk_synobios BIOS *early* shimmed
    [   10.995435] synobios open /dev/ttyS1 success
    [   10.997540] 2022-4-6 15:21:8 UTC
    [   10.998728] synobios: load, major number 201
    [   11.000184] Brand: Synology
    [   11.001187] Model: DS-3622xs+
    [   11.002222] set group disks wakeup number to 4, spinup time deno 7
    [   11.004305] <redpill/bios_shims_collection.c:45> mfgBIOS: nullify zero-int for VTK_SET_MICROP_ID
    [   11.007235] synobios cpu_arch proc entry initialized
    [   11.008903] synobios crypto_hw proc entry initialized
    [   11.010598] synobios syno_platform proc entry initialized
    [   11.012442] <redpill/bios_shims_collection.c:88> Will print 416 bytes of memory from ffffffffa01709a0
    [   11.015530] 40 0c 17 a0 ff ff ff ff  [00] 0x000      ffffffffa0170c40        __this_module+0x0/0xffffffffffff725a [broadwellnk_synobios]
    [   11.019843] c0 68 16 a0 ff ff ff ff  [01] 0x008      ffffffffa01668c0        GetBrand+0x0/0x10 [broadwellnk_synobios]
    [   11.023884] c0 6f 16 a0 ff ff ff ff  [02] 0x010      ffffffffa0166fc0        GetModel+0x0/0x1c0 [broadwellnk_synobios]
    [   11.027498] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
    [   11.030371] 10 5f 16 a0 ff ff ff ff  [04] 0x020      ffffffffa0165f10        rtc_bandon_get_time+0x0/0x1c0 [broadwellnk_synobios]
    [   11.034306] 80 61 16 a0 ff ff ff ff  [05] 0x028      ffffffffa0166180        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
    [   11.038235] 50 22 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0002250        bios_get_fan_state+0x0/0x10 [redpill]
    [   11.041703] 8d d2 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d28d        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x27 [redpill]
    [   11.045796] a0 6f 16 a0 ff ff ff ff  [08] 0x040      ffffffffa0166fa0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
    [   11.049659] 40 23 00 a0 ff ff ff ff  [09] 0x048      ffffffffa0002340        bios_get_cpu_temp+0x0/0x40 [redpill]
    [   11.053082] 80 71 16 a0 ff ff ff ff  [10] 0x050      ffffffffa0167180        SYNODiskLedCtrlBy1475SGPIO+0x0/0xc0 [broadwellnk_synobios]
    [   11.057165] db d2 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d2db        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x27 [redpill]
    [   11.061147] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
    [   11.064011] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
    [   11.066905] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
    [   11.069817] 02 d3 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d302        bios_VTK_SET_GPIO_PIN_null_zero_int+0x0/0x27 [redpill]
    [   11.073822] e0 26 00 a0 ff ff ff ff  [16] 0x080      ffffffffa00026e0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
    [   11.077500] 29 d3 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d329        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x27 [redpill]
    [   11.081615] d0 60 16 a0 ff ff ff ff  [18] 0x090      ffffffffa01660d0        rtc_bandon_set_auto_poweron+0x0/0xb0 [broadwellnk_synobios]
    [   11.085785] 60 5c 16 a0 ff ff ff ff  [19] 0x098      ffffffffa0165c60        rtc_get_auto_poweron+0x0/0x60 [broadwellnk_synobios]
    [   11.089632] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
    [   11.092489] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
    [   11.095324] 50 d3 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d350        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x27 [redpill]
    [   11.099179] f0 26 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa00026f0        bios_get_buz_clr+0x0/0x10 [redpill]
    [   11.102632] 77 d3 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d377        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x27 [redpill]
    [   11.106522] 60 69 16 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0166960        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
    [   11.110222] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
    [   11.113081] d0 68 16 a0 ff ff ff ff  [27] 0x0d8      ffffffffa01668d0        InitModuleType+0x0/0x30 [broadwellnk_synobios]
    [   11.116842] 60 6f 16 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0166f60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
    [   11.120439] 9e d3 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d39e        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x27 [redpill]
    [   11.124393] c5 d3 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d3c5        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x27 [redpill]
    [   11.128233] ec d3 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d3ec        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x27 [redpill]
    [   11.132122] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
    [   11.135047] 13 d4 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d413        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   11.139043] 3a d4 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d43a        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   11.143033] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
    [   11.145903] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
    [   11.148151] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
    [   11.149936] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
    [   11.151738] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
    [   11.153541] b0 6a 16 a0 ff ff ff ff  [40] 0x140      ffffffffa0166ab0        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
    [   11.155790] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
    [   11.157574] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
    [   11.159372] c0 6c 16 a0 ff ff ff ff  [43] 0x158      ffffffffa0166cc0        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [broadwellnk_synobios]
    [   11.161888] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
    [   11.163663] 60 6c 16 a0 ff ff ff ff  [45] 0x168      ffffffffa0166c60        HWMONGetVoltageSensorFromADT+0x0/0x60 [broadwellnk_synobios]
    [   11.166284] b0 73 16 a0 ff ff ff ff  [46] 0x170      ffffffffa01673b0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x180 [broadwellnk_synobios]
    [   11.168931] 00 6c 16 a0 ff ff ff ff  [47] 0x178      ffffffffa0166c00        HWMONGetThermalSensorFromADT+0x0/0x60 [broadwellnk_synobios]
    [   11.171473] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
    [   11.173250] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
    [   11.175033] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
    [   11.176836] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)

    [   11.178928] <redpill/bios_shims_collection.c:101> Finished printing memory at ffffffffa0170b40
    [   11.180679] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [10] originally SYNODiskLedCtrlBy1475SGPIO [broadwellnk_synobios]<ffffffffa0167180> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000d2b4>
    [   11.184631] <redpill/bios_shims_collection.c:146> Native RTC supported - not enabling proxy (emulate_rtc=0)
    [   11.186591] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
    [   11.188106] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [47] originally HWMONGetThermalSensorFromADT [broadwellnk_synobios]<ffffffffa0166c00> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002390>
    [   11.191883] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [45] originally HWMONGetVoltageSensorFromADT [broadwellnk_synobios]<ffffffffa0166c60> will now be bios_hwmon_get_voltages [redpill]<ffffffffa00024a0>
    [   11.195738] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [43] originally HWMONGetFanSpeedRPMFromADT [broadwellnk_synobios]<ffffffffa0166cc0> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa00025d0>
    [   11.199511] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
    [   11.201209] <redpill/bios_shims_collection.c:88> Will print 416 bytes of memory from ffffffffa01709a0
    [   11.203062] 40 0c 17 a0 ff ff ff ff  [00] 0x000      ffffffffa0170c40        __this_module+0x0/0xffffffffffff725a [broadwellnk_synobios]
    [   11.205616] c0 68 16 a0 ff ff ff ff  [01] 0x008      ffffffffa01668c0        GetBrand+0x0/0x10 [broadwellnk_synobios]
    [   11.207831] c0 6f 16 a0 ff ff ff ff  [02] 0x010      ffffffffa0166fc0        GetModel+0x0/0x1c0 [broadwellnk_synobios]
    [   11.210103] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
    [   11.211881] 10 5f 16 a0 ff ff ff ff  [04] 0x020      ffffffffa0165f10        rtc_bandon_get_time+0x0/0x1c0 [broadwellnk_synobios]
    [   11.214351] 80 61 16 a0 ff ff ff ff  [05] 0x028      ffffffffa0166180        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
    [   11.216814] 50 22 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0002250        bios_get_fan_state+0x0/0x10 [redpill]
    [   11.218991] 8d d2 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d28d        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x27 [redpill]
    [   11.221448] a0 6f 16 a0 ff ff ff ff  [08] 0x040      ffffffffa0166fa0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
    [   11.223798] 40 23 00 a0 ff ff ff ff  [09] 0x048      ffffffffa0002340        bios_get_cpu_temp+0x0/0x40 [redpill]
    [   11.225943] b4 d2 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d2b4        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x27 [redpill]
    [   11.228371] db d2 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d2db        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x27 [redpill]
    [   11.230824] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
    [   11.232621] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
    [   11.234400] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
    [   11.236238] 02 d3 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d302        bios_VTK_SET_GPIO_PIN_null_zero_int+0x0/0x27 [redpill]
    [   11.238685] e0 26 00 a0 ff ff ff ff  [16] 0x080      ffffffffa00026e0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
    [   11.240967] 29 d3 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d329        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x27 [redpill]
    [   11.243497] d0 60 16 a0 ff ff ff ff  [18] 0x090      ffffffffa01660d0        rtc_bandon_set_auto_poweron+0x0/0xb0 [broadwellnk_synobios]
    [   11.246066] 60 5c 16 a0 ff ff ff ff  [19] 0x098      ffffffffa0165c60        rtc_get_auto_poweron+0x0/0x60 [broadwellnk_synobios]
    [   11.248480] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
    [   11.250269] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
    [   11.252084] 50 d3 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d350        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x27 [redpill]
    [   11.254518] f0 26 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa00026f0        bios_get_buz_clr+0x0/0x10 [redpill]
    [   11.256668] 77 d3 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d377        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x27 [redpill]
    [   11.259101] 60 69 16 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0166960        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
    [   11.261446] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
    [   11.263232] d0 68 16 a0 ff ff ff ff  [27] 0x0d8      ffffffffa01668d0        InitModuleType+0x0/0x30 [broadwellnk_synobios]
    [   11.265561] 60 6f 16 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0166f60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
    [   11.268007] 9e d3 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d39e        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x27 [redpill]
    [   11.270582] c5 d3 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d3c5        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x27 [redpill]
    [   11.273408] ec d3 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d3ec        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x27 [redpill]
    [   11.275915] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
    [   11.277728] 13 d4 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d413        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   11.280181] 3a d4 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d43a        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   11.282634] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
    [   11.284454] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
    [   11.286248] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
    [   11.288026] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
    [   11.289827] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
    [   11.291613] b0 6a 16 a0 ff ff ff ff  [40] 0x140      ffffffffa0166ab0        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
    [   11.293871] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
    [   11.295730] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
    [   11.297995] d0 25 00 a0 ff ff ff ff  [43] 0x158      ffffffffa00025d0        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
    [   11.300274] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
    [   11.302094] a0 24 00 a0 ff ff ff ff  [45] 0x168      ffffffffa00024a0        bios_hwmon_get_voltages+0x0/0x130 [redpill]
    [   11.304343] b0 73 16 a0 ff ff ff ff  [46] 0x170      ffffffffa01673b0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x180 [broadwellnk_synobios]
    [   11.307042] 90 23 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002390        bios_hwmon_get_thermal+0x0/0x110 [redpill]
    [   11.309290] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
    [   11.311116] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
    [   11.312922] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
    [   11.314718] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)

    [   11.316869] <redpill/bios_shims_collection.c:101> Finished printing memory at ffffffffa0170b40
    [   11.318619] <redpill/bios_shim.c:126> broadwellnk_synobios BIOS *fully* shimmed
    [   11.329983] Module [broadwellnk_synobios] is removed. 
    [   11.331086] synobios: unload
    [   11.331834] <redpill/bios_shim.c:100> broadwellnk_synobios BIOS went away - you may get a kernel panic if YOU unloaded it
    [   11.334084] <redpill/override_symbol.c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa0002850>
    [   11.336691] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103def0>
    [   11.338396] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103def0+12/1 (<<ffffffff8103d000)
    [   11.340776] <redpill/override_symbol.c:221> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103def0>
    [   11.342776] <redpill/override_symbol.c:182> Generating trampoline
    [   11.343771] <redpill/override_symbol.c:187> Generated trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002850> for apply_relocate_add<ffffffff8103def0>: 
    [   11.343771] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8103def0>
    [   11.348670] <redpill/override_symbol.c:221> Released lock for <ffffffff8103def0>
    [   11.350179] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103def0+12/1 (<<ffffffff8103d000)
    [   11.352494] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002850>
    [   11.355500] <redpill/rtc_proxy.c:244> Unregistering RTC proxy shim
    [   11.356767] <redpill/rtc_proxy.c:248> The RTC proxy shim is not registered - ignoring
    [   11.358354] <redpill/bios_hwmon_shim.c:364> Forcefully resetting mfgBIOS HW Monitor shim
    [   11.359971] <redpill/bios_hwmon_shim.c:372> Successfully reset mfgBIOS HW Monitor
    [   11.361501] <redpill/bios_hwcap_shim.c:111> Forcefully resetting mfgBIOS HW Capability shim
    [   11.363171] <redpill/override_symbol.c:145> Freeing OVS for GetHwCapability
    [   11.364592] <redpill/bios_hwcap_shim.c:115> Successfully reset mfgBIOS HW Capability
    [   11.415388] <redpill/smart_shim.c:935> sd_ioctl_canary triggered for first ioctl()
    [   11.417495] <redpill/smart_shim.c:862> Rerouting sd_fops->ioctl<ffffffff81657758>=sd_ioctl+0x0/0x240<ffffffff813edd20> to sd_ioctl_smart_shim+0x0/0x10e [redpill]<ffffffffa000b823>
    [   11.421799] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff81657758+8/1 (<<ffffffff81657000)
    [   11.424885] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff81657758+8/1 (<<ffffffff81657000)
    [   11.427921] <redpill/override_symbol.c:279> Restoring sd_ioctl<ffffffff813edd20> to original code
    [   11.430317] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff813edd20+12/1 (<<ffffffff813ed000)
    [   11.433491] <redpill/override_symbol.c:250> Obtaining lock for <sd_ioctl+0x0/0x240/ffffffff813edd20>
    [   11.435961] <redpill/override_symbol.c:250> Writing original code to <ffffffff813edd20>
    [   11.438113] <redpill/override_symbol.c:250> Released lock for <ffffffff813edd20>
    [   11.440091] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff813edd20+12/1 (<<ffffffff813ed000)
    [   11.443220] <redpill/override_symbol.c:287> Successfully restored original code of sd_ioctl
    [   11.445431] <redpill/override_symbol.c:145> Freeing OVS for sd_ioctl
    [   11.447162] <redpill/smart_shim.c:972> Canary finished - routing to sd_fops->ioctl = sd_ioctl_smart_shim+0x0/0x10e [redpill]<ffffffffa000b823>
    [   11.450583] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   11.452405] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   11.454468] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sda
    [   11.456308] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   11.459171] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   11.461089] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   11.465774] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   11.468415] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   11.471061] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sda
    [   11.473396] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   11.476209] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   11.478559] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   11.490745] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   11.493221] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   11.495679] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   11.498080] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   11.501252] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   11.503630] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.509158] random: nonblocking pool is initialized
    [   12.514892] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   12.518058] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.521938] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   12.525067] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.528959] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   12.531283] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.545202] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   12.547536] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.549994] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdd
    [   12.552256] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.555285] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   12.557590] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.563059] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   12.565428] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.567888] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdd
    [   12.570230] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.573277] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   12.575520] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.588071] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   12.590486] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.593138] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   12.595530] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.598669] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   12.601304] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.608522] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   12.610960] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.613661] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   12.616033] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.619139] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   12.621659] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.635258] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   12.638838] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.642744] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   12.646801] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.651307] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   12.654962] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.663184] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   12.666038] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.670292] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   12.673177] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.677962] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   12.681744] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.698331] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   12.702016] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.706035] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   12.709562] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.714221] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   12.716607] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.723650] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   12.725992] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.728525] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   12.730810] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.733683] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   12.735973] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.750656] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   12.753285] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   12.786194] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   12.788778] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   12.794288] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   12.796797] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   12.800275] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   12.802753] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   12.805923] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   12.808424] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   12.811639] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   12.814020] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   12.817423] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   12.819813] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   12.824484] md: md0 stopped.
    [   12.832569] md: bind<sdf1>
    [   12.834178] md: bind<sde1>
    [   12.835627] md: bind<sdd1>
    [   12.837064] md: bind<sdc1>
    [   12.838422] md: bind<sdh1>
    [   12.840474] md: bind<sda1>
    [   12.842522] md/raid1:md0: active with 6 out of 16 mirrors
    [   12.874186] md0: detected capacity change from 0 to 2549940224
    [   12.916691] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   12.919062] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.921781] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sda
    [   12.924185] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.927280] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   12.929618] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.935103] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   12.937474] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.940175] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sda
    [   12.942593] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.945674] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   12.948159] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.953903] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   12.956297] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.959068] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   12.961435] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.964623] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   12.966989] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.974654] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   12.976984] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.979636] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   12.981843] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   12.984660] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   12.986924] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.994591] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   12.997069] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   12.999798] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdd
    [   13.002158] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   13.005161] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   13.007515] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.013169] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   13.015526] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.018140] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdd
    [   13.020517] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   13.023862] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   13.026186] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.031555] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   13.033939] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.036556] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   13.038783] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   13.041787] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   13.044085] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.050733] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   13.053093] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.055858] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   13.058174] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   13.061230] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   13.063549] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.070889] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   13.073246] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.075990] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   13.078345] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   13.081375] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   13.083670] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.090884] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   13.093274] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.096090] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   13.098448] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   13.101547] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   13.103898] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.111087] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   13.113412] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.116079] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   13.118431] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   13.121368] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   13.123646] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.130371] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   13.132870] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   13.135616] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   13.137928] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   13.140957] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   13.143312] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   15.192392] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
    [   15.224887] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
    [   15.291572] vmxnet3 0000:00:12.0 eth0: intr type 3, mode 0, 5 vectors allocated
    [   15.301677] vmxnet3 0000:00:12.0 eth0: NIC Link is Up 1000 Mbps
    [   15.307790] Module [r8168] is removed. 
    [   21.404109] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
    [   21.455432] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
    [   21.861945] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
    [   21.920421] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
    [   23.132332] 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)
    [   23.138396] systemd[1]: Detected virtualization kvm.
    [   23.140107] systemd[1]: Detected architecture x86-64.
    [   23.160849] systemd[1]: Set hostname to <NAS>.
    [   25.822272] systemd[1]: Cannot add dependency job for unit syno-mlnx-rdma-modules-load.service, ignoring: Unit syno-mlnx-rdma-modules-load.service is masked.
    [   25.827414] systemd[1]: Cannot add dependency job for unit syno-qlogic-rdma-modules-load.service, ignoring: Unit syno-qlogic-rdma-modules-load.service is masked.
    [   25.832826] systemd[1]: Cannot add dependency job for unit SynoLedBrightness.service, ignoring: Unit SynoLedBrightness.service is masked.
    [   25.836958] 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.
    [   25.842804] 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.
    [   25.850704] systemd[1]: Reached target Timers.
    [   25.852206] systemd[1]: Starting Timers.
    [   25.854612] systemd[1]: Reached target Paths.
    [   25.856632] systemd[1]: Starting Paths.
    [   25.858965] systemd[1]: Created slice Root Slice.
    [   25.861111] systemd[1]: Starting Root Slice.
    [   25.863689] systemd[1]: Created slice Task Scheduler Group.
    [   25.866105] systemd[1]: Starting Task Scheduler Group.
    [   25.868830] systemd[1]: Created slice SecureSignIn's slice.
    [   25.871219] systemd[1]: Starting SecureSignIn's slice.
    [   25.873881] systemd[1]: Created slice Synology Swap Works.
    [   25.876219] systemd[1]: Starting Synology Swap Works.
    [   25.879027] systemd[1]: Created slice FileStation's slice.
    [   25.881416] systemd[1]: Starting FileStation's slice.
    [   25.884597] systemd[1]: Created slice DownloadStation's slice.
    [   25.887059] systemd[1]: Starting DownloadStation's slice.
    [   25.889785] systemd[1]: Created slice System Slice.
    [   25.891984] systemd[1]: Starting System Slice.
    [   25.894477] systemd[1]: Created slice Performance alarm.
    [   25.897237] systemd[1]: Starting Performance alarm.
    [   25.899865] systemd[1]: Created slice SMBService's slice.
    [   25.902034] systemd[1]: Starting SMBService's slice.
    [   25.904687] systemd[1]: Created slice scemd.
    [   25.906676] systemd[1]: Starting scemd.
    [   25.908901] systemd[1]: Created slice Synology DSM Storage Service.
    [   25.911526] systemd[1]: Starting Synology DSM Storage Service.
    [   25.914460] systemd[1]: Created slice Synology DSM desktop service.
    [   25.917048] systemd[1]: Starting Synology DSM desktop service.
    [   25.920001] systemd[1]: Created slice SynologyApplicationService's slice.
    [   25.922766] systemd[1]: Starting SynologyApplicationService's slice.
    [   25.925860] systemd[1]: Created slice BTRFS Space Reclaim.
    [   25.928020] systemd[1]: Starting BTRFS Space Reclaim.
    [   25.930637] systemd[1]: Created slice SynologyPhotos's slice.
    [   25.932895] systemd[1]: Starting SynologyPhotos's slice.
    [   25.935755] systemd[1]: Created slice HybridShare's slice.
    [   25.937875] systemd[1]: Starting HybridShare's slice.
    [   25.940530] systemd[1]: Created slice ScsiTarget's slice.
    [   25.942738] systemd[1]: Starting ScsiTarget's slice.
    [   25.946912] systemd[1]: Listening on udev Control Socket.
    [   25.949278] systemd[1]: Starting udev Control Socket.
    [   25.952327] systemd[1]: Created slice ActiveInsight's slice.
    [   25.954778] systemd[1]: Starting ActiveInsight's slice.
    [   25.957584] systemd[1]: Created slice Node.js_v12's slice.
    [   25.959908] systemd[1]: Starting Node.js_v12's slice.
    [   25.962885] systemd[1]: Created slice HyperBackup's slice.
    [   25.965071] systemd[1]: Starting HyperBackup's slice.
    [   25.967717] systemd[1]: Created slice Synology Flashcache.
    [   25.970124] systemd[1]: Starting Synology Flashcache.
    [   25.972620] systemd[1]: Created slice rsync daemon.
    [   25.974579] systemd[1]: Starting rsync daemon.
    [   25.976723] systemd[1]: Created slice Python2's slice.
    [   25.978892] systemd[1]: Starting Python2's slice.
    [   25.981674] systemd[1]: Created slice Synology Index slice (WAT).
    [   25.984032] systemd[1]: Starting Synology Index slice (WAT).
    [   25.986624] systemd[1]: Created slice Apple Filing Protocol Daemon.
    [   25.989027] systemd[1]: Starting Apple Filing Protocol Daemon.
    [   25.991948] systemd[1]: Created slice BTRFS Optimization.
    [   25.993810] systemd[1]: Starting BTRFS Optimization.
    [   25.996395] systemd[1]: Created slice SynologyDrive's slice.
    [   25.998735] systemd[1]: Starting SynologyDrive's slice.
    [   26.001459] systemd[1]: Created slice RAID Resync Process. Including Resync, Repair and Reshape..
    [   26.004738] systemd[1]: Starting RAID Resync Process. Including Resync, Repair and Reshape..
    [   26.008504] systemd[1]: Created slice User and Session Slice.
    [   26.010745] systemd[1]: Starting User and Session Slice.
    [   26.013463] systemd[1]: Created slice Package Center Slice.
    [   26.015650] systemd[1]: Starting Package Center Slice.
    [   26.018293] systemd[1]: Created slice OAuthService's slice.
    [   26.020455] systemd[1]: Starting OAuthService's slice.
    [   26.022853] systemd[1]: Listening on udev Kernel Socket.
    [   26.024348] systemd[1]: Starting udev Kernel Socket.
    [   26.026182] systemd[1]: Created slice dsm6-ui-compatible's slice.
    [   26.027680] systemd[1]: Starting dsm6-ui-compatible's slice.
    [   26.029613] systemd[1]: Listening on Journal Socket.
    [   26.030918] systemd[1]: Starting Journal Socket.
    [   26.037463] systemd[1]: Started Machine Check Exception Logging Daemon.
    [   26.039199] systemd[1]: Starting Machine Check Exception Logging Daemon...
    [   26.052743] systemd[1]: Mounting Temporary Directory...
    [   26.054866] systemd[1]: Starting Set time zone information to kernel...
    [   26.058144] systemd[1]: Starting unbind USB device...
    [   26.060302] systemd[1]: Starting Set boot sequence config...
    [   26.063677] systemd[1]: Starting Load Kernel Modules...
    [   26.066396] systemd[1]: Starting Link coredump path to volume if possible...
    [   26.069019] systemd[1]: Starting check integrity of rd.gz decompression...
    [   26.072660] systemd[1]: Mounting Debug File System...
    [   26.074905] systemd[1]: Created slice synobackup daemon slice.
    [   26.076891] systemd[1]: Starting synobackup daemon slice.
    [   26.079864] systemd[1]: Created slice NoteStation's slice.
    [   26.082512] systemd[1]: Starting NoteStation's slice.
    [   26.084738] systemd[1]: Created slice NFS.
    [   26.086058] systemd[1]: Starting NFS.
    [   26.088329] systemd[1]: Starting Journal Socket (/dev/log).
    [   26.090980] systemd[1]: Created slice system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
    [   26.093487] systemd[1]: Starting system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
    [   26.096399] systemd[1]: Reached target Swap.
    [   26.098044] systemd[1]: Starting Swap.
    [   26.100269] systemd[1]: Starting Load ntb_brd module...
    [   26.103484] systemd[1]: Starting Synology Task Scheduler Init...
    [   26.106530] systemd[1]: Reached target Slices.
    [   26.108303] systemd[1]: Starting Slices.
    [   26.110872] systemd[1]: Listening on Journal Audit Socket.
    [   26.112356] systemd[1]: Starting Journal Audit Socket.
    [   26.114270] systemd[1]: Created slice Shared Folder Sync.
    [   26.116728] systemd[1]: Starting Shared Folder Sync.
    [   26.118714] systemd[1]: Created slice CodecPack's slice.
    [   26.121132] systemd[1]: Starting CodecPack's slice.
    [   26.122998] systemd[1]: Created slice SSDP service.
    [   26.124554] systemd[1]: Starting SSDP service.
    [   26.126331] systemd[1]: Created slice SynoFinder's slice.
    [   26.128161] systemd[1]: Starting SynoFinder's slice.
    [   26.131043] systemd[1]: Created slice PDFViewer's slice.
    [   26.133092] systemd[1]: Starting PDFViewer's slice.
    [   26.134843] systemd[1]: Created slice Synology DSM internal service.
    [   26.136775] systemd[1]: Starting Synology DSM internal service.
    [   26.138496] systemd[1]: Created slice OpenBSD Secure Shell server.
    [   26.139978] systemd[1]: Starting OpenBSD Secure Shell server.
    [   26.141918] systemd[1]: Created slice EmbyServer's slice.
    [   26.143502] systemd[1]: Starting EmbyServer's slice.
    [   26.145143] systemd[1]: Created slice SNMP.
    [   26.146830] systemd[1]: Starting SNMP.
    [   26.154286] systemd[1]: Starting Disabling fan checking flag ......
    [   26.157525] systemd[1]: Created slice Synology Cache Advisor.
    [   26.159835] systemd[1]: Starting Synology Cache Advisor.
    [   26.161546] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [   26.163283] systemd[1]: Starting system-serial\x2dgetty.slice.
    [   26.165893] systemd[1]: Starting Set hostname...
    [   26.168546] systemd[1]: Mounted Debug File System.
    [   26.170619] systemd[1]: Mounted Temporary Directory.
    [   26.173152] systemd[1]: Started Set time zone information to kernel.
    [   26.176346] systemd[1]: Started unbind USB device.
    [   26.178333] systemd[1]: Started Set boot sequence config.
    [   26.182142] systemd[1]: Listening on Journal Socket (/dev/log).
    [   26.184263] systemd[1]: Started Load ntb_brd module.
    [   26.186435] systemd[1]: Started Disabling fan checking flag ....
    [   26.199801] systemd[1]: Starting Journal Service...
    [   26.204606] systemd[1]: Reached target Sockets.
    [   26.206072] systemd[1]: Starting Sockets.
    [   26.209426] systemd[1]: Reached target Local File Systems.
    [   26.211640] systemd[1]: Starting Local File Systems.
    [   26.214250] systemd[1]: Starting D-Bus Session Message Bus...
    [   26.218470] systemd[1]: Starting udev Coldplug all Devices...
    [   26.222660] systemd[1]: Starting Set boot sequence config for temporary use...
    [   26.228697] systemd[1]: Starting D-Bus System Message Bus...
    [   26.233396] systemd[1]: Starting Mount usb fs...
    [   26.240466] systemd[1]: Started Set hostname.
    [   26.245043] systemd[1]: Started check integrity of rd.gz decompression.
    [   26.254765] systemd[1]: Started Synology Task Scheduler Init.
    [   26.276696] systemd[1]: Started Set boot sequence config for temporary use.
    [   26.319058] systemd[1]: Started Journal Service.
    [   26.354813] systemd-journald[6007]: Received request to flush runtime journal from PID 1
    [   26.508108] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
    [   26.519595] flashcache: flashcache-1.0-2021-10-08-11:30 initialized
    [   26.557659] flashcache_syno: flashcache-1.0-syno-v25-pin-file-2021-10-08-11:30-debug initialized
    [   26.618165] NET: Registered protocol family 10
    [   26.646849] sit: IPv6 over IPv4 tunneling driver
    [   26.743329] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [   26.746178] sd 1:0:0:0: Attached scsi generic sg1 type 0
    [   26.748099] sd 2:0:0:0: Attached scsi generic sg2 type 0
    [   26.750432] sd 3:0:0:0: Attached scsi generic sg3 type 0
    [   26.752189] sd 4:0:0:0: Attached scsi generic sg4 type 0
    [   26.754487] sd 5:0:0:0: Attached scsi generic sg5 type 0
    [   26.756971] sd 7:0:0:0: Attached scsi generic sg6 type 0
    [   26.803996] e1000e: Intel(R) PRO/1000 Network Driver - 3.4.2.4-NAPI
    [   26.806501] e1000e: Copyright(c) 1999 - 2019 Intel Corporation.
    [   26.832242] dca service started, version 1.12.1
    [   26.841160] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.22
    [   26.843710] Copyright(c) 2007 - 2018 Intel Corporation.
    [   26.884137] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.5.5
    [   26.886500] Copyright(c) 1999 - 2019 Intel Corporation.
    [   26.949545] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.7.29
    [   26.952869] i40e: Copyright(c) 2013 - 2018 Intel Corporation.
    [   27.018469] tn40xx low_mem_msg proc entry initialized
    [   27.020677] tn40xx low_mem_counter proc entry initialized
    [   27.023185] tn40xx debug_msg proc entry initialized
    [   27.024814] tn40xx: Tehuti Network Driver, 0.3.6.12.3
    [   27.146033] qed_init called
    [   27.147573] QLogic FastLinQ 4xxxx Core Module qed 8.33.9.0
    [   27.149538] creating debugfs root node
    [   27.190484] qede_init: QLogic FastLinQ 4xxxx Ethernet Driver qede 8.33.9.0
    [   27.215520] Compat-mlnx-ofed backport release: c22af88
    [   27.217326] Backport based on mlnx_ofed/mlnx-ofa_kernel-4.0.git c22af88
    [   27.219630] compat.git: mlnx_ofed/mlnx-ofa_kernel-4.0.git
    [   27.353598] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.713.36 ($DateTime: 2016/06/16 03:53:41 $)
    [   27.387790] uhci_hcd: USB Universal Host Controller Interface driver
    [   27.433734] uhci_hcd 0000:00:01.2: UHCI Host Controller
    [   27.435645] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
    [   27.438510] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000e140
    [   27.442131] hub 1-0:1.0: USB hub found
    [   27.443674] hub 1-0:1.0: 2 ports detected
    [   27.516186] usbcore: registered new interface driver usblp
    [   27.549477] usbcore: registered new interface driver usbhid
    [   27.551789] usbhid: USB HID core driver
    [   27.582065] <redpill/bios_shim.c:206> Symbol section <ffffc90000cfbbe0> @ vaddr<18446744072110321664> size[9456]
    [   27.585606] <redpill/bios_shim.c:215> Symbol #0 in mfgBIOS "broadwellnk_synobios" {}<          (null)>
    [   27.589390] <redpill/bios_shim.c:215> Symbol #1 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0ac6000>
    [   27.593244] <redpill/bios_shim.c:215> Symbol #2 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0accf00>
    [   27.597211] <redpill/bios_shim.c:215> Symbol #3 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0acd4b8>
    [   27.600979] <redpill/bios_shim.c:215> Symbol #4 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0ace4e8>
    [   27.604417] <redpill/bios_shim.c:215> Symbol #5 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0acf110>
    [   27.607801] <redpill/bios_shim.c:215> Symbol #6 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0acf1e0>
    [   27.611767] <redpill/bios_shim.c:215> Symbol #7 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0ad5f40>
    [   27.615266] <redpill/bios_shim.c:215> Symbol #8 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read}<ffffffffa0ac6000>
    [   27.619579] <redpill/bios_shim.c:215> Symbol #9 in mfgBIOS "broadwellnk_synobios" {state.24920}<ffffffffa0ad600c>
    [   27.623966] <redpill/bios_shim.c:215> Symbol #10 in mfgBIOS "broadwellnk_synobios" {save_bytes.24919}<ffffffffa0ad6008>
    [   27.628254] <redpill/bios_shim.c:215> Symbol #11 in mfgBIOS "broadwellnk_synobios" {state.24938}<ffffffffa0ad6004>
    [   27.632628] <redpill/bios_shim.c:215> Symbol #12 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write}<ffffffffa0ac6420>
    [   27.637510] <redpill/bios_shim.c:215> Symbol #13 in mfgBIOS "broadwellnk_synobios" {__key.24956}<ffffffffa0ad6004>
    [   27.644363] <redpill/bios_shim.c:215> Symbol #14 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa0acf110>
    [   27.649731] <redpill/bios_shim.c:215> Symbol #15 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa0acf12b>
    [   27.656045] <redpill/bios_shim.c:215> Symbol #16 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa0acf149>
    [   27.661412] <redpill/bios_shim.c:215> Symbol #17 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_char_from_uart}<ffffffffa0acf165>
    [   27.666472] <redpill/bios_shim.c:215> Symbol #18 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa0ac6b90>
    [   27.671312] <redpill/bios_shim.c:215> Symbol #19 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch}<ffffffffa0ac6bf0>
    [   27.676353] <redpill/bios_shim.c:215> Symbol #20 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa0ac6bb0>
    [   27.680821] <redpill/bios_shim.c:215> Symbol #21 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw}<ffffffffa0ac6c60>
    [   27.685511] <redpill/bios_shim.c:215> Symbol #22 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_open}<ffffffffa0ac6bd0>
    [   27.690926] <redpill/bios_shim.c:215> Symbol #23 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_name}<ffffffffa0ac6cd0>
    [   27.695567] <redpill/bios_shim.c:215> Symbol #24 in mfgBIOS "broadwellnk_synobios" {gSynoCPUMapping}<ffffffffa0acff60>
    [   27.699934] <redpill/bios_shim.c:215> Symbol #25 in mfgBIOS "broadwellnk_synobios" {gSynoCRYPTOMapping}<ffffffffa0acfea0>
    [   27.703963] <redpill/bios_shim.c:215> Symbol #26 in mfgBIOS "broadwellnk_synobios" {synobios_record_event_new.isra.0.part.1}<ffffffffa0ac6cf0>
    [   27.708366] <redpill/bios_shim.c:215> Symbol #27 in mfgBIOS "broadwellnk_synobios" {scSynoBios}<ffffffffa0ad62c0>
    [   27.708368] <redpill/bios_shim.c:215> Symbol #28 in mfgBIOS "broadwellnk_synobios" {synobios_record_scsi_error_event}<ffffffffa0ac6d90>
    [   27.708370] <redpill/bios_shim.c:215> Symbol #29 in mfgBIOS "broadwellnk_synobios" {synobios_disk_power_short_break_report}<ffffffffa0ac6de0>
    [   27.708372] <redpill/bios_shim.c:215> Symbol #30 in mfgBIOS "broadwellnk_synobios" {synobios_wake_from_deep_sleep}<ffffffffa0ac6e30>
    [   27.708374] <redpill/bios_shim.c:215> Symbol #31 in mfgBIOS "broadwellnk_synobios" {synobios_disk_reset_fail_report}<ffffffffa0ac6e80>
    [   27.708376] <redpill/bios_shim.c:215> Symbol #32 in mfgBIOS "broadwellnk_synobios" {synobios_disk_timeout_report}<ffffffffa0ac6ee0>
    [   27.708377] <redpill/bios_shim.c:215> Symbol #33 in mfgBIOS "broadwellnk_synobios" {synobios_disk_retry_report}<ffffffffa0ac6f40>
    [   27.708379] <redpill/bios_shim.c:215> Symbol #34 in mfgBIOS "broadwellnk_synobios" {synobios_sata_error_report}<ffffffffa0ac6f90>
    [   27.708380] <redpill/bios_shim.c:215> Symbol #35 in mfgBIOS "broadwellnk_synobios" {synobios_disk_port_lost_report}<ffffffffa0ac6ff0>
    [   27.708382] <redpill/bios_shim.c:215> Symbol #36 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa0ac7040>
    [   27.708384] <redpill/bios_shim.c:215> Symbol #37 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa0ac7090>
    [   27.708385] <redpill/bios_shim.c:215> Symbol #38 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_btrfs_event}<ffffffffa0ac70e0>
    [   27.708387] <redpill/bios_shim.c:215> Symbol #39 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_event}<ffffffffa0ac7130>
    [   27.708388] <redpill/bios_shim.c:215> Symbol #40 in mfgBIOS "broadwellnk_synobios" {synobios_autoremap_raid_event}<ffffffffa0ac71a0>
    [   27.708390] <redpill/bios_shim.c:215> Symbol #41 in mfgBIOS "broadwellnk_synobios" {synobios_record_raid_event}<ffffffffa0ac71f0>
    [   27.708391] <redpill/bios_shim.c:215> Symbol #42 in mfgBIOS "broadwellnk_synobios" {synobios_event_ecc_notification}<ffffffffa0ac7240>
    [   27.708393] <redpill/bios_shim.c:215> Symbol #43 in mfgBIOS "broadwellnk_synobios" {synobios_raid_sync_event}<ffffffffa0ac7290>
    [   27.708395] <redpill/bios_shim.c:215> Symbol #44 in mfgBIOS "broadwellnk_synobios" {synobios_error_oom_event}<ffffffffa0ac73a0>
    [   27.708402] <redpill/bios_shim.c:215> Symbol #45 in mfgBIOS "broadwellnk_synobios" {synobios_poll}<ffffffffa0ac7500>
    [   27.708404] <redpill/bios_shim.c:215> Symbol #46 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0ad76e8>
    [   27.708406] <redpill/bios_shim.c:215> Symbol #47 in mfgBIOS "broadwellnk_synobios" {last_jiffies.45099}<ffffffffa0acf1e0>
    [   27.708408] <redpill/bios_shim.c:215> Symbol #48 in mfgBIOS "broadwellnk_synobios" {buzzer_press_count.45100}<ffffffffa0ad6174>
    [   27.708409] <redpill/bios_shim.c:215> Symbol #49 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event}<ffffffffa0ac75f0>
    [   27.708411] <redpill/bios_shim.c:215> Symbol #50 in mfgBIOS "broadwellnk_synobios" {micropLogSwitch}<ffffffffa0ad76f0>
    [   27.708413] <redpill/bios_shim.c:215> Symbol #51 in mfgBIOS "broadwellnk_synobios" {syno_console_prohibit_event}<ffffffffa0ac7650>
    [   27.708415] <redpill/bios_shim.c:215> Symbol #52 in mfgBIOS "broadwellnk_synobios" {syno_usb_prohibit_event}<ffffffffa0ac7670>
    [   27.708416] <redpill/bios_shim.c:215> Symbol #53 in mfgBIOS "broadwellnk_synobios" {card_detect_proc_fops}<ffffffffa0ad6180>
    [   27.708418] <redpill/bios_shim.c:215> Symbol #54 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl}<ffffffffa0ac7930>
    [   27.708419] <redpill/bios_shim.c:215> Symbol #55 in mfgBIOS "broadwellnk_synobios" {sys_status_lock}<ffffffffa0ad03e0>
    [   27.708421] <redpill/bios_shim.c:215> Symbol #56 in mfgBIOS "broadwellnk_synobios" {pgSysStatus}<ffffffffa0ad62a0>
    [   27.708422] <redpill/bios_shim.c:215> Symbol #57 in mfgBIOS "broadwellnk_synobios" {LedSetLock}<ffffffffa0ad76f8>
    [   27.708427] <redpill/bios_shim.c:215> Symbol #58 in mfgBIOS "broadwellnk_synobios" {check_fan}<ffffffffa0ad03d0>
    [   27.708429] <redpill/bios_shim.c:215> Symbol #59 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.45150}<ffffffffa0accf10>
    [   27.708430] <redpill/bios_shim.c:215> Symbol #60 in mfgBIOS "broadwellnk_synobios" {__func__.45210}<ffffffffa0accf00>
    [   27.708432] <redpill/bios_shim.c:215> Symbol #61 in mfgBIOS "broadwellnk_synobios" {__key.45417}<ffffffffa0ad6174>
    [   27.708433] <redpill/bios_shim.c:215> Symbol #62 in mfgBIOS "broadwellnk_synobios" {gSynoModelMapping}<ffffffffa0acf200>
    [   27.708435] <redpill/bios_shim.c:215> Symbol #63 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa0acd160>
    [   27.708436] <redpill/bios_shim.c:215> Symbol #64 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa0acd040>
    [   27.708438] <redpill/bios_shim.c:215> Symbol #65 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_fops}<ffffffffa0accf20>
    [   27.708439] <redpill/bios_shim.c:215> Symbol #66 in mfgBIOS "broadwellnk_synobios" {system_mode}<ffffffffa0ad76f4>
    [   27.708441] <redpill/bios_shim.c:215> Symbol #67 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_license6}<ffffc90000ce61e0>
    [   27.708442] <redpill/bios_shim.c:215> Symbol #68 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_description5}<ffffc90000ce61f6>
    [   27.708444] <redpill/bios_shim.c:215> Symbol #69 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_author4}<ffffc90000ce620c>
    [   27.708445] <redpill/bios_shim.c:215> Symbol #70 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_mode3}<ffffc90000ce621d>
    [   27.708447] <redpill/bios_shim.c:215> Symbol #71 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_modetype2}<ffffc90000ce6258>
    [   27.708448] <redpill/bios_shim.c:215> Symbol #72 in mfgBIOS "broadwellnk_synobios" {__param_system_mode}<ffffffffa0acf180>
    [   27.708450] <redpill/bios_shim.c:215> Symbol #73 in mfgBIOS "broadwellnk_synobios" {__param_str_system_mode}<ffffffffa0acd280>
    [   27.708451] <redpill/bios_shim.c:215> Symbol #74 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fan1}<ffffc90000ce6271>
    [   27.708453] <redpill/bios_shim.c:215> Symbol #75 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fantype0}<ffffc90000ce62ab>
    [   27.708455] <redpill/bios_shim.c:215> Symbol #76 in mfgBIOS "broadwellnk_synobios" {__param_check_fan}<ffffffffa0acf1a8>
    [   27.708456] <redpill/bios_shim.c:215> Symbol #77 in mfgBIOS "broadwellnk_synobios" {__param_str_check_fan}<ffffffffa0acd290>
    [   27.708458] <redpill/bios_shim.c:215> Symbol #78 in mfgBIOS "broadwellnk_synobios" {DS3018xsInitModuleType}<ffffffffa0ac9e40>
    [   27.708460] <redpill/bios_shim.c:215> Symbol #79 in mfgBIOS "broadwellnk_synobios" {FS1018InitModuleType}<ffffffffa0ac9e70>
    [   27.708461] <redpill/bios_shim.c:215> Symbol #80 in mfgBIOS "broadwellnk_synobios" {RS1619xspInitModuleType}<ffffffffa0ac9ea0>
    [   27.708463] <redpill/bios_shim.c:215> Symbol #81 in mfgBIOS "broadwellnk_synobios" {SA3400InitModuleType}<ffffffffa0ac9ef0>
    [   27.708465] <redpill/bios_shim.c:215> Symbol #82 in mfgBIOS "broadwellnk_synobios" {SA3600InitModuleType}<ffffffffa0ac9f40>
    [   27.708466] <redpill/bios_shim.c:215> Symbol #83 in mfgBIOS "broadwellnk_synobios" {FS3600InitModuleType}<ffffffffa0ac9f90>
    [   27.708467] <redpill/bios_shim.c:215> Symbol #84 in mfgBIOS "broadwellnk_synobios" {HD3400InitModuleType}<ffffffffa0ac9fe0>
    [   27.708469] <redpill/bios_shim.c:215> Symbol #85 in mfgBIOS "broadwellnk_synobios" {DS1621xspInitModuleType}<ffffffffa0aca030>
    [   27.708470] <redpill/bios_shim.c:215> Symbol #86 in mfgBIOS "broadwellnk_synobios" {RS3621xspInitModuleType}<ffffffffa0aca060>
    [   27.708472] <redpill/bios_shim.c:215> Symbol #87 in mfgBIOS "broadwellnk_synobios" {RS3621rpxsInitModuleType}<ffffffffa0aca0b0>
    [   27.708473] <redpill/bios_shim.c:215> Symbol #88 in mfgBIOS "broadwellnk_synobios" {RS4021xspI2CGetPowerInfo}<ffffffffa0aca100>
    [   27.708493] <redpill/bios_shim.c:215> Symbol #89 in mfgBIOS "broadwellnk_synobios" {RS4021xspInitModuleType}<ffffffffa0aca150>
    [   27.708496] <redpill/bios_shim.c:215> Symbol #90 in mfgBIOS "broadwellnk_synobios" {DS3622xspInitModuleType}<ffffffffa0aca1a0>
    [   27.708499] <redpill/bios_shim.c:215> Symbol #91 in mfgBIOS "broadwellnk_synobios" {MpId.25680}<ffffffffa0ad5980>
    [   27.708502] <redpill/bios_shim.c:215> Symbol #92 in mfgBIOS "broadwellnk_synobios" {days_since_epoch}<ffffffffa0acd360>
    [   27.708504] <redpill/bios_shim.c:215> Symbol #93 in mfgBIOS "broadwellnk_synobios" {days_since_leapyear}<ffffffffa0acd3f0>
    [   27.708508] <redpill/bios_shim.c:215> Symbol #94 in mfgBIOS "broadwellnk_synobios" {days_since_year}<ffffffffa0acd410>
    [   27.708510] <redpill/bios_shim.c:215> Symbol #95 in mfgBIOS "broadwellnk_synobios" {rtc_correct_wday}<ffffffffa0acacc0>
    [   27.708511] <redpill/bios_shim.c:215> Symbol #96 in mfgBIOS "broadwellnk_synobios" {days_in_mo}<ffffffffa0acd428>
    [   27.708512] <redpill/bios_shim.c:215> Symbol #97 in mfgBIOS "broadwellnk_synobios" {uLostAddr.22812}<ffffffffa0ad7700>
    [   27.708514] <redpill/bios_shim.c:215> Symbol #98 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.22813}<ffffffffa0acd440>
    [   27.708515] <redpill/bios_shim.c:215> Symbol #99 in mfgBIOS "broadwellnk_synobios" {GetFanStatus}<ffffffffa0acb8a0>
    [   27.708517] <redpill/bios_shim.c:215> Symbol #100 in mfgBIOS "broadwellnk_synobios" {GetBrand}<ffffffffa0acb8c0>
    [   27.708518] <redpill/bios_shim.c:215> Symbol #101 in mfgBIOS "broadwellnk_synobios" {InitModuleType}<ffffffffa0acb8d0>
    [   27.708520] <redpill/bios_shim.c:215> Symbol #102 in mfgBIOS "broadwellnk_synobios" {model_ops}<ffffffffa0ad77d8>
    [   27.708522] <redpill/bios_shim.c:215> Symbol #103 in mfgBIOS "broadwellnk_synobios" {SetBuzzerClear}<ffffffffa0acb900>
    [   27.708523] <redpill/bios_shim.c:215> Symbol #104 in mfgBIOS "broadwellnk_synobios" {GetBuzzerCleared}<ffffffffa0acb930>
    [   27.708525] <redpill/bios_shim.c:215> Symbol #105 in mfgBIOS "broadwellnk_synobios" {GetPowerStatus}<ffffffffa0acb960>
    [   27.708526] <redpill/bios_shim.c:215> Symbol #106 in mfgBIOS "broadwellnk_synobios" {DiskLedCtrlBy1475SGPIO}<ffffffffa0acb9d0>
    [   27.708527] <redpill/bios_shim.c:215> Symbol #107 in mfgBIOS "broadwellnk_synobios" {giDiskLedControllerInit}<ffffffffa0ad7724>
    [   27.708529] <redpill/bios_shim.c:215> Symbol #108 in mfgBIOS "broadwellnk_synobios" {giDiskLedController}<ffffffffa0ad5b40>
    [   27.708531] <redpill/bios_shim.c:215> Symbol #109 in mfgBIOS "broadwellnk_synobios" {SetAlarmLed}<ffffffffa0acba40>
    [   27.708534] <redpill/bios_shim.c:215> Symbol #110 in mfgBIOS "broadwellnk_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa0acbc00>
    [   27.708535] <redpill/bios_shim.c:215> Symbol #111 in mfgBIOS "broadwellnk_synobios" {hwmon_sensor_list}<ffffffffa0ad77d0>
    [   27.708537] <redpill/bios_shim.c:215> Symbol #112 in mfgBIOS "broadwellnk_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa0acbc60>
    [   27.708539] <redpill/bios_shim.c:215> Symbol #113 in mfgBIOS "broadwellnk_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa0acbcc0>
    [   27.708540] <redpill/bios_shim.c:215> Symbol #114 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer}<ffffffffa0acbd20>
    [   27.708542] <redpill/bios_shim.c:215> Symbol #115 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByI2CLedDimmer}<ffffffffa0acbea0>
    [   27.708543] <redpill/bios_shim.c:215> Symbol #116 in mfgBIOS "broadwellnk_synobios" {GetFanStatusMircopWithGPIO}<ffffffffa0acbeb0>
    [   27.708544] <redpill/bios_shim.c:215> Symbol #117 in mfgBIOS "broadwellnk_synobios" {Uninitialize}<ffffffffa0acbf60>
    [   27.708546] <redpill/bios_shim.c:215> Symbol #118 in mfgBIOS "broadwellnk_synobios" {GetCpuTemperatureI3Transfer}<ffffffffa0acbf80>
    [   27.708547] <redpill/bios_shim.c:215> Symbol #119 in mfgBIOS "broadwellnk_synobios" {GetSysTemperature}<ffffffffa0acbfa0>
    [   27.708549] <redpill/bios_shim.c:215> Symbol #120 in mfgBIOS "broadwellnk_synobios" {SYNODiskLedCtrlBy1475SGPIO}<ffffffffa0acc180>
    [   27.708550] <redpill/bios_shim.c:215> Symbol #121 in mfgBIOS "broadwellnk_synobios" {CSWTCH.170}<ffffffffa0acd460>
    [   27.708552] <redpill/bios_shim.c:215> Symbol #122 in mfgBIOS "broadwellnk_synobios" {gblDiskNumNeedTran}<ffffffffa0ad7728>
    [   27.708555] <redpill/bios_shim.c:215> Symbol #123 in mfgBIOS "broadwellnk_synobios" {giDiskMapTable}<ffffffffa0ad7740>
    [   27.708556] <redpill/bios_shim.c:215> Symbol #124 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO}<ffffffffa0acc240>
    [   27.708558] <redpill/bios_shim.c:215> Symbol #125 in mfgBIOS "broadwellnk_synobios" {hdd_enable_gpio}<ffffffffa0ad77c8>
    [   27.708559] <redpill/bios_shim.c:215> Symbol #126 in mfgBIOS "broadwellnk_synobios" {hdd_detect_gpio}<ffffffffa0ad77c0>
    [   27.708561] <redpill/bios_shim.c:215> Symbol #127 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS}<ffffffffa0acc3b0>
    [   27.708562] <redpill/bios_shim.c:215> Symbol #128 in mfgBIOS "broadwellnk_synobios" {SetupDiskLedMap.part.3}<ffffffffa0acc530>
    [   27.708564] <redpill/bios_shim.c:215> Symbol #129 in mfgBIOS "broadwellnk_synobios" {SetCpuFanStatus}<ffffffffa0acc5e0>
    [   27.708565] <redpill/bios_shim.c:215> Symbol #130 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0ad59a0>
    [   27.708567] <redpill/bios_shim.c:219> Found vtable - size 416
    [   27.708569] <redpill/bios_shim.c:233> Found "synobios_ops" in "broadwellnk_synobios" @ <ffffffffa0ad59a0 =416=> ffffffffa0ad66a0>
    [   27.708589] <redpill/override_symbol.c:279> Restoring apply_relocate_add<ffffffff8103def0> to original code
    [   27.708594] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103def0+12/1 (<<ffffffff8103d000)
    [   27.713002] <redpill/override_symbol.c:250> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103def0>
    [   27.713036] <redpill/override_symbol.c:250> Writing original code to <ffffffff8103def0>
    [   27.713055] <redpill/override_symbol.c:250> Released lock for <ffffffff8103def0>
    [   27.713057] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103def0+12/1 (<<ffffffff8103d000)
    [   27.717713] <redpill/override_symbol.c:287> Successfully restored original code of apply_relocate_add
    [   27.717714] <redpill/override_symbol.c:145> Freeing OVS for apply_relocate_add
    [   27.717848] <redpill/bios_shims_collection.c:88> Will print 416 bytes of memory from ffffffffa0ad59a0
    [   27.717862] 40 5c ad a0 ff ff ff ff  [00] 0x000      ffffffffa0ad5c40        __this_module+0x0/0xffffffffffff725a [broadwellnk_synobios]
    [   27.717874] c0 b8 ac a0 ff ff ff ff  [01] 0x008      ffffffffa0acb8c0        GetBrand+0x0/0x10 [broadwellnk_synobios]
    [   27.717884] c0 bf ac a0 ff ff ff ff  [02] 0x010      ffffffffa0acbfc0        GetModel+0x0/0x1c0 [broadwellnk_synobios]
    [   27.717888] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
    [   27.717897] 10 af ac a0 ff ff ff ff  [04] 0x020      ffffffffa0acaf10        rtc_bandon_get_time+0x0/0x1c0 [broadwellnk_synobios]
    [   27.717905] 80 b1 ac a0 ff ff ff ff  [05] 0x028      ffffffffa0acb180        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
    [   27.717913] a0 b8 ac a0 ff ff ff ff  [06] 0x030      ffffffffa0acb8a0        GetFanStatus+0x0/0x10 [broadwellnk_synobios]
    [   27.717921] b0 b8 ac a0 ff ff ff ff  [07] 0x038      ffffffffa0acb8b0        SetFanStatus+0x0/0x10 [broadwellnk_synobios]
    [   27.717928] a0 bf ac a0 ff ff ff ff  [08] 0x040      ffffffffa0acbfa0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
    [   27.717936] 80 bf ac a0 ff ff ff ff  [09] 0x048      ffffffffa0acbf80        GetCpuTemperatureI3Transfer+0x0/0x20 [broadwellnk_synobios]
    [   27.717940] 00 00 00 00 00 00 00 00  [10] 0x050                (null)                  (null)
    [   27.717943] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
    [   27.717947] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
    [   27.717950] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
    [   27.717954] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
    [   27.717961] 90 b9 ac a0 ff ff ff ff  [15] 0x078      ffffffffa0acb990        SetGpioPin+0x0/0x40 [broadwellnk_synobios]
    [   27.717968] 80 ba ac a0 ff ff ff ff  [16] 0x080      ffffffffa0acba80        GetGpioPin+0x0/0x30 [broadwellnk_synobios]
    [   27.717971] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
    [   27.717979] d0 b0 ac a0 ff ff ff ff  [18] 0x090      ffffffffa0acb0d0        rtc_bandon_set_auto_poweron+0x0/0xb0 [broadwellnk_synobios]
    [   27.717986] 60 ac ac a0 ff ff ff ff  [19] 0x098      ffffffffa0acac60        rtc_get_auto_poweron+0x0/0x60 [broadwellnk_synobios]
    [   27.717990] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
    [   27.717994] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
    [   27.718004] 40 ba ac a0 ff ff ff ff  [22] 0x0b0      ffffffffa0acba40        SetAlarmLed+0x0/0x40 [broadwellnk_synobios]
    [   27.718019] 30 b9 ac a0 ff ff ff ff  [23] 0x0b8      ffffffffa0acb930        GetBuzzerCleared+0x0/0x30 [broadwellnk_synobios]
    [   27.718026] 00 b9 ac a0 ff ff ff ff  [24] 0x0c0      ffffffffa0acb900        SetBuzzerClear+0x0/0x30 [broadwellnk_synobios]
    [   27.718033] 60 b9 ac a0 ff ff ff ff  [25] 0x0c8      ffffffffa0acb960        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
    [   27.718036] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
    [   27.718043] d0 b8 ac a0 ff ff ff ff  [27] 0x0d8      ffffffffa0acb8d0        InitModuleType+0x0/0x30 [broadwellnk_synobios]
    [   27.718050] 60 bf ac a0 ff ff ff ff  [28] 0x0e0      ffffffffa0acbf60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
    [   27.718058] e0 c5 ac a0 ff ff ff ff  [29] 0x0e8      ffffffffa0acc5e0        SetCpuFanStatus+0x0/0x10 [broadwellnk_synobios]
    [   27.718061] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
    [   27.718065] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
    [   27.718069] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
    [   27.718072] 00 00 00 00 00 00 00 00  [33] 0x108                (null)                  (null)
    [   27.718076] 00 00 00 00 00 00 00 00  [34] 0x110                (null)                  (null)
    [   27.718079] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
    [   27.718083] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
    [   27.718086] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
    [   27.718090] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
    [   27.718093] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
    [   27.718100] b0 ba ac a0 ff ff ff ff  [40] 0x140      ffffffffa0acbab0        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
    [   27.718104] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
    [   27.718108] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
    [   27.718111] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
    [   27.718115] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
    [   27.718118] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
    [   27.718122] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
    [   27.718125] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
    [   27.718129] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
    [   27.718132] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
    [   27.718136] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
    [   27.718139] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)

    [   27.718141] <redpill/bios_shims_collection.c:101> Finished printing memory at ffffffffa0ad5b40
    [   27.718158] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [7] originally SetFanStatus [broadwellnk_synobios]<ffffffffa0acb8b0> will now be bios_VTK_SET_FAN_STATE_null_zero_int [redpill]<ffffffffa000d28d>
    [   27.718166] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [10] originally           (null)<          (null)> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000d2b4>
    [   27.718172] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [11] originally           (null)<          (null)> will now be bios_VTK_SET_PWR_LED_null_zero_int [redpill]<ffffffffa000d2db>
    [   27.718182] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [15] originally SetGpioPin [broadwellnk_synobios]<ffffffffa0acb990> will now be bios_VTK_SET_GPIO_PIN_null_zero_int [redpill]<ffffffffa000d302>
    [   27.718194] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [16] originally GetGpioPin [broadwellnk_synobios]<ffffffffa0acba80> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa00026e0>
    [   27.718200] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [17] originally           (null)<          (null)> will now be bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int [redpill]<ffffffffa000d329>
    [   27.718210] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [22] originally SetAlarmLed [broadwellnk_synobios]<ffffffffa0acba40> will now be bios_VTK_SET_ALR_LED_null_zero_int [redpill]<ffffffffa000d350>
    [   27.718220] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [23] originally GetBuzzerCleared [broadwellnk_synobios]<ffffffffa0acb930> will now be bios_get_buz_clr [redpill]<ffffffffa00026f0>
    [   27.718230] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [24] originally SetBuzzerClear [broadwellnk_synobios]<ffffffffa0acb900> will now be bios_VTK_SET_BUZ_CLR_null_zero_int [redpill]<ffffffffa000d377>
    [   27.718240] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [29] originally SetCpuFanStatus [broadwellnk_synobios]<ffffffffa0acc5e0> will now be bios_VTK_SET_CPU_FAN_STATUS_null_zero_int [redpill]<ffffffffa000d39e>
    [   27.718246] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [30] originally           (null)<          (null)> will now be bios_VTK_SET_PHY_LED_null_zero_int [redpill]<ffffffffa000d3c5>
    [   27.718253] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [31] originally           (null)<          (null)> will now be bios_VTK_SET_HDD_ACT_LED_null_zero_int [redpill]<ffffffffa000d3ec>
    [   27.718260] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [33] originally           (null)<          (null)> will now be bios_VTK_GET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d413>
    [   27.718266] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [34] originally           (null)<          (null)> will now be bios_VTK_SET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d43a>
    [   27.718268] <redpill/bios_shims_collection.c:146> Native RTC supported - not enabling proxy (emulate_rtc=0)
    [   27.718270] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
    [   27.718279] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [6] originally GetFanStatus [broadwellnk_synobios]<ffffffffa0acb8a0> will now be bios_get_fan_state [redpill]<ffffffffa0002250>
    [   27.718288] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [9] originally GetCpuTemperatureI3Transfer [broadwellnk_synobios]<ffffffffa0acbf80> will now be bios_get_cpu_temp [redpill]<ffffffffa0002340>
    [   27.718293] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [47] originally           (null)<          (null)> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002390>
    [   27.718298] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [45] originally           (null)<          (null)> will now be bios_hwmon_get_voltages [redpill]<ffffffffa00024a0>
    [   27.718303] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [43] originally           (null)<          (null)> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa00025d0>
    [   27.718304] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
    [   27.718306] <redpill/bios_shims_collection.c:88> Will print 416 bytes of memory from ffffffffa0ad59a0
    [   27.718316] 40 5c ad a0 ff ff ff ff  [00] 0x000      ffffffffa0ad5c40        __this_module+0x0/0xffffffffffff725a [broadwellnk_synobios]
    [   27.718323] c0 b8 ac a0 ff ff ff ff  [01] 0x008      ffffffffa0acb8c0        GetBrand+0x0/0x10 [broadwellnk_synobios]
    [   27.718330] c0 bf ac a0 ff ff ff ff  [02] 0x010      ffffffffa0acbfc0        GetModel+0x0/0x1c0 [broadwellnk_synobios]
    [   27.718333] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
    [   27.718341] 10 af ac a0 ff ff ff ff  [04] 0x020      ffffffffa0acaf10        rtc_bandon_get_time+0x0/0x1c0 [broadwellnk_synobios]
    [   27.718348] 80 b1 ac a0 ff ff ff ff  [05] 0x028      ffffffffa0acb180        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
    [   27.718355] 50 22 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0002250        bios_get_fan_state+0x0/0x10 [redpill]
    [   27.718364] 8d d2 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d28d        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x27 [redpill]
    [   27.718371] a0 bf ac a0 ff ff ff ff  [08] 0x040      ffffffffa0acbfa0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
    [   27.718379] 40 23 00 a0 ff ff ff ff  [09] 0x048      ffffffffa0002340        bios_get_cpu_temp+0x0/0x40 [redpill]
    [   27.718388] b4 d2 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d2b4        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x27 [redpill]
    [   27.718397] db d2 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d2db        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x27 [redpill]
    [   27.718400] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
    [   27.718404] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
    [   27.718407] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
    [   27.718416] 02 d3 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d302        bios_VTK_SET_GPIO_PIN_null_zero_int+0x0/0x27 [redpill]
    [   27.718424] e0 26 00 a0 ff ff ff ff  [16] 0x080      ffffffffa00026e0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
    [   27.718433] 29 d3 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d329        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x27 [redpill]
    [   27.718440] d0 b0 ac a0 ff ff ff ff  [18] 0x090      ffffffffa0acb0d0        rtc_bandon_set_auto_poweron+0x0/0xb0 [broadwellnk_synobios]
    [   27.718447] 60 ac ac a0 ff ff ff ff  [19] 0x098      ffffffffa0acac60        rtc_get_auto_poweron+0x0/0x60 [broadwellnk_synobios]
    [   27.718450] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
    [   27.718454] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
    [   27.718463] 50 d3 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d350        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x27 [redpill]
    [   27.718470] f0 26 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa00026f0        bios_get_buz_clr+0x0/0x10 [redpill]
    [   27.718479] 77 d3 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d377        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x27 [redpill]
    [   27.718486] 60 b9 ac a0 ff ff ff ff  [25] 0x0c8      ffffffffa0acb960        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
    [   27.718490] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
    [   27.718497] d0 b8 ac a0 ff ff ff ff  [27] 0x0d8      ffffffffa0acb8d0        InitModuleType+0x0/0x30 [broadwellnk_synobios]
    [   27.718504] 60 bf ac a0 ff ff ff ff  [28] 0x0e0      ffffffffa0acbf60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
    [   27.718513] 9e d3 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d39e        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x27 [redpill]
    [   27.718522] c5 d3 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d3c5        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x27 [redpill]
    [   27.718530] ec d3 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d3ec        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x27 [redpill]
    [   27.718534] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
    [   27.718543] 13 d4 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d413        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   27.718552] 3a d4 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d43a        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   27.718555] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
    [   27.718559] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
    [   27.718562] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
    [   27.718566] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
    [   27.718569] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
    [   27.718576] b0 ba ac a0 ff ff ff ff  [40] 0x140      ffffffffa0acbab0        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
    [   27.718580] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
    [   27.718584] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
    [   27.718591] d0 25 00 a0 ff ff ff ff  [43] 0x158      ffffffffa00025d0        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
    [   27.718595] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
    [   27.718602] a0 24 00 a0 ff ff ff ff  [45] 0x168      ffffffffa00024a0        bios_hwmon_get_voltages+0x0/0x130 [redpill]
    [   27.718605] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
    [   27.718612] 90 23 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002390        bios_hwmon_get_thermal+0x0/0x110 [redpill]
    [   27.718616] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
    [   27.718619] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
    [   27.718623] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
    [   27.718626] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)

    [   27.718628] <redpill/bios_shims_collection.c:101> Finished printing memory at ffffffffa0ad5b40
    [   27.718630] <redpill/bios_hwcap_shim.c:79> Registering mfgBIOS HW Capability shim
    [   27.718635] <redpill/override_symbol.c:257> Overriding GetHwCapability() with GetHwCapability_shim [redpill]()<ffffffffa00020d0>
    [   27.725835] <redpill/override_symbol.c:172> Saved GetHwCapability() ptr <ffffffffa0aca430>
    [   27.725838] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffffa0aca430+12/1 (<<ffffffffa0aca000)
    [   27.727288] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   27.727292] <redpill/override_symbol.c:182> Generating trampoline
    [   27.727300] <redpill/override_symbol.c:187> Generated trampoline to GetHwCapability_shim+0x0/0x170 [redpill]<ffffffffa00020d0> for GetHwCapability<ffffffffa0aca430>: 
    [   27.727301] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   27.727302] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   27.727304] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffffa0aca430+12/1 (<<ffffffffa0aca000)
    [   27.731603] <redpill/override_symbol.c:269> Successfully overrode GetHwCapability() with trampoline to GetHwCapability_shim+0x0/0x170 [redpill]<ffffffffa00020d0>
    [   27.731604] <redpill/bios_hwcap_shim.c:87> Successfully registered mfgBIOS HW Capability shim
    [   27.731606] <redpill/bios_shim.c:131> broadwellnk_synobios BIOS *early* shimmed
    [   27.768095] usb 1-1: new full-speed USB device number 2 using uhci_hcd
    [   27.957103] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input0
    [   27.957129] hid-generic 0003:0627:0001.0001: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
    [   28.553112] Module [adt7475] is removed. 
    [   28.796410] synobios open /dev/ttyS1 success
    [   28.800476] 2022-4-6 15:21:25 UTC
    [   28.801718] synobios: load, major number 201
    [   28.803238] Brand: Synology
    [   28.804279] Model: DS-3622xs+
    [   28.805376] set group disks wakeup number to 4, spinup time deno 7
    [   28.807593] <redpill/bios_shims_collection.c:45> mfgBIOS: nullify zero-int for VTK_SET_MICROP_ID
    [   28.810668] synobios cpu_arch proc entry initialized
    [   28.812474] synobios crypto_hw proc entry initialized
    [   28.814298] synobios syno_platform proc entry initialized
    [   28.816411] <redpill/bios_shims_collection.c:88> Will print 416 bytes of memory from ffffffffa0ad59a0
    [   28.819610] 40 5c ad a0 ff ff ff ff  [00] 0x000      ffffffffa0ad5c40        __this_module+0x0/0xffffffffffff725a [broadwellnk_synobios]
    [   28.824019] c0 b8 ac a0 ff ff ff ff  [01] 0x008      ffffffffa0acb8c0        GetBrand+0x0/0x10 [broadwellnk_synobios]
    [   28.827755] c0 bf ac a0 ff ff ff ff  [02] 0x010      ffffffffa0acbfc0        GetModel+0x0/0x1c0 [broadwellnk_synobios]
    [   28.831595] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
    [   28.834621] 10 af ac a0 ff ff ff ff  [04] 0x020      ffffffffa0acaf10        rtc_bandon_get_time+0x0/0x1c0 [broadwellnk_synobios]
    [   28.838690] 80 b1 ac a0 ff ff ff ff  [05] 0x028      ffffffffa0acb180        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
    [   28.842845] 50 22 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0002250        bios_get_fan_state+0x0/0x10 [redpill]
    [   28.846497] 8d d2 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d28d        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x27 [redpill]
    [   28.850686] a0 bf ac a0 ff ff ff ff  [08] 0x040      ffffffffa0acbfa0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
    [   28.854913] 40 23 00 a0 ff ff ff ff  [09] 0x048      ffffffffa0002340        bios_get_cpu_temp+0x0/0x40 [redpill]
    [   28.858613] 80 c1 ac a0 ff ff ff ff  [10] 0x050      ffffffffa0acc180        SYNODiskLedCtrlBy1475SGPIO+0x0/0xc0 [broadwellnk_synobios]
    [   28.862937] db d2 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d2db        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x27 [redpill]
    [   28.867107] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
    [   28.870167] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
    [   28.873306] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
    [   28.876367] 02 d3 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d302        bios_VTK_SET_GPIO_PIN_null_zero_int+0x0/0x27 [redpill]
    [   28.880553] e0 26 00 a0 ff ff ff ff  [16] 0x080      ffffffffa00026e0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
    [   28.884455] 29 d3 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d329        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x27 [redpill]
    [   28.888919] d0 b0 ac a0 ff ff ff ff  [18] 0x090      ffffffffa0acb0d0        rtc_bandon_set_auto_poweron+0x0/0xb0 [broadwellnk_synobios]
    [   28.893242] 60 ac ac a0 ff ff ff ff  [19] 0x098      ffffffffa0acac60        rtc_get_auto_poweron+0x0/0x60 [broadwellnk_synobios]
    [   28.897760] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
    [   28.900880] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
    [   28.903946] 50 d3 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d350        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x27 [redpill]
    [   28.908601] f0 26 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa00026f0        bios_get_buz_clr+0x0/0x10 [redpill]
    [   28.912658] 77 d3 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d377        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x27 [redpill]
    [   28.917014] 60 b9 ac a0 ff ff ff ff  [25] 0x0c8      ffffffffa0acb960        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
    [   28.921248] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
    [   28.924431] d0 b8 ac a0 ff ff ff ff  [27] 0x0d8      ffffffffa0acb8d0        InitModuleType+0x0/0x30 [broadwellnk_synobios]
    [   28.928576] 60 bf ac a0 ff ff ff ff  [28] 0x0e0      ffffffffa0acbf60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
    [   28.932674] 9e d3 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d39e        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x27 [redpill]
    [   28.937273] c5 d3 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d3c5        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x27 [redpill]
    [   28.941538] ec d3 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d3ec        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x27 [redpill]
    [   28.946124] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
    [   28.949302] 13 d4 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d413        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   28.953643] 3a d4 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d43a        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   28.957983] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
    [   28.961210] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
    [   28.964397] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
    [   28.967579] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
    [   28.970704] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
    [   28.973928] b0 ba ac a0 ff ff ff ff  [40] 0x140      ffffffffa0acbab0        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
    [   28.977931] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
    [   28.981184] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
    [   28.984380] c0 bc ac a0 ff ff ff ff  [43] 0x158      ffffffffa0acbcc0        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [broadwellnk_synobios]
    [   28.988838] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
    [   28.992025] 60 bc ac a0 ff ff ff ff  [45] 0x168      ffffffffa0acbc60        HWMONGetVoltageSensorFromADT+0x0/0x60 [broadwellnk_synobios]
    [   28.996558] b0 c3 ac a0 ff ff ff ff  [46] 0x170      ffffffffa0acc3b0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x180 [broadwellnk_synobios]
    [   29.001252] 00 bc ac a0 ff ff ff ff  [47] 0x178      ffffffffa0acbc00        HWMONGetThermalSensorFromADT+0x0/0x60 [broadwellnk_synobios]
    [   29.005876] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
    [   29.009069] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
    [   29.012150] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
    [   29.015326] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)

    [   29.018973] <redpill/bios_shims_collection.c:101> Finished printing memory at ffffffffa0ad5b40
    [   29.022632] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [10] originally SYNODiskLedCtrlBy1475SGPIO [broadwellnk_synobios]<ffffffffa0acc180> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000d2b4>
    [   29.041579] <redpill/bios_shims_collection.c:146> Native RTC supported - not enabling proxy (emulate_rtc=0)
    [   29.050537] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
    [   29.053249] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [47] originally HWMONGetThermalSensorFromADT [broadwellnk_synobios]<ffffffffa0acbc00> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002390>
    [   29.060225] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [45] originally HWMONGetVoltageSensorFromADT [broadwellnk_synobios]<ffffffffa0acbc60> will now be bios_hwmon_get_voltages [redpill]<ffffffffa00024a0>
    [   29.067182] <redpill/bios_shims_collection.c:70> mfgBIOS vtable [43] originally HWMONGetFanSpeedRPMFromADT [broadwellnk_synobios]<ffffffffa0acbcc0> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa00025d0>
    [   29.073872] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
    [   29.076867] <redpill/bios_shims_collection.c:88> Will print 416 bytes of memory from ffffffffa0ad59a0
    [   29.080140] 40 5c ad a0 ff ff ff ff  [00] 0x000      ffffffffa0ad5c40        __this_module+0x0/0xffffffffffff725a [broadwellnk_synobios]
    [   29.084474] c0 b8 ac a0 ff ff ff ff  [01] 0x008      ffffffffa0acb8c0        GetBrand+0x0/0x10 [broadwellnk_synobios]
    [   29.088221] c0 bf ac a0 ff ff ff ff  [02] 0x010      ffffffffa0acbfc0        GetModel+0x0/0x1c0 [broadwellnk_synobios]
    [   29.091948] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
    [   29.094966] 10 af ac a0 ff ff ff ff  [04] 0x020      ffffffffa0acaf10        rtc_bandon_get_time+0x0/0x1c0 [broadwellnk_synobios]
    [   29.099117] 80 b1 ac a0 ff ff ff ff  [05] 0x028      ffffffffa0acb180        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
    [   29.103179] 50 22 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0002250        bios_get_fan_state+0x0/0x10 [redpill]
    [   29.106932] 8d d2 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d28d        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x27 [redpill]
    [   29.111075] a0 bf ac a0 ff ff ff ff  [08] 0x040      ffffffffa0acbfa0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
    [   29.115024] 40 23 00 a0 ff ff ff ff  [09] 0x048      ffffffffa0002340        bios_get_cpu_temp+0x0/0x40 [redpill]
    [   29.118627] b4 d2 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d2b4        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x27 [redpill]
    [   29.122681] db d2 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d2db        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x27 [redpill]
    [   29.126775] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
    [   29.129816] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
    [   29.132834] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
    [   29.135818] 02 d3 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d302        bios_VTK_SET_GPIO_PIN_null_zero_int+0x0/0x27 [redpill]
    [   29.139944] e0 26 00 a0 ff ff ff ff  [16] 0x080      ffffffffa00026e0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
    [   29.143711] 29 d3 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d329        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x27 [redpill]
    [   29.148441] d0 b0 ac a0 ff ff ff ff  [18] 0x090      ffffffffa0acb0d0        rtc_bandon_set_auto_poweron+0x0/0xb0 [broadwellnk_synobios]
    [   29.152821] 60 ac ac a0 ff ff ff ff  [19] 0x098      ffffffffa0acac60        rtc_get_auto_poweron+0x0/0x60 [broadwellnk_synobios]
    [   29.156890] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
    [   29.159955] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
    [   29.163053] 50 d3 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d350        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x27 [redpill]
    [   29.167203] f0 26 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa00026f0        bios_get_buz_clr+0x0/0x10 [redpill]
    [   29.170939] 77 d3 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d377        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x27 [redpill]
    [   29.175080] 60 b9 ac a0 ff ff ff ff  [25] 0x0c8      ffffffffa0acb960        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
    [   29.179049] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
    [   29.182102] d0 b8 ac a0 ff ff ff ff  [27] 0x0d8      ffffffffa0acb8d0        InitModuleType+0x0/0x30 [broadwellnk_synobios]
    [   29.186096] 60 bf ac a0 ff ff ff ff  [28] 0x0e0      ffffffffa0acbf60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
    [   29.190057] 9e d3 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d39e        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x27 [redpill]
    [   29.194399] c5 d3 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d3c5        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x27 [redpill]
    [   29.198505] ec d3 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d3ec        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x27 [redpill]
    [   29.202770] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
    [   29.205868] 13 d4 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d413        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   29.210018] 3a d4 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d43a        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x27 [redpill]
    [   29.214077] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
    [   29.217078] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
    [   29.220104] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
    [   29.223187] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
    [   29.226122] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
    [   29.229073] b0 ba ac a0 ff ff ff ff  [40] 0x140      ffffffffa0acbab0        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
    [   29.232723] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
    [   29.235548] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
    [   29.238451] d0 25 00 a0 ff ff ff ff  [43] 0x158      ffffffffa00025d0        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
    [   29.242126] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
    [   29.244985] a0 24 00 a0 ff ff ff ff  [45] 0x168      ffffffffa00024a0        bios_hwmon_get_voltages+0x0/0x130 [redpill]
    [   29.248800] b0 c3 ac a0 ff ff ff ff  [46] 0x170      ffffffffa0acc3b0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x180 [broadwellnk_synobios]
    [   29.253273] 90 23 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002390        bios_hwmon_get_thermal+0x0/0x110 [redpill]
    [   29.257016] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
    [   29.259972] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
    [   29.263125] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
    [   29.266147] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)

    [   29.269723] <redpill/bios_shims_collection.c:101> Finished printing memory at ffffffffa0ad5b40
    [   29.273198] <redpill/bios_shim.c:126> broadwellnk_synobios BIOS *fully* shimmed
    [   29.350756] AVX2 version of gcm_enc/dec engaged.
    [   29.352602] AES CTR mode by8 optimization enabled
    [   29.425670] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.430402] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.433402] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.436541] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.439604] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.442609] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.445766] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.448744] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.451766] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.455188] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.458147] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.461204] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.464242] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.467248] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.470302] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.473318] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   29.476266] <redpill/bios_shims_collection.c:43> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
    [   29.642980] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
    [   29.792981] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={34} ascii="4"
    [   29.793968] <redpill/pmu_shim.c:239> Executing cmd OUT_PWR_LED_ON handler cmd_shim_noop+0x0/0x2d [redpill]
    [   29.793968] <redpill/pmu_shim.c:45> vPMU received OUT_PWR_LED_ON using 1 bytes - NOOP
    [   29.947162] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
    [   30.097179] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={39} ascii="9"
    [   30.099046] <redpill/pmu_shim.c:239> Executing cmd OUT_STATUS_LED_PULSE_GREEN handler cmd_shim_noop+0x0/0x2d [redpill]
    [   30.099046] <redpill/pmu_shim.c:45> vPMU received OUT_STATUS_LED_PULSE_GREEN using 1 bytes - NOOP
    [   30.439517] zram: Added device: zram0
    [   30.441938] zram: Added device: zram1
    [   30.443705] zram: Added device: zram2
    [   30.446096] zram: Added device: zram3
    [   30.448444] zram: Added device: zram4
    [   30.450672] zram: Added device: zram5
    [   30.558490] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   30.562141] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   30.599442] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   30.602304] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   30.611155] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   30.615468] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   30.642271] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   30.645836] Module [adt7475] is removed. 
    [   30.648396] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   30.670458] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   30.674055] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   30.700361] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   30.704592] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   30.709198] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   30.712562] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   30.792455] md: md1 stopped.
    [   30.800872] md: bind<sda2>
    [   30.802332] md: bind<sde2>
    [   30.803949] md: bind<sdd2>
    [   30.805437] md: bind<sdf2>
    [   30.806929] md: bind<sdh2>
    [   30.808833] md: bind<sdc2>
    [   30.812364] md/raid1:md1: active with 6 out of 16 mirrors
    [   30.838871] md1: detected capacity change from 0 to 2147418112
    [   30.959963] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   30.964291] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   31.267779] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k 
    [   31.280081] zram0: detected capacity change from 0 to 1677721600
    [   31.288451] Adding 1638396k swap on /dev/zram0.  Priority:1 extents:1 across:1638396k SS
    [   31.298485] zram1: detected capacity change from 0 to 1677721600
    [   31.307253] Adding 1638396k swap on /dev/zram1.  Priority:1 extents:1 across:1638396k SS
    [   31.317698] zram2: detected capacity change from 0 to 1677721600
    [   31.325996] Adding 1638396k swap on /dev/zram2.  Priority:1 extents:1 across:1638396k SS
    [   31.336597] zram3: detected capacity change from 0 to 1677721600
    [   31.345585] Adding 1638396k swap on /dev/zram3.  Priority:1 extents:1 across:1638396k SS
    [   31.355365] zram4: detected capacity change from 0 to 1677721600
    [   31.364236] Adding 1638396k swap on /dev/zram4.  Priority:1 extents:1 across:1638396k SS
    [   31.370845] zram5: detected capacity change from 0 to 1677721600
    [   31.377757] Adding 1638396k swap on /dev/zram5.  Priority:1 extents:1 across:1638396k SS
    [   31.810080] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffffa0aca430+12/1 (<<ffffffffa0aca000)
    [   31.814178] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   31.818554] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   31.821487] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   31.824195] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   31.832734] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   31.836011] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   31.838690] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
    [   31.973455] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   31.973575] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   31.973576] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   31.973581] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   31.973668] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   31.973669] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   31.973673] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   31.973902] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   31.973903] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   31.973907] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   31.974240] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   31.974241] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   31.974243] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   31.974362] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   31.974421] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   31.974422] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   31.974425] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   31.974484] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   31.974629] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   31.975723] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   31.977037] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.006582] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.008712] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.010490] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.025610] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   32.027119] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   32.027120] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.027124] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.027546] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.027935] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   32.027936] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.027940] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.028183] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.030397] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   32.030399] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.030403] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.030553] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   32.030554] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.030557] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.030641] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.031052] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   32.031054] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.031057] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.031304] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.032480] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   32.032481] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.032485] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.032820] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.032829] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.033364] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   32.033366] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.033368] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.033429] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   32.033430] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.033433] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.033729] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.048037] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.079708] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   32.079709] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.079714] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.080470] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   32.080472] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.080477] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.080760] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.081076] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.081403] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   32.081405] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.081409] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.081635] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.084849] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   32.084851] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.084855] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.094251] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.106017] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   32.106019] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.106023] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.106276] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.106755] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   32.106757] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.106760] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.107124] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.109256] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   32.109258] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.109261] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.109604] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdd
    [   32.109605] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.110223] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdf
    [   32.110225] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.110643] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sde
    [   32.110645] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.110747] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.111807] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   32.111809] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.111812] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.112205] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.112582] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   32.112584] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.112588] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.112857] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.112983] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sda
    [   32.112985] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.115068] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   32.115070] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.115074] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.115326] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.116199] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdc
    [   32.116201] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.118375] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   32.118376] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.118380] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.118755] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.123405] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   32.123406] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.123410] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.123692] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.143024] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdd
    [   32.143027] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.143238] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdf
    [   32.143239] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.143990] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdc
    [   32.143991] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.144375] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   32.144376] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.144380] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.145107] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sda
    [   32.145109] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.145347] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.145571] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   32.145572] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.145575] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.145921] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.146796] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   32.146798] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.146802] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.147175] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.148152] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sde
    [   32.148154] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.152090] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   32.152092] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.152096] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.152967] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   32.152969] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.152972] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.153258] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.162216] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.183334] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.183335] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   32.183336] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   32.183339] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.183340] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   32.183341] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   32.183343] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
    [   32.183371] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.183372] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   32.183373] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   32.183376] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.183377] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   32.183378] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   32.183379] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
    [   32.183416] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.183416] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   32.183417] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   32.183420] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.183421] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   32.183422] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   32.183423] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
    [   32.304360] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.304362] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   32.304363] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   32.304366] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.304367] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   32.304368] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   32.304370] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
    [   32.304440] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.304441] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   32.304441] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   32.304444] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.304445] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   32.304446] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   32.304447] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
    [   32.304488] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.304507] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   32.304508] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   32.304511] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   32.304512] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   32.304513] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   32.304514] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
    [   32.449970] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.450088] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.450629] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.451422] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   32.451424] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.451428] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.451893] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.454133] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   32.454135] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.454139] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.454551] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.458872] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdh
    [   32.458873] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.461331] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   32.461333] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.461337] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.461672] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.465517] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdh
    [   32.465519] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   32.466941] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   32.466943] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.466947] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.467264] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.564241] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   32.566725] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.568892] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   32.568894] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.568899] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.569326] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.572758] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   32.572760] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.572764] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.576083] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.592994] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.593419] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   32.593421] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.593426] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.597604] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   32.597606] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.597610] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.597735] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.599181] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   32.599183] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.599188] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.599663] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.605640] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.635933] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.638768] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.641193] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.641325] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.644089] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.650505] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   32.650506] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.650509] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.651212] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.656084] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.658688] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.658696] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.658906] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   32.658907] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.658910] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.665067] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.666763] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.666772] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.667245] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.667576] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.667940] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   32.667941] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.667944] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.668216] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.668233] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.668240] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.669570] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.671986] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.674419] Module [adt7475] is removed. 
    [   32.676065] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.679387] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   32.679388] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   32.679671] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.681902] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.683338] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   32.683340] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.683344] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.686072] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.686086] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.689020] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   32.689022] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   32.689291] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.692604] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.694390] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   32.694391] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   32.694740] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   32.694742] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.694746] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.695019] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.695058] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   32.695059] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.695062] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.695288] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.697355] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.697400] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.711424] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   32.711425] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   32.711709] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.716955] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   32.716957] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.716961] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.720455] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   32.720456] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.720459] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.722885] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.722896] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.723267] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   32.723268] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.723271] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.728078] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.729352] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.729873] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.739870] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   32.739871] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   32.740190] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.759422] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   32.759423] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.759427] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.763775] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.854639] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   32.857682] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.857695] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.857985] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.857993] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.861377] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.887366] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   32.891079] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   32.894547] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.902060] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   32.902062] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.902068] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.903413] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   32.903415] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.903420] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   32.903622] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   32.903623] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.903628] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   32.904053] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   32.904055] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.904062] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   32.904370] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   32.904372] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.904378] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   32.905545] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   32.905547] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.905551] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   32.907649] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.917169] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.921336] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.922509] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.924487] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.925582] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   32.926980] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   32.926983] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   32.926989] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   32.927789] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.008705] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   33.008784] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   33.008786] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.008792] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   33.008794] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   33.008795] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.008800] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   33.009887] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   33.009889] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.009894] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   33.010166] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.010266] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   33.010268] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.010272] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   33.010371] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.010717] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.011596] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   33.011598] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.011602] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   33.011944] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.012058] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.013688] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   33.013690] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.013694] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   33.013853] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   33.013854] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.013857] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   33.014656] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.015525] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   33.015527] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.015531] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   33.015789] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   33.015791] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.015794] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   33.016291] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   33.016292] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.016296] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   33.016322] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   33.021836] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.023099] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.023259] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   33.024761] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.024948] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   33.025898] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   33.025900] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.025905] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   33.026799] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.027157] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   33.027244] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   33.027246] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.027522] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   33.027810] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.028126] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   33.028128] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.028132] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   33.028329] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   33.028331] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.028336] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   33.028484] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   33.028485] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.028489] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   33.028716] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.029077] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.029087] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.029754] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   33.029756] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.029759] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   33.030126] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.030315] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   33.030317] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.030321] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   33.031105] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   33.031107] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.031110] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   33.031378] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.037683] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.041430] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.043498] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   33.048557] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   33.048559] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.048563] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   33.049128] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.050052] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   33.050054] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.050057] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   33.050495] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.101612] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   33.101614] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.101618] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   33.101935] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   33.101936] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.101940] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   33.102129] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.102381] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.106837] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   33.106839] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.106843] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   33.107113] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.111602] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
    [   33.119157] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   33.119160] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.119164] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   33.120533] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.149271] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   33.149273] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.149277] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   33.154161] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   33.154163] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.154167] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   33.155509] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   33.155510] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.155513] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   33.158113] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.158126] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   33.168426] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.168437] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   33.169454] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   33.169456] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.169460] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   33.170048] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.170059] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   33.170083] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.170092] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   33.184887] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   33.184888] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.184891] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   33.185180] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.211824] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   33.211825] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.211828] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   33.212043] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.212048] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   33.261671] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={70} ascii="p"
    [   33.261674] <redpill/pmu_shim.c:234> Unknown 1 byte PMU command with signature hex="70" ascii="p"
    [   33.393403] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.395977] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   33.399128] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.416223] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   33.418910] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.424387] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   33.431478] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.508137] RPC: Registered named UNIX socket transport module.
    [   33.511011] RPC: Registered udp transport module.
    [   33.511661] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   33.514401] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   33.514404] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.514409] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   33.515248] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.516241] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   33.516243] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.516247] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   33.516695] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.543597] RPC: Registered tcp transport module.
    [   33.543598] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [   33.582793] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   33.585995] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.586024] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   33.586712] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.592507] raid6: sse2x1   gen()  4066 MB/s
    [   33.609016] raid6: sse2x1   xor()  2923 MB/s
    [   33.615414] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   33.619774] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   33.626626] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   33.629730] raid6: sse2x2   gen()  5414 MB/s
    [   33.640901] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   33.648749] raid6: sse2x2   xor()  3277 MB/s
    [   33.657458] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   33.667017] raid6: sse2x4   gen()  5898 MB/s
    [   33.670143] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   33.672613] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   33.684711] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   33.685018] raid6: sse2x4   xor()  3705 MB/s
    [   33.702006] raid6: avx2x1   gen()  8136 MB/s
    [   33.705117] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   33.710674] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   33.714977] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   33.720013] raid6: avx2x1   xor()  5529 MB/s
    [   33.739575] raid6: avx2x2   gen() 10351 MB/s
    [   33.757016] raid6: avx2x2   xor()  5722 MB/s
    [   33.775026] raid6: avx2x4   gen() 11644 MB/s
    [   33.793012] raid6: avx2x4   xor() 10000 MB/s
    [   33.794326] raid6: using algorithm avx2x4 gen() 11644 MB/s
    [   33.795857] raid6: .... xor() 10000 MB/s, rmw enabled
    [   33.797113] raid6: using avx2x2 recovery algorithm
    [   33.838509] xor: automatically using best checksumming function:
    [   33.850007]    avx       : 18192.000 MB/sec
    [   33.942828] Btrfs loaded, crc32c=crc32c-intel
    [   34.022235] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    [   34.066482] ip_tables: (C) 2000-2006 Netfilter Core Team
    [   34.078051] audit: type=1325 audit(1649258490.277:2): table=filter family=2 entries=0
    [   34.100002] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
    [   34.433618] audit: type=1325 audit(1649258490.632:3): table=filter family=2 entries=4
    [   34.445582] audit: type=1325 audit(1649258490.644:4): table=filter family=2 entries=8
    [   34.951544] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   34.954984] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   34.958499] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   34.961908] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   34.965433] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   34.969057] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   35.031857] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   35.032891] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.032893] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.034108] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   35.034110] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.034620] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   35.034622] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.039322] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   35.039324] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.039584] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.039586] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.040387] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   35.040388] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.041148] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.041150] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.042659] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.042661] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.042890] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.042892] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.052748] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.052750] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.081517] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   35.081519] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.082662] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   35.082664] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.085731] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.085733] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.091442] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.091445] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.092098] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.092100] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.106089] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.106092] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.139353] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.139354] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.154299] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.154301] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.159261] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.159263] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.168739] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   35.168741] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.173983] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.173986] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.186145] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   35.186147] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.197329] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.197768] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   35.197769] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.204355] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.204356] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.219478] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.219480] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.327272] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.330130] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.399663] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   35.402266] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.473310] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   35.476042] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.878667] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   35.881355] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.881697] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   35.881700] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.883518] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   35.883519] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.887269] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.887271] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.887915] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.887917] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.887975] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   35.887977] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.898620] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   35.898623] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.898835] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.898837] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.899627] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.899629] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.900705] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.900707] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.911391] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.911393] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.914841] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   35.914843] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.915439] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.915441] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.916643] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.916644] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.922721] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.922723] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.923808] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.923810] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.928698] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   35.928700] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.932500] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   35.932526] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.937058] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.937060] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.938147] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   35.938149] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.947079] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.947081] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.947217] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   35.947219] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.963137] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   35.963139] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.967201] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   35.967203] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   35.976978] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   35.976980] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.003377] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.003379] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.011403] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.011405] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.107739] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   36.110079] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.164415] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   36.167425] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.223505] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   36.227592] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.294634] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.298807] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.309142] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   36.311498] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.327177] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   36.330130] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.375944] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   36.379607] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.393455] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   36.396097] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.416353] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.419070] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.430654] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   36.433766] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.526841] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   36.529664] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.540263] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   36.542975] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.556629] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.559365] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.570716] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   36.574569] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.617433] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   36.619890] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.631425] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.634367] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.648612] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   36.651230] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.697869] audit: type=1325 audit(1649258492.896:5): table=filter family=2 entries=9
    [   36.700421] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   36.700423] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.701591] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.701593] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.702593] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.702595] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.704120] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.704122] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.708766] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   36.708768] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.709436] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   36.709438] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.715129] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   36.715131] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.716564] md: md3 stopped.
    [   36.721522] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   36.721524] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.736634] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   36.736636] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.758508] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   36.758510] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.776378] audit: type=1325 audit(1649258492.975:6): table=filter family=2 entries=8
    [   36.797505] md: bind<sdf6>
    [   36.798996] md: bind<sdc6>
    [   36.800606] md: bind<sdh6>
    [   36.805165] Module [xt_recent] is removed. 
    [   36.815538] md: bind<sde6>
    [   36.828109] Module [xt_iprange] is removed. 
    [   36.828769] async_tx: api initialized (async)
    [   36.843303] Module [xt_limit] is removed. 
    [   36.851835] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   36.854676] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.857528] Module [xt_state] is removed. 
    [   36.863307] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   36.866118] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.869603] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   36.872442] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.885471] Module [xt_tcpudp] is removed. 
    [   36.889946] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   36.892701] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.899782] Module [xt_multiport] is removed. 
    [   36.903950] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   36.906446] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   36.926367] md: raid6 personality registered for level 6
    [   36.928746] md: raid5 personality registered for level 5
    [   36.929194] Module [xt_LOG] is removed. 
    [   36.932360] md: raid4 personality registered for level 4
    [   36.934243] md: raidF1 personality registered for level 45
    [   36.941855] md/raid:md3: device sde6 operational as raid disk 0
    [   36.943928] md/raid:md3: device sdh6 operational as raid disk 3
    [   36.946150] md/raid:md3: device sdc6 operational as raid disk 2
    [   36.948184] md/raid:md3: device sdf6 operational as raid disk 1
    [   36.949659] Module [nf_conntrack_ipv4] is removed. 
    [   36.953197] md/raid:md3: allocated 4386kB
    [   36.955018] md/raid:md3: raid level 5 active with 4 out of 4 devices, algorithm 2
    [   36.958454] RAID conf printout:
    [   36.959627]  --- level:5 rd:4 wd:4
    [   36.961078]  disk 0, o:1, dev:sde6
    [   36.962320]  disk 1, o:1, dev:sdf6
    [   36.963932]  disk 2, o:1, dev:sdc6
    [   36.965256]  disk 3, o:1, dev:sdh6
    [   36.991253] md3: detected capacity change from 0 to 9001718513664
    [   37.017610] md: md5 stopped.
    [   37.022591] md: bind<sdh8>
    [   37.023532] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.023534] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.029576] md: bind<sdc8>
    [   37.034152] md/raid1:md5: active with 2 out of 2 mirrors
    [   37.056809] Module [nf_defrag_ipv4] is removed. 
    [   37.068396] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   37.070788] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.071126] Module [iptable_filter] is removed. 
    [   37.075174] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   37.077051] md5: detected capacity change from 0 to 2000378789888
    [   37.079297] md: md4 stopped.
    [   37.082762] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.092894] md: bind<sdc7>
    [   37.095221] md: bind<sdh7>
    [   37.097246] md: bind<sdf7>
    [   37.099784] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.100804] md/raid:md4: device sdf7 operational as raid disk 0
    [   37.100806] md/raid:md4: device sdh7 operational as raid disk 2
    [   37.100807] md/raid:md4: device sdc7 operational as raid disk 1
    [   37.101809] md/raid:md4: allocated 3328kB
    [   37.102115] md/raid:md4: raid level 5 active with 3 out of 3 devices, algorithm 2
    [   37.102116] RAID conf printout:
    [   37.102117]  --- level:5 rd:3 wd:3
    [   37.102119]  disk 0, o:1, dev:sdf7
    [   37.102120]  disk 1, o:1, dev:sdc7
    [   37.102121]  disk 2, o:1, dev:sdh7
    [   37.106027] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.106030] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.125549] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.137805] Module [ip_tables] is removed. 
    [   37.146916] md4: detected capacity change from 0 to 4000757579776
    [   37.173923] md: md2 stopped.
    [   37.177225] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.179835] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.184221] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.187652] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.189323] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.189325] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.196244] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   37.196246] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.196251] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   37.196638] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.217702] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.218233] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.218235] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.226660] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.236196] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.237300] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   37.237302] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.237306] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   37.237804] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.238843] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.238844] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.247235] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   37.247238] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.247243] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   37.247633] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.250993] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.250995] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.258342] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.258344] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.258629] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.258632] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.267258] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.267260] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.274198] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   37.274201] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.274207] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   37.274593] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.278557] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.278559] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.287483] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.287485] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.295357] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.295359] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.295808] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.295810] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.302258] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.302260] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.305302] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   37.305304] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.305309] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   37.311640] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   37.311641] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.311645] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   37.311975] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.315006] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.315023] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.322740] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.322742] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.330558] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.330560] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.337388] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   37.337390] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.337395] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   37.337753] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.341681] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.341684] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.349399] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.349400] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.357370] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.357372] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.363185] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.363609] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   37.363611] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.363615] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   37.364563] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.366779] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.366782] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.368797] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.368799] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.386665] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.386667] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.393131] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.393132] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.398856] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.398859] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.402743] md: bind<sdc5>
    [   37.403214] md: bind<sdd5>
    [   37.403771] md: bind<sde5>
    [   37.404224] md: bind<sdf5>
    [   37.404791] md: bind<sdh5>
    [   37.405348] md: bind<sda5>
    [   37.407499] md/raid:md2: device sda5 operational as raid disk 0
    [   37.407500] md/raid:md2: device sdh5 operational as raid disk 5
    [   37.407502] md/raid:md2: device sdf5 operational as raid disk 4
    [   37.407503] md/raid:md2: device sde5 operational as raid disk 3
    [   37.407504] md/raid:md2: device sdd5 operational as raid disk 2
    [   37.407506] md/raid:md2: device sdc5 operational as raid disk 1
    [   37.408959] md/raid:md2: allocated 6502kB
    [   37.409374] md/raid:md2: raid level 5 active with 6 out of 6 devices, algorithm 2
    [   37.409376] RAID conf printout:
    [   37.409377]  --- level:5 rd:6 wd:6
    [   37.409380]  disk 0, o:1, dev:sda5
    [   37.409382]  disk 1, o:1, dev:sdc5
    [   37.409384]  disk 2, o:1, dev:sdd5
    [   37.409386]  disk 3, o:1, dev:sde5
    [   37.409387]  disk 4, o:1, dev:sdf5
    [   37.409389]  disk 5, o:1, dev:sdh5
    [   37.419626] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   37.419628] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.419632] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   37.420299] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.422738] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.422739] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.431508] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.431510] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.435089] md2: detected capacity change from 0 to 4976289054720
    [   37.445218] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.445220] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.448405] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.448407] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.452257] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.452259] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.532412] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.543036] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.543499] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.543502] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.550877] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.578218] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   37.584524] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.586847] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   37.586849] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.586853] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   37.587312] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.589509] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.589511] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.590604] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.590605] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.604978] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.604980] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.613290] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.613292] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.621102] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.621104] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.629919] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.629921] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.638555] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.638557] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.677396] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   37.681043] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.706328] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.708888] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.741806] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.745035] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.754742] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.757398] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.765752] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.769361] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.780891] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.783584] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.792733] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   37.795978] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.799517] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   37.803172] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.811231] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.814259] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.834518] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.837306] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.851063] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.854114] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.869031] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.871888] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.882469] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   37.885854] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.889139] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   37.892598] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.901148] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.903753] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.913636] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.916873] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.928586] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.931613] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.942355] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.946054] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.954417] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   37.957594] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   37.961040] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   37.965223] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   37.971773] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.976052] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   37.994600] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   37.997116] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.007326] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.009918] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.020167] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.023018] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.042916] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   38.045594] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   38.048631] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   38.051882] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   38.059251] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.062152] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.079638] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.082676] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.103706] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.107436] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.124700] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.127379] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.135416] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   38.138294] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   38.141102] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   38.150315] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   38.156417] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.159226] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.169589] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.172411] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.196194] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.199401] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.208895] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.211580] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.220309] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   38.222835] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   38.225547] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   38.230392] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   38.236413] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.240602] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.251355] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.254067] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.263371] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.266233] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.275469] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.278125] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.980856] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   38.985242] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   38.997808] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.001601] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.016268] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.019721] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.037313] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.040047] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.098496] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.102434] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.123880] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.126743] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.137177] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.139949] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.150061] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.152599] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.569340] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.571815] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.590807] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.593427] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.602878] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.605425] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.614884] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   39.618417] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   39.688022] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.688043] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.688047] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   39.688049] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.688053] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   39.688056] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.688058] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.688865] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   39.688867] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.689030] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   39.689032] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.689150] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   39.689151] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.690086] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   39.690088] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.690722] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   39.690724] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.691635] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.691636] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.735530] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.738233] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   39.738301] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   39.738303] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.738638] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   39.738640] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.738791] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   39.738793] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.738905] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   39.738907] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.738959] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sda
    [   39.738960] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.739744] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdd
    [   39.739746] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.740185] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.740187] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.740415] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   39.740417] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.740425] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   39.740426] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.740585] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   39.740586] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.740690] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.740691] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.740727] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.740728] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.745806] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   39.745808] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.745840] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   39.745842] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.745895] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   39.745896] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.756297] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   39.756299] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.760541] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   39.760543] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.774307] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   39.774309] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.787505] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   39.787507] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.787689] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdd
    [   39.787690] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.791596] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   39.791598] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.792424] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   39.792426] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.792662] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   39.792663] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.797196] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   39.797197] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.817426] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   39.817427] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.817601] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sda
    [   39.817602] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.821219] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   39.821221] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.825948] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   39.825950] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.827324] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   39.827326] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.845513] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   39.845515] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.865079] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.865081] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.865826] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   39.865828] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.870138] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.870140] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.939647] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.939649] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.939824] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   39.939825] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.940215] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.940216] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.940722] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.940724] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.940869] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   39.940871] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.940909] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.940911] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.941166] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   39.941168] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.942002] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.942016] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.942039] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.942040] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.942464] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.942466] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   39.942594] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   39.942595] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   39.943125] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   39.943127] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.000827] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   40.000829] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.001130] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   40.001131] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.001842] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   40.001844] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.073919] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   40.073920] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.074926] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   40.074927] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.084561] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   40.084563] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.094771] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.099284] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.101735] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.102598] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   40.102600] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.109678] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   40.113225] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.119925] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   40.122872] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.128404] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   40.128545] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   40.128547] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.129708] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   40.129710] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.136264] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.136266] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.153805] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.156857] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   40.157542] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   40.157544] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.157751] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   40.157754] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.157802] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   40.157804] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.168625] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   40.168627] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.168653] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   40.168655] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.173344] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.173346] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.197124] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.205334] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.207980] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.212856] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   40.217254] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.220803] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   40.224453] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.229258] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.234971] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.244637] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.249822] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.254902] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   40.257953] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.270284] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.275140] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.323205] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.334859] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.339746] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   40.343408] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.348123] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.351908] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.367869] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.371524] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.375745] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   40.379385] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   40.384269] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   40.387857] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   40.605067] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   40.607687] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   40.659047] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   40.662067] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   40.674619] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   40.677580] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   40.687647] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   40.690152] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   40.934327] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   40.937881] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   40.941429] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   40.945173] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   40.948974] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   40.952825] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   40.956761] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   40.960337] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   40.963739] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   40.967176] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   40.970993] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   40.974321] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   40.978562] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   40.982103] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   40.986393] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   40.999567] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.002369] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.013925] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.016575] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.027477] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.030700] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.041259] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.043667] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.055090] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.058548] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.092353] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.095080] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.118258] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.120683] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.130381] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.132787] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.142739] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.145178] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.155298] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   41.157737] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   41.174331] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.174460] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.174462] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.178709] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.178711] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.182080] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.182081] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.186182] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.186184] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.187483] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   41.187485] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.188078] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.188080] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.188374] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   41.188376] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.189201] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.189202] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.189717] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.189718] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.228822] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.231441] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   41.232128] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   41.232130] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.232155] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   41.232157] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.232236] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   41.232238] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.232276] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   41.232278] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.232480] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   41.232481] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.232551] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   41.232553] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.232622] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdd
    [   41.232624] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.232722] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   41.232724] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.233266] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.233267] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.233507] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.233509] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.233591] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.233593] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.233964] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.233966] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.233990] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.233991] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.234620] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sda
    [   41.234622] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.236482] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.236484] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.236754] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   41.236757] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.236953] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.236954] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.237103] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   41.237105] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.249928] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   41.249930] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.250273] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdd
    [   41.250275] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.251032] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdd
    [   41.251034] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.257140] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   41.257142] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.257353] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sda
    [   41.257355] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.258367] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sda
    [   41.258369] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.262400] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.262402] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.262506] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.262508] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.262667] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   41.262668] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.262685] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   41.262687] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.263556] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.263558] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.263570] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.263573] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.274676] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   41.274678] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.276270] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   41.276272] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.285346] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.285347] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.285659] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   41.285660] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.286042] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.286043] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.286900] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.286902] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.287659] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   41.287660] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.288280] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.288282] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.289570] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.289571] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.290703] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   41.290705] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.294900] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.294902] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.317283] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.317285] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.317949] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   41.317950] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.328236] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.328238] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.329230] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   41.329232] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.348397] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.348399] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.349029] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   41.349031] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.349466] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.349468] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.349485] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   41.349486] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.349805] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.349806] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.349941] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.349943] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.350284] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.350285] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.350568] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.350570] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.351178] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   41.351181] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.351532] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdc
    [   41.351534] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.353502] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.353504] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.353616] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdc
    [   41.353619] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.363341] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   41.363343] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.363702] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   41.363704] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.364478] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   41.364480] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.373018] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.373020] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.373192] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   41.373193] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.373773] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.373774] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.440141] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   41.440143] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.441028] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   41.441029] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.448996] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   41.448998] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.466738] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   41.466740] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.466928] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sde
    [   41.466929] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.467531] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sde
    [   41.467532] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.652188] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.655266] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.657745] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.676753] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.679160] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.681980] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdf
    [   41.684391] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.687481] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdf
    [   41.689911] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.720514] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.723042] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.726368] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   41.728821] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.736309] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.738879] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.758450] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.760956] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   41.763889] <redpill/smart_shim.c:818> Handling ioctl(0x5382) for /dev/sdh
    [   41.766374] <redpill/smart_shim.c:835> sd_ioctl(0x5382) - not a hooked ioctl, noop
    [   41.769531] <redpill/smart_shim.c:818> Handling ioctl(0x1261) for /dev/sdh
    [   41.772354] <redpill/smart_shim.c:835> sd_ioctl(0x1261) - not a hooked ioctl, noop
    [   42.538356] flashcache_syno: /dev/vg1/volume_1 exclude check success
    [   43.491874] BTRFS: device label 2022.03.08-18:08:54 v42218 devid 1 transid 255390 /dev/mapper/cachedev_0
    [   43.497391] BTRFS info (device dm-2): enabling auto syno reclaim space
    [   43.499745] BTRFS info (device dm-2): use ssd allocation scheme
    [   43.501862] BTRFS info (device dm-2): using free space tree
    [   43.503798] BTRFS info (device dm-2): using free block group cache tree
    [   43.506137] BTRFS info (device dm-2): has skinny extents
    [   45.784714] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   45.795979] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   45.799071] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   45.802431] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   45.805900] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   45.808856] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.697211] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   46.700900] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.704143] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   46.704226] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   46.704228] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.704232] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.704532] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.707503] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.711314] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.713657] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.716309] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   46.716311] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.716315] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   46.716363] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   46.716365] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.716369] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.716662] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   46.716663] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.716667] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.716779] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.717314] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   46.717316] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.717320] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.718097] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.719691] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.726063] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.739716] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   46.739718] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.756856] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   46.756858] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.756862] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.757228] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.763919] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   46.763921] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.764204] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   46.764206] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.767418] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   46.767420] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.769742] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   46.769744] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.778556] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   46.778559] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.778565] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.783060] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.791704] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   46.791706] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.807572] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   46.807574] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.809347] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.810070] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.811718] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   46.811719] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.812285] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   46.812287] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.812291] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.812667] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.812676] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.814614] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.815880] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   46.815882] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.817767] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   46.817769] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.824466] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   46.824467] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   46.825174] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.825808] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   46.825809] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.825813] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.826052] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.840204] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   46.840206] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.840210] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.840492] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.844916] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   46.844917] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.844921] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.845215] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.845812] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   46.845815] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.847295] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   46.847297] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.848232] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   46.848234] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.848238] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.848507] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.849061] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   46.849062] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.851688] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   46.851690] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.852529] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   46.852531] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.856146] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   46.856148] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.856152] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.858388] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.858944] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.858994] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.859975] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   46.859977] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.859981] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.861690] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   46.861692] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.862033] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.862042] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.864947] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.868382] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   46.868384] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.868387] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.869309] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   46.869310] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.875019] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.875575] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   46.875577] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   46.880771] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.882110] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   46.882112] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.894433] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   46.894434] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.894438] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.894700] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.895822] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   46.895824] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.897882] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   46.897884] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.897888] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.898177] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.898267] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   46.898269] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.901413] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   46.901414] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.901418] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.901951] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   46.901952] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.903461] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   46.903462] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.910941] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   46.910943] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.910947] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   46.912633] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   46.912634] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.914180] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.917897] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.918102] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   46.918104] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.924334] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.925402] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   46.925404] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.925407] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.927226] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   46.927228] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.928038] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.928441] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.928843] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   46.928844] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.928846] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.928997] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.929015] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.929595] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.930193] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   46.930194] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.930196] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.930603] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.931040] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.932218] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.932225] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.933673] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.941390] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   46.941391] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   46.943311] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.948888] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   46.948890] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.948894] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.949297] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.951259] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   46.951260] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.951263] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.951490] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.952377] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   46.952378] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.952381] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.952658] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.953459] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   46.953461] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   46.953531] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   46.953532] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.953535] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.953770] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.955452] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.957194] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   46.957196] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.959653] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   46.959654] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.959657] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   46.976713] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   46.976714] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.976718] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   46.978040] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.982064] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   46.982065] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.982070] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   46.982324] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.983689] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   46.988320] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   46.988321] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   46.992031] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   46.997247] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   46.997531] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   46.997532] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   46.997535] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   46.997908] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.002143] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   47.002145] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.002149] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   47.009683] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.010655] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   47.010657] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   47.013854] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   47.013856] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.013860] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   47.022081] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   47.022112] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.022982] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   47.022983] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.022985] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   47.023929] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.025553] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   47.027936] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   47.027978] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   47.028299] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   47.028443] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   47.028797] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   47.028798] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.028801] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   47.029005] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.029018] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   47.029139] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   47.029140] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.029143] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   47.030504] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   47.030506] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.030508] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   47.030601] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.030607] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   47.030822] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   47.030823] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.030826] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.030864] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.031105] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   47.031106] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.031109] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   47.031760] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.031771] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.031918] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.031924] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   47.034165] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   47.034166] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.034169] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   47.034210] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   47.034211] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.034214] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   47.034531] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.048560] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.056653] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.060941] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   47.060942] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.060945] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   47.066454] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   47.066456] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   47.066723] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.067439] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   47.067440] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.067442] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.067477] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.067938] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.069646] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   47.069647] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.069650] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.069899] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.070848] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   47.070850] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.070852] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.089701] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.090604] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   47.090605] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.090608] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.093577] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   47.095248] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   47.095559] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   47.095560] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.095563] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   47.096049] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.096054] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   47.097462] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   47.097463] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.097466] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   47.097858] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.101278] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   47.101280] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   47.106682] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.136170] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   47.136171] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.136174] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.138557] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.167557] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.174958] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.175322] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   47.175324] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.175328] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.175572] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.175578] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.177562] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   47.177564] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.177568] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   47.177771] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.569193] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.573392] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.576793] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.597513] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.645948] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.648893] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.651429] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.654365] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.701021] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.707971] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.712044] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.715523] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.719046] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.725358] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.728837] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.734104] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.761490] <redpill/smart_shim.c:647> Got SMART *command* - looking for feature=0xd5
    [   47.764725] <redpill/smart_shim.c:517> Generating fake WIN_SMART log=0 entries
    [   47.767679] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.774364] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.777471] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.780063] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.782921] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.800520] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.802960] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.805700] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.811806] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.817306] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.819885] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.822738] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.825399] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.829487] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.831916] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.834433] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.837117] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.884796] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.887851] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.890355] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.892998] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.937707] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.945361] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.949097] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.951733] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.954257] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.957429] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.960963] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.969748] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   47.972214] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   47.974906] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   47.979868] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   47.997094] loop: module loaded
    [   48.097168] Synotify use 16384 event queue size
    [   48.098824] Synotify use 16384 event queue size
    [   48.119760] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
    [   48.140528] NFSD: starting 90-second grace period (net ffffffff818b9280)
    [   48.170450] Synotify use 16384 event queue size
    [   49.127883] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   49.130259] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.137172] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   49.140522] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.146632] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   49.149721] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.164510] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   49.170884] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.173905] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   49.184699] ata1.00: configured for UDMA/100
    [   49.186572] ata1: EH complete
    [   49.188355] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   49.239463] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   49.241860] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.244456] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   49.255292] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.310203] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sda
    [   49.312662] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   49.388889] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   49.391228] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.393949] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   49.407545] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.434525] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   49.436107] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.438011] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   49.447418] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.478668] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   49.480612] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.483158] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   49.485353] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.525255] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   49.526765] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.528497] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   49.555333] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.557377] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   49.563577] ata3.00: configured for UDMA/100
    [   49.564622] ata3: EH complete
    [   49.565578] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   49.568417] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   49.570114] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.571757] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   49.573590] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.581411] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdc
    [   49.586245] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   49.764736] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   49.767197] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.789636] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   49.791283] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.831094] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   49.833406] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.836063] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   49.840098] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.888482] capability: warning: `nginx' uses 32-bit capabilities (legacy support in use)
    [   49.936530] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   49.938104] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.939749] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   49.961371] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   49.965459] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   49.966932] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   49.968587] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   49.975024] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.053210] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   50.069672] ata4.00: configured for UDMA/100
    [   50.070596] ata4: EH complete
    [   50.071487] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   50.074171] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   50.076014] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.077853] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   50.079559] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.088473] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdd
    [   50.090577] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   50.107136] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   50.109460] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.112192] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   50.121049] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.125203] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   50.127350] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.129973] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   50.141069] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.208132] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   50.210683] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.212792] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   50.215149] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.219264] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   50.221487] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.232078] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   50.249997] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.266722] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   50.281096] ata5.00: configured for UDMA/100
    [   50.283435] ata5: EH complete
    [   50.284915] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   50.295329] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   50.298476] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.302028] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   50.331330] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.344601] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sde
    [   50.347023] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   50.381812] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   50.386115] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.391535] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   50.395600] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.401197] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   50.404618] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.409379] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   50.425071] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.461430] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   50.464284] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.468479] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   50.476286] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.481689] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   50.484154] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.487120] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   50.504164] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.507083] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   50.519719] ata6.00: configured for UDMA/100
    [   50.521693] ata6: EH complete
    [   50.567603] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   50.572166] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   50.574750] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.577621] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   50.580745] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.593960] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdf
    [   50.596670] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   50.617593] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   50.621121] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.623679] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   50.626321] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.630239] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   50.632724] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.636683] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   50.639314] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.673766] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   50.676142] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.681680] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   50.690529] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.695440] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   50.697832] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.700806] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   50.713448] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.716594] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   50.721417] ata8.00: configured for UDMA/100
    [   50.723682] ata8: EH complete
    [   50.725774] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   50.730487] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   50.734858] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.738688] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   50.741627] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.754577] <redpill/smart_shim.c:818> Handling ioctl(0x2285) for /dev/sdh
    [   50.756974] <redpill/smart_shim.c:835> sd_ioctl(0x2285) - not a hooked ioctl, noop
    [   50.782587] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   50.797946] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.801514] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   50.804260] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   50.808302] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   50.810883] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   50.814156] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   50.817046] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   52.600426] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(0011322a46e7).
    [   52.689666] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
    [   52.776442] iSCSI:target_core_device.c:613:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
    [   52.783261] iSCSI:target_core_configfs.c:5446:target_init_dbroot db_root: cannot open: /etc/target
    [   52.788880] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
    [   52.884746] iSCSI:target_core_file.c:149:fd_attach_hba RODSP plugin for fileio is enabled.
    [   52.889149] iSCSI:target_core_file.c:156:fd_attach_hba ODX Token Manager is enabled.
    [   52.893319] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
    [   52.898485] iSCSI:target_core_ep.c:795:ep_attach_hba RODSP plugin for epio is enabled.
    [   52.902771] iSCSI:target_core_ep.c:802:ep_attach_hba ODX Token Manager is enabled.
    [   53.083932] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   53.091072] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   53.097864] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   53.106987] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   53.126203] ext2: synoboot2 mounted, process=synopkicompatsy
    [   53.145195] vfat: synoboot2 mounted, process=synopkicompatsy
    [   53.163228] synoboot2 unmounted, process=synopkicompatsy
    [   53.219945] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   53.223129] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   53.271245] workqueue: max_active 1024 requested for vhost_scsi is out of range, clamping between 1 and 512
    [   53.714858] iSCSI:qla_dbg.c:2605:ql_log qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.07.00.38-k.
    [   53.763778] [12408]: ocs_fc_lio: ocs_scsi_ini_driver_init:1104::disabling the app heartbeat timeout detection
    [   53.767318] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1225::ocs_fc_lio: driver version 12.2.385.0
    [   53.770719] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1227::  Module parameters:
    [   53.774222] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1228::  Initiator = 0
    [   53.777131] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1229::  Target = 1
    [   53.779755] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1230::  ctrlmask = 0x000a
    [   53.782682] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1231::  loglevel = 5
    [   53.785347] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1232::  logmask = 0x0000
    [   53.788130] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1233::  ramlog_size = 1048576
    [   53.791001] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1234::  rq_threads = 0
    [   53.793931] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1235::  wwn_bump = 0
    [   53.796615] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1236::  topology = 0
    [   53.799464] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1237::  speed = 0
    [   53.802105] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1238::  holdoff_link_online = 2
    [   53.805223] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1239::  enable_hlm = 0
    [   53.807910] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1240::  hlm_group_size = 8
    [   53.810790] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1241::  max_remote_nodes = 2048
    [   53.813797] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1242::  ethernet_license = 0
    [   53.816786] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1243::  num_scsi_ios = 8192
    [   53.819653] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1244::  dif_separate = 0
    [   53.822647] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1245::  tow_feature = 0
    [   53.825448] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1246::  tow_io_size = 65536
    [   53.828362] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1247::  tow_xri_cnt = 512
    [   53.831198] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1248::  queue_topology = eq cq rq cq mq $nulp($nwq(cq wq:ulp=$rpt1)) cq wq:len=256:class=1
    [   53.835911] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1249::  rq_selection_policy = 0
    [   53.838892] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1250::  rr_quanta = 1
    [   53.841634] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1251::  filter_ref = 0,0,0,0
    [   53.844661] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1252::  cq_process_limit = 64
    [   53.847589] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1253::  explicit_buffer_list = 0
    [   53.850762] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1254::  external_loopback = 0
    [   53.853767] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1255::  target_io_timer = 0
    [   53.856655] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1256::  target_wqe_timer = 30
    [   53.859571] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1257::  ddump_saved_size = 0
    [   53.862447] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1258::  hal_war_version = (null)
    [   53.865498] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1259::  hw_cmpl_context = 1
    [   53.868380] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1260::  watchdog_timeout = 0
    [   53.871276] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1261::  heartbeat_cpu_mask = 0x0
    [   53.874500] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1262::  sliport_healthcheck = 0
    [   53.877543] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1263::  disable_fec = 0
    [   53.880354] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1264::  enable_dpp = 1
    [   53.883050] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1265::  sliport_pause_errors = disabled
    [   53.886351] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1266::  enable_bbcr = 1
    [   53.889215] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1267::  fw_dump_type = 1
    [   53.892034] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1268::  enable_auto_recovery = 0
    [   53.895106] [12408]: ocs_fc_lio: ocs_driver_print_module_params:1269::  cfg_suppress_rsp = 1
    [   53.898774] [12413]: ocs_fc_lio: ocs_thread_thunk:1046::ocs_proxy running
    [   54.321095] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   54.324342] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.339063] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.352041] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.354930] <redpill/intercept_execve.c:82> Blocked /usr/syno/bin/syno_pstore_collect from running
    [   54.356215] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.357324] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.358435] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.359479] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.360469] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.362212] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   54.362214] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.362220] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.379035] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.379551] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   54.379553] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.379559] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.380714] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.381241] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   54.381244] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.381249] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.387462] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.400742] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   54.400744] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.400749] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.401129] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.405963] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   54.405965] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.405969] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.407801] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.424028] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.424447] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   54.424449] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.424453] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.425165] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.428883] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.430959] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.433578] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.445341] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.455327] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.499948] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.507421] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.515469] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.519847] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.526992] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.529571] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.533304] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.533620] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.542402] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.542520] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.543842] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.543853] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.554225] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.554279] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.556660] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   54.556662] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.556666] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.557656] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.558492] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   54.558493] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.558496] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.558751] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.558990] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   54.558991] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.558994] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.561991] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.562264] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   54.562265] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.562268] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.562431] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.562672] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   54.562673] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.562676] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.562845] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.566273] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   54.566278] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   54.566280] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.566282] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.566545] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   54.566546] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.567666] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   54.567667] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.570127] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   54.570128] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.570211] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   54.570213] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.571782] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   54.571784] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.573357] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   54.573359] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.575405] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   54.575407] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.581746] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   54.581748] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.581898] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   54.581900] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.588690] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   54.588691] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.595753] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   54.595754] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.597456] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.603123] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   54.603125] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.607886] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   54.607887] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.611882] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   54.611883] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.614860] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   54.614862] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.615664] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   54.615666] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.623117] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   54.623118] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.636155] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.637373] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.638590] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   54.638591] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.639161] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.642243] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.649453] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   54.649455] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.660976] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.662852] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.666173] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.668327] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.669265] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.670302] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   54.670304] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.670779] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   54.670780] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.670784] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.671224] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   54.671226] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.674782] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.675333] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   54.675335] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.675339] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.676940] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.680506] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.681257] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   54.681259] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.681263] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.681695] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.682857] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   54.682858] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.682862] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.685337] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   54.685339] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.686717] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.691411] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.691619] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.692341] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   54.692342] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.692346] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.700832] 8021q: 802.1Q VLAN Support v1.8
    [   54.700884] 8021q: adding VLAN 0 to HW filter on device eth0
    [   54.706219] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.706851] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   54.706853] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.706856] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.706972] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.708659] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.709462] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.716832] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   54.716833] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.718088] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   54.718090] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.721224] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   54.721225] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.723996] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.725185] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.734584] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   54.734586] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.742344] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.744872] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   54.744874] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.749756] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.750697] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   54.750698] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.751778] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   54.751780] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.752425] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.768385] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.769819] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   54.769820] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   54.769821] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   54.769825] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   54.769826] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   54.769827] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   54.769829] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=3)->support => real=1 [org_fout=0, ovs_fout=0]
    [   54.782272] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   54.782274] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.872395] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   54.872397] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.872402] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   54.872707] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.873614] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   54.873616] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.873620] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   54.873934] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.874275] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   54.874276] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.874279] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   54.874532] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.874839] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   54.874840] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.874843] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.875096] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.875422] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   54.875423] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.875426] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   54.882657] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.882993] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   54.882995] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   54.882999] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   54.887174] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   54.894219] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   54.920681] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   54.920683] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   54.921221] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
    [   54.938533] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   54.938535] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.002726] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   55.002728] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.027511] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   55.027513] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.040088] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   55.046081] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   55.046084] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.054419] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   55.054421] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.066374] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   55.066376] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.071257] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={72} ascii="r"
    [   55.071276] <redpill/pmu_shim.c:239> Executing cmd OUT_SCHED_UP_OFF handler cmd_shim_noop+0x0/0x2d [redpill]
    [   55.071278] <redpill/pmu_shim.c:45> vPMU received OUT_SCHED_UP_OFF using 1 bytes - NOOP
    [   55.139759] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   55.170173] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   55.175853] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.204005] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   55.258001] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [   55.258716] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   55.258719] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.267229] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   55.272879] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [   55.287983] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   55.295955] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [   55.300912] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   55.306721] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   55.325242] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   55.332176] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [   55.336331] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   55.339838] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [   55.342820] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   55.347256] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [   55.352379] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   55.356910] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   55.364487] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   55.370527] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [   55.375348] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   55.382254] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   55.387960] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   55.393179] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   55.398319] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [   55.402664] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [   55.407173] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   55.425389] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   55.429153] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.453489] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [   55.465029] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   55.490831] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   55.493950] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.535520] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [   55.561868] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   55.566495] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.654455] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   55.686670] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   55.689964] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.706061] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [   55.732818] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   55.735805] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.744334] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [   55.772509] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   55.775030] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.795479] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [   55.821954] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   55.827680] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.933850] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   55.937761] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   55.960976] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   55.967519] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.019649] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   56.022895] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.038141] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   56.040566] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.049882] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   56.053725] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.128444] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   56.131129] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.153359] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   56.156131] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.212675] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   56.215665] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.297226] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   56.301744] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.332200] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   56.334803] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.351477] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sda
    [   56.355758] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.426449] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   56.429184] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.439076] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdd
    [   56.441734] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.608621] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   56.613054] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.629914] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   56.632789] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.660538] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   56.663023] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.680786] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   56.683876] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.747718] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   56.750329] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.755245] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
    [   56.806540] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   56.809499] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.821955] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   56.824789] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.838543] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sde
    [   56.843856] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.875512] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   56.881914] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.905261] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={38} ascii="8"
    [   56.905947] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   56.905949] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.906247] <redpill/pmu_shim.c:239> Executing cmd OUT_STATUS_LED_ON_GREEN handler cmd_shim_noop+0x0/0x2d [redpill]
    [   56.906247] <redpill/pmu_shim.c:45> vPMU received OUT_STATUS_LED_ON_GREEN using 1 bytes - NOOP
    [   56.925044] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   56.927642] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.937103] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   56.939696] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.949440] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   56.952468] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   56.984066] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   56.988210] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   57.004986] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdf
    [   57.009455] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   57.037294] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdc
    [   57.042983] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   57.057427] <redpill/smart_shim.c:818> Handling ioctl(0x800c0910) for /dev/sdh
    [   57.060118] <redpill/smart_shim.c:835> sd_ioctl(0x800c0910) - not a hooked ioctl, noop
    [   58.255772] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
    [   58.405798] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={33} ascii="3"
    [   58.406784] <redpill/pmu_shim.c:239> Executing cmd OUT_BUZ_LONG handler cmd_shim_noop+0x0/0x2d [redpill]
    [   58.410042] <redpill/pmu_shim.c:45> vPMU received OUT_BUZ_LONG using 1 bytes - NOOP
    [   59.544500] fuse init (API version 7.23)
    [   59.604960] <redpill/bios_shims_collection.c:43> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
    [   59.609663] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   59.613965] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   59.616752] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   59.619570] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   59.620481] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.627021] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   59.628989] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.633031] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   59.635717] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=2)->support => real=1 [org_fout=0, ovs_fout=0]
    [   59.637484] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.643160] <redpill/bios_shims_collection.c:42> mfgBIOS: nullify zero-int for VTK_SET_PHY_LED
    [   59.645728] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.650403] <redpill/bios_shims_collection.c:36> mfgBIOS: nullify zero-int for VTK_SET_PWR_LED
    [   59.654666] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.666730] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.679115] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.691537] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.702575] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.713436] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.724085] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.735084] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.746194] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.757480] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.768906] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   59.781144] <redpill/bios_shims_collection.c:35> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
    [   60.557780] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
    [   60.707808] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={38} ascii="8"
    [   60.708794] <redpill/pmu_shim.c:239> Executing cmd OUT_STATUS_LED_ON_GREEN handler cmd_shim_noop+0x0/0x2d [redpill]
    [   60.713945] <redpill/pmu_shim.c:45> vPMU received OUT_STATUS_LED_ON_GREEN using 1 bytes - NOOP
    [   74.533610] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_GET_MICROP_ID
    [   76.414209] Synotify use 16384 event queue size
    [   79.709449] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   79.714457] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   79.717760] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   79.720371] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   79.725673] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   79.728828] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   79.732042] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=3)->support => real=1 [org_fout=0, ovs_fout=0]
    [   88.275510] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   88.280457] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0aca430>
    [   88.283534] <redpill/override_symbol.c:250> Released lock for <ffffffffa0aca430>
    [   88.286412] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0x100 [broadwellnk_synobios]/ffffffffa0aca430>
    [   88.290573] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0aca430>
    [   88.293668] <redpill/override_symbol.c:221> Released lock for <ffffffffa0aca430>
    [   88.296398] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=3)->support => real=1 [org_fout=0, ovs_fout=0]
    [  101.192960] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  101.196707] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  101.199884] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  101.203122] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  101.206291] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  101.252225] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  101.674956] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  101.678469] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  101.681559] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  101.684786] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  101.696275] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  101.704298] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  103.207629] Synotify use 16384 event queue size
    [  103.327535] Synotify use 16384 event queue size
    [  103.329317] Synotify use 16384 event queue size
    [  104.605507] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [  104.608888] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  104.611851] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  104.623612] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  104.629833] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [  104.632460] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  104.635731] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  104.638519] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  104.645696] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [  104.648905] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  104.651737] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  104.677199] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  104.683746] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [  104.686154] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  104.689129] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  104.693735] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  104.699865] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [  104.703442] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  104.706471] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  104.721578] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  104.727930] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [  104.730402] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  104.733148] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  104.736128] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  105.381223] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  105.385675] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  105.388878] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  105.391888] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  105.418759] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  105.456564] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  106.790318] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  106.794178] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  106.799779] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  106.804197] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  106.807478] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  106.808634] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  110.732958] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [  110.734449] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  110.736158] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  110.748393] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  110.751682] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [  110.753154] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  110.755442] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  110.757053] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  110.760391] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [  110.761714] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  110.763171] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  110.764579] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  110.768151] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [  110.769473] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  110.770906] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  110.772722] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  110.780657] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [  110.782104] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  110.783759] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  110.785236] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  110.788527] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [  110.790060] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  110.792821] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  110.817869] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  111.756929] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [  111.758295] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  111.760629] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  111.762527] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  111.766653] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [  111.768898] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  111.770666] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  111.772856] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  111.774652] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [  111.775954] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  111.777570] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  111.779065] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  111.780837] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [  111.782544] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  111.784362] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  111.786208] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  111.788446] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [  111.790117] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  111.791983] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  111.829891] Synotify use 16384 event queue size
    [  111.831024] Synotify use 16384 event queue size
    [  111.856719] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  111.859001] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [  111.860669] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  111.862574] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  111.864389] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  118.155922] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [  118.157633] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  118.159368] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  118.200766] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  118.204746] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [  118.206229] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  118.207887] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  118.209531] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  118.213400] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [  118.214876] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  118.216735] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  118.240391] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  118.244925] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [  118.246498] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  118.248299] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  118.249976] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  118.256362] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [  118.257851] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  118.259791] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  118.261457] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  118.270870] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [  118.273239] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  118.276230] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  118.283587] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  126.317286] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [  126.319927] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  126.322567] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  126.373717] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  126.381766] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [  126.385550] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  126.389363] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  126.395749] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  126.404162] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [  126.407772] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  126.411756] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  126.421796] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  126.428111] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [  126.430866] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  126.434020] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  126.436848] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  126.443165] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [  126.445944] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  126.448906] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  126.459090] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  126.465627] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [  126.468185] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  126.471151] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  126.473912] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  134.117638] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [  134.121450] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  134.125380] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  134.141508] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  134.149604] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [  134.153497] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  134.157299] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  134.166101] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  134.173451] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [  134.176764] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  134.180604] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  134.184550] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  134.191831] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [  134.195415] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  134.199148] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  134.220787] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  134.227847] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [  134.231337] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  134.235366] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  134.251961] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  134.259337] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [  134.263147] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  134.267075] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  134.270706] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  142.247407] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sda
    [  142.249137] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  142.250891] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sda
    [  142.271204] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  142.277808] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdc
    [  142.280173] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  142.282820] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdc
    [  142.286157] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  142.292645] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdd
    [  142.295373] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  142.298115] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdd
    [  142.321253] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  142.329343] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sde
    [  142.333185] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  142.337831] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sde
    [  142.357703] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  142.365509] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdf
    [  142.369510] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  142.373625] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdf
    [  142.377755] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop
    [  142.385300] <redpill/smart_shim.c:818> Handling ioctl(0x30d) for /dev/sdh
    [  142.389510] <redpill/smart_shim.c:835> sd_ioctl(0x30d) - not a hooked ioctl, noop
    [  142.393426] <redpill/smart_shim.c:818> Handling ioctl(0x31f) for /dev/sdh
    [  142.398209] <redpill/smart_shim.c:355> ATA_CMD_ID_ATA confirmed SMART support - noop

     

    Same result:

    524855116_Capturadeecr2022-04-06s16_26_48.thumb.png.90d641b26593561a8398a0262dc9a7fe.png

  7. 6 hours ago, Peter Suh said:

     

    You didn't mention baremetal or VM environment.
    It seems to me that it is a PROXMOX VM environment.
    In VM, I know that NVMe cache has not yet been successful.
    Baremetal is possible.

    Hi, I am on VM, in a VM there is a SATA limitation of 6 disks.

    Thank you for trying to help. 

    • Like 1
  8. Hi all,

    I have DS3622xs+ installed on proxmox but since there is a sata limitation on the number of drives I an add 6 (0 to 5), and I want to add some more drives to my synology, is possible to add them as SCSI? 

    I tried to add, build again with red pill and nothing appear on DSM.

    Any light how to add more drives to my synology?

     

    Thank you.

  9. Hi, I had the same problem. Just add to the /etc/pve/nodes/{server name}/qemu-server/{your VM}.conf this:

    args: -device ahci,id=ahci1,multifunction=on,bus=pci.0,addr=0xb -drive 'file=/dev/disk/by-id/{ata-ST500DM009-2F110A_ZA480LWF},if=none,id=drive-sata6,format=raw,aio=threads,detect-zeroes=unmap' -device ide-hd,bus=ahci1.1,drive=drive-sata6,id=sata6

     

    Change ata-ST500DM009-2F110A_ZA480LWF with your hdd.

    Credits to original post:

    https://forum.proxmox.com/threads/limit-on-number-of-pass-through-sata-drives.28979/post-311466

  10. Hi all,

    first, I would like to tank the xpenology team for the great work, and in this case, a special thanks to @pocopico.

    I am trying to install redpill in my HP DL80 with proxmox 7.1, and install DS918+ because of the SHR support but in the installation of the *.pat file I get an error: "Fail to install DSM, was not possible to format disk". 

    Any suggestion how to solve this?

     

    Thanks.

×
×
  • Create New...