Jump to content
XPEnology Community

Develop and refine the DS3622xs+ loader


yanjun

Recommended Posts

On 6/10/2022 at 10:30 PM, trublu said:

Were you able to get 7.1 installed with a previous TCRP boot loader?

 

I was using VMWare previously when I upgraded from 7.0 to 7.1, so VMXNET3 driver was being used for NIC's.

 

I've also run 7.0 on baremetal on the same host (loader (0.4.4 & 0.4.6) and never experienced this issue.  The same host (same hardware) has also worked previously with Jun's loader.

Link to comment
Share on other sites

17 hours ago, phone guy said:

 

Are you guys adding "netif_num=2" or however many nics you have, entry  properly to the user_config.json before building command? The only other piece of advice is verify the nic in question (not showing up) is not listed as being on the USB bus with lspci (it might be lspci -nnq)

 

I have a Nas box with 2 internal nic, 1 worked 1 didnt. Turned out 1 was attached to USB bus not the pci bus. Then after getting the driver to work the issue was dsm won't see hardly anything on a USB bus anymore since dsm7 and I had to use a patched driver for that onboard nic because they (manufacture) ran it through the USB bus ..

 

Good luck[][

 

Thanks for your reply - Never used "netif_num=2" before.  Added to "user_config.json" and rebuilt the loader, made no difference.

 

{
  "extra_cmdline": {
    "pid": "0x1a06",
    "vid": "0x1b1c",
    "sn": "XXXXXXXXXXXXX",
    "mac1": "80615F08FEFC",
    "mac2": "80615F08FEFD",
    "netif_num": "2", 
    "SataPortMap": "6",
    "DiskIdxMap": "00"
  },
  "synoinfo": {
    "internalportcfg": "0xffff",
    "maxdisks": "16",
    "support_bde_internal_10g": "no",
    "support_disk_compatibility": "no",
    "support_memory_compatibility": "no"
  },
  "ramdisk_copy": {}
}

 

Tried your suggestion of seeing if the NIC was on the USB bus and here is the output.

 

tc@box:~$ lspci -nnq
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:3e30] (rev 0d)
00:01.0 PCI bridge [0604]: Intel Corporation Skylake PCIe Controller (x16) [8086:1901] (rev 0d)
00:01.1 PCI bridge [0604]: Intel Corporation Skylake PCIe Controller (x8) [8086:1905] (rev 0d)
00:02.0 VGA compatible controller [0300]: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] [8086:3e98] (rev 02)
00:08.0 System peripheral [0880]: Intel Corporation Skylake Gaussian Mixture Model [8086:1911]
00:12.0 Signal processing controller [1180]: Intel Corporation Cannon Lake PCH Thermal Controller [8086:a379] (rev 10)
00:14.0 USB controller [0c03]: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller [8086:a36d] (rev 10)
00:14.2 RAM memory [0500]: Intel Corporation Cannon Lake PCH Shared SRAM [8086:a36f] (rev 10)
00:14.3 Network controller [0280]: Intel Corporation Cannon Lake PCH CNVi WiFi [8086:a370] (rev 10)
00:16.0 Communication controller [0780]: Intel Corporation Cannon Lake PCH HECI Controller [8086:a360] (rev 10)
00:17.0 SATA controller [0106]: Intel Corporation Cannon Lake PCH SATA AHCI Controller [8086:a352] (rev 10)
00:1b.0 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #17 [8086:a340] (rev f0)
00:1b.4 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #21 [8086:a32c] (rev f0)
00:1d.0 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #9 [8086:a330] (rev f0)
00:1f.0 ISA bridge [0601]: Intel Corporation Z390 Chipset LPC/eSPI Controller [8086:a305] (rev 10)
00:1f.4 SMBus [0c05]: Intel Corporation Cannon Lake PCH SMBus Controller [8086:a323] (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller [8086:a324] (rev 10)
01:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS2308 PCI-Express Fusion-MPT SAS-2 [1000:0087] (rev 05)
02:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10G X550T [8086:1563] (rev 01)
02:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10G X550T [8086:1563] (rev 01)
04:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
05:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]

 

Thanks !

Link to comment
Share on other sites

Luckily I have another host with an Intel X710 sFTP+ dual nic and took that card and moved into the host which wasn't working, replacing the X540 RJ45 dual nic and re-created the loader and it worked on the first attempt and is discovered on the network.

 

The X710 uses the i40e driver, where-as the X540 uses the igb driver.  

 

There is definately an issue with the current igb driver.

 

Also, the loader has been updated from 0.8.0.0 to 0.8.0.3, yet I'm still seeing an issue 'you're missing required build tools' and need to manually download "bspatch", change the permissions and move the file.  Basic stuff like that should be working when you conduct an "update now" and "full update now".

Edited by irishj
Link to comment
Share on other sites

13 minutes ago, irishj said:

Also, the loader has been updated from 0.8.0.0 to 0.8.0.3, yet I'm still seeing an issue 'you're missing required build tools' and need to manually download "bspatch", change the permissions and move the file.  Basic stuff like that should be working when you conduct an "update now" and "full update now".

 

@pocopico

 

FWIW, update fetches the latest rploader.sh file.  fullupgrade updates all the support data files.

I don't think fullupgrade will download TinyCore binaries, so if these get damaged or deleted, best to just start over with a new img file.

Link to comment
Share on other sites

31 minutes ago, irishj said:

Luckily I have another host with an Intel X710 sFTP+ dual nic and took that card and moved into the host which wasn't working, replacing the X540 RJ45 dual nic and re-created the loader and it worked on the first attempt and is discovered on the network.

 

The X710 uses the i40e driver, where-as the X540 uses the igb driver.  

 

There is definately an issue with the current igb driver.

 

Also, the loader has been updated from 0.8.0.0 to 0.8.0.3, yet I'm still seeing an issue 'you're missing required build tools' and need to manually download "bspatch", change the permissions and move the file.  Basic stuff like that should be working when you conduct an "update now" and "full update now".

Hey, I've got a few questions...


Doesn't the X540 use ixgbe drivers since it's 10G?

Did you remove the X540, create the loader and install DSM 7.X, and then swap in the X710?

I have dual X552/X557-AT and I'm considering disabling them via the jumpers on the board itself because there's no option for that in the bios.

Link to comment
Share on other sites

1 hour ago, trublu said:

Hey, I've got a few questions...


Doesn't the X540 use ixgbe drivers since it's 10G?

Did you remove the X540, create the loader and install DSM 7.X, and then swap in the X710?

I have dual X552/X557-AT and I'm considering disabling them via the jumpers on the board itself because there's no option for that in the bios.

 

You're right, it uses the ixgbe extension.

 

I removed the X540 and replaced it with the X710 in the same slot.  I then grabbed the 0.8.0.0 UEFI img file and burned it to a usb drive and booted from it.

 

./rploader.sh update now

./rploader.sh fullupgrade now

./rploader.sh serialgen DS3622xs+ realmac

./rploader.sh identifyusb now

./rploader.sh satamap now

curl --location "https://raw.githubusercontent.com/pocopico/tinycore-redpill/main/bspatch" -O
chmod 777 bspatch
sudo mv bspatch /usr/local/bin/

 

I then modified the user_config.json to add the 2nd MAC address and added "netif_num": "2".

 

mkdir /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles; sudo ln -s /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles /home/tc/custom-module;
 

./rploader.sh build broadwellnk-7.1.0-42661

 

rm -rf /home/tc/oldpat.tar.gz;./rploader.sh clean now;  rm -rf /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles;  rm -rf /home/tc/custom-module;  ./rploader.sh backup now;
 

Rebooted and used synology assistant and could see both network MAC's for the host. 

 

Edited by irishj
Link to comment
Share on other sites

9 часов назад, renegadeBE сказал:

@aportnov

 

 

Post update process will resolv your issue :

 

Go to Tynicore

 

./rploader.sh update
./rploader.sh fullupgrade
./rploader.sh backup
sudo su
./rploader.sh postupdate broadwellnk-7.0.1-42218

 

The script detect smallupdate confirm for use them with Y

 

Reboot

After these commands, tc does not see the network, dhcp is not saved. When booting, xpenology is also not seen in dhcp. I installed the OS again on another flash drive, reassembled the build, but now it is not installed when loading. What to do please help.

 

tc@box:~$ ./rploader.sh update
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Version is current
tc@box:~$ ./rploader.sh fullupgrade
Performing a full TCRP upgrade
Warning some of your local files will be moved to /home/tc/old/xxxx.2022-Jun-18-                                                                                                                                                             16-39
Updating custom_config.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 33842  100 33842    0     0  75709      0 --:--:-- --:--:-- --:--:-- 75709
Updating custom_config_jun.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8954  100  8954    0     0  25222      0 --:--:-- --:--:-- --:--:--  203k
Updating global_config.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  5692  100  5692    0     0  15594      0 --:--:-- --:--:-- --:--:-- 15594
Updating modules.alias.3.json.gz
mv: cannot stat 'modules.alias.3.json.gz': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  5591  100  5591    0     0  18636      0 --:--:-- --:--:-- --:--:-- 18636
Updating modules.alias.4.json.gz
mv: cannot stat 'modules.alias.4.json.gz': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 89007  100 89007    0     0   273k      0 --:--:-- --:--:-- --:--:-- 1609k
Updating rpext-index.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  211k  100  211k    0     0   390k      0 --:--:-- --:--:-- --:--:--  390k
Updating user_config.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   431  100   431    0     0   1064      0 --:--:-- --:--:-- --:--:--  420k
Updating dtc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  146k  100  146k    0     0   350k      0 --:--:-- --:--:-- --:--:--  350k
Updating rploader.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 95994  100 95994    0     0   283k      0 --:--:-- --:--:-- --:--:--  283k
Updating ds1621p.dts
mv: cannot stat 'ds1621p.dts': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3026  100  3026    0     0   7221      0 --:--:-- --:--:-- --:--:-- 11549
Updating ds920p.dts
mv: cannot stat 'ds920p.dts': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2423  100  2423    0     0   6410      0 --:--:-- --:--:-- --:--:--  6410
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 2.8M , try to keep it less than 1GB as it might not fit                                                                                                                                                              into your image
Should i update the sdk with your current files [Yy/Nn]
y
Backing up home files to sdk : Backing up files to /mnt/sdk3//mydata.tgz
Done.

tc@box:~$ ./rploader.sh backup
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 2.8M , try to keep it less than 1GB as it might not fit                                                                                                                                                              into your image
Should i update the sdk with your current files [Yy/Nn]
y
Backing up home files to sdk : Backing up files to /mnt/sdk3//mydata.tgz
Done.

tc@box:~$ ./rploader.sh update
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Version is current
tc@box:~$ ./rploader.sh fullupgrade
Performing a full TCRP upgrade
Warning some of your local files will be moved to /home/tc/old/xxxx.2022-Jun-18-                                                                                                                                                             16-39
Updating custom_config.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 33842  100 33842    0     0  75709      0 --:--:-- --:--:-- --:--:-- 75709
Updating custom_config_jun.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8954  100  8954    0     0  25222      0 --:--:-- --:--:-- --:--:--  203k
Updating global_config.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  5692  100  5692    0     0  15594      0 --:--:-- --:--:-- --:--:-- 15594
Updating modules.alias.3.json.gz
mv: cannot stat 'modules.alias.3.json.gz': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  5591  100  5591    0     0  18636      0 --:--:-- --:--:-- --:--:-- 18636
Updating modules.alias.4.json.gz
mv: cannot stat 'modules.alias.4.json.gz': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 89007  100 89007    0     0   273k      0 --:--:-- --:--:-- --:--:-- 1609k
Updating rpext-index.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  211k  100  211k    0     0   390k      0 --:--:-- --:--:-- --:--:--  390k
Updating user_config.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   431  100   431    0     0   1064      0 --:--:-- --:--:-- --:--:--  420k
Updating dtc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  146k  100  146k    0     0   350k      0 --:--:-- --:--:-- --:--:--  350k
Updating rploader.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 95994  100 95994    0     0   283k      0 --:--:-- --:--:-- --:--:--  283k
Updating ds1621p.dts
mv: cannot stat 'ds1621p.dts': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3026  100  3026    0     0   7221      0 --:--:-- --:--:-- --:--:-- 11549
Updating ds920p.dts
mv: cannot stat 'ds920p.dts': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2423  100  2423    0     0   6410      0 --:--:-- --:--:-- --:--:--  6410
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 2.8M , try to keep it less than 1GB as it might not fit                                                                                                                                                              into your image
Should i update the sdk with your current files [Yy/Nn]
y
Backing up home files to sdk : Backing up files to /mnt/sdk3//mydata.tgz
Done.

tc@box:~$ ./rploader.sh backup
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 2.8M , try to keep it less than 1GB as it might not fit                                                                                                                                                              into your image
Should i update the sdk with your current files [Yy/Nn]
y
Backing up home files to sdk : Backing up files to /mnt/sdk3//mydata.tgz
Done.

tc@box:~$ sudo su
root@box:/home/tc# ./rploader.sh postupdate broadwellnk-7.0.1-42218
Rploader Version : 0.8.0.3
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : dev                                                                                                                                                             elop
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill mo                                                                                                                                                             dule branch : master
Extensions :
Extensions URL :
TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.bro                                                                                                                                                             adwellnk-7.0.dev.txz/download
TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202d
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20G                                                                                                                                                             PL%20Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1b                                                                                                                                                             e
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+
Local Cache Folder : /mnt/sdk3/auxfiles
DATE Internet : 18062022 Local : 18062022
Checking Internet Access -> OK
Cloning into 'redpill-lkm'...
remote: Enumerating objects: 1253, done.
remote: Counting objects: 100% (325/325), done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 1253 (delta 302), reused 284 (delta 283), pack-reused 928
Receiving objects: 100% (1253/1253), 469.84 KiB | 2.83 MiB/s, done.
Resolving deltas: 100% (865/865), done.
Cloning into 'redpill-load'...
remote: Enumerating objects: 2028, done.
remote: Total 2028 (delta 0), reused 0 (delta 0), pack-reused 2028
Receiving objects: 100% (2028/2028), 114.70 MiB | 14.80 MiB/s, done.
Resolving deltas: 100% (955/955), done.
Removing any old redpill.ko modules
Looking for redpill for : ds3622xsp_42218
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill/re                                                                                                                                                             leases/redpill-4.4.180plus-broadwellnk.tgz
Extracting module
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill/sr                                                                                                                                                             c/check-redpill.sh
Creating temp ramdisk space
Mounting partition sdk1}
Mounting partition sdk2}
Extracting update ramdisk
unlzma: /mnt/sdk2/rd.gz: Compressed data is corrupt
45994 blocks
Found Version : 7.0.1-42218-4
Do you want to use this for the loader ? [yY/nN] : y
Extracting redpill ramdisk
cpio: etc/hosts.deny not created: newer or same age version exists
cpio: etc/protocols not created: newer or same age version exists
cpio: etc/rc not created: newer or same age version exists
cpio: etc/crontab not created: newer or same age version exists
cpio: etc/rc.fan not created: newer or same age version exists
cpio: etc/fstab not created: newer or same age version exists
cpio: etc/synogrinst.sh not created: newer or same age version exists
cpio: etc/synouser.conf not created: newer or same age version exists
cpio: etc/host.conf not created: newer or same age version exists
cpio: etc/nsswitch.conf not created: newer or same age version exists
cpio: etc/AHAtasks not created: newer or same age version exists
cpio: etc/services not created: newer or same age version exists
cpio: etc/dhclient/ipv4 not created: newer or same age version exists
cpio: etc/rpc not created: newer or same age version exists
cpio: etc/rc.network not created: newer or same age version exists
cpio: etc/profile not created: newer or same age version exists
cpio: etc/rc.scanusbdev not created: newer or same age version exists
cpio: etc/rc.network_routing not created: newer or same age version exists
cpio: etc/modules.conf not created: newer or same age version exists
cpio: etc/ftpusers not created: newer or same age version exists
cpio: etc/rc.sas not created: newer or same age version exists
cpio: etc/group_desc not created: newer or same age version exists
cpio: etc/hosts.allow not created: newer or same age version exists
cpio: etc/motd not created: newer or same age version exists
cpio: etc/shadow not created: newer or same age version exists
cpio: etc/termcap not created: newer or same age version exists
cpio: etc/inetd.conf not created: newer or same age version exists
cpio: etc/extensionPorts not created: newer or same age version exists
cpio: etc/mtab not created: newer or same age version exists
cpio: etc/sysctl.conf not created: newer or same age version exists
cpio: etc/group not created: newer or same age version exists
cpio: etc/sysconfig/network-scripts/ifcfg-tun not created: newer or same age ver                                                                                                                                                             sion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth7 not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth0 not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: etc/sysconfig/network-scripts/ifcfg-lo not created: newer or same age vers                                                                                                                                                             ion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth99 not created: newer or same age v                                                                                                                                                             ersion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth2 not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth8 not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth1 not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth5 not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth4 not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth6 not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: etc/sysconfig/network-scripts/ifcfg-eth3 not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: etc/sysconfig/network not created: newer or same age version exists
cpio: etc/sysconfig/networking/ifcfg-lo not created: newer or same age version e                                                                                                                                                             xists
cpio: etc/rc.subr not created: newer or same age version exists
cpio: etc/mke2fs.conf not created: newer or same age version exists
cpio: etc/VERSION not created: newer or same age version exists
cpio: etc/shells not created: newer or same age version exists
cpio: etc/resolv.conf not created: newer or same age version exists
cpio: etc/rc.network_dualhead not created: newer or same age version exists
cpio: etc/avahi/avahi-daemon.conf not created: newer or same age version exists
cpio: etc/ssl/certs/ca-certificates.crt not created: newer or same age version e                                                                                                                                                             xists
cpio: lib not created: newer or same age version exists
cpio: root/.profile not created: newer or same age version exists
cpio: lib64 not created: newer or same age version exists
cpio: linuxrc not created: newer or same age version exists
cpio: lib32 not created: newer or same age version exists
cpio: linuxrc.syno not created: newer or same age version exists
cpio: bin not created: newer or same age version exists
cpio: var/lib/disk-compatibility/eunit_rule.db not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: var/lib/disk-compatibility/host_rule.db not created: newer or same age ver                                                                                                                                                             sion exists
cpio: var/lib/disk-compatibility/ds3622xs+_host_v7.db not created: newer or same                                                                                                                                                              age version exists
cpio: var/lib/disk-compatibility/host_rule.version not created: newer or same ag                                                                                                                                                             e version exists
cpio: var/lib/disk-compatibility/ds3622xs+_host_v7.version not created: newer or                                                                                                                                                              same age version exists
cpio: var/lib/disk-compatibility/eunit_rule.version not created: newer or same a                                                                                                                                                             ge version exists
cpio: var/run not created: newer or same age version exists
cpio: var/lock not created: newer or same age version exists
cpio: sbin not created: newer or same age version exists
cpio: init not created: newer or same age version exists
cpio: dev/net/tun not created: newer or same age version exists
cpio: dev/console not created: newer or same age version exists
cpio: usr/syno/etc/rc.d/J99avahi.sh not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/syno/etc/rc.d/J04synoagentregisterd.sh not created: newer or same age                                                                                                                                                              version exists
cpio: usr/syno/etc/rc.d/J03ssdpd.sh not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/syno/etc/rc.d/J01httpd.sh not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/syno/etc/rc.d/J80ADTFanControl.sh not created: newer or same age versi                                                                                                                                                             on exists
cpio: usr/syno/etc/rc.d/J98nbnsd.sh not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/syno/etc/rc.d/J30DisableNCQ.sh not created: newer or same age version                                                                                                                                                              exists
cpio: usr/syno/etc/pci_vendor_ids.conf not created: newer or same age version ex                                                                                                                                                             ists
cpio: usr/syno/etc/ncq_off_list not created: newer or same age version exists
cpio: usr/syno/etc/ip not created: newer or same age version exists
cpio: usr/syno/share/dsmupdate/extract_upgrade_tarballs.sh not created: newer or                                                                                                                                                              same age version exists
cpio: usr/syno/share/dsmupdate/dsmupdate.subr not created: newer or same age ver                                                                                                                                                             sion exists
cpio: usr/syno/share/dsmupdate/decide_rootmnt_datamnt.sh not created: newer or s                                                                                                                                                             ame age version exists
cpio: usr/syno/share/dsmupdate/decide_system_partition.sh not created: newer or                                                                                                                                                              same age version exists
cpio: usr/syno/share/synogrinst/grinst-common.sh not created: newer or same age                                                                                                                                                              version exists
cpio: usr/syno/share/autoinstall/prepare_files_from_extracted.sh not created: ne                                                                                                                                                             wer or same age version exists
cpio: usr/syno/share/autoinstall/prepare_files_from_patch_mnt.sh not created: ne                                                                                                                                                             wer or same age version exists
cpio: usr/syno/share/autoinstall/prepare_files.sh not created: newer or same age                                                                                                                                                              version exists
cpio: usr/syno/share/autoinstall/prepare_files_rename.sh not created: newer or s                                                                                                                                                             ame age version exists
cpio: usr/syno/share/autoinstall/cleanup_rootdevice.sh not created: newer or sam                                                                                                                                                             e age version exists
cpio: usr/syno/share/environments.sh not created: newer or same age version exis                                                                                                                                                             ts
cpio: usr/syno/share/synomemtester/syno_memtester_util.sh not created: newer or                                                                                                                                                              same age version exists
cpio: usr/syno/share/assemble_system_raid.sh not created: newer or same age vers                                                                                                                                                             ion exists
cpio: usr/syno/share/util.sh not created: newer or same age version exists
cpio: usr/syno/share/mkfs.sh not created: newer or same age version exists
cpio: usr/syno/share/autoinstall.sh not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/syno/share/get_installable_devices.sh not created: newer or same age v                                                                                                                                                             ersion exists
cpio: usr/syno/share/rootdevice.sh not created: newer or same age version exists
cpio: usr/syno/hotplug/hotplug.functions not created: newer or same age version                                                                                                                                                              exists
cpio: usr/syno/hotplug/firmware.agent not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/hotplug/usb.agent.junior not created: newer or same age version e                                                                                                                                                             xists
cpio: usr/syno/hotplug/usb.agent not created: newer or same age version exists
cpio: usr/syno/hotplug/block.agent not created: newer or same age version exists
cpio: usr/syno/bin/syno_oob_ipv4_get not created: newer or same age version exis                                                                                                                                                             ts
cpio: usr/syno/bin/synohwctrl not created: newer or same age version exists
cpio: usr/syno/bin/synocleanpartition not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/bin/synochecksum not created: newer or same age version exists
cpio: usr/syno/bin/synogetmaxpartition not created: newer or same age version ex                                                                                                                                                             ists
cpio: usr/syno/bin/syno_oob_power_action not created: newer or same age version                                                                                                                                                              exists
cpio: usr/syno/bin/syno_swap_ctl not created: newer or same age version exists
cpio: usr/syno/bin/syno_led_mask_on not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/syno/bin/synostgcore not created: newer or same age version exists
cpio: usr/syno/bin/synocfgen not created: newer or same age version exists
cpio: usr/syno/bin/synocodesign not created: newer or same age version exists
cpio: usr/syno/bin/scemd not created: newer or same age version exists
cpio: usr/syno/bin/findhostd not created: newer or same age version exists
cpio: usr/syno/bin/synohdcfgen not created: newer or same age version exists
cpio: usr/syno/bin/synoupgrade not created: newer or same age version exists
cpio: usr/syno/bin/reg_ssdp_service not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/syno/bin/synolanstatus not created: newer or same age version exists
cpio: usr/syno/bin/syno_pstore_collect not created: newer or same age version ex                                                                                                                                                             ists
cpio: usr/syno/bin/synosearchagent not created: newer or same age version exists
cpio: usr/syno/bin/synodiskport not created: newer or same age version exists
cpio: usr/syno/bin/syno_extract_system_patch not created: newer or same age vers                                                                                                                                                             ion exists
cpio: usr/syno/bin/syno_poweroff_task not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/bin/synodiskupdatehclport not created: newer or same age version                                                                                                                                                              exists
cpio: usr/syno/bin/synonetseqadj not created: newer or same age version exists
cpio: usr/syno/bin/synocheckpartition not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/bin/mantool not created: newer or same age version exists
cpio: usr/syno/bin/synossdcache not created: newer or same age version exists
cpio: usr/syno/bin/syno_microp_control not created: newer or same age version ex                                                                                                                                                             ists
cpio: usr/syno/web_rd/index.html not created: newer or same age version exists
cpio: usr/syno/web_rd/httpd_rd.conf not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/syno/web/texts/jslib/sve/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/spn/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/ptb/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/csy/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/chs/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/rus/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/ptg/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/trk/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/dan/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/cht/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/ger/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/hun/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/plk/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/nor/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/fre/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/ita/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/krn/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/enu/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/tha/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/jpn/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/jslib/nld/strings not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/texts/installer/sve/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/spn/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/ptb/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/csy/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/chs/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/rus/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/ptg/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/trk/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/dan/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/cht/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/ger/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/hun/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/plk/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/nor/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/fre/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/ita/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/krn/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/enu/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/tha/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/jpn/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/texts/installer/nld/strings not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/web/httpd.conf not created: newer or same age version exists
cpio: usr/syno/web/main.js not created: newer or same age version exists
cpio: usr/syno/web/main.min.css not created: newer or same age version exists
cpio: usr/syno/web/favicon.png not created: newer or same age version exists
cpio: usr/syno/web/images/favicon.png not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/web/web_index.html not created: newer or same age version exists
cpio: usr/syno/web/assets/ded275e6e855bdb421f9aed96433c5de.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/fee495dc9f7d0f6957d7caa2c4d4d06a.svg not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/c55d6006fefa7365d1384970f1e283ad.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/a8923f1edf07de43789141d1e3ec82ec.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/fa2c83ee1e071befa729f1cce7ec3984.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/5aa8b42f301ec49709a274ce402de781.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/a924f13e48938e91a51b01a8853c77fc.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/874ad8f22c93f5144798db5b392a7eb2.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/d8b258b1d95b0775869166bf9c929920.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/89ebc9bce047b4f6d62a4c7353dab343.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/09f81f8e0bb4f313a32200d7fbf89143.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/36db3eae30b72b7fea7c7062bcb8de74.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/fd95b7fa22cf11250e5aaa818dda9d42.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/9ae4429e4979bbf5fa0fad8cc00b368a.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/d1630775688715d1b30600c340017c18.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/04c4d99411f46211f875b22774743761.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/c413499a8a4598546cc4177658703408.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/71be476554827c8c40746c207561df61.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/224ec4f4d2210b29f95c4cd61dda0c95.preload.png not creat                                                                                                                                                             ed: newer or same age version exists
cpio: usr/syno/web/assets/857e914ade36819c1758237d060ce5d9.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/a3b3b91037e09b0ffc8ec1ec698dfae1.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/e8cd756c231384653a617238d1e779ae.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/c08f13c80d123b9c8e9f45e05d4b8bb1.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/904030103b4c9b432fffa743680347ba.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/e5f3ef585da256aab17e075446261e6c.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/1479c43a9b586395fa8a58b2386d5bb6.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/1ce3d62f0e64872578d354bdc80fc3c0.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/1066fd4184af341f2b34fea25d720295.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/e8104ebeb834b453e4c82264dc7636c6.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/8f99cb4a84f808263737a9801cc59763.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/5e82ac965a2fb41f0af06a5638c1bf48.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/427ee9d0089241b7c40a6f9e5e2c7a4c.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/e421cf8b22055046ac03f4bc77898524.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/2787a7fba33f2cf479adf9c40566a948.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/2371337078580051d80168cd64fb3ee2.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/49fe85b581d4198832e640629277e6e3.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/42ab2518741307c010e104204d150e9e.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/b8de195a71326592fe5997f0f6a4ec2e.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/c2e4f340a3a6d07554a17aa90b0ae54f.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/3904c68eb6bbf1b48049a98e7e439735.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/e1722eaca6356b2af4425e49a3c8a5b1.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/e9087ed3a24f4f1e4f30d52ce4123c82.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/b1bb2ad9cb6b7e7093832e990d6c9bf7.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/718b696d39bcbfabe3f5abd9efa831d7.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/f1cbdb19756532907cf317bd5e5f93da.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/04fb2662509fe724c953ef002b8370a0.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/64f33ab9efaa47bdd9be22567508b74e.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/508c8c62223be228a0e2fc680aa328bb.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/7d751ee48336bc1bff01e3acfe3c8eff.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/9135693d6266ca5497970e4b5364da96.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/d5dbff884dc200e502ea46e943f54957.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/676ca886d7b770c0463e7d22680a861d.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/93ae4193127af4f1ad5253fe2e6f9bea.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/4045646406e24fd9bede45ef0ef14f1c.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/dc799651418d0f2226fd429216cef175.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/d1ab84f3d2153853b07ea7803b8343ed.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/628aaba9aced771c27ada58a74480e00.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/e823129f2cdb1a9d18dbfce447a8b977.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/c86633b5a914a5ef73b62bd92c0e35ed.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/057e1d71163cb81f8e5bf2bf9d817f51.svg not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/801cb062e3427dfca989330959c12747.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/a900fb59a3e03e016083a018cf32f53b.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/5f537602eeff6aec70f5129d3713e995.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/6813d550c46547038091cf81ed89300f.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/8710c149eda822e2cea65d04294fe3b4.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/3418e9e8bf5852ec15a2d0264ebe579f.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/12c77ec4894a7da175e28f117fe3bff5.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/c88b84289f17b0e81c1988491fc25c84.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/ccb6b11702e028c313fb956b9de336fd.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/1dd49eeaa72e19fb4d56c23753b3b84d.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/b705dbd6f0a024ec89a772f117d03d35.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/a3132358f1faea027ca1625099f9f7dc.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/3e882190990e069e12132f641a919251.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/30e52bb9ffee656efa379bf0e0529e64.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/2536c53f4045e72e7743ea61488cbfe4.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/18e7b4966e26864ce01ef329ad418f6f.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/06297c75da79b2043b5d8ded22aa9ddd.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/914c29754b1e299d57eaeaf288b64343.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/3233a6e695537238e8ed78e871916c7b.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/f33f3e7dd5004d485e06539a602afb8e.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/d9f44f5faac1e5afc7dbf39389585d5a.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/9b0f1457b0abb63b9c9bdccc8033e8fb.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/f63a1e9e584774bb47c4474edff1791b.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/4c5a44af44c4aa4164507c3bffde83e9.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/c37a6ee9d094bab66790ad3be81e5039.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/652c8a6ce457422a1297de3fb67fbc35.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/cc68fa85fa4bf1e420cffc0f1859bb95.preload.png not creat                                                                                                                                                             ed: newer or same age version exists
cpio: usr/syno/web/assets/acb27906627a2e78a2eaf77f29f008da.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/f87bfa5184c3fbe48d7a256d64b29328.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/f14250b527a42d4e0676943aa51bf1ed.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/10918506d8c833390fe809e8e3da9e46.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/8415ba881d15dfd2814d63a73e94ed5d.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/e1be3f1a55c03c3e395c0afa27f3d3df.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/86c199aa3683a3f7e6886f50837b8f95.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/8763b5769219c0d03f63fd7d2eb4a0ce.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/f0b98932e1c85f73fea670a64e3200d5.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/dd31e5257bf9b65e1e50e8ff93879d78.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/95a9615f74d941642d8125d6caa0639f.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/23fa5fc465b3120356a41a0ef1d97718.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/bd313f935fb44a57c6860fa43665267f.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/b02f9e3f07196e00365ab151b65b8ab9.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/ee16afb3e2aa1f786e2583c3e947c352.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/cc037ab2a9c4ebecfe92efae2d6de93e.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/73560a855e6ae3b225423f1207c5d906.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/1de815232722c710f26f12946e7be647.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/5d0f1d653efd8f191c79697af160e442.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/4e79a6bb0b196c849dc1f02fc0a37dd7.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/assets/322b327fadf9ffab7e84a963c23ead52.png not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/syno/web/webman/lock_check.cgi not created: newer or same age version                                                                                                                                                              exists
cpio: usr/syno/web/webman/get_state_dual.cgi not created: newer or same age vers                                                                                                                                                             ion exists
cpio: usr/syno/web/webman/get_install_progress.cgi not created: newer or same ag                                                                                                                                                             e version exists
cpio: usr/syno/web/webman/clean_button_flags.cgi not created: newer or same age                                                                                                                                                              version exists
cpio: usr/syno/web/webman/search.cgi not created: newer or same age version exis                                                                                                                                                             ts
cpio: usr/syno/web/webman/get_eula.cgi not created: newer or same age version ex                                                                                                                                                             ists
cpio: usr/syno/web/webman/env.cgi not created: newer or same age version exists
cpio: usr/syno/web/webman/get_state.cgi not created: newer or same age version e                                                                                                                                                             xists
cpio: usr/syno/web/webman/recover.cgi not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/web/webman/uistring.cgi not created: newer or same age version ex                                                                                                                                                             ists
cpio: usr/syno/web/webman/start_telnet.cgi not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/web/webman/reboot.cgi not created: newer or same age version exis                                                                                                                                                             ts
cpio: usr/syno/web/webman/info.cgi not created: newer or same age version exists
cpio: usr/syno/web/webman/index.cgi not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/syno/web/webman/search_result.cgi not created: newer or same age versi                                                                                                                                                             on exists
cpio: usr/syno/web/webman/inform_browser_ts.cgi not created: newer or same age v                                                                                                                                                             ersion exists
cpio: usr/syno/web/webman/install.cgi not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/web/webman/session.cgi not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/web/webman/update_hcl.cgi not created: newer or same age version                                                                                                                                                              exists
cpio: usr/syno/sbin/check_root_junior_match.sh not created: newer or same age ve                                                                                                                                                             rsion exists
cpio: usr/syno/sbin/bootup-smallupdate.sh not created: newer or same age version                                                                                                                                                              exists
cpio: usr/syno/sbin/manutild not created: newer or same age version exists
cpio: usr/syno/sbin/avahi-daemon not created: newer or same age version exists
cpio: usr/syno/sbin/check_rootfs_health.sh not created: newer or same age versio                                                                                                                                                             n exists
cpio: usr/syno/sbin/synoagentregisterd not created: newer or same age version ex                                                                                                                                                             ists
cpio: usr/syno/sbin/syno_oob_fw_upgrade not created: newer or same age version e                                                                                                                                                             xists
cpio: usr/syno/sbin/reset_root_compatiblie_bit.sh not created: newer or same age                                                                                                                                                              version exists
cpio: usr/syno/sbin/installer.sh not created: newer or same age version exists
cpio: usr/syno/sbin/sas_fw_upgrade.sh not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/sbin/upgrade.sh not created: newer or same age version exists
cpio: usr/syno/sbin/make_system_fs.sh not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/syno/sbin/backup_junior_log.sh not created: newer or same age version                                                                                                                                                              exists
cpio: usr/syno/hotplug.d/default/default.hotplug not created: newer or same age                                                                                                                                                              version exists
cpio: usr/share/udhcpc/default.script not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/lib/libmbedcrypto.so not created: newer or same age version exists
cpio: usr/lib/libmsgpackc.so.2.0.0 not created: newer or same age version exists
cpio: usr/lib/libsynocodesign-ng-virtual-junior-wins.so not created: newer or sa                                                                                                                                                             me age version exists
cpio: usr/lib/libgcc_s.so.1 not created: newer or same age version exists
cpio: usr/lib/libuuid.so.1.3.0 not created: newer or same age version exists
cpio: usr/lib/libdl-2.26.so not created: newer or same age version exists
cpio: usr/lib/libuuid.so not created: newer or same age version exists
cpio: usr/lib/modules/ehci-hcd.ko not created: newer or same age version exists
cpio: usr/lib/modules/usb-common.ko not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/lib/modules/i2c-algo-bit.ko not created: newer or same age version exi                                                                                                                                                             sts
cpio: usr/lib/modules/sunrpc.ko not created: newer or same age version exists
cpio: usr/lib/modules/usb-storage.ko not created: newer or same age version exis                                                                                                                                                             ts
cpio: usr/lib/modules/leds-lp3943.ko not created: newer or same age version exis                                                                                                                                                             ts
cpio: usr/lib/modules/nfs.ko not created: newer or same age version exists
cpio: usr/lib/modules/ehci-pci.ko not created: newer or same age version exists
cpio: usr/lib/modules/vfat.ko not created: newer or same age version exists
cpio: usr/lib/modules/xhci-pci.ko not created: newer or same age version exists
cpio: usr/lib/modules/usbcore.ko not created: newer or same age version exists
cpio: usr/lib/modules/hid.ko not created: newer or same age version exists
cpio: usr/lib/modules/nfsv3.ko not created: newer or same age version exists
cpio: usr/lib/modules/ip6_udp_tunnel.ko not created: newer or same age version e                                                                                                                                                             xists
cpio: usr/lib/modules/igb.ko not created: newer or same age version exists
cpio: usr/lib/modules/r8168.ko not created: newer or same age version exists
cpio: usr/lib/modules/adt7475.ko not created: newer or same age version exists
cpio: usr/lib/modules/usbhid.ko not created: newer or same age version exists
cpio: usr/lib/modules/i40e.ko not created: newer or same age version exists
cpio: usr/lib/modules/grace.ko not created: newer or same age version exists
cpio: usr/lib/modules/fat.ko not created: newer or same age version exists
cpio: usr/lib/modules/mpt3sas.ko not created: newer or same age version exists
cpio: usr/lib/modules/syno_hddmon.ko not created: newer or same age version exis                                                                                                                                                             ts
cpio: usr/lib/modules/synobios.ko not created: newer or same age version exists
cpio: usr/lib/modules/phy_alloc_0810_x64.ko not created: newer or same age versi                                                                                                                                                             on exists
cpio: usr/lib/modules/e1000e.ko not created: newer or same age version exists
cpio: usr/lib/modules/mv14xx.ko not created: newer or same age version exists
cpio: usr/lib/modules/cdc-acm.ko not created: newer or same age version exists
cpio: usr/lib/modules/sg.ko not created: newer or same age version exists
cpio: usr/lib/modules/dca.ko not created: newer or same age version exists
cpio: usr/lib/modules/xhci-hcd.ko not created: newer or same age version exists
cpio: usr/lib/modules/lockd.ko not created: newer or same age version exists
cpio: usr/lib/modules/vxlan.ko not created: newer or same age version exists
cpio: usr/lib/modules/pgdrv.ko not created: newer or same age version exists
cpio: usr/lib/modules/udp_tunnel.ko not created: newer or same age version exist                                                                                                                                                             s
cpio: usr/lib/modules/ixgbe.ko not created: newer or same age version exists
cpio: usr/lib/libgcc_s.so not created: newer or same age version exists
cpio: usr/lib/libcurl.so not created: newer or same age version exists
cpio: usr/lib/libexpat.so.1.6.11 not created: newer or same age version exists
cpio: usr/lib/libm-2.26.so not created: newer or same age version exists
cpio: usr/lib/ld-2.26.so not created: newer or same age version exists
cpio: usr/lib/libmbedcrypto.so.5 not created: newer or same age version exists
cpio: usr/lib/libanl.so.1 not created: newer or same age version exists
cpio: usr/lib/libpthread.so.0 not created: newer or same age version exists
cpio: usr/lib/libanl-2.26.so not created: newer or same age version exists
cpio: usr/lib/libnss_dns.so.2 not created: newer or same age version exists
cpio: usr/lib/libsodium.so not created: newer or same age version exists
cpio: usr/lib/libnsl-2.26.so not created: newer or same age version exists
cpio: usr/lib/libstdc++.so.6.0.24 not created: newer or same age version exists
cpio: usr/lib/libcurl.so.4 not created: newer or same age version exists
cpio: usr/lib/libnss_files.so.2 not created: newer or same age version exists
cpio: usr/lib/libc-2.26.so not created: newer or same age version exists
cpio: usr/lib/libmbedx509.so.1 not created: newer or same age version exists
cpio: usr/lib/libnss_dns-2.26.so not created: newer or same age version exists
cpio: usr/lib/modules-load.d/70-network-0003-intel-ixgbe.conf not created: newer                                                                                                                                                              or same age version exists
cpio: usr/lib/modules-load.d/70-network-0000-intel-e1000e.conf not created: newe                                                                                                                                                             r or same age version exists
cpio: usr/lib/modules-load.d/70-network-0001-intel-igb.conf not created: newer o                                                                                                                                                             r same age version exists
cpio: usr/lib/modules-load.d/70-network-0004-intel-i40e.conf not created: newer                                                                                                                                                              or same age version exists
cpio: usr/lib/modules-load.d/70-network-0006-realtek-r8168-driver.conf not creat                                                                                                                                                             ed: newer or same age version exists
cpio: usr/lib/ld-linux-x86-64.so.2 not created: newer or same age version exists
cpio: usr/lib/libcrypt.so.1 not created: newer or same age version exists
cpio: usr/lib/libmbedx509.so not created: newer or same age version exists
cpio: usr/lib/libexpat.so not created: newer or same age version exists
cpio: usr/lib/libutil.so.1 not created: newer or same age version exists
cpio: usr/lib/libmvec.so.1 not created: newer or same age version exists
cpio: usr/lib/i686 not created: newer or same age version exists
cpio: usr/lib/librt-2.26.so not created: newer or same age version exists
cpio: usr/lib/libmvec-2.26.so not created: newer or same age version exists
cpio: usr/lib/libsynocodesign-ng-virtual-junior-wins.so.7 not created: newer or                                                                                                                                                              same age version exists
cpio: usr/lib/libmsgpackc.so not created: newer or same age version exists
cpio: usr/lib/libavahi-core.so.7 not created: newer or same age version exists
cpio: usr/lib/libpthread-2.26.so not created: newer or same age version exists
cpio: usr/lib/libresolv.so.2 not created: newer or same age version exists
cpio: usr/lib/libnsl.so.1 not created: newer or same age version exists
cpio: usr/lib/libcurl.so.4.7.0 not created: newer or same age version exists
cpio: usr/lib/libcrypt-2.26.so not created: newer or same age version exists
cpio: usr/lib/libmsgpackc.so.2 not created: newer or same age version exists
cpio: usr/lib/libstdc++.so.6 not created: newer or same age version exists
cpio: usr/lib/libmbedtls.so.13 not created: newer or same age version exists
cpio: usr/lib/libmbedtls.so not created: newer or same age version exists
cpio: usr/lib/libc.so.6 not created: newer or same age version exists
cpio: usr/lib/librt.so.1 not created: newer or same age version exists
cpio: usr/lib/libuuid.so.1 not created: newer or same age version exists
cpio: usr/lib/libresolv-2.26.so not created: newer or same age version exists
cpio: usr/lib/libnss_files-2.26.so not created: newer or same age version exists
cpio: usr/lib/libutil-2.26.so not created: newer or same age version exists
cpio: usr/lib/libdl.so.2 not created: newer or same age version exists
cpio: usr/lib/libm.so.6 not created: newer or same age version exists
cpio: usr/lib/libavahi-common.so.3 not created: newer or same age version exists
cpio: usr/lib/libexpat.so.1 not created: newer or same age version exists
cpio: usr/lib64 not created: newer or same age version exists
cpio: usr/bin/mount not created: newer or same age version exists
cpio: usr/bin/env not created: newer or same age version exists
cpio: usr/bin/test not created: newer or same age version exists
cpio: usr/bin/cp not created: newer or same age version exists
cpio: usr/bin/ls not created: newer or same age version exists
cpio: usr/bin/chmod not created: newer or same age version exists
cpio: usr/bin/chgrp not created: newer or same age version exists
cpio: usr/bin/sh not created: newer or same age version exists
cpio: usr/bin/date not created: newer or same age version exists
cpio: usr/bin/xzcat not created: newer or same age version exists
cpio: usr/bin/echo not created: newer or same age version exists
cpio: usr/bin/more not created: newer or same age version exists
cpio: usr/bin/cksum not created: newer or same age version exists
cpio: usr/bin/ipcalc not created: newer or same age version exists
cpio: usr/bin/kill not created: newer or same age version exists
cpio: usr/bin/synodd not created: newer or same age version exists
cpio: usr/bin/touch not created: newer or same age version exists
cpio: usr/bin/false not created: newer or same age version exists
cpio: usr/bin/netstat not created: newer or same age version exists
cpio: usr/bin/gunzip not created: newer or same age version exists
cpio: usr/bin/vi not created: newer or same age version exists
cpio: usr/bin/busybox not created: newer or same age version exists
cpio: usr/bin/du not created: newer or same age version exists
cpio: usr/bin/top not created: newer or same age version exists
cpio: usr/bin/printf not created: newer or same age version exists
cpio: usr/bin/get_key_value not created: newer or same age version exists
cpio: usr/bin/killall not created: newer or same age version exists
cpio: usr/bin/mkdir not created: newer or same age version exists
cpio: usr/bin/[[ not created: newer or same age version exists
cpio: usr/bin/seq not created: newer or same age version exists
cpio: usr/bin/sort not created: newer or same age version exists
cpio: usr/bin/ftpget not created: newer or same age version exists
cpio: usr/bin/ps not created: newer or same age version exists
cpio: usr/bin/nslookup not created: newer or same age version exists
cpio: usr/bin/egrep not created: newer or same age version exists
cpio: usr/bin/ln not created: newer or same age version exists
cpio: usr/bin/dd not created: newer or same age version exists
cpio: usr/bin/chattr not created: newer or same age version exists
cpio: usr/bin/df not created: newer or same age version exists
cpio: usr/bin/cat not created: newer or same age version exists
cpio: usr/bin/xargs not created: newer or same age version exists
cpio: usr/bin/dirname not created: newer or same age version exists
cpio: usr/bin/minissdpd not created: newer or same age version exists
cpio: usr/bin/free not created: newer or same age version exists
cpio: usr/bin/true not created: newer or same age version exists
cpio: usr/bin/uptime not created: newer or same age version exists
cpio: usr/bin/cut not created: newer or same age version exists
cpio: usr/bin/grep not created: newer or same age version exists
cpio: usr/bin/umount not created: newer or same age version exists
cpio: usr/bin/sync not created: newer or same age version exists
cpio: usr/bin/uname not created: newer or same age version exists
cpio: usr/bin/tail not created: newer or same age version exists
cpio: usr/bin/yes not created: newer or same age version exists
cpio: usr/bin/curl not created: newer or same age version exists
cpio: usr/bin/dnsdomainname not created: newer or same age version exists
cpio: usr/bin/dmesg not created: newer or same age version exists
cpio: usr/bin/lsattr not created: newer or same age version exists
cpio: usr/bin/chown not created: newer or same age version exists
cpio: usr/bin/unxz not created: newer or same age version exists
cpio: usr/bin/mv not created: newer or same age version exists
cpio: usr/bin/wc not created: newer or same age version exists
cpio: usr/bin/pwd not created: newer or same age version exists
cpio: usr/bin/mknod not created: newer or same age version exists
cpio: usr/bin/tar not created: newer or same age version exists
cpio: usr/bin/basename not created: newer or same age version exists
cpio: usr/bin/expr not created: newer or same age version exists
cpio: usr/bin/fgrep not created: newer or same age version exists
cpio: usr/bin/ping not created: newer or same age version exists
cpio: usr/bin/xz not created: newer or same age version exists
cpio: usr/bin/ash not created: newer or same age version exists
cpio: usr/bin/logger not created: newer or same age version exists
cpio: usr/bin/tee not created: newer or same age version exists
cpio: usr/bin/resize not created: newer or same age version exists
cpio: usr/bin/sleep not created: newer or same age version exists
cpio: usr/bin/nbnsd not created: newer or same age version exists
cpio: usr/bin/hostname not created: newer or same age version exists
cpio: usr/bin/wget not created: newer or same age version exists
cpio: usr/bin/login not created: newer or same age version exists
cpio: usr/bin/head not created: newer or same age version exists
cpio: usr/bin/zcat not created: newer or same age version exists
cpio: usr/bin/rmdir not created: newer or same age version exists
cpio: usr/bin/[ not created: newer or same age version exists
cpio: usr/bin/rm not created: newer or same age version exists
cpio: usr/bin/arch not created: newer or same age version exists
cpio: usr/sbin/mkfs.ext3 not created: newer or same age version exists
cpio: usr/sbin/httpd not created: newer or same age version exists
cpio: usr/sbin/lsmod not created: newer or same age version exists
cpio: usr/sbin/udhcpc not created: newer or same age version exists
cpio: usr/sbin/mkfs.ext4 not created: newer or same age version exists
cpio: usr/sbin/nvme not created: newer or same age version exists
cpio: usr/sbin/halt not created: newer or same age version exists
cpio: usr/sbin/poweroff not created: newer or same age version exists
cpio: usr/sbin/sfdisk not created: newer or same age version exists
cpio: usr/sbin/getty not created: newer or same age version exists
cpio: usr/sbin/switch_root not created: newer or same age version exists
cpio: usr/sbin/hotplug not created: newer or same age version exists
cpio: usr/sbin/mke2fsck not created: newer or same age version exists
cpio: usr/sbin/burnin_test not created: newer or same age version exists
cpio: usr/sbin/swapoff not created: newer or same age version exists
cpio: usr/sbin/inetd not created: newer or same age version exists
cpio: usr/sbin/reboot not created: newer or same age version exists
cpio: usr/sbin/mkswap not created: newer or same age version exists
cpio: usr/sbin/fsck.ext3 not created: newer or same age version exists
cpio: usr/sbin/memtester not created: newer or same age version exists
cpio: usr/sbin/arping not created: newer or same age version exists
cpio: usr/sbin/fdisk not created: newer or same age version exists
cpio: usr/sbin/telnetd not created: newer or same age version exists
cpio: usr/sbin/insmod not created: newer or same age version exists
cpio: usr/sbin/route not created: newer or same age version exists
cpio: usr/sbin/rmmod not created: newer or same age version exists
cpio: usr/sbin/chroot not created: newer or same age version exists
cpio: usr/sbin/socket_client not created: newer or same age version exists
cpio: usr/sbin/ip not created: newer or same age version exists
cpio: usr/sbin/e2fsck not created: newer or same age version exists
cpio: usr/sbin/ifconfig not created: newer or same age version exists
cpio: usr/sbin/arp not created: newer or same age version exists
cpio: usr/sbin/klogd not created: newer or same age version exists
cpio: usr/sbin/sparted not created: newer or same age version exists
cpio: usr/sbin/syno_memtester.sh not created: newer or same age version exists
cpio: usr/sbin/swapon not created: newer or same age version exists
cpio: usr/sbin/mke2fs not created: newer or same age version exists
cpio: usr/sbin/init not created: newer or same age version exists
cpio: usr/sbin/mdadm not created: newer or same age version exists
cpio: usr/sbin/raidtool not created: newer or same age version exists
cpio: usr/sbin/remote_command.sh not created: newer or same age version exists
cpio: usr/sbin/fsck.ext4 not created: newer or same age version exists
cpio: usr/sbin/dnsd not created: newer or same age version exists
cpio: usr/sbin/socket_server not created: newer or same age version exists
cpio: usr/sbin/syslogd not created: newer or same age version exists
cpio: etc.defaults not created: newer or same age version exists
42517 blocks
The new smallupdate version will be  : 7.0.1-42218-4
Do you want to use this for the loader ? [yY/nN] : y
Recreating ramdisk
46005 blocks
Adding fake sign
1+0 records in
1+0 records out
68 bytes copied, 2.2627e-05 s, 3.0 MB/s
Putting ramdisk back to the loader partition sdk1
Removing temp ramdisk space
Done
Saving user session for future use. Saving current extensions cat: '/home/tc/red                                                                                                                                                             pill-load/custom/extensions/*/*json': No such file or directory
 -> OK !
Saving current user_config.json  -> OK !
root@box:/home/tc# sudo reboot

 

Link to comment
Share on other sites

I re-inserted the old USB flash drive with tc. The network started working, loaded into xpenology, pings begin to go to a static address, then stop due to the fact that xpenlogy turns off physically.Shutdown happens when I try to open the web.

Edited by aportnov
Link to comment
Share on other sites

How can i check is HW acceleration works? I have Intel 6-gen and i didn`t see "/dev/dri" device. I`m not sure but on 918+ i think i had it...

 

0000:00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:1912] (rev 06)
        DeviceName:  Onboard IGD
        Subsystem: ASUSTeK Computer Inc. Device [1043:8694]

 

so i haven`t kernel module for my iGPU.

 

Edited by shibby
Link to comment
Share on other sites

6 hours ago, shibby said:

How can i check is HW acceleration works? I have Intel 6-gen and i didn`t see "/dev/dri" device. I`m not sure but on 918+ i think i had it...

 

0000:00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:1912] (rev 06)
        DeviceName:  Onboard IGD
        Subsystem: ASUSTeK Computer Inc. Device [1043:8694]

 

so i haven`t kernel module for my iGPU.

 

 

That support is not available on the DS3622xs+ platform.

https://xpenology.com/forum/topic/61634-dsm-7x-loaders-and-platforms/

 

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

After much ado, 5 days of fighting, Gave up on DVA with LSI i am running ds3622 with my  sata controller turned off, and LSI with 16 disk use the maxdisks=16 but it only show two disk 

Asrock E3C242D4U

i9-9900k

LSI-9211-8i IT mode

16 10TB HGST

 

 

Link to comment
Share on other sites

41 minutes ago, medric said:

After much ado, 5 days of fighting, Gave up on DVA with LSI i am running ds3622 with my  sata controller turned off, and LSI with 16 disk use the maxdisks=16 but it only show two disk 

Asrock E3C242D4U

i9-9900k

LSI-9211-8i IT mode

16 10TB HGST

 

 

 

 

Do you have a rare and good motherboard? envious.


Please see the post below where I mentioned HBA controllers in the past.

 

Also, when booting your LSI MPT2SAS BIOS, is the number of disks displayed on the monitor also 2?

 

Can you attach screenshots, etc.?

 

 

Link to comment
Share on other sites

58 minutes ago, medric said:

After much ado, 5 days of fighting, Gave up on DVA with LSI i am running ds3622 with my  sata controller turned off, and LSI with 16 disk use the maxdisks=16 but it only show two disk 

Asrock E3C242D4U

i9-9900k

LSI-9211-8i IT mode

16 10TB HGST

 

 

 

Are you also using 2 HBA controllers?
This topic describes a similar issue where some disks were not visible when using two HBA controllers.
I don't think the conclusion is clear, but I don't know if it will help.

 

 

Link to comment
Share on other sites

23 minutes ago, Peter Suh said:

 

 

Do you have a rare and good motherboard? envious.


Please see the post below where I mentioned HBA controllers in the past.

 

Also, when booting your LSI MPT2SAS BIOS, is the number of disks displayed on the monitor also 2?

 

Can you attach screenshots, etc.?

 

 

 

Thanks for the reply very much apricated switched to another board to see if it would make a difference but no it did not

only 1 LSI 9211-8i sas and chenbro sas expander

It put only 8 disk and it shows up in the LSI and under dmesg it shows up but only 2 disk show up in dsm gui.

only thing I an see is 

[    1.097870] <redpill/cmdline_delegate.c:429> Param #10: |maxdisks=16|
[    1.098047] <redpill/cmdline_delegate.c:324> Option "maxdisks=16" not recognized - ignoring

 

Spoiler

admin@test:/$ 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@build13) (gcc version 8.5.0 (GCC) ) #42661 SMP Fri Apr 1 15:33:00 CST 2022
[    0.000000] Command line: console=ttyS0,115200n8 earlyprintk log_buf_len=32M earlycon=uart8250,io,0x3f8,115200n8 elevator=elevator root=/dev/md0 loglevel=15 syno_hw_version=DS3622xs+ netif_num=0 pid=0x5500 maxdisks=16 syno_port_thaw=1 sn=2150SQRCE859G vid=0x13fe HddHotplug=0 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0
[    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 0x0000000000000400-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000db771fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db772000-0x00000000dc0b3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc0b4000-0x00000000dc0c3fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dc0c4000-0x00000000dc1eafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dc1eb000-0x00000000dc67ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc680000-0x00000000dc680fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dc681000-0x00000000dc6c3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dc6c4000-0x00000000dcffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd800000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081e5fffff] 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.7 present.
[    0.000000] DMI: PCnet DQ77MK/DQ77MK, BIOS MKQ7710H.86A.0072.2017.0519.1347 05/19/2017
[    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 = 0x81e600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-D7FFF write-protect
[    0.000000]   D8000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 800000000 write-back
[    0.000000]   1 base 800000000 mask FE0000000 write-back
[    0.000000]   2 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   3 base 0DE000000 mask FFE000000 uncachable
[    0.000000]   4 base 0DD800000 mask FFF800000 uncachable
[    0.000000]   5 base 81F000000 mask FFF000000 uncachable
[    0.000000]   6 base 81E800000 mask FFF800000 uncachable
[    0.000000]   7 base 81E600000 mask FFFE00000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] e820: update [mem 0xdd800000-0xffffffff] usable ==> reserved
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000000] e820: last_pfn = 0xdd000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd8d0-0x000fd8df] mapped at [ffff8800000fd8d0]
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 28672
[    0.000000] BRK [0x81b355000, 0x81b355fff] PGTABLE
[    0.000000] BRK [0x81b356000, 0x81b356fff] PGTABLE
[    0.000000] BRK [0x81b357000, 0x81b357fff] PGTABLE
[    0.000000] BRK [0x81b358000, 0x81b358fff] PGTABLE
[    0.000000] BRK [0x81b359000, 0x81b359fff] PGTABLE
[    0.000000] BRK [0x81b35a000, 0x81b35afff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 1043372(99%)
[    0.000000] RAMDISK: [mem 0x818f01000-0x81a7fffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 INTEL )
[    0.000000] ACPI: XSDT 0x00000000DC0B8078 00006C (v01 INTEL  DQ77MK   00000048 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DC0C2178 00010C (v05 INTEL  DQ77MK   00000048 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DC0B8170 00A004 (v02 INTEL  DQ77MK   00000048 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000DC1E9080 000040
[    0.000000] ACPI: APIC 0x00000000DC0C2288 000092 (v03 INTEL  DQ77MK   00000048 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DC0C2320 000044 (v01 INTEL  DQ77MK   00000048 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000DC0C2368 00003C (v01 INTEL  DQ77MK   00000048 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DC0C23A8 000038 (v01 INTEL  DQ77MK   00000048 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DC0C23E0 00036D (v01 INTEL  DQ77MK   00000048 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DC0C2750 0009AA (v01 INTEL  DQ77MK   00000048 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DC0C3100 000B22 (v01 INTEL  DQ77MK   00000048 INTL 20051117)
[    0.000000] ACPI: ASF! 0x00000000DC0C3C28 0000A5 (v32 INTEL  DQ77MK   00000048 TFSM 000F4240)
[    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-0x000000081e5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.000000]   node   0: [mem 0x0000000040005000-0x00000000db771fff]
[    0.000000]   node   0: [mem 0x00000000dc680000-0x00000000dc680fff]
[    0.000000]   node   0: [mem 0x00000000dc6c4000-0x00000000dcffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000081e5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081e5fffff]
[    0.000000] On node 0 totalpages: 8365130
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14011 pages used for memmap
[    0.000000]   DMA32 zone: 896686 pages, LIFO batch:31
[    0.000000]   Normal zone: 116632 pages used for memmap
[    0.000000]   Normal zone: 7464448 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at [mem 0xdda00000-0xdf9fffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, 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 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb772000-0xdc0b3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc0b4000-0xdc0c3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc0c4000-0xdc1eafff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc1eb000-0xdc67ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc681000-0xdc6c3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdd7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd800000-0xdf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdfa00000-0xf7ffffff] 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:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88081c200000 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 6 7
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8234401
[    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk log_buf_len=32M earlycon=uart8250,io,0x3f8,115200n8 elevator=elevator root=/dev/md0 loglevel=15 syno_hw_version=DS3622xs+ netif_num=0 pid=0x5500 maxdisks=16 syno_port_thaw=1 sn=############## vid=0x13fe HddHotplug=0 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0
[    0.000000] Synology Hardware Version: DS3622xs+
[    0.000000] Internal netif num: 0
[    0.000000] Serial Number: ############
[    0.000000] SYNO GPIO HDD detect pin: 0
[    0.000000] Vender format version: 2
[    0.000000] Power on seq num: 0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Memory: 32749600K/33460520K available (5535K kernel code, 880K rwdata, 1776K rodata, 928K init, 1568K bss, 710920K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:4352 nr_irqs:488 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: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3392.161 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.32 BogoMIPS (lpj=3392161)
[    0.000274] pid_max: default: 32768 minimum: 301
[    0.000395] ACPI: Core revision 20150930
[    0.009146] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.009339] Security Framework initialized
[    0.009446] AppArmor: AppArmor initialized
[    0.009558] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.009727] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.010352] Initializing cgroup subsys io
[    0.010456] Initializing cgroup subsys memory
[    0.010570] Initializing cgroup subsys devices
[    0.010681] Initializing cgroup subsys freezer
[    0.010817] CPU: Physical Processor ID: 0
[    0.010917] CPU: Processor Core ID: 0
[    0.011593] CPU0: Thermal monitoring enabled (TM1)
[    0.011717] process: using mwait in idle threads
[    0.011833] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.011969] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.012124] Speculative Store Bypass: Vulnerable
[    0.012947] Freeing SMP alternatives memory: 24K
[    0.013213] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.013813] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.023966] TSC deadline timer enabled
[    0.024063] smpboot: CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.024340] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.024638] ... version:                3
[    0.024738] ... bit width:              48
[    0.024840] ... generic registers:      4
[    0.024940] ... value mask:             0000ffffffffffff
[    0.025073] ... max period:             00007fffffffffff
[    0.025204] ... fixed-purpose events:   3
[    0.025304] ... event mask:             000000070000000f
[    0.025789] x86: Booting SMP configuration:
[    0.025895] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.050238] x86: Booted up 1 node, 8 CPUs
[    0.050352] smpboot: Total of 8 processors activated (54274.57 BogoMIPS)
[    0.061545] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.062048] devtmpfs: initialized
[    0.062500] PM: Registering ACPI NVS region [mem 0xdc0c4000-0xdc1eafff] (1208320 bytes)
[    0.062712] PM: Registering ACPI NVS region [mem 0xdc681000-0xdc6c3fff] (274432 bytes)
[    0.063007] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.063249] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.063674] NET: Registered protocol family 16
[    0.070424] cpuidle: using governor ladder
[    0.075432] cpuidle: using governor menu
[    0.075639] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.075824] ACPI: bus type PCI registered
[    0.076006] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.076232] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.076479] PCI: Using configuration type 1 for base access
[    0.076966] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.084864] ACPI: Added _OSI(Module Device)
[    0.084972] ACPI: Added _OSI(Processor Device)
[    0.085082] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.085199] ACPI: Added _OSI(Processor Aggregator Device)
[    0.089207] ACPI: Executed 1 blocks of module-level executable AML code
[    0.092828] ACPI: Dynamic OEM Table Load:
[    0.092946] ACPI: SSDT 0xFFFF8807F581D000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.093883] ACPI: Dynamic OEM Table Load:
[    0.093998] ACPI: SSDT 0xFFFF88081BACA400 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.094831] ACPI: Dynamic OEM Table Load:
[    0.094944] ACPI: SSDT 0xFFFF8807F556D600 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.097187] ACPI: Interpreter enabled
[    0.097296] ACPI: (supports S0 S4 S5)
[    0.097388] ACPI: Using IOAPIC for interrupt routing
[    0.097557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.106624] ACPI: Power Resource [FN00] (off)
[    0.106840] ACPI: Power Resource [FN01] (off)
[    0.107053] ACPI: Power Resource [FN02] (off)
[    0.107262] ACPI: Power Resource [FN03] (off)
[    0.107472] ACPI: Power Resource [FN04] (off)
[    0.108321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.108478] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.108964] acpi PNP0A08:00: _OSC: platform does not support [PME]
[    0.109281] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.109443] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.109973] PCI host bridge to bus 0000:00
[    0.110078] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.110245] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.110412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.110596] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.110781] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.110964] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.111147] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.111330] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window]
[    0.111514] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.111659] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.111936] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.112128] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.112338] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.112535] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000
[    0.112699] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.112874] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.113055] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.113367] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.113557] pci 0000:00:14.0: reg 0x10: [mem 0xf7e20000-0xf7e2ffff 64bit]
[    0.113797] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.114014] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.114206] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.114390] pci 0000:00:16.0: reg 0x10: [mem 0xf7e37000-0xf7e3700f 64bit]
[    0.114634] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.114888] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
[    0.115069] pci 0000:00:16.3: reg 0x10: [io  0xf080-0xf087]
[    0.115218] pci 0000:00:16.3: reg 0x14: [mem 0xf7e35000-0xf7e35fff]
[    0.115550] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[    0.115728] pci 0000:00:19.0: reg 0x10: [mem 0xf7e00000-0xf7e1ffff]
[    0.115890] pci 0000:00:19.0: reg 0x14: [mem 0xf7e34000-0xf7e34fff]
[    0.116056] pci 0000:00:19.0: reg 0x18: [io  0xf060-0xf07f]
[    0.116253] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.116463] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.116653] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.116835] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e33000-0xf7e333ff]
[    0.117075] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.117302] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.117496] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.117776] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.117998] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.118200] pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400
[    0.118439] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.118652] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    0.118843] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.119026] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e32000-0xf7e323ff]
[    0.119269] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.119497] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.119685] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.119952] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.120138] pci 0000:00:1f.0: [8086:1e47] type 00 class 0x060100
[    0.120502] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.120672] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e31000-0xf7e310ff 64bit]
[    0.120863] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.121159] pci 0000:01:00.0: [1000:0072] type 00 class 0x010700
[    0.121332] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.121478] pci 0000:01:00.0: reg 0x14: [mem 0xf7dc0000-0xf7dc3fff 64bit]
[    0.121654] pci 0000:01:00.0: reg 0x1c: [mem 0xf7d80000-0xf7dbffff 64bit]
[    0.121830] pci 0000:01:00.0: reg 0x30: [mem 0xf7d00000-0xf7d7ffff pref]
[    0.122024] pci 0000:01:00.0: supports D1 D2
[    0.122145] pci 0000:01:00.0: reg 0x174: [mem 0x00000000-0x00003fff 64bit]
[    0.122316] pci 0000:01:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0003ffff 64bit] (contains BAR0 for 16 VFs)
[    0.122560] pci 0000:01:00.0: reg 0x17c: [mem 0x00000000-0x0003ffff 64bit]
[    0.122729] pci 0000:01:00.0: VF(n) BAR2 space: [mem 0x00000000-0x003fffff 64bit] (contains BAR2 for 16 VFs)
[    0.125339] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.125465] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.125617] pci 0000:00:01.0:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.125853] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.126081] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[    0.126330] pci 0000:03:00.0: reg 0x10: [mem 0xf7c00000-0xf7c1ffff]
[    0.126534] pci 0000:03:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.126699] pci 0000:03:00.0: reg 0x1c: [mem 0xf7c20000-0xf7c23fff]
[    0.127052] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.127271] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.129440] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.129568] pci 0000:00:1c.6:   bridge window [io  0xd000-0xdfff]
[    0.129721] pci 0000:00:1c.6:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.129993] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.130169] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.130377] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.130590] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.130815] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.131039] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.131263] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.131487] pci 0000:00:1e.0:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    0.131714] pci 0000:00:1e.0:   bridge window [mem 0xdfa00000-0xfeafffff window] (subtractive decode)
[    0.131963] pci_bus 0000:00: on NUMA node 0
[    0.132072] pci 0000:00:01.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  128
[    0.132282] pci 0000:01:00.0: Max Payload Size set to  256/4096 (was  256), Max Read Rq  512
[    0.132497] pci 0000:00:1c.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.132710] pci 0000:00:1c.6: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.132934] pci 0000:03:00.0: Max Payload Size set to  128/ 256 (was  128), Max Read Rq  512
[    0.133884] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[    0.134202] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.134520] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15), disabled.
[    0.134830] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15), disabled.
[    0.135140] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15), disabled.
[    0.135448] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.135768] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.136086] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15), disabled.
[    0.136627] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.136879] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.137020] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.137226] vgaarb: loaded
[    0.137297] vgaarb: bridge control possible 0000:00:02.0
[    0.137522] SCSI subsystem initialized
[    0.137677] libata version 3.00 loaded.
[    0.137813] pps_core: LinuxPPS API ver. 1 registered
[    0.137936] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.138162] PTP clock support registered
[    0.138329] EDAC MC: Ver: 3.0.0
[    0.138579] PCI: Using ACPI for IRQ routing
[    0.140485] PCI: pci_cache_line_size set to 64 bytes
[    0.140678] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.140826] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.140974] e820: reserve RAM buffer [mem 0xdb772000-0xdbffffff]
[    0.141121] e820: reserve RAM buffer [mem 0xdc681000-0xdfffffff]
[    0.141269] e820: reserve RAM buffer [mem 0xdd000000-0xdfffffff]
[    0.141417] e820: reserve RAM buffer [mem 0x81e600000-0x81fffffff]
[    0.141852] clocksource: Switched to clocksource hpet
[    0.151472] AppArmor: AppArmor Filesystem Enabled
[    0.151657] pnp: PnP ACPI init
[    0.151884] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.152052] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.152321] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.152471] system 00:01: [io  0x1100-0x110f] has been reserved
[    0.152617] system 00:01: [io  0xffff] has been reserved
[    0.152749] system 00:01: [io  0xffff] has been reserved
[    0.152907] system 00:01: [io  0x0400-0x0453] has been reserved
[    0.153054] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.153200] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.153346] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.153494] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.153692] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.153953] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.154104] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.154426] system 00:04: [io  0x0a30-0x0a4f] has been reserved
[    0.154575] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.154722] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155138] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.155289] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155836] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.156033] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.156196] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.156359] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.156522] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.156684] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.156869] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.157032] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.157195] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.157358] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.157529] system 00:06: [mem 0xdfa00000-0xdfa00fff] has been reserved
[    0.157693] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.158070] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
[    0.158236] system 00:07: [mem 0x40004000-0x40004fff] has been reserved
[    0.158399] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.158601] pnp: PnP ACPI: found 8 devices
[    0.165598] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.165887] pci 0000:01:00.0: BAR 9: no space for [mem size 0x00400000 64bit]
[    0.166063] pci 0000:01:00.0: BAR 9: failed to assign [mem size 0x00400000 64bit]
[    0.166247] pci 0000:01:00.0: BAR 7: no space for [mem size 0x00040000 64bit]
[    0.166422] pci 0000:01:00.0: BAR 7: failed to assign [mem size 0x00040000 64bit]
[    0.166605] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.166730] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.166907] pci 0000:00:01.0:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.167077] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.167216] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.167341] pci 0000:00:1c.6:   bridge window [io  0xd000-0xdfff]
[    0.167496] pci 0000:00:1c.6:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.167671] pci 0000:00:1e.0: PCI bridge to [bus 04]
[    0.167807] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.168057] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.168210] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.168362] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.168531] pci_bus 0000:00: resource 7 [mem 0x000d8000-0x000dbfff window]
[    0.168699] pci_bus 0000:00: resource 8 [mem 0x000dc000-0x000dffff window]
[    0.168894] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff window]
[    0.169063] pci_bus 0000:00: resource 10 [mem 0x000e4000-0x000e7fff window]
[    0.169233] pci_bus 0000:00: resource 11 [mem 0xdfa00000-0xfeafffff window]
[    0.169404] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.169542] pci_bus 0000:01: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.169696] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.169834] pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.170018] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.170170] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.170323] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.170491] pci_bus 0000:04: resource 7 [mem 0x000d8000-0x000dbfff window]
[    0.170660] pci_bus 0000:04: resource 8 [mem 0x000dc000-0x000dffff window]
[    0.170828] pci_bus 0000:04: resource 9 [mem 0x000e0000-0x000e3fff window]
[    0.171024] pci_bus 0000:04: resource 10 [mem 0x000e4000-0x000e7fff window]
[    0.171195] pci_bus 0000:04: resource 11 [mem 0xdfa00000-0xfeafffff window]
[    0.171404] NET: Registered protocol family 2
[    0.171674] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.172386] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.172696] TCP: Hash tables configured (established 262144 bind 65536)
[    0.172908] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.173166] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.173478] NET: Registered protocol family 1
[    0.173604] pci 0000:00:02.0: Video device with shadowed ROM
[    0.174433] PCI: CLS mismatch (64 != 32), using 64 bytes
[    1.067910] Trying to unpack rootfs image as initramfs...
[    1.087937] Freeing initrd memory: 25596K
[    1.089596] redpill: loading out-of-tree module taints kernel.
[    1.089820] redpill: module verification failed: signature and/or required key missing - tainting kernel
[    1.090371] <redpill/redpill_main.c:45> ================================================================================================
[    1.090669] <redpill/redpill_main.c:46> RedPill v0.5-at-2022_07_14-02_25_59 loading...
[    1.092894] <redpill/call_protected.c:83> Got addr ffffffff811f8be0 for cmdline_proc_show
[    1.093099] <redpill/cmdline_delegate.c:350> Cmdline count: 315
[    1.093248] <redpill/cmdline_delegate.c:417> Cmdline: console=ttyS0,115200n8 earlyprintk log_buf_len=32M earlycon=uart8250,io,0x3f8,115200n8 elevator=elevator root=/dev/md0 loglevel=15 syno_hw_version=DS3622xs+ netif_num=0 pid=0x5500 maxdisks=16 syno_port_thaw=1 sn=2150SQRCE859G vid=0x13fe HddHotplug=0 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0

[    1.094078] <redpill/cmdline_delegate.c:429> Param #0: |console=ttyS0,115200n8|
[    1.094257] <redpill/cmdline_delegate.c:324> Option "console=ttyS0,115200n8" not recognized - ignoring
[    1.094483] <redpill/cmdline_delegate.c:429> Param #1: |earlyprintk|
[    1.094639] <redpill/cmdline_delegate.c:324> Option "earlyprintk" not recognized - ignoring
[    1.094842] <redpill/cmdline_delegate.c:429> Param #2: |log_buf_len=32M|
[    1.095026] <redpill/cmdline_delegate.c:324> Option "log_buf_len=32M" not recognized - ignoring
[    1.095237] <redpill/cmdline_delegate.c:429> Param #3: |earlycon=uart8250,io,0x3f8,115200n8|
[    1.095442] <redpill/cmdline_delegate.c:324> Option "earlycon=uart8250,io,0x3f8,115200n8" not recognized - ignoring
[    1.095694] <redpill/cmdline_delegate.c:429> Param #4: |elevator=elevator|
[    1.095862] <redpill/cmdline_delegate.c:324> Option "elevator=elevator" not recognized - ignoring
[    1.096099] <redpill/cmdline_delegate.c:429> Param #5: |root=/dev/md0|
[    1.096259] <redpill/cmdline_delegate.c:324> Option "root=/dev/md0" not recognized - ignoring
[    1.096466] <redpill/cmdline_delegate.c:429> Param #6: |loglevel=15|
[    1.096622] <redpill/cmdline_delegate.c:324> Option "loglevel=15" not recognized - ignoring
[    1.096825] <redpill/cmdline_delegate.c:429> Param #7: |syno_hw_version=DS3622xs+|
[    1.097030] <redpill/cmdline_delegate.c:26> HW version set to: DS3622xs+
[    1.097194] <redpill/cmdline_delegate.c:429> Param #8: |netif_num=0|
[    1.097350] <redpill/cmdline_delegate.c:229> You specified no network interfaces ("netif_num==0")
[    1.097565] <redpill/cmdline_delegate.c:429> Param #9: |pid=0x5500|
[    1.097720] <redpill/cmdline_delegate.c:142> PID override: 0x5500
[    1.097870] <redpill/cmdline_delegate.c:429> Param #10: |maxdisks=16|
[    1.098047] <redpill/cmdline_delegate.c:324> Option "maxdisks=16" not recognized - ignoring
[    1.098249] <redpill/cmdline_delegate.c:429> Param #11: |syno_port_thaw=1|
[    1.098418] <redpill/cmdline_delegate.c:211> Port thaw set to: 1
[    1.098565] <redpill/cmdline_delegate.c:429> Param #12: |sn=############|
[    1.098734] <redpill/cmdline_delegate.c:45> S/N set to: #############
[    1.098907] <redpill/cmdline_delegate.c:429> Param #13: |vid=0x13fe|
[    1.099064] <redpill/cmdline_delegate.c:108> VID override: 0x13fe
[    1.099214] <redpill/cmdline_delegate.c:429> Param #14: |HddHotplug=0|
[    1.099374] <redpill/cmdline_delegate.c:324> Option "HddHotplug=0" not recognized - ignoring
[    1.099579] <redpill/cmdline_delegate.c:429> Param #15: |syno_hdd_detect=0|
[    1.099750] <redpill/cmdline_delegate.c:324> Option "syno_hdd_detect=0" not recognized - ignoring
[    1.099984] <redpill/cmdline_delegate.c:429> Param #16: |vender_format_version=2|
[    1.100167] <redpill/cmdline_delegate.c:324> Option "vender_format_version=2" not recognized - ignoring
[    1.100395] <redpill/cmdline_delegate.c:429> Param #17: |syno_hdd_powerup_seq=0|
[    1.100575] <redpill/cmdline_delegate.c:324> Option "syno_hdd_powerup_seq=0" not recognized - ignoring
[    1.100801] <redpill/cmdline_delegate.c:388> Add cmdline blacklist "vid=" @ 0
[    1.100997] <redpill/cmdline_delegate.c:389> Add cmdline blacklist "pid=" @ 1
[    1.101171] <redpill/cmdline_delegate.c:390> Add cmdline blacklist "mfg" @ 2
[    1.101343] <redpill/cmdline_delegate.c:391> Add cmdline blacklist "dom_szmax=" @ 3
[    1.101529] <redpill/cmdline_delegate.c:392> Add cmdline blacklist "elevator=" @ 4
[    1.101714] <redpill/cmdline_delegate.c:393> Add cmdline blacklist "loglevel=" @ 5
[    1.101917] <redpill/cmdline_delegate.c:394> Add cmdline blacklist "log_buf_len=" @ 6
[    1.102108] <redpill/cmdline_delegate.c:395> Add cmdline blacklist "earlyprintk" @ 7
[    1.102296] <redpill/cmdline_delegate.c:396> Add cmdline blacklist "syno_port_thaw=" @ 8
[    1.102493] <redpill/cmdline_delegate.c:450> CmdLine processed successfully, tokens=18
[    1.102686] <redpill/runtime_config.c:187> Found platform definition for "DS3622xs+"
[    1.102874] <redpill/runtime_config.c:198> Validating runtime config...
[    1.103055] <redpill/runtime_config.c:48> Configured boot device type to USB
[    1.103227] <redpill/runtime_config.c:133> Number of defined interfaces ("netif_num=") is not specified or empty
[    1.103473] <redpill/runtime_config.c:138> No MAC addressed are specified - use "macs=" or "mac1="..."mac4=" to set them
[    1.103735] <redpill/runtime_config.c:206> Config validation resulted in OK
[    1.103924] <redpill/runtime_config.c:224> Runtime config populated
[    1.104077] <redpill/uart_fixer.c:72> Registering UART fixer shim
[    1.109773] <redpill/call_protected.c:107> Got addr ffffffff8192c752 for early_serial_setup
[    1.109996] <redpill/uart_fixer.c:54> Fixed muted ttyS0 to hw port @ 3f8
[    1.110160] <redpill/uart_fixer.c:86> Successfully registered UART fixer shim
[    1.110334] <redpill/scsi_notifier.c:164> Registering SCSI device notifier
[    1.110503] <redpill/scsi_notifier.c:182> The sd driver is not ready to dispatch SCSI device notifier events - awaiting driver
[    1.110779] <redpill/intercept_driver_register.c:216> Registered driver_register() watcher for "sd" driver (coming=1, live=0)
[    1.111073] <redpill/intercept_driver_register.c:219> Registered the first driver_register watcher - starting watching
[    1.111331] <redpill/intercept_driver_register.c:161> Starting intercept of driver_register()
[    1.111547] <redpill/override_symbol.c:257> Overriding driver_register() with driver_register_shim [redpill]()<ffffffffa00030b0>
[    1.115443] <redpill/override_symbol.c:172> Saved driver_register() ptr <ffffffff8139de60>
[    1.115645] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8139de60+12/1 (<<ffffffff8139d000)
[    1.116283] <redpill/call_protected.c:84> Got addr ffffffff81045a30 for flush_tlb_all
[    1.116490] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.116724] <redpill/override_symbol.c:182> Generating trampoline
[    1.116883] <redpill/override_symbol.c:188> Generated trampoline to driver_register_shim+0x0/0x2d0 [redpill]<ffffffffa00030b0> for driver_register<ffffffff8139de60>:
[    1.117250] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.117455] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.117636] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8139de60+12/1 (<<ffffffff8139d000)
[    1.117946] <redpill/override_symbol.c:269> Successfully overrode driver_register() with trampoline to driver_register_shim+0x0/0x2d0 [redpill]<ffffffffa00030b0>
[    1.118292] <redpill/intercept_driver_register.c:168> driver_register() is now intercepted
[    1.118493] <redpill/scsi_notifier.c:192> Successfully registered SCSI device notifier
[    1.118686] <redpill/sata_port_shim.c:116> Registering SATA port emulator shim
[    1.118862] <redpill/sata_port_shim.c:120> Registering for new devices notifications
[    1.119080] <redpill/scsi_notifier.c:149> scsi_disk_probe_handler+0x0/0x20 [redpill] (priority=-2147483648) subscribed to SCSI device events
[    1.119383] <redpill/sata_port_shim.c:127> Iterating over existing devices
[    1.119551] <redpill/sata_port_shim.c:134> Successfully registered SATA port emulator shim
[    1.119752] <redpill/boot_device_shim.c:48> Registering boot device router shim
[    1.119953] <redpill/usb_boot_shim.c:229> Registering USB boot device shim
[    1.120121] <redpill/usb_boot_shim.c:194> Registered usbcore module notifier
[    1.125898] <redpill/usb_boot_shim.c:247> Successfully registered USB boot device shim
[    1.126093] <redpill/boot_device_shim.c:76> Successfully registered boot device router shim
[    1.126295] <redpill/intercept_execve.c:103> Registering execve() interceptor
[    1.126477] <redpill/override_symbol.c:257> Overriding SyS_execve() with SyS_execve_shim [redpill]()<ffffffffa0001f30>
[    1.128435] <redpill/override_symbol.c:172> Saved SyS_execve() ptr <ffffffff8118c070>
[    1.128626] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8118c070+12/1 (<<ffffffff8118c000)
[    1.128936] <redpill/override_symbol.c:221> Obtaining lock for <SyS_execve+0x0/0x40/ffffffff8118c070>
[    1.129159] <redpill/override_symbol.c:182> Generating trampoline
[    1.129317] <redpill/override_symbol.c:188> Generated trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa0001f30> for SyS_execve<ffffffff8118c070>:
[    1.129650] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8118c070>
[    1.129849] <redpill/override_symbol.c:221> Released lock for <ffffffff8118c070>
[    1.130050] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8118c070+12/1 (<<ffffffff8118c000)
[    1.130340] <redpill/override_symbol.c:269> Successfully overrode SyS_execve() with trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa0001f30>
[    1.130664] <redpill/intercept_execve.c:112> execve() interceptor registered
[    1.130836] <redpill/bios_shim.c:243> Registering mfgBIOS shim
[    1.131002] <redpill/bios_shims_collection.c:229> Shimming disk led control API
[    1.131191] <redpill/override_symbol.c:257> Overriding syno_ahci_disk_led_enable() with syno_ahci_disk_led_enable_shim [redpill]()<ffffffffa000cda0>
[    1.135698] <redpill/override_symbol.c:172> Saved syno_ahci_disk_led_enable() ptr <ffffffff81429ee0>
[    1.135940] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff81429ee0+12/1 (<<ffffffff81429000)
[    1.136229] <redpill/override_symbol.c:221> Obtaining lock for <syno_ahci_disk_led_enable+0x0/0x60/ffffffff81429ee0>
[    1.136482] <redpill/override_symbol.c:182> Generating trampoline
[    1.136642] <redpill/override_symbol.c:188> Generated trampoline to syno_ahci_disk_led_enable_shim+0x0/0x40 [redpill]<ffffffffa000cda0> for syno_ahci_disk_led_enable<ffffffff81429ee0>:
[    1.137056] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff81429ee0>
[    1.137259] <redpill/override_symbol.c:221> Released lock for <ffffffff81429ee0>
[    1.137440] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff81429ee0+12/1 (<<ffffffff81429000)
[    1.137730] <redpill/override_symbol.c:269> Successfully overrode syno_ahci_disk_led_enable() with trampoline to syno_ahci_disk_led_enable_shim+0x0/0x40 [redpill]<ffffffffa000cda0>
[    1.138145] <redpill/override_symbol.c:257> Overriding syno_ahci_disk_led_enable_by_port() with syno_ahci_disk_led_enable_by_port_shim [redpill]()<ffffffffa000cde0>
[    1.142654] <redpill/override_symbol.c:172> Saved syno_ahci_disk_led_enable_by_port() ptr <ffffffff81429f40>
[    1.142908] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff81429f40+12/1 (<<ffffffff81429000)
[    1.143195] <redpill/override_symbol.c:221> Obtaining lock for <syno_ahci_disk_led_enable_by_port+0x0/0x50/ffffffff81429f40>
[    1.143466] <redpill/override_symbol.c:182> Generating trampoline
[    1.143625] <redpill/override_symbol.c:188> Generated trampoline to syno_ahci_disk_led_enable_by_port_shim+0x0/0x40 [redpill]<ffffffffa000cde0> for syno_ahci_disk_led_enable_by_port<ffffffff81429f40>:
[    1.144069] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff81429f40>
[    1.144273] <redpill/override_symbol.c:221> Released lock for <ffffffff81429f40>
[    1.144454] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff81429f40+12/1 (<<ffffffff81429000)
[    1.144744] <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/0x40 [redpill]<ffffffffa000cde0>
[    1.145184] <redpill/bios_shims_collection.c:263> Finished shim_disk_leds_ctrl
[    1.145366] <redpill/override_symbol.c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa000da10>
[    1.145958] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103ae60>
[    1.146165] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[    1.146453] <redpill/override_symbol.c:221> Obtaining lock for <apply_relocate_add+0x0/0x170/ffffffff8103ae60>
[    1.146694] <redpill/override_symbol.c:182> Generating trampoline
[    1.146850] <redpill/override_symbol.c:188> Generated trampoline to _apply_relocate_add+0x0/0x180 [redpill]<ffffffffa000da10> for apply_relocate_add<ffffffff8103ae60>:
[    1.147225] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8103ae60>
[    1.147429] <redpill/override_symbol.c:221> Released lock for <ffffffff8103ae60>
[    1.147610] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[    1.147914] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x180 [redpill]<ffffffffa000da10>
[    1.154010] <redpill/bios_shim.c:170> Registered bios module notifier
[    1.154168] <redpill/bios_shim.c:253> Successfully registered mfgBIOS shim
[    1.154336] <redpill/disable_exectutables.c:15> Registering common executables disabler shim
[    1.154542] <redpill/intercept_execve.c:57> Filename uboot_do_upd.sh will be blocked from execution
[    1.154761] <redpill/intercept_execve.c:57> Filename ./uboot_do_upd.sh will be blocked from execution
[    1.155005] <redpill/intercept_execve.c:57> Filename /usr/syno/bin/syno_pstore_collect will be blocked from execution
[    1.155262] <redpill/intercept_execve.c:57> Filename /tmpData/upd@te/sas_fw_upgrade_tool will be blocked from execution
[    1.155522] <redpill/disable_exectutables.c:28> Successfully registered common executables disabler shim
[    1.155751] <redpill/block_fw_update_shim.c:67> Registering firmware update blocker shim
[    1.155969] <redpill/intercept_execve.c:57> Filename ./H2OFFT-Lx64 will be blocked from execution
[    1.156185] <redpill/block_fw_update_shim.c:45> Saved backup DMI: DQ77MK
[    1.156348] <redpill/block_fw_update_shim.c:49> !!BUG!! Shimmed DMI field will be longer than original!
[    1.156575] ------------[ cut here ]------------
[    1.156699] WARNING: CPU: 1 PID: 540 at /tmp/input/shim/block_fw_update_shim.c:49 patch_dmi+0xce/0xe1 [redpill]()
[    1.156968] BUG log triggered
[    1.157039] Modules linked in:
[    1.157122]  redpill(OE+)
[    1.157166] CPU: 1 PID: 540 Comm: insmod Tainted: G           OE   4.4.180+ #42661
[    1.157350] Hardware name: PCnet DQ77MK/DQ77MK, BIOS MKQ7710H.86A.0072.2017.0519.1347 05/19/2017
[    1.157564]  0000000000000000 ffff8800d6c77c18 ffffffff812dca8b 0000000000000009
[    1.157765]  ffff8800d6c77c60 ffff8800d6c77c50 ffffffff81050f82 0000000000000006
[    1.157983]  ffffffff81b54044 0000000080000000 ffffffffa0026000 ffffffffa001dac0
[    1.158184] Call Trace:
[    1.158252]  [<ffffffff812dca8b>] dump_stack+0x4d/0x72
[    1.158381]  [<ffffffff81050f82>] warn_slowpath_common+0x82/0xa0
[    1.158530]  [<ffffffffa0026000>] ? 0xffffffffa0026000
[    1.158658]  [<ffffffff81050fe7>] warn_slowpath_fmt+0x47/0x50
[    1.158806]  [<ffffffffa00106fc>] patch_dmi+0xce/0xe1 [redpill]
[    1.158977]  [<ffffffffa000e099>] register_fw_update_shim+0x49/0x80 [redpill]
[    1.159157]  [<ffffffffa00260d6>] init_+0xd6/0x17e [redpill]
[    1.159298]  [<ffffffff81000340>] do_one_initcall+0x80/0x130
[    1.159440]  [<ffffffff810bf16b>] do_init_module+0x5b/0x1d0
[    1.159578]  [<ffffffff810c0f44>] load_module+0x1be4/0x2080
[    1.159716]  [<ffffffff810bde40>] ? __symbol_put+0x40/0x40
[    1.159854]  [<ffffffff8118a3ac>] ? kernel_read+0x3c/0x50
[    1.160006]  [<ffffffff810c159d>] SYSC_finit_module+0x7d/0xa0
[    1.160149]  [<ffffffff810c15d9>] SyS_finit_module+0x9/0x10
[    1.160288]  [<ffffffff8156380a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
[    1.160455] ---[ end trace 441e0a6a3365f9d6 ]---
[    1.160570] <redpill/block_fw_update_shim.c:75> Successfully registered firmware update blocker shim
[    1.160792] <redpill/pci_shim.c:203> Registering PCI devices shim
[    1.160963] <redpill/pci_shim.c:205> Creating vPCI devices for DS3622xs+
[    1.161134] <redpill/pci_shim.c:213> Calling vdev_add_MARVELL_88SE9235 [redpill] with B:D:F=09:00:00 mf=0
[    1.161367] <redpill/virtual_pci.c:420> Attempting to add vPCI device [printed below] @ bus=09 dev=00 fn=00
[    1.161602] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8807f556a700
[    1.161785]
               31***********0***ADDR*******************
[    1.161964] 92 35   1b 4b  | 0x00
[    1.162074] 00 00   00 00  | 0x04
[    1.162183] 01 06   01 11  | 0x08
[    1.162292] 00 00   00 00  | 0x0C
[    1.162402] 00 00   00 00  | 0x10
[    1.162511] 00 00   00 00  | 0x14
[    1.162620] 00 00   00 00  | 0x18
[    1.162729] 00 00   00 00  | 0x1C
[    1.162838] 00 00   00 00  | 0x20
[    1.162965] 00 00   00 00  | 0x24
[    1.163075] 00 00   00 00  | 0x28
[    1.163184] 00 00   00 00  | 0x2C
[    1.163293] 00 00   00 00  | 0x30
[    1.163402] 00 00   00 00  | 0x34
[    1.163511] 00 00   00 00  | 0x38
[    1.163620] ff ff   00 ff  | 0x3C
[    1.163772] PCI host bridge to bus 0001:09
[    1.163879] pci_bus 0001:09: root bus resource [io  0x0000-0xffff]
[    1.164051] pci_bus 0001:09: root bus resource [mem 0x00000000-0xfffffffff]
[    1.164222] pci_bus 0001:09: root bus resource [bus 00-ff]
[    1.164364] pci 0001:09:00.0: [1b4b:9235] type 00 class 0x010601
[    1.164569] <redpill/virtual_pci.c:488> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
[    1.164797] pci 0001:09:00.0: Can't map mv9235 registers
[    1.164951] <redpill/virtual_pci.c:492> Added device with new bus @ bus=09 dev=00 fn=00
[    1.165146] <redpill/pci_shim.c:224> vPCI device 1 created successfully
[    1.165317] <redpill/pci_shim.c:213> Calling vdev_add_MARVELL_88SE9235 [redpill] with B:D:F=0c:00:00 mf=0
[    1.165549] <redpill/virtual_pci.c:420> Attempting to add vPCI device [printed below] @ bus=0c dev=00 fn=00
[    1.165784] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8807f556a740
[    1.165987]
               31***********0***ADDR*******************
[    1.166145] 92 35   1b 4b  | 0x00
[    1.166255] 00
[    1.166270] <redpill/call_protected.c:101> Got addr ffffffff811974a0 for getname
[    1.166477] 00
[    1.166528]   00 00  | 0x04
[    1.166583] 01 06   01 11  | 0x08
[    1.166693] 00 00   00 00  | 0x0C
[    1.166802] 00 00   00 00  | 0x10
[    1.166926] 00 00   00 00  | 0x14
[    1.167035] 00
[    1.167070] <redpill/call_protected.c:101> Got addr ffffffff811974a0 for getname
[    1.167257] 00
[    1.167308]   00 00  | 0x18
[    1.167364] 00 00   00 00  | 0x1C
[    1.167473] 00 00   00 00  | 0x20
[    1.167582] 00 00   00 00  | 0x24
[    1.167691] 00 00   00 00  | 0x28
[    1.167800] 00 00   00 00  | 0x2C
[    1.167923] 00
[    1.167947] <redpill/call_protected.c:100> Got addr ffffffff8118be70 for do_execve
[    1.168151] 00
[    1.168202]   00 00  | 0x30
[    1.168258] 00 00   00 00  | 0x34
[    1.168367] 00 00   00 00  | 0x38
[    1.168476] ff ff   00 ff  | 0x3C
[    1.168618] PCI host bridge to bus 0001:0c
[    1.168726] pci_bus 0001:0c: root bus resource [io  0x0000-0xffff]
[    1.168753] <redpill/call_protected.c:100> Got addr ffffffff8118be70 for do_execve
[    1.169087] pci_bus 0001:0c: root bus resource [mem 0x00000000-0xfffffffff]
[    1.169260] pci_bus 0001:0c: busn_res: can not insert [bus 0c-ff] under domain [bus 00-ff] (conflicts with (null) [bus 09-ff])
[    1.169543] pci_bus 0001:0c: root bus resource [bus 00-ff]
[    1.169685] pci 0001:0c:00.0: [1b4b:9235] type 00 class 0x010601
[    1.169898] <redpill/virtual_pci.c:488> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
[    1.170140] pci 0001:0c:00.0: Can't map mv9235 registers
[    1.170288] <redpill/virtual_pci.c:492> Added device with new bus @ bus=0c dev=00 fn=00
[    1.170492] <redpill/pci_shim.c:224> vPCI device 2 created successfully
[    1.170665] <redpill/pci_shim.c:227> Successfully registered PCI devices shim
[    1.170853] <redpill/smart_shim.c:1032> Registering SMART emulator shim
[    1.175083] <redpill/smart_shim.c:1042> SCSI driver exists - installing canary
[    1.175271] <redpill/override_symbol.c:257> Overriding sd_ioctl() with sd_ioctl_canary [redpill]()<ffffffffa000ab30>
[    1.179518] <redpill/override_symbol.c:172> Saved sd_ioctl() ptr <ffffffff813e7d10>
[    1.179706] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff813e7d10+12/1 (<<ffffffff813e7000)
[    1.180023] <redpill/override_symbol.c:221> Obtaining lock for <sd_ioctl+0x0/0x250/ffffffff813e7d10>
[    1.180245] <redpill/override_symbol.c:182> Generating trampoline
[    1.180404] <redpill/override_symbol.c:188> Generated trampoline to sd_ioctl_canary+0x0/0x230 [redpill]<ffffffffa000ab30> for sd_ioctl<ffffffff813e7d10>:
[    1.180736] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813e7d10>
[    1.180964] <redpill/override_symbol.c:221> Released lock for <ffffffff813e7d10>
[    1.181145] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff813e7d10+12/1 (<<ffffffff813e7000)
[    1.181436] <redpill/override_symbol.c:269> Successfully overrode sd_ioctl() with trampoline to sd_ioctl_canary+0x0/0x230 [redpill]<ffffffffa000ab30>
[    1.181758] <redpill/smart_shim.c:1054> Successfully registered SMART emulator shim
[    1.181973] <redpill/pmu_shim.c:344> Registering PMU emulator shim
[    1.182125] <redpill/virtual_uart.c:987> Adding vUART ttyS1
[    1.182262] <redpill/virtual_uart.c:645> Initializing ttyS1 vUART
[    1.182413] <redpill/virtual_uart.c:661> Initialized ttyS1 vUART
[    1.182561] <redpill/virtual_uart.c:799> Registering ttyS1 (io=0x2f8) in the driver
[    1.182747] <redpill/virtual_uart.c:753> serial8250 driver is not ready - the port addition will be delayed until the driver loads
[    1.183060] <redpill/intercept_driver_register.c:216> Registered driver_register() watcher for "serial8250" driver (coming=0, live=1)
[    1.183350] <redpill/virtual_uart.c:809> The serial8250 driver is not ready - vUART port ttyS1 (io=0x2f8) will be activated later
[    1.183630] <redpill/vuart_virtual_irq.c:66> Enabling vIRQ for ttyS1
[    1.183817] <redpill/vuart_virtual_irq.c:101> vIRQ fully enabled for for ttyS1
[    1.184027] <redpill/virtual_uart.c:1004> Added vUART at ttyS1
[    1.184171] <redpill/virtual_uart.c:931> Setting TX callback for for ttyS1 (line=1)
[    1.184358] <redpill/virtual_uart.c:945> Added TX callback for ttyS1 (line=1)
[    1.184532] <redpill/pmu_shim.c:361> Successfully registered PMU emulator shim
[    1.184711] <redpill/sanitize_cmdline.c:89> Cmdline param "earlyprintk" blacklisted - skipping
[    1.184952] <redpill/sanitize_cmdline.c:89> Cmdline param "log_buf_len=32M" blacklisted - skipping
[    1.185171] <redpill/sanitize_cmdline.c:89> Cmdline param "elevator=elevator" blacklisted - skipping
[    1.185393] <redpill/sanitize_cmdline.c:89> Cmdline param "loglevel=15" blacklisted - skipping
[    1.185603] <redpill/sanitize_cmdline.c:89> Cmdline param "pid=0x5500" blacklisted - skipping
[    1.185810] <redpill/sanitize_cmdline.c:89> Cmdline param "syno_port_thaw=1" blacklisted - skipping
[    1.186057] <redpill/sanitize_cmdline.c:89> Cmdline param "vid=0x13fe" blacklisted - skipping
[    1.186266] <redpill/sanitize_cmdline.c:102> Sanitized cmdline to: console=ttyS0,115200n8 earlycon=uart8250,io,0x3f8,115200n8 root=/dev/md0 syno_hw_version=DS3622xs+ netif_num=0 maxdisks=16 sn=############# HddHotplug=0 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0
[    1.186872] <redpill/override_symbol.c:257> Overriding cmdline_proc_show() with cmdline_proc_show_filtered [redpill]()<ffffffffa0003410>
[    1.189238] <redpill/override_symbol.c:172> Saved cmdline_proc_show() ptr <ffffffff811f8be0>
[    1.189444] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff811f8be0+12/1 (<<ffffffff811f8000)
[    1.189733] <redpill/override_symbol.c:221> Obtaining lock for <cmdline_proc_show+0x0/0x20/ffffffff811f8be0>
[    1.189998] <redpill/override_symbol.c:182> Generating trampoline
[    1.190156] <redpill/override_symbol.c:188> Generated trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0003410> for cmdline_proc_show<ffffffff811f8be0>:
[    1.190527] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff811f8be0>
[    1.190725] <redpill/override_symbol.c:221> Released lock for <ffffffff811f8be0>
[    1.190935] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff811f8be0+12/1 (<<ffffffff811f8000)
[    1.191224] <redpill/override_symbol.c:269> Successfully overrode cmdline_proc_show() with trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0003410>
[    1.191585] <redpill/sanitize_cmdline.c:138> /proc/cmdline sanitized
[    1.191741] <redpill/ioscheduler_fixer.c:24> Resetting I/O scheduler to default
[    1.197505] <redpill/call_protected.c:110> Got addr ffffffff81924c74 for elevator_setup
[    1.197701] <redpill/redpill_main.c:69> RedPill v0.5-at-2022_07_14-02_25_59 loaded successfully (stealth=1)
[    1.199534] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.199695] software IO TLB: mapped [mem 0xd7772000-0xdb772000] (64MB)
[    1.200008] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    1.200218] hw unit of domain pp0-core 2^-16 Joules
[    1.200339] hw unit of domain package 2^-16 Joules
[    1.200457] hw unit of domain pp1-gpu 2^-16 Joules
[    1.200612] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "ivb_uncore" found, calling original driver_register()
[    1.201004] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8139de60+12/1 (<<ffffffff8139d000)
[    1.201293] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.201527] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.201721] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.201982] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.202222] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.202421] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.203965] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "alarmtimer" found, calling original driver_register()
[    1.204355] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.204605] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.204811] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.205063] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.205308] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.205522] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.206040] audit: initializing netlink subsys (disabled)
[    1.206206] audit: type=2000 audit(1659656320.186:1): initialized
[    1.206989] Initialise system trusted keyring
[    1.228650] VFS: Disk quotas dquot_6.6.0
[    1.228832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.324643] Key type asymmetric registered
[    1.324760] Asymmetric key parser 'x509' registered
[    1.325039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.325235] io scheduler noop registered
[    1.325344] io scheduler deadline registered
[    1.325557] io scheduler cfq registered (default)
[    1.325841] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "pcieport" found, calling original driver_register()
[    1.326257] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.326505] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.326716] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.327685] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.327954] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.328164] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.328362] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "aer" found, calling original driver_register()
[    1.328731] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.328999] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.329207] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.329421] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.329667] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.329875] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.330096] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "pcie_pme" found, calling original driver_register()
[    1.330474] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.330719] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.330950] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.331163] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.331408] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.331614] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.410212] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.414678] <redpill/intercept_driver_register.c:99> driver_register() interception active - calling handler serial8250_ready_watcher+0x0/0x100 [redpill]<ffffffffa0006330> for "serial8250"
[    1.415137] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.415391] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.415598] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.415820] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.416096] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.416307] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.416501] <redpill/intercept_driver_register.c:141> Calling for DWATCH_STATE_LIVE
[    1.416702] <redpill/virtual_uart.c:697> serial8250 driver loaded - adding queued ports
[    1.416930] <redpill/virtual_uart.c:706> Processing enqueued port 1
[    1.417095] <redpill/virtual_uart.c:799> Registering ttyS1 (io=0x2f8) in the driver
[    1.499508] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    1.672179] <redpill/virtual_uart.c:852> ttyS1 registered with driver (line=1)
[    1.672371] <redpill/virtual_uart.c:714> Finished processing enqueued ports
[    1.672564] <redpill/intercept_driver_register.c:245> Removed serial8250_ready_watcher+0x0/0x100 [redpill]<ffffffffa0006330> subscriber for "serial8250" driver
[    1.672957] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "serial" found, calling original driver_register()
[    1.673320] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.673555] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.673753] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.674294] console [ttyS0] disabled
[    1.694776] 0000:00:16.3: ttyS0 at I/O 0xf080 (irq = 19, base_baud = 115200) is a 16550A
[    1.694792] console [ttyS0] enabled
[    1.698239] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.708855] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.718141] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.728416] brd: module loaded
[    1.729185] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "lpc_ich" found, calling original driver_register()
[    1.735481] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.738651] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.742436] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.745246] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)
[    1.751672] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.755869] Unknown LPC device 1e47
[    1.757642] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    1.764147] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.767389] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    1.771777] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.774159] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    1.777541] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.779981] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.781401] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.783437] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.785279] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.787055] Loading iSCSI transport class v2.0-870.
[    1.789298] rdac: device handler registered
[    1.791970] <redpill/intercept_driver_register.c:99> driver_register() interception active - calling handler sd_load_watcher+0x0/0x60 [redpill]<ffffffffa0000b80> for "sd"
[    1.797497] <redpill/intercept_driver_register.c:102> Calling for DWATCH_STATE_COMING
[    1.800225] <redpill/scsi_notifier.c:137> sd driver loaded - triggering sd_probe shim installation
[    1.802230] <redpill/scsi_notifier.c:104> Overriding sd_probe()<ffffffff813ec6b0> with sd_probe_shim [redpill]()<ffffffffa0000930>
[    1.804939] <redpill/intercept_driver_register.c:112> Calling original driver_register() & removing watcher
[    1.807101] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.809258] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.811186] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.812636] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.814952] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.816682] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.818353] <redpill/intercept_driver_register.c:245> Removed sd_load_watcher+0x0/0x60 [redpill]<ffffffffa0000b80> subscriber for "sd" driver
[    1.821311] <redpill/intercept_driver_register.c:250> Removed last driver_register() subscriber - unshimming driver_register()
[    1.823719] <redpill/intercept_driver_register.c:185> Stopping intercept of driver_register()
[    1.825662] <redpill/override_symbol.c:279> Restoring driver_register<ffffffff8139de60> to original code
[    1.827951] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.830099] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.831941] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.833481] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8139de60+12/1 (<<ffffffff8139d000)
[    1.836205] <redpill/override_symbol.c:287> Successfully restored original code of driver_register
[    1.838132] <redpill/override_symbol.c:145> Freeing OVS for driver_register
[    1.839577] <redpill/intercept_driver_register.c:191> Intercept of driver_register() stopped
[    1.841760] i2c /dev entries driver
[    1.843591] i801_smbus 0000:00:1f.3: SMBus using polling
[    1.847777] ahci 0001:09:00.0: version 3.0
[    1.849451] ahci: probe of 0001:09:00.0 failed with error -22
[    1.850727] ahci: probe of 0001:0c:00.0 failed with error -22
[    1.852288] rtc_cmos 00:02: RTC can wake from S4
[    1.854426] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.856688] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.859462] md: raid1 personality registered for level 1
[    1.863120] NET: Registered protocol family 17
[    1.864522] Key type dns_resolver registered
[    1.870430] mce: Using 9 MCE banks
[    1.873243] registered taskstats version 1
[    1.890721] page_owner is disabled
[    1.891660] AppArmor: AppArmor sha1 policy hashing enabled
[    1.893190] rtc_cmos 00:02: setting system clock to 2022-08-04 23:38:41 UTC (1659656321)
[    1.896949] Freeing unused kernel memory: 928K
[    1.898590] Write protecting the kernel read-only data: 8192k
[    1.900281] Freeing unused kernel memory: 596K
[    1.902838] Freeing unused kernel memory: 272K
[    2.062944] random: nonblocking pool is initialized
[    2.126000] ACPI: bus type USB registered
[    2.131085] usbcore: registered new interface driver usbfs
[    2.132655] usbcore: registered new interface driver hub
[    2.134037] usbcore: registered new interface driver ethub
[    2.136310] usbcore: registered new device driver usb
[    2.137307] <redpill/usb_boot_shim.c:166> usbcore registered, adding device watcher
[    2.139076] <redpill/call_protected.c:112> Got ptr ffffffffa00d7db0 for usb_register_notify
[    2.140787] <redpill/usb_boot_shim.c:127> Registered USB device notifier
[    2.152669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.158873] ehci-pci: EHCI PCI platform driver
[    2.160437] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.162396] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.164125] ehci-pci 0000:00:1a.0: debug port 2
[    2.169043] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.170575] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7e33000
[    2.177946] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.179462] hub 1-0:1.0: USB hub found
[    2.181152] hub 1-0:1.0: 3 ports detected
[    2.182205] <redpill/usb_boot_shim.c:75> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.185907] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.188044] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.189585] ehci-pci 0000:00:1d.0: debug port 2
[    2.194464] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.196287] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7e32000
[    2.202958] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.203956] tsc: Refined TSC clocksource calibration: 3392.293 MHz
[    2.203959] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5de2a436, max_idle_ns: 440795285127 ns
[    2.208640] hub 2-0:1.0: USB hub found
[    2.210297] hub 2-0:1.0: 3 ports detected
[    2.211478] <redpill/usb_boot_shim.c:75> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.229773] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.231609] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.434413] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b130
[    2.442546] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.444310] hub 3-0:1.0: USB hub found
[    2.445905] hub 3-0:1.0: 4 ports detected
[    2.447307] <redpill/usb_boot_shim.c:75> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.450714] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.451919] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.453557] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.455628] hub 4-0:1.0: USB hub found
[    2.456464] hub 4-0:1.0: 4 ports detected
[    2.458396] <redpill/usb_boot_shim.c:75> Found new device <vid=1d6b, pid=0003> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.478987] usbcore: registered new interface driver usb-storage
[    2.486701] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.488453] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.492678] megasas: 06.808.16.00-rc1
[    2.499044] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    2.501763] ACPI: Power Button [PWRB]
[    2.503555] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    2.505052] ACPI: Power Button [PWRF]
[    2.508609] raid_class: exports duplicate symbol raid_class_attach (owned by kernel)
[    2.522036] raid_class: exports duplicate symbol raid_class_attach (owned by kernel)
[    2.533959] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.537769] scsi_transport_sas: exports duplicate symbol sas_attach_transport (owned by kernel)
[    2.554115] scsi_transport_sas: exports duplicate symbol sas_attach_transport (owned by kernel)
[    2.570214] mpt3sas version 09.102.00.00 loaded
[    2.571376] mpt3sas 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.573212] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (32777016 kB)
[    2.630831] mpt2sas_cm0: MSI-X vectors supported: 1, no of cores: 8, max_msix_vectors: -1
[    2.632738] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 26
[    2.633818] mpt2sas_cm0: iomem(0x00000000f7dc0000), mapped(0xffffc90000298000), size(16384)
[    2.635714] mpt2sas_cm0: ioport(0x000000000000e000), size(256)
[    2.666959] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.675279] Got empty serial number. Generate serial number from product.
[    2.682568] hub 2-1:1.0: USB hub found
[    2.686783] hub 2-1:1.0: 8 ports detected
[    2.692807] <redpill/usb_boot_shim.c:75> Found new device <vid=8087, pid=0024> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.719012] mpt2sas_cm0: Allocated physical memory: size(3392 kB)
[    2.725054] mpt2sas_cm0: Current Controller Queue Depth(1483),Max Controller Queue Depth(1720)
[    2.734790] mpt2sas_cm0: Scatter Gather Elements per IO(128)
[    2.786001] mpt2sas_cm0: LSISAS2008: FWVersion(18.00.00.00), ChipRevision(0x03), BiosVersion(07.35.00.00)
[    2.788333] mpt2sas_cm0: Protocol=(
[    2.788957] Initiator
[    2.789431] ),
[    2.789500] Capabilities=(
[    2.790027] Raid
[    2.790236] ,TLR
[    2.790610] ,EEDP
[    2.790722] ,Snapshot Buffer
[    2.791372] ,Diag Trace Buffer
[    2.791657] ,Task Set Full
[    2.792350] ,NCQ
[    2.792432] )
[    2.792884] scsi host0: Fusion MPT SAS Host
[    2.795188] mpt2sas_cm0: sending port enable !!
[    2.810283] Got empty serial number. Generate serial number from product.
[    2.813383] drivers/usb/core/hub.c (2940) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0
[    2.816826] hub 1-1:1.0: USB hub found
[    2.818665] hub 1-1:1.0: 6 ports detected
[    2.821562] <redpill/usb_boot_shim.c:75> Found new device <vid=8087, pid=0024> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    3.103974] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[    3.204042] clocksource: Switched to clocksource tsc
[    3.217088] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[    3.224931] scsi host1: usb-storage 1-1.1:1.0
[    3.229880] <redpill/usb_boot_shim.c:91> Device <vid=13fe, pid=5500> shimmed to <vid=f400, pid=f400>
[    3.322978] usb 1-1.2: new low-speed USB device number 4 using ehci-pci
[    3.429299] Got empty serial number. Generate serial number from product.
[    3.440393] <redpill/usb_boot_shim.c:75> Found new device <vid=0a81, pid=0205> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=1)
[    4.280587] scsi 1:0:0:0: Direct-Access                                       PMAP PQ: 0 ANSI: 6
[    4.290794] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[    4.299428] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[    4.308515] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[    4.314316] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[    4.408314] mpt2sas_cm0: host_add: handle(0x0001), sas_addr(0x500605b00150cb80), phys(8)
[    4.884608] sd 1:0:0:0: [synoboot] 30949376 512-byte logical blocks: (15.8 GB/14.8 GiB)
[    4.895229] sd 1:0:0:0: [synoboot] Write Protect is off
[    4.900142] sd 1:0:0:0: [synoboot] Mode Sense: 23 00 00 00
[    4.907855] sd 1:0:0:0: [synoboot] No Caching mode page found
[    4.913258] sd 1:0:0:0: [synoboot] Assuming drive cache: write through
[    4.950739]  synoboot: synoboot1 synoboot2 synoboot3
[    4.960900] sd 1:0:0:0: [synoboot] Attached SCSI removable disk
[    7.212458] mpt2sas_cm0: expander_add: handle(0x000a), parent(0x0002), sas_addr(0x5001c45000122100), phys(30)
[   10.538255] mpt2sas_cm0: port enable: SUCCESS
[   10.544567] scsi 0:0:0:0: Direct-Access     SPCC     Solid State Disk         61.3 PQ: 0 ANSI: 6
[   10.554558] scsi 0:0:0:0: SATA: handle(0x0009), sas_addr(0x4433221103000000), phy(3), device_name(0x9f7cafa0c8f7acf5)
[   10.566217] scsi 0:0:0:0: SATA: enclosure_logical_id(0x500605b00150cb80), slot(0)
[   10.574998] scsi 0:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.584812] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.593147] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.601398] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.609099] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.609232] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[   10.612808] sd 0:0:0:0: [sda] Write Protect is off
[   10.612811] sd 0:0:0:0: [sda] Mode Sense: 7f 00 10 08
[   10.612956] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.617311]  sda: sda1 sda2
[   10.621468] sd 0:0:0:0: [sda] Attached SCSI disk
[   10.637213] scsi 0:0:1:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.640858] scsi 0:0:1:0: SATA: handle(0x000b), sas_addr(0x5001c4500012210c), phy(12), device_name(0x5000cca26bdbe78f)
[   10.644228] scsi 0:0:1:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(12)
[   10.646079] scsi 0:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.648331] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.650471] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.652293] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.653793] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.654174] sd 0:0:1:0: [sdb] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.654176] sd 0:0:1:0: [sdb] 4096-byte physical blocks
[   10.659835] sd 0:0:1:0: [sdb] Write Protect is off
[   10.660377] scsi 0:0:2:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.660385] scsi 0:0:2:0: SATA: handle(0x000c), sas_addr(0x5001c4500012210d), phy(13), device_name(0x5000cca26bdb82db)
[   10.660388] scsi 0:0:2:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(13)
[   10.660474] scsi 0:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.661192] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.661193] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.661195] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.661266] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.671107] sd 0:0:2:0: [sdc] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.671109] sd 0:0:2:0: [sdc] 4096-byte physical blocks
[   10.671758] scsi 0:0:3:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.671765] scsi 0:0:3:0: SATA: handle(0x000d), sas_addr(0x5001c4500012210e), phy(14), device_name(0x5000cca26bdbdb98)
[   10.671768] scsi 0:0:3:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(14)
[   10.671859] scsi 0:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.672422] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.672423] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.672425] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.672481] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.672799] sd 0:0:3:0: [sdd] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.672802] sd 0:0:3:0: [sdd] 4096-byte physical blocks
[   10.674433] scsi 0:0:4:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.674440] scsi 0:0:4:0: SATA: handle(0x000e), sas_addr(0x5001c4500012210f), phy(15), device_name(0x5000cca26bd7ea56)
[   10.674443] scsi 0:0:4:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(15)
[   10.674528] scsi 0:0:4:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.679784] sd 0:0:2:0: [sdc] Write Protect is off
[   10.679788] sd 0:0:2:0: [sdc] Mode Sense: 7f 00 10 08
[   10.680067] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.680068] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.680070] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.680136] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.680180] sd 0:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.686825] sd 0:0:4:0: [sde] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.686826] sd 0:0:3:0: [sdd] Write Protect is off
[   10.686828] sd 0:0:4:0: [sde] 4096-byte physical blocks
[   10.686831] sd 0:0:3:0: [sdd] Mode Sense: 7f 00 10 08
[   10.687209] sd 0:0:3:0: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.689862] scsi 0:0:5:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.689870] scsi 0:0:5:0: SATA: handle(0x000f), sas_addr(0x5001c45000122110), phy(16), device_name(0x5000cca266cf3735)
[   10.689873] scsi 0:0:5:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(16)
[   10.689965] scsi 0:0:5:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.692301] sd 0:0:4:0: [sde] Write Protect is off
[   10.692306] sd 0:0:4:0: [sde] Mode Sense: 7f 00 10 08
[   10.692693] sd 0:0:4:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.692742] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.692743] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.692745] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.692787] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.694197] sd 0:0:5:0: [sdf] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.694200] sd 0:0:5:0: [sdf] 4096-byte physical blocks
[   10.700191] scsi 0:0:6:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.700197] scsi 0:0:6:0: SATA: handle(0x0010), sas_addr(0x5001c45000122112), phy(18), device_name(0x5000cca251ee2c39)
[   10.700199] scsi 0:0:6:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(18)
[   10.700333] scsi 0:0:6:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.700899] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.700900] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.700902] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.700951] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.701297] sd 0:0:6:0: [sdg] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.701299] sd 0:0:6:0: [sdg] 4096-byte physical blocks
[   10.705956] sd 0:0:5:0: [sdf] Write Protect is off
[   10.705961] sd 0:0:5:0: [sdf] Mode Sense: 7f 00 10 08
[   10.706317] sd 0:0:5:0: [sdf] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.707197] scsi 0:0:7:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.707206] scsi 0:0:7:0: SATA: handle(0x0011), sas_addr(0x5001c45000122113), phy(19), device_name(0x5000cca26bc5c579)
[   10.707209] scsi 0:0:7:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(19)
[   10.707312] scsi 0:0:7:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.707953] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.707955] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.707956] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.708017] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.711109] sd 0:0:6:0: [sdg] Write Protect is off
[   10.711114] sd 0:0:6:0: [sdg] Mode Sense: 7f 00 10 08
[   10.712286] sd 0:0:6:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.713120] sd 0:0:7:0: [sdh] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.713124] sd 0:0:7:0: [sdh] 4096-byte physical blocks
[   10.717972] sd 0:0:7:0: [sdh] Write Protect is off
[   10.717976] sd 0:0:7:0: [sdh] Mode Sense: 7f 00 10 08
[   10.718468] sd 0:0:7:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.719739] sd 0:0:4:0: [sde] Attached SCSI disk
[   10.754606]  sdc: sdc1 sdc2 sdc5
[   10.756397]  sdd: sdd1 sdd2 sdd5
[   10.760803] sd 0:0:2:0: [sdc] Attached SCSI disk
[   10.772141]  sdg: sdg1 sdg2 sdg5
[   10.776226]  sdf: sdf1 sdf2 sdf5
[   10.783487] sd 0:0:3:0: [sdd] Attached SCSI disk
[   10.806093]  sdh: sdh1 sdh2 sdh5
[   10.829293] sd 0:0:6:0: [sdg] Attached SCSI disk
[   10.829620] sd 0:0:5:0: [sdf] Attached SCSI disk
[   10.834303] sd 0:0:7:0: [sdh] Attached SCSI disk
[   10.847710] sd 0:0:1:0: [sdb] Mode Sense: 7f 00 10 08
[   10.849233] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.909810]  sdb: sdb1 sdb2 sdb5
[   10.916957] sd 0:0:1:0: [sdb] Attached SCSI disk
[   10.949953] broadwellnk_synobios: module license 'Synology Inc.' taints kernel.
[   10.959178] Disabling lock debugging due to kernel taint
[   10.964881] <redpill/bios_shim.c:206> Symbol section <ffffc90000310a90> @ vaddr<18446744072101081088> size[10728]
[   10.980575] <redpill/bios_shim.c:215> Symbol #0 in mfgBIOS "broadwellnk_synobios" {}<          (null)>
[   10.991275] <redpill/bios_shim.c:215> Symbol #1 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01f5000>
[   11.001639] <redpill/bios_shim.c:215> Symbol #2 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01fc417>
[   11.012120] <redpill/bios_shim.c:215> Symbol #3 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01fd040>
[   11.022487] <redpill/bios_shim.c:215> Symbol #4 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01fd798>
[   11.032949] <redpill/bios_shim.c:215> Symbol #5 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01fe888>
[   11.043342] <redpill/bios_shim.c:215> Symbol #6 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01ff5b0>
[   11.051285] <redpill/bios_shim.c:215> Symbol #7 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01ff680>
[   11.053373] <redpill/bios_shim.c:215> Symbol #8 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0206500>
[   11.055499] <redpill/bios_shim.c:215> Symbol #9 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read}<ffffffffa01f5000>
[   11.058062] <redpill/bios_shim.c:215> Symbol #10 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read.cold.7}<ffffffffa01fc417>
[   11.060861] <redpill/bios_shim.c:215> Symbol #11 in mfgBIOS "broadwellnk_synobios" {state.25171}<ffffffffa02065cc>
[   11.063104] <redpill/bios_shim.c:215> Symbol #12 in mfgBIOS "broadwellnk_synobios" {save_bytes.25170}<ffffffffa02065c8>
[   11.065556] <redpill/bios_shim.c:215> Symbol #13 in mfgBIOS "broadwellnk_synobios" {state.25189}<ffffffffa02065c4>
[   11.067897] <redpill/bios_shim.c:215> Symbol #14 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write}<ffffffffa01f5410>
[   11.070322] <redpill/bios_shim.c:215> Symbol #15 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write.cold.8}<ffffffffa01fc471>
[   11.072867] <redpill/bios_shim.c:215> Symbol #16 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_set_termios.cold.9}<ffffffffa01fc4c5>
[   11.075510] <redpill/bios_shim.c:215> Symbol #17 in mfgBIOS "broadwellnk_synobios" {__key.25207}<ffffffffa02065c4>
[   11.077881] <redpill/bios_shim.c:215> Symbol #18 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_open.cold.10}<ffffffffa01fc546>
[   11.080423] <redpill/bios_shim.c:215> Symbol #19 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write_with_length.cold.11}<ffffffffa01fc5a5>
[   11.083155] <redpill/bios_shim.c:215> Symbol #20 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_close.cold.12}<ffffffffa01fc5dd>
[   11.085808] <redpill/bios_shim.c:215> Symbol #21 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa01ff5b0>
[   11.088460] <redpill/bios_shim.c:215> Symbol #22 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa01ff5cb>
[   11.091383] <redpill/bios_shim.c:215> Symbol #23 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa01ff5e9>
[   11.094302] <redpill/bios_shim.c:215> Symbol #24 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_char_from_uart}<ffffffffa01ff605>
[   11.097016] <redpill/bios_shim.c:215> Symbol #25 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa01f5a30>
[   11.099850] <redpill/bios_shim.c:215> Symbol #26 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch}<ffffffffa01f5a90>
[   11.102322] <redpill/bios_shim.c:215> Symbol #27 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa01f5a50>
[   11.105263] <redpill/bios_shim.c:215> Symbol #28 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw}<ffffffffa01f5af0>
[   11.107863] <redpill/bios_shim.c:215> Symbol #29 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_open}<ffffffffa01f5a70>
[   11.110617] <redpill/bios_shim.c:215> Symbol #30 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_name}<ffffffffa01f5b50>
[   11.113278] <redpill/bios_shim.c:215> Symbol #31 in mfgBIOS "broadwellnk_synobios" {gSynoCPUMapping}<ffffffffa0200500>
[   11.115796] <redpill/bios_shim.c:215> Symbol #32 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch.cold.7}<ffffffffa01fc5f5>
[   11.118413] <redpill/bios_shim.c:215> Symbol #33 in mfgBIOS "broadwellnk_synobios" {gSynoCRYPTOMapping}<ffffffffa0200440>
[   11.121044] <redpill/bios_shim.c:215> Symbol #34 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw.cold.8}<ffffffffa01fc606>
[   11.123826] <redpill/bios_shim.c:215> Symbol #35 in mfgBIOS "broadwellnk_synobios" {synobios_record_event_new.isra.1.part.2}<ffffffffa01f5b70>
[   11.126748] <redpill/bios_shim.c:215> Symbol #36 in mfgBIOS "broadwellnk_synobios" {scSynoBios}<ffffffffa0206740>
[   11.129007] <redpill/bios_shim.c:215> Symbol #37 in mfgBIOS "broadwellnk_synobios" {synobios_disk_power_short_break_report}<ffffffffa01f5c10>
[   11.131874] <redpill/bios_shim.c:215> Symbol #38 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa01f5c60>
[   11.134832] <redpill/bios_shim.c:215> Symbol #39 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa01f5cb0>
[   11.137444] <redpill/bios_shim.c:215> Symbol #40 in mfgBIOS "broadwellnk_synobios" {synobios_wake_from_deep_sleep}<ffffffffa01f5d00>
[   11.140353] <redpill/bios_shim.c:215> Symbol #41 in mfgBIOS "broadwellnk_synobios" {synobios_disk_port_lost_report}<ffffffffa01f5d50>
[   11.142967] <redpill/bios_shim.c:215> Symbol #42 in mfgBIOS "broadwellnk_synobios" {synobios_disk_reset_fail_report}<ffffffffa01f5da0>
[   11.145760] <redpill/bios_shim.c:215> Symbol #43 in mfgBIOS "broadwellnk_synobios" {synobios_disk_timeout_report}<ffffffffa01f5e00>
[   11.148303] <redpill/bios_shim.c:215> Symbol #44 in mfgBIOS "broadwellnk_synobios" {synobios_sata_error_report}<ffffffffa01f5e60>
[   11.156300] <redpill/bios_shim.c:215> Symbol #45 in mfgBIOS "broadwellnk_synobios" {synobios_disk_retry_report}<ffffffffa01f5ec0>
[   11.169742] <redpill/bios_shim.c:215> Symbol #46 in mfgBIOS "broadwellnk_synobios" {synobios_record_scsi_error_event}<ffffffffa01f5f10>
[   11.182886] <redpill/bios_shim.c:215> Symbol #47 in mfgBIOS "broadwellnk_synobios" {synobios_error_btrfs_meta_corrupted_event}<ffffffffa01f5f60>
[   11.197587] <redpill/bios_shim.c:215> Symbol #48 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_btrfs_event}<ffffffffa01f5fb0>
[   11.211280] <redpill/bios_shim.c:215> Symbol #49 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_event}<ffffffffa01f6000>
[   11.223587] <redpill/bios_shim.c:215> Symbol #50 in mfgBIOS "broadwellnk_synobios" {synobios_autoremap_raid_event}<ffffffffa01f6070>
[   11.237279] <redpill/bios_shim.c:215> Symbol #51 in mfgBIOS "broadwellnk_synobios" {synobios_record_raid_event}<ffffffffa01f60c0>
[   11.250903] <redpill/bios_shim.c:215> Symbol #52 in mfgBIOS "broadwellnk_synobios" {synobios_event_ecc_notification}<ffffffffa01fc617>
[   11.253495] <redpill/bios_shim.c:215> Symbol #53 in mfgBIOS "broadwellnk_synobios" {synobios_raid_sync_event}<ffffffffa01f6110>
[   11.256232] <redpill/bios_shim.c:215> Symbol #54 in mfgBIOS "broadwellnk_synobios" {synobios_error_oom_event}<ffffffffa01f6220>
[   11.258744] <redpill/bios_shim.c:215> Symbol #55 in mfgBIOS "broadwellnk_synobios" {synobios_poll}<ffffffffa01f6380>
[   11.261147] <redpill/bios_shim.c:215> Symbol #56 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0207b68>
[   11.263327] <redpill/bios_shim.c:215> Symbol #57 in mfgBIOS "broadwellnk_synobios" {last_jiffies.45430}<ffffffffa01ff680>
[   11.266013] <redpill/bios_shim.c:215> Symbol #58 in mfgBIOS "broadwellnk_synobios" {buzzer_press_count.45431}<ffffffffa0206734>
[   11.268373] <redpill/bios_shim.c:215> Symbol #59 in mfgBIOS "broadwellnk_synobios" {syno_usb_prohibit_event}<ffffffffa01f6470>
[   11.271120] <redpill/bios_shim.c:215> Symbol #60 in mfgBIOS "broadwellnk_synobios" {syno_console_prohibit_event}<ffffffffa01f6490>
[   11.273735] <redpill/bios_shim.c:215> Symbol #61 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event}<ffffffffa01f64b0>
[   11.276261] <redpill/bios_shim.c:215> Symbol #62 in mfgBIOS "broadwellnk_synobios" {micropLogSwitch}<ffffffffa0207b70>
[   11.278687] <redpill/bios_shim.c:215> Symbol #63 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event.cold.9}<ffffffffa01fc666>
[   11.281377] <redpill/bios_shim.c:215> Symbol #64 in mfgBIOS "broadwellnk_synobios" {synobios_rtc_init.cold.10}<ffffffffa01fc677>
[   11.283899] <redpill/bios_shim.c:215> Symbol #65 in mfgBIOS "broadwellnk_synobios" {card_detect_proc_fops}<ffffffffa01fd060>
[   11.286398] <redpill/bios_shim.c:215> Symbol #66 in mfgBIOS "broadwellnk_synobios" {add_card_detect_proc.cold.11}<ffffffffa01fc694>
[   11.289079] <redpill/bios_shim.c:215> Symbol #67 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl}<ffffffffa01f6760>
[   11.291516] <redpill/bios_shim.c:215> Symbol #68 in mfgBIOS "broadwellnk_synobios" {check_fan}<ffffffffa0200990>
[   11.293824] <redpill/bios_shim.c:215> Symbol #69 in mfgBIOS "broadwellnk_synobios" {sys_status_lock}<ffffffffa02009a0>
[   11.296230] <redpill/bios_shim.c:215> Symbol #70 in mfgBIOS "broadwellnk_synobios" {pgSysStatus}<ffffffffa0206738>
[   11.298452] <redpill/bios_shim.c:215> Symbol #71 in mfgBIOS "broadwellnk_synobios" {LedSetLock}<ffffffffa0207b78>
[   11.300936] <redpill/bios_shim.c:215> Symbol #72 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl.cold.12}<ffffffffa01fc6b7>
[   11.303314] <redpill/bios_shim.c:215> Symbol #73 in mfgBIOS "broadwellnk_synobios" {__func__.45541}<ffffffffa01fd040>
[   11.305937] <redpill/bios_shim.c:215> Symbol #74 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.45481}<ffffffffa01fd050>
[   11.308208] <redpill/bios_shim.c:215> Symbol #75 in mfgBIOS "broadwellnk_synobios" {synobios_event_handler.cold.13}<ffffffffa01fca0c>
[   11.311074] <redpill/bios_shim.c:215> Symbol #76 in mfgBIOS "broadwellnk_synobios" {__key.45777}<ffffffffa0206734>
[   11.313282] <redpill/bios_shim.c:215> Symbol #77 in mfgBIOS "broadwellnk_synobios" {synobios_init.cold.14}<ffffffffa01fca27>
[   11.316009] <redpill/bios_shim.c:215> Symbol #78 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa01fd420>
[   11.318684] <redpill/bios_shim.c:215> Symbol #79 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa01fd2e0>
[   11.321406] <redpill/bios_shim.c:215> Symbol #80 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_fops}<ffffffffa01fd1a0>
[   11.324077] <redpill/bios_shim.c:215> Symbol #81 in mfgBIOS "broadwellnk_synobios" {system_mode}<ffffffffa0207b74>
[   11.326522] <redpill/bios_shim.c:215> Symbol #82 in mfgBIOS "broadwellnk_synobios" {gSynoModelMapping}<ffffffffa01ff6a0>
[   11.328941] <redpill/bios_shim.c:215> Symbol #83 in mfgBIOS "broadwellnk_synobios" {synobios_cleanup.cold.15}<ffffffffa01fccd0>
[   11.331504] <redpill/bios_shim.c:215> Symbol #84 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_license6}<ffffc900002f8660>
[   11.334027] <redpill/bios_shim.c:215> Symbol #85 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_description5}<ffffc900002f8676>
[   11.336693] <redpill/bios_shim.c:215> Symbol #86 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_author4}<ffffc900002f868c>
[   11.339095] <redpill/bios_shim.c:215> Symbol #87 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_mode3}<ffffc900002f869d>
[   11.341775] <redpill/bios_shim.c:215> Symbol #88 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_modetype2}<ffffc900002f86d8>
[   11.344296] <redpill/bios_shim.c:215> Symbol #89 in mfgBIOS "broadwellnk_synobios" {__param_system_mode}<ffffffffa01ff620>
[   11.346912] <redpill/bios_shim.c:215> Symbol #90 in mfgBIOS "broadwellnk_synobios" {__param_str_system_mode}<ffffffffa01fd548>
[   11.349382] <redpill/bios_shim.c:215> Symbol #91 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fan1}<ffffc900002f86f1>
[   11.361293] <redpill/bios_shim.c:215> Symbol #92 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fantype0}<ffffc900002f872b>
[   11.373925] <redpill/bios_shim.c:215> Symbol #93 in mfgBIOS "broadwellnk_synobios" {__param_check_fan}<ffffffffa01ff648>
[   11.386599] <redpill/bios_shim.c:215> Symbol #94 in mfgBIOS "broadwellnk_synobios" {__param_str_check_fan}<ffffffffa01fd558>
[   11.398878] <redpill/bios_shim.c:215> Symbol #95 in mfgBIOS "broadwellnk_synobios" {DS3018xsInitModuleType}<ffffffffa01f8ae0>
[   11.411943] <redpill/bios_shim.c:215> Symbol #96 in mfgBIOS "broadwellnk_synobios" {FS1018InitModuleType}<ffffffffa01f8b10>
[   11.424923] <redpill/bios_shim.c:215> Symbol #97 in mfgBIOS "broadwellnk_synobios" {RS1619xspInitModuleType}<ffffffffa01f8b40>
[   11.437308] <redpill/bios_shim.c:215> Symbol #98 in mfgBIOS "broadwellnk_synobios" {SA3400InitModuleType}<ffffffffa01f8b90>
[   11.451899] <redpill/bios_shim.c:215> Symbol #99 in mfgBIOS "broadwellnk_synobios" {SA3600InitModuleType}<ffffffffa01f8be0>
[   11.454311] <redpill/bios_shim.c:215> Symbol #100 in mfgBIOS "broadwellnk_synobios" {FS3600InitModuleType}<ffffffffa01f8c30>
[   11.456936] <redpill/bios_shim.c:215> Symbol #101 in mfgBIOS "broadwellnk_synobios" {HD3400InitModuleType}<ffffffffa01f8c80>
[   11.459399] <redpill/bios_shim.c:215> Symbol #102 in mfgBIOS "broadwellnk_synobios" {DS1621xspInitModuleType}<ffffffffa01f8cd0>
[   11.462051] <redpill/bios_shim.c:215> Symbol #103 in mfgBIOS "broadwellnk_synobios" {RS3621xspInitModuleType}<ffffffffa01f8d00>
[   11.464558] <redpill/bios_shim.c:215> Symbol #104 in mfgBIOS "broadwellnk_synobios" {RS3621rpxsInitModuleType}<ffffffffa01f8d70>
[   11.467164] <redpill/bios_shim.c:215> Symbol #105 in mfgBIOS "broadwellnk_synobios" {RS4021xspI2CGetPowerInfo}<ffffffffa01f8de0>
[   11.469869] <redpill/bios_shim.c:215> Symbol #106 in mfgBIOS "broadwellnk_synobios" {RS4021xspInitModuleType}<ffffffffa01f8e30>
[   11.472378] <redpill/bios_shim.c:215> Symbol #107 in mfgBIOS "broadwellnk_synobios" {DS3622xspInitModuleType}<ffffffffa01f8ea0>
[   11.475005] <redpill/bios_shim.c:215> Symbol #108 in mfgBIOS "broadwellnk_synobios" {SetGroupWakeConfig.cold.0}<ffffffffa01fcd16>
[   11.477506] <redpill/bios_shim.c:215> Symbol #109 in mfgBIOS "broadwellnk_synobios" {MpId.25957}<ffffffffa0205f40>
[   11.479986] <redpill/bios_shim.c:215> Symbol #110 in mfgBIOS "broadwellnk_synobios" {SetMicropId.cold.1}<ffffffffa01fcd5e>
[   11.482373] <redpill/bios_shim.c:215> Symbol #111 in mfgBIOS "broadwellnk_synobios" {CheckMicropId.cold.2}<ffffffffa01fcd72>
[   11.485009] <redpill/bios_shim.c:215> Symbol #112 in mfgBIOS "broadwellnk_synobios" {days_since_epoch}<ffffffffa01fd640>
[   11.487365] <redpill/bios_shim.c:215> Symbol #113 in mfgBIOS "broadwellnk_synobios" {days_since_leapyear}<ffffffffa01fd6d0>
[   11.489987] <redpill/bios_shim.c:215> Symbol #114 in mfgBIOS "broadwellnk_synobios" {days_since_year}<ffffffffa01fd6f0>
[   11.492322] <redpill/bios_shim.c:215> Symbol #115 in mfgBIOS "broadwellnk_synobios" {rtc_correct_wday}<ffffffffa01f9910>
[   11.494862] <redpill/bios_shim.c:215> Symbol #116 in mfgBIOS "broadwellnk_synobios" {rtc_bandon_set_auto_poweron.cold.0}<ffffffffa01fcd9c>
[   11.497482] <redpill/bios_shim.c:215> Symbol #117 in mfgBIOS "broadwellnk_synobios" {days_in_mo}<ffffffffa01fd708>
[   11.499984] <redpill/bios_shim.c:215> Symbol #118 in mfgBIOS "broadwellnk_synobios" {linuxI2CCharWrite.cold.1}<ffffffffa01fcdd8>
[   11.502454] <redpill/bios_shim.c:215> Symbol #119 in mfgBIOS "broadwellnk_synobios" {linuxI2CCharRead.cold.2}<ffffffffa01fce08>
[   11.505152] <redpill/bios_shim.c:215> Symbol #120 in mfgBIOS "broadwellnk_synobios" {uLostAddr.23016}<ffffffffa0207b80>
[   11.507487] <redpill/bios_shim.c:215> Symbol #121 in mfgBIOS "broadwellnk_synobios" {linuxI2CSmbusRegRead.cold.3}<ffffffffa01fce38>
[   11.510205] <redpill/bios_shim.c:215> Symbol #122 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.23017}<ffffffffa01fd720>
[   11.512627] <redpill/bios_shim.c:215> Symbol #123 in mfgBIOS "broadwellnk_synobios" {GetFanStatus}<ffffffffa01fa440>
[   11.515069] <redpill/bios_shim.c:215> Symbol #124 in mfgBIOS "broadwellnk_synobios" {GetBrand}<ffffffffa01fa460>
[   11.517291] <redpill/bios_shim.c:215> Symbol #125 in mfgBIOS "broadwellnk_synobios" {InitModuleType}<ffffffffa01fa470>
[   11.519867] <redpill/bios_shim.c:215> Symbol #126 in mfgBIOS "broadwellnk_synobios" {model_ops}<ffffffffa0207c58>
[   11.522106] <redpill/bios_shim.c:215> Symbol #127 in mfgBIOS "broadwellnk_synobios" {SetBuzzerClear}<ffffffffa01fa4a0>
[   11.524418] <redpill/bios_shim.c:215> Symbol #128 in mfgBIOS "broadwellnk_synobios" {GetBuzzerCleared}<ffffffffa01fa4d0>
[   11.526999] <redpill/bios_shim.c:215> Symbol #129 in mfgBIOS "broadwellnk_synobios" {GetPowerStatus}<ffffffffa01fa500>
[   11.529348] <redpill/bios_shim.c:215> Symbol #130 in mfgBIOS "broadwellnk_synobios" {DiskLedCtrlBy1475SGPIO}<ffffffffa01fa570>
[   11.531971] <redpill/bios_shim.c:215> Symbol #131 in mfgBIOS "broadwellnk_synobios" {giDiskLedControllerInit}<ffffffffa0207ba4>
[   11.534433] <redpill/bios_shim.c:215> Symbol #132 in mfgBIOS "broadwellnk_synobios" {giDiskLedController}<ffffffffa0206108>
[   11.537114] <redpill/bios_shim.c:215> Symbol #133 in mfgBIOS "broadwellnk_synobios" {SetAlarmLed}<ffffffffa01fa5e0>
[   11.539348] <redpill/bios_shim.c:215> Symbol #134 in mfgBIOS "broadwellnk_synobios" {SetFanStatusMircopWithGPIO.cold.6}<ffffffffa01fce92>
[   11.542229] <redpill/bios_shim.c:215> Symbol #135 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByAtmega}<ffffffffa01fa790>
[   11.544887] <redpill/bios_shim.c:215> Symbol #136 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByAtmega.cold.7}<ffffffffa01fcea6>
[   11.547467] <redpill/bios_shim.c:215> Symbol #137 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByAtmega}<ffffffffa01fa910>
[   11.552298] <redpill/bios_shim.c:215> Symbol #138 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer}<ffffffffa01fa920>
[   11.565812] <redpill/bios_shim.c:215> Symbol #139 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer.cold.8}<ffffffffa01fced0>
[   11.580246] <redpill/bios_shim.c:215> Symbol #140 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByI2CLedDimmer}<ffffffffa01faa70>
[   11.593612] <redpill/bios_shim.c:215> Symbol #141 in mfgBIOS "broadwellnk_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa01faa80>
[   11.607260] <redpill/bios_shim.c:215> Symbol #142 in mfgBIOS "broadwellnk_synobios" {hwmon_sensor_list}<ffffffffa0207c50>
[   11.620085] <redpill/bios_shim.c:215> Symbol #143 in mfgBIOS "broadwellnk_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa01faae0>
[   11.632946] <redpill/bios_shim.c:215> Symbol #144 in mfgBIOS "broadwellnk_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa01fab40>
[   11.646481] <redpill/bios_shim.c:215> Symbol #145 in mfgBIOS "broadwellnk_synobios" {GetFanStatusMircopWithGPIO}<ffffffffa01faba0>
[   11.652872] <redpill/bios_shim.c:215> Symbol #146 in mfgBIOS "broadwellnk_synobios" {Uninitialize}<ffffffffa01fac60>
[   11.655166] <redpill/bios_shim.c:215> Symbol #147 in mfgBIOS "broadwellnk_synobios" {GetCpuTemperatureI3Transfer}<ffffffffa01fac80>
[   11.657889] <redpill/bios_shim.c:215> Symbol #148 in mfgBIOS "broadwellnk_synobios" {GetSysTemperature}<ffffffffa01faca0>
[   11.660263] <redpill/bios_shim.c:215> Symbol #149 in mfgBIOS "broadwellnk_synobios" {SYNODiskLedCtrlBy1475SGPIO}<ffffffffa01fae70>
[   11.662999] <redpill/bios_shim.c:215> Symbol #150 in mfgBIOS "broadwellnk_synobios" {CSWTCH.167}<ffffffffa01fd740>
[   11.665266] <redpill/bios_shim.c:215> Symbol #151 in mfgBIOS "broadwellnk_synobios" {gblDiskNumNeedTran}<ffffffffa0207ba8>
[   11.667863] <redpill/bios_shim.c:215> Symbol #152 in mfgBIOS "broadwellnk_synobios" {giDiskMapTable}<ffffffffa0207bc0>
[   11.670207] <redpill/bios_shim.c:215> Symbol #153 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO}<ffffffffa01faf30>
[   11.673003] <redpill/bios_shim.c:215> Symbol #154 in mfgBIOS "broadwellnk_synobios" {hdd_enable_gpio}<ffffffffa0207c48>
[   11.675357] <redpill/bios_shim.c:215> Symbol #155 in mfgBIOS "broadwellnk_synobios" {hdd_detect_gpio}<ffffffffa0207c40>
[   11.677892] <redpill/bios_shim.c:215> Symbol #156 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO.cold.9}<ffffffffa01fcefb>
[   11.680650] <redpill/bios_shim.c:215> Symbol #157 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS}<ffffffffa01fb0a0>
[   11.683475] <redpill/bios_shim.c:215> Symbol #158 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS.cold.10}<ffffffffa01fcf0f>
[   11.686531] <redpill/bios_shim.c:215> Symbol #159 in mfgBIOS "broadwellnk_synobios" {SetupDiskLedMap.part.3}<ffffffffa01fb210>
[   11.689080] <redpill/bios_shim.c:215> Symbol #160 in mfgBIOS "broadwellnk_synobios" {SetupDiskAtmegaLedMap.part.4}<ffffffffa01fb2c0>
[   11.691681] <redpill/bios_shim.c:215> Symbol #161 in mfgBIOS "broadwellnk_synobios" {SetCpuFanStatus}<ffffffffa01fb350>
[   11.694139] <redpill/bios_shim.c:215> Symbol #162 in mfgBIOS "broadwellnk_synobios" {SetHddActLedByLedTrigger.cold.11}<ffffffffa01fcf23>
[   11.696975] <redpill/bios_shim.c:215> Symbol #163 in mfgBIOS "broadwellnk_synobios" {SetHddAtmegaLed.cold.12}<ffffffffa01fcf48>
[   11.699458] <redpill/bios_shim.c:215> Symbol #164 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0205f60>
[   11.701937] <redpill/bios_shim.c:219> Found vtable - size 424
[   11.703173] <redpill/bios_shim.c:234> Found "synobios_ops" in "broadwellnk_synobios" @ <ffffffffa0205f60 =424=> ffffffffa0206ca0>
[   11.705978] <redpill/override_symbol.c:279> Restoring apply_relocate_add<ffffffff8103ae60> to original code
[   11.708046] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   11.710526] <redpill/override_symbol.c:250> Obtaining lock for <apply_relocate_add+0x0/0x170/ffffffff8103ae60>
[   11.712911] <redpill/override_symbol.c:250> Writing original code to <ffffffff8103ae60>
[   11.714547] <redpill/override_symbol.c:250> Released lock for <ffffffff8103ae60>
[   11.716391] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   11.718948] <redpill/override_symbol.c:287> Successfully restored original code of apply_relocate_add
[   11.721072] <redpill/override_symbol.c:145> Freeing OVS for apply_relocate_add
[   11.722586] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0205f60
[   11.724572] 00 62 20 a0 ff ff ff ff  [00] 0x000      ffffffffa0206200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   11.727199] 60 a4 1f a0 ff ff ff ff  [01] 0x008      ffffffffa01fa460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   11.729341] c0 ac 1f a0 ff ff ff ff  [02] 0x010      ffffffffa01facc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   11.731657] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   11.733278] 60 9b 1f a0 ff ff ff ff  [04] 0x020      ffffffffa01f9b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   11.735633] c0 9d 1f a0 ff ff ff ff  [05] 0x028      ffffffffa01f9dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   11.738163] 40 a4 1f a0 ff ff ff ff  [06] 0x030      ffffffffa01fa440        GetFanStatus+0x0/0x10 [broadwellnk_synobios]
[   11.740345] 50 a4 1f a0 ff ff ff ff  [07] 0x038      ffffffffa01fa450        SetFanStatus+0x0/0x10 [broadwellnk_synobios]
[   11.743539] a0 ac 1f a0 ff ff ff ff  [08] 0x040      ffffffffa01faca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   11.746083] 80 ac 1f a0 ff ff ff ff  [09] 0x048      ffffffffa01fac80        GetCpuTemperatureI3Transfer+0x0/0x20 [broadwellnk_synobios]
[   11.748488] 00 00 00 00 00 00 00 00  [10] 0x050                (null)                  (null)
[   11.750241] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[   11.751999] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   11.753584] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   11.755309] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   11.757081] 30 a5 1f a0 ff ff ff ff  [15] 0x078      ffffffffa01fa530        SetGpioPin+0x0/0x40 [broadwellnk_synobios]
[   11.759307] 20 a6 1f a0 ff ff ff ff  [16] 0x080      ffffffffa01fa620        GetGpioPin+0x0/0x30 [broadwellnk_synobios]
[   11.761554] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[   11.763206] 30 9d 1f a0 ff ff ff ff  [18] 0x090      ffffffffa01f9d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   11.765624] c0 98 1f a0 ff ff ff ff  [19] 0x098      ffffffffa01f98c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   11.769156] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   11.771018] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   11.773511] e0 a5 1f a0 ff ff ff ff  [22] 0x0b0      ffffffffa01fa5e0        SetAlarmLed+0x0/0x40 [broadwellnk_synobios]
[   11.775688] d0 a4 1f a0 ff ff ff ff  [23] 0x0b8      ffffffffa01fa4d0        GetBuzzerCleared+0x0/0x30 [broadwellnk_synobios]
[   11.779163] a0 a4 1f a0 ff ff ff ff  [24] 0x0c0      ffffffffa01fa4a0        SetBuzzerClear+0x0/0x30 [broadwellnk_synobios]
[   11.781471] 00 a5 1f a0 ff ff ff ff  [25] 0x0c8      ffffffffa01fa500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   11.783645] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   11.785400] 70 a4 1f a0 ff ff ff ff  [27] 0x0d8      ffffffffa01fa470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   11.788623] 60 ac 1f a0 ff ff ff ff  [28] 0x0e0      ffffffffa01fac60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   11.791100] 50 b3 1f a0 ff ff ff ff  [29] 0x0e8      ffffffffa01fb350        SetCpuFanStatus+0x0/0x10 [broadwellnk_synobios]
[   11.794284] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[   11.796075] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[   11.797633] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   11.799366] 00 00 00 00 00 00 00 00  [33] 0x108                (null)                  (null)
[   11.801170] 00 00 00 00 00 00 00 00  [34] 0x110                (null)                  (null)
[   11.802696] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   11.804449] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   11.806333] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   11.808972] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   11.810568] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   11.813334] 50 a6 1f a0 ff ff ff ff  [40] 0x140      ffffffffa01fa650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   11.815476] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   11.818231] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   11.820009] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   11.821699] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   11.823313] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   11.825138] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   11.826800] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   11.828441] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   11.830203] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   11.831980] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   11.833515] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   11.835287] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   11.837331] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0206108
[   11.839306] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [7] originally SetFanStatus [broadwellnk_synobios]<ffffffffa01fa450> will now be bios_VTK_SET_FAN_STATE_null_zero_int [redpill]<ffffffffa000caf0>
[   11.843480] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [10] originally           (null)<          (null)> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000cb20>
[   11.847287] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [11] originally           (null)<          (null)> will now be bios_VTK_SET_PWR_LED_null_zero_int [redpill]<ffffffffa000cb50>
[   11.851191] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [16] originally GetGpioPin [broadwellnk_synobios]<ffffffffa01fa620> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa000cad0>
[   11.855122] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [15] originally SetGpioPin [broadwellnk_synobios]<ffffffffa01fa530> will now be shim_set_gpio_pin_usable [redpill]<ffffffffa000cd00>
[   11.859020] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [17] originally           (null)<          (null)> will now be bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int [redpill]<ffffffffa000cb80>
[   11.862998] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [22] originally SetAlarmLed [broadwellnk_synobios]<ffffffffa01fa5e0> will now be bios_VTK_SET_ALR_LED_null_zero_int [redpill]<ffffffffa000cbb0>
[   11.867103] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [23] originally GetBuzzerCleared [broadwellnk_synobios]<ffffffffa01fa4d0> will now be bios_get_buz_clr [redpill]<ffffffffa000cae0>
[   11.871103] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [24] originally SetBuzzerClear [broadwellnk_synobios]<ffffffffa01fa4a0> will now be bios_VTK_SET_BUZ_CLR_null_zero_int [redpill]<ffffffffa000cbe0>
[   11.875171] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [29] originally SetCpuFanStatus [broadwellnk_synobios]<ffffffffa01fb350> will now be bios_VTK_SET_CPU_FAN_STATUS_null_zero_int [redpill]<ffffffffa000cc10>
[   11.879493] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [30] originally           (null)<          (null)> will now be bios_VTK_SET_PHY_LED_null_zero_int [redpill]<ffffffffa000cc40>
[   11.883330] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [31] originally           (null)<          (null)> will now be bios_VTK_SET_HDD_ACT_LED_null_zero_int [redpill]<ffffffffa000cc70>
[   11.887215] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [33] originally           (null)<          (null)> will now be bios_VTK_GET_MICROP_ID_null_zero_int [redpill]<ffffffffa000cca0>
[   11.891195] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [34] originally           (null)<          (null)> will now be bios_VTK_SET_MICROP_ID_null_zero_int [redpill]<ffffffffa000ccd0>
[   11.894977] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   11.897134] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   11.898669] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [6] originally GetFanStatus [broadwellnk_synobios]<ffffffffa01fa440> will now be bios_get_fan_state [redpill]<ffffffffa000b710>
[   11.902535] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [9] originally GetCpuTemperatureI3Transfer [broadwellnk_synobios]<ffffffffa01fac80> will now be bios_get_cpu_temp [redpill]<ffffffffa000b8e0>
[   11.906726] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [47] originally           (null)<          (null)> will now be bios_hwmon_get_thermal [redpill]<ffffffffa000b930>
[   11.910237] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [45] originally           (null)<          (null)> will now be bios_hwmon_get_voltages [redpill]<ffffffffa000bb10>
[   11.913906] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [43] originally           (null)<          (null)> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa000bd10>
[   11.917367] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   11.919275] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0205f60
[   11.921434] 00 62 20 a0 ff ff ff ff  [00] 0x000      ffffffffa0206200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   11.923962] 60 a4 1f a0 ff ff ff ff  [01] 0x008      ffffffffa01fa460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   11.926206] c0 ac 1f a0 ff ff ff ff  [02] 0x010      ffffffffa01facc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   11.928324] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   11.930047] 60 9b 1f a0 ff ff ff ff  [04] 0x020      ffffffffa01f9b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   11.932370] c0 9d 1f a0 ff ff ff ff  [05] 0x028      ffffffffa01f9dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   11.934870] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   11.936967] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   11.939370] a0 ac 1f a0 ff ff ff ff  [08] 0x040      ffffffffa01faca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   11.941830] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   11.943900] 20 cb 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000cb20        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x30 [redpill]
[   11.946306] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   11.948803] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   11.953226] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   11.961626] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   11.970398] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   11.981346] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   11.992334] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   12.005514] 30 9d 1f a0 ff ff ff ff  [18] 0x090      ffffffffa01f9d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   12.017840] c0 98 1f a0 ff ff ff ff  [19] 0x098      ffffffffa01f98c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   12.030368] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   12.038357] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   12.047049] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.052508] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   12.054747] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   12.057084] 00 a5 1f a0 ff ff ff ff  [25] 0x0c8      ffffffffa01fa500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   12.059329] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   12.061173] 70 a4 1f a0 ff ff ff ff  [27] 0x0d8      ffffffffa01fa470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   12.063324] 60 ac 1f a0 ff ff ff ff  [28] 0x0e0      ffffffffa01fac60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   12.065806] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   12.069132] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   12.071706] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   12.074127] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   12.075977] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.079228] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.081835] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   12.083392] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   12.085132] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   12.087904] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   12.089656] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   12.091330] 50 a6 1f a0 ff ff ff ff  [40] 0x140      ffffffffa01fa650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   12.093389] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   12.095187] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   12.096941] 10 bd 00 a0 ff ff ff ff  [43] 0x158      ffffffffa000bd10        bios_hwmon_get_fans_rpm+0x0/0x1d0 [redpill]
[   12.099124] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   12.100908] 10 bb 00 a0 ff ff ff ff  [45] 0x168      ffffffffa000bb10        bios_hwmon_get_voltages+0x0/0x200 [redpill]
[   12.103054] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   12.104844] 30 b9 00 a0 ff ff ff ff  [47] 0x178      ffffffffa000b930        bios_hwmon_get_thermal+0x0/0x1e0 [redpill]
[   12.107048] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   12.108765] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   12.110351] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   12.113068] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   12.114859] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   12.116888] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0206108
[   12.118868] <redpill/bios_hwcap_shim.c:79> Registering mfgBIOS HW Capability shim
[   12.120378] <redpill/override_symbol.c:257> Overriding GetHwCapability() with GetHwCapability_shim [redpill]()<ffffffffa000b270>
[   12.128602] <redpill/override_symbol.c:172> Saved GetHwCapability() ptr <ffffffffa01f90d0>
[   12.131052] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa01f90d0+12/1 (<<ffffffffa01f9000)
[   12.133459] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa01f90d0>
[   12.136262] <redpill/override_symbol.c:182> Generating trampoline
[   12.137416] <redpill/override_symbol.c:188> Generated trampoline to GetHwCapability_shim+0x0/0x220 [redpill]<ffffffffa000b270> for GetHwCapability<ffffffffa01f90d0>:
[   12.141018] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa01f90d0>
[   12.142785] <redpill/override_symbol.c:221> Released lock for <ffffffffa01f90d0>
[   12.144302] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffffa01f90d0+12/1 (<<ffffffffa01f9000)
[   12.146938] <redpill/override_symbol.c:269> Successfully overrode GetHwCapability() with trampoline to GetHwCapability_shim+0x0/0x220 [redpill]<ffffffffa000b270>
[   12.150190] <redpill/bios_hwcap_shim.c:87> Successfully registered mfgBIOS HW Capability shim
[   12.152069] <redpill/bios_shim.c:131> broadwellnk_synobios BIOS *early* shimmed
[   12.153970] synobios open /dev/ttyS1 success
[   12.155935] 2022-8-4 23:38:51 UTC
[   12.156556] synobios: load, major number 201
[   12.158347] Brand: Synology
[   12.159011] Model: DS-3622xs+
[   12.159746] set group disks wakeup number to 4, spinup time deno 7
[   12.161153] <redpill/bios_shims_collection.c:54> mfgBIOS: nullify zero-int for VTK_SET_MICROP_ID
[   12.163111] synobios cpu_arch proc entry initialized
[   12.164132] synobios crypto_hw proc entry initialized
[   12.165238] synobios syno_platform proc entry initialized
[   12.166607] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0205f60
[   12.168660] 00 62 20 a0 ff ff ff ff  [00] 0x000      ffffffffa0206200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   12.171202] 60 a4 1f a0 ff ff ff ff  [01] 0x008      ffffffffa01fa460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   12.173241] c0 ac 1f a0 ff ff ff ff  [02] 0x010      ffffffffa01facc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   12.175683] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   12.178148] 60 9b 1f a0 ff ff ff ff  [04] 0x020      ffffffffa01f9b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   12.180819] c0 9d 1f a0 ff ff ff ff  [05] 0x028      ffffffffa01f9dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   12.184005] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   12.186214] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   12.188664] a0 ac 1f a0 ff ff ff ff  [08] 0x040      ffffffffa01faca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   12.191045] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   12.193030] 70 ae 1f a0 ff ff ff ff  [10] 0x050      ffffffffa01fae70        SYNODiskLedCtrlBy1475SGPIO+0x0/0xc0 [broadwellnk_synobios]
[   12.195704] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.197973] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   12.199759] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   12.201396] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   12.203128] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   12.205257] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   12.208650] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   12.211212] 30 9d 1f a0 ff ff ff ff  [18] 0x090      ffffffffa01f9d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   12.213761] c0 98 1f a0 ff ff ff ff  [19] 0x098      ffffffffa01f98c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   12.216185] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   12.217846] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   12.219595] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.221944] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   12.224050] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   12.226539] 00 a5 1f a0 ff ff ff ff  [25] 0x0c8      ffffffffa01fa500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   12.228779] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   12.230643] 70 a4 1f a0 ff ff ff ff  [27] 0x0d8      ffffffffa01fa470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   12.233789] 60 ac 1f a0 ff ff ff ff  [28] 0x0e0      ffffffffa01fac60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   12.236090] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   12.238614] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   12.241065] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   12.243563] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   12.245107] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.248688] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.251142] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   12.252851] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   12.254614] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   12.256295] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   12.257924] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   12.259715] 50 a6 1f a0 ff ff ff ff  [40] 0x140      ffffffffa01fa650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   12.261885] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   12.263621] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   12.265179] 40 ab 1f a0 ff ff ff ff  [43] 0x158      ffffffffa01fab40        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [broadwellnk_synobios]
[   12.268791] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   12.270667] e0 aa 1f a0 ff ff ff ff  [45] 0x168      ffffffffa01faae0        HWMONGetVoltageSensorFromADT+0x0/0x60 [broadwellnk_synobios]
[   12.273995] a0 b0 1f a0 ff ff ff ff  [46] 0x170      ffffffffa01fb0a0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x170 [broadwellnk_synobios]
[   12.276740] 80 aa 1f a0 ff ff ff ff  [47] 0x178      ffffffffa01faa80        HWMONGetThermalSensorFromADT+0x0/0x60 [broadwellnk_synobios]
[   12.279193] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   12.281074] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   12.282739] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   12.284489] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   12.286156] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   12.288111] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0206108
[   12.290048] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [10] originally SYNODiskLedCtrlBy1475SGPIO [broadwellnk_synobios]<ffffffffa01fae70> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000cb20>
[   12.294615] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   12.296765] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   12.298489] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [47] originally HWMONGetThermalSensorFromADT [broadwellnk_synobios]<ffffffffa01faa80> will now be bios_hwmon_get_thermal [redpill]<ffffffffa000b930>
[   12.302682] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [45] originally HWMONGetVoltageSensorFromADT [broadwellnk_synobios]<ffffffffa01faae0> will now be bios_hwmon_get_voltages [redpill]<ffffffffa000bb10>
[   12.306885] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [43] originally HWMONGetFanSpeedRPMFromADT [broadwellnk_synobios]<ffffffffa01fab40> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa000bd10>
[   12.311198] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   12.312985] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0205f60
[   12.315051] 00 62 20 a0 ff ff ff ff  [00] 0x000      ffffffffa0206200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   12.317656] 60 a4 1f a0 ff ff ff ff  [01] 0x008      ffffffffa01fa460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   12.319813] c0 ac 1f a0 ff ff ff ff  [02] 0x010      ffffffffa01facc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   12.321959] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   12.323751] 60 9b 1f a0 ff ff ff ff  [04] 0x020      ffffffffa01f9b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   12.326168] c0 9d 1f a0 ff ff ff ff  [05] 0x028      ffffffffa01f9dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   12.328572] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   12.330762] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   12.334067] a0 ac 1f a0 ff ff ff ff  [08] 0x040      ffffffffa01faca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   12.336522] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   12.338582] 20 cb 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000cb20        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x30 [redpill]
[   12.341053] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.343492] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   12.345062] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   12.347836] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   12.349583] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   12.351790] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   12.354019] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   12.356638] 30 9d 1f a0 ff ff ff ff  [18] 0x090      ffffffffa01f9d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   12.359094] c0 98 1f a0 ff ff ff ff  [19] 0x098      ffffffffa01f98c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   12.361626] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   12.363184] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   12.364952] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.368464] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   12.370641] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   12.373904] 00 a5 1f a0 ff ff ff ff  [25] 0x0c8      ffffffffa01fa500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   12.376262] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   12.377914] 70 a4 1f a0 ff ff ff ff  [27] 0x0d8      ffffffffa01fa470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   12.380148] 60 ac 1f a0 ff ff ff ff  [28] 0x0e0      ffffffffa01fac60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   12.382543] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   12.384961] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   12.388527] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   12.391024] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   12.393679] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.396115] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.398619] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   12.400462] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   12.402989] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   12.404753] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   12.406480] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   12.408076] 50 a6 1f a0 ff ff ff ff  [40] 0x140      ffffffffa01fa650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   12.410519] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   12.412970] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   12.414772] 10 bd 00 a0 ff ff ff ff  [43] 0x158      ffffffffa000bd10        bios_hwmon_get_fans_rpm+0x0/0x1d0 [redpill]
[   12.416969] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   12.418707] 10 bb 00 a0 ff ff ff ff  [45] 0x168      ffffffffa000bb10        bios_hwmon_get_voltages+0x0/0x200 [redpill]
[   12.421018] a0 b0 1f a0 ff ff ff ff  [46] 0x170      ffffffffa01fb0a0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x170 [broadwellnk_synobios]
[   12.423645] 30 b9 00 a0 ff ff ff ff  [47] 0x178      ffffffffa000b930        bios_hwmon_get_thermal+0x0/0x1e0 [redpill]
[   12.425938] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   12.427615] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   12.429287] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   12.431058] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   12.433701] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   12.435839] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0206108
[   12.437697] <redpill/bios_shim.c:126> broadwellnk_synobios BIOS *fully* shimmed
[   12.444602] Module [broadwellnk_synobios] is removed.
[   12.445684] synobios: unload
[   12.446294] <redpill/bios_shim.c:100> broadwellnk_synobios BIOS went away - you may get a kernel panic if YOU unloaded it
[   12.448744] <redpill/override_symbol.c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa000da10>
[   12.451781] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103ae60>
[   12.454404] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   12.456894] <redpill/override_symbol.c:221> Obtaining lock for <apply_relocate_add+0x0/0x170/ffffffff8103ae60>
[   12.459090] <redpill/override_symbol.c:182> Generating trampoline
[   12.460662] <redpill/override_symbol.c:188> Generated trampoline to _apply_relocate_add+0x0/0x180 [redpill]<ffffffffa000da10> for apply_relocate_add<ffffffff8103ae60>:
[   12.463883] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8103ae60>
[   12.465855] <redpill/override_symbol.c:221> Released lock for <ffffffff8103ae60>
[   12.467477] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   12.469937] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x180 [redpill]<ffffffffa000da10>
[   12.473189] <redpill/rtc_proxy.c:244> Unregistering RTC proxy shim
[   12.474667] <redpill/rtc_proxy.c:248> The RTC proxy shim is not registered - ignoring
[   12.476488] <redpill/bios_hwmon_shim.c:364> Forcefully resetting mfgBIOS HW Monitor shim
[   12.478152] <redpill/bios_hwmon_shim.c:372> Successfully reset mfgBIOS HW Monitor
[   12.479911] <redpill/bios_hwcap_shim.c:111> Forcefully resetting mfgBIOS HW Capability shim
[   12.481812] <redpill/override_symbol.c:145> Freeing OVS for GetHwCapability
[   12.483462] <redpill/bios_hwcap_shim.c:115> Successfully reset mfgBIOS HW Capability
[   12.522539] <redpill/smart_shim.c:934> sd_ioctl_canary triggered for first ioctl()
[   12.524081] <redpill/smart_shim.c:862> Rerouting sd_fops->ioctl<ffffffff8165a258>=sd_ioctl+0x0/0x250<ffffffff813e7d10> to sd_ioctl_smart_shim+0x0/0x90 [redpill]<ffffffffa000a710>
[   12.527738] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8165a258+8/1 (<<ffffffff8165a000)
[   12.530469] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8165a258+8/1 (<<ffffffff8165a000)
[   12.532772] <redpill/override_symbol.c:279> Restoring sd_ioctl<ffffffff813e7d10> to original code
[   12.534788] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff813e7d10+12/1 (<<ffffffff813e7000)
[   12.537451] <redpill/override_symbol.c:250> Obtaining lock for <sd_ioctl+0x0/0x250/ffffffff813e7d10>
[   12.539487] <redpill/override_symbol.c:250> Writing original code to <ffffffff813e7d10>
[   12.541235] <redpill/override_symbol.c:250> Released lock for <ffffffff813e7d10>
[   12.542871] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff813e7d10+12/1 (<<ffffffff813e7000)
[   12.545557] <redpill/override_symbol.c:287> Successfully restored original code of sd_ioctl
[   12.547413] <redpill/override_symbol.c:145> Freeing OVS for sd_ioctl
[   12.548812] <redpill/smart_shim.c:971> Canary finished - routing to sd_fops->ioctl = sd_ioctl_smart_shim+0x0/0x90 [redpill]<ffffffffa000a710>
[   12.606128] md: md0 stopped.
[   12.609846] md: bind<sda1>
[   12.612777] md/raid1:md0: active with 1 out of 2 mirrors
[   12.621035] md0: detected capacity change from 0 to 8589869056
[   12.662427] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[   12.674541] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   12.986769] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[   12.995955] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: prjquota,rootprjquota
[   13.018584] Module [r8168] is removed.
[   13.099371] loop: module loaded
[   13.123602] EXT4-fs (loop0): couldn't mount as ext3 due to feature incompatibilities
[   13.141277] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[   16.365432] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[   16.374671] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   16.478524] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[   16.482711] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1,prjquota,rootprjquota
[   16.696904] 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)
[   16.701964] systemd[1]: Detected architecture x86-64.
[   16.704020] systemd[1]: Set hostname to <test>.
[   17.121384] systemd[1]: Cannot add dependency job for unit syno-qlogic-rdma-modules-load.service, ignoring: Unit syno-qlogic-rdma-modules-load.service is masked.
[   17.125408] systemd[1]: Cannot add dependency job for unit syno-mlnx-rdma-modules-load.service, ignoring: Unit syno-mlnx-rdma-modules-load.service is masked.
[   17.128715] systemd[1]: Cannot add dependency job for unit pkg-synobrm-recovery-restart.service, ignoring: Unit pkg-synobrm-recovery-restart.service failed to load: No such file or directory.
[   17.133386] systemd[1]: Cannot add dependency job for unit SynoLedBrightness.service, ignoring: Unit SynoLedBrightness.service is masked.
[   17.136027] 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.
[   17.140249] 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.
[   17.145622] systemd[1]: Reached target Swap.
[   17.147166] systemd[1]: Starting Swap.
[   17.147919] systemd[1]: Reached target Paths.
[   17.148855] systemd[1]: Starting Paths.
[   17.149814] systemd[1]: Reached target Timers.
[   17.150904] systemd[1]: Starting Timers.
[   17.151956] systemd[1]: Created slice Root Slice.
[   17.153837] systemd[1]: Starting Root Slice.
[   17.154935] systemd[1]: Created slice Synology DSM desktop service.
[   17.156388] systemd[1]: Starting Synology DSM desktop service.
[   17.157783] systemd[1]: Created slice ScsiTarget's slice.
[   17.158871] systemd[1]: Starting ScsiTarget's slice.
[   17.160295] systemd[1]: Listening on udev Control Socket.
[   17.161421] systemd[1]: Starting udev Control Socket.
[   17.162631] systemd[1]: Created slice SynoFinder's slice.
[   17.163777] systemd[1]: Starting SynoFinder's slice.
[   17.165011] systemd[1]: Listening on Journal Socket.
[   17.169605] systemd[1]: Starting Journal Socket.
[   17.175539] systemd[1]: Created slice ActiveInsight's slice.
[   17.181637] systemd[1]: Starting ActiveInsight's slice.
[   17.187530] systemd[1]: Created slice Synology Swap Works.
[   17.193526] systemd[1]: Starting Synology Swap Works.
[   17.199238] systemd[1]: Created slice Synology Flashcache.
[   17.206141] systemd[1]: Starting Synology Flashcache.
[   17.211814] systemd[1]: Created slice OpenBSD Secure Shell server.
[   17.218489] systemd[1]: Starting OpenBSD Secure Shell server.
[   17.225771] systemd[1]: Created slice HybridShare's slice.
[   17.231717] systemd[1]: Starting HybridShare's slice.
[   17.237552] systemd[1]: Created slice Synology DSM Storage Service.
[   17.244172] systemd[1]: Starting Synology DSM Storage Service.
[   17.251534] systemd[1]: Created slice Package Center Slice.
[   17.257763] systemd[1]: Starting Package Center Slice.
[   17.264356] systemd[1]: Created slice Synology Cache Advisor.
[   17.268414] systemd[1]: Starting Synology Cache Advisor.
[   17.269706] systemd[1]: Created slice BTRFS Space Reclaim.
[   17.270851] systemd[1]: Starting BTRFS Space Reclaim.
[   17.272156] systemd[1]: Created slice SNMP.
[   17.272966] systemd[1]: Starting SNMP.
[   17.273920] systemd[1]: Created slice SecureSignIn's slice.
[   17.275085] systemd[1]: Starting SecureSignIn's slice.
[   17.276608] systemd[1]: Listening on Journal Audit Socket.
[   17.277654] systemd[1]: Starting Journal Audit Socket.
[   17.278881] systemd[1]: Created slice synobackup daemon slice.
[   17.280120] systemd[1]: Starting synobackup daemon slice.
[   17.281658] systemd[1]: Created slice SSDP service.
[   17.283618] systemd[1]: Starting SSDP service.
[   17.284712] systemd[1]: Created slice Synology DSM internal service.
[   17.286045] systemd[1]: Starting Synology DSM internal service.
[   17.287643] systemd[1]: Created slice System Slice.
[   17.288696] systemd[1]: Starting System Slice.
[   17.296617] systemd[1]: Starting Load Kernel Modules...
[   17.298578] systemd[1]: Started Machine Check Exception Logging Daemon.
[   17.300699] systemd[1]: Starting Machine Check Exception Logging Daemon...
[   17.302753] systemd[1]: Starting Disabling fan checking flag ......
[   17.305308] systemd[1]: Starting Set time zone information to kernel...
[   17.307955] systemd[1]: Starting Synology Task Scheduler Init...
[   17.310069] Monitor-Mwait will be used to enter C-1 state
[   17.310490] systemd[1]: Mounting Temporary Directory...
[   17.313183] Monitor-Mwait will be used to enter C-2 state
[   17.314565] ACPI: acpi_idle registered with cpuidle
[   17.315118] systemd[1]: Starting check integrity of rd.gz decompression...
[   17.317975] systemd[1]: Starting unbind USB device...
[   17.319730] systemd[1]: Created slice system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
[   17.322396] systemd[1]: Starting system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
[   17.324761] systemd[1]: Starting SED Bootup Action...
[   17.326783] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   17.328917] systemd[1]: Starting system-serial\x2dgetty.slice.
[   17.330720] systemd[1]: Starting Link coredump path to volume if possible...
[   17.333075] systemd[1]: Created slice User and Session Slice.
[   17.334191] systemd[1]: Starting User and Session Slice.
[   17.335603] systemd[1]: Reached target Slices.
[   17.336810] systemd[1]: Starting Slices.
[   17.337739] systemd[1]: Created slice Shared Folder Sync.
[   17.339737] systemd[1]: Starting Shared Folder Sync.
[   17.340930] systemd[1]: Created slice SMBService's slice.
[   17.341009] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[   17.343995] systemd[1]: Starting SMBService's slice.
[   17.344863] flashcache: flashcache-1.0-2022-04-01-16:36 initialized
[   17.347235] systemd[1]: Starting Journal Socket (/dev/log).
[   17.349036] systemd[1]: Created slice scemd.
[   17.349896] systemd[1]: Starting scemd.
[   17.350915] systemd[1]: Created slice RAID Resync Process. Including Resync, Repair and Reshape..
[   17.351796] flashcache_syno: flashcache-1.0-syno-v25-pin-file-2022-04-01-16:36-debug initialized
[   17.354837] systemd[1]: Starting RAID Resync Process. Including Resync, Repair and Reshape..
[   17.357011] systemd[1]: Created slice FileStation's slice.
[   17.359090] systemd[1]: Starting FileStation's slice.
[   17.359964] NET: Registered protocol family 10
[   17.361759] systemd[1]: Mounting Debug File System...
[   17.362426] sit: IPv6 over IPv4 tunneling driver
[   17.364490] systemd[1]: Created slice Synology Index slice (WAT).
[   17.365901] systemd[1]: Starting Synology Index slice (WAT).
[   17.367261] systemd[1]: Listening on udev Kernel Socket.
[   17.368309] systemd[1]: Starting udev Kernel Socket.
[   17.369733] systemd[1]: Created slice Python2's slice.
[   17.370823] systemd[1]: Starting Python2's slice.
[   17.371970] systemd[1]: Started Set project quota ID for /var/log.
[   17.373763] systemd[1]: Starting Load ntb_brd module...
[   17.375568] systemd[1]: Created slice Task Scheduler Group.
[   17.376942] systemd[1]: Starting Task Scheduler Group.
[   17.377502] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   17.377573] sd 0:0:0:0: Attached scsi generic sg1 type 0
[   17.377632] sd 0:0:1:0: Attached scsi generic sg2 type 0
[   17.377687] sd 0:0:2:0: Attached scsi generic sg3 type 0
[   17.377743] sd 0:0:3:0: Attached scsi generic sg4 type 0
[   17.377797] sd 0:0:4:0: Attached scsi generic sg5 type 0
[   17.377851] sd 0:0:5:0: Attached scsi generic sg6 type 0
[   17.377905] sd 0:0:6:0: Attached scsi generic sg7 type 0
[   17.377960] sd 0:0:7:0: Attached scsi generic sg8 type 0
[   17.382259] e1000e: Intel(R) PRO/1000 Network Driver - 3.4.2.4-NAPI
[   17.382260] e1000e: Copyright(c) 1999 - 2019 Intel Corporation.
[   17.382490] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   17.405077] systemd[1]: Created slice Performance alarm.
[   17.411499] systemd[1]: Starting Performance alarm.
[   17.413197] systemd[1]: Created slice OAuthService's slice.
[   17.414372] systemd[1]: Starting OAuthService's slice.
[   17.416086] systemd[1]: Starting Set boot sequence config...
[   17.418474] systemd[1]: Starting Set hostname...
[   17.420195] systemd[1]: Created slice BTRFS Optimization.
[   17.421243] systemd[1]: Starting BTRFS Optimization.
[   17.423177] systemd[1]: Mounted Debug File System.
[   17.424750] systemd[1]: Mounted Temporary Directory.
[   17.426121] systemd[1]: Started Disabling fan checking flag ....
[   17.428482] systemd[1]: Started Set time zone information to kernel.
[   17.431069] systemd[1]: Started Synology Task Scheduler Init.
[   17.433462] systemd[1]: Started check integrity of rd.gz decompression.
[   17.436073] systemd[1]: Started unbind USB device.
[   17.438197] systemd[1]: Started SED Bootup Action.
[   17.440314] systemd[1]: Started Link coredump path to volume if possible.
[   17.442916] systemd[1]: Listening on Journal Socket (/dev/log).
[   17.444344] systemd[1]: Started Load ntb_brd module.
[   17.445501] systemd[1]: Started Set boot sequence config.
[   17.447975] systemd[1]: Started Set hostname.
[   17.449934] systemd[1]: Reached target Sockets.
[   17.450884] systemd[1]: Starting Sockets.
[   17.452391] systemd[1]: Starting Journal Service...
[   17.453974] systemd[1]: Reached target Local File Systems.
[   17.455173] systemd[1]: Starting Local File Systems.
[   17.456738] systemd[1]: Starting D-Bus Session Message Bus...
[   17.459270] systemd[1]: Starting D-Bus System Message Bus...
[   17.461656] systemd[1]: Starting udev Coldplug all Devices...
[   17.464025] systemd[1]: Starting Set boot sequence config for temporary use...
[   17.466991] systemd[1]: Starting Mount usb fs...
[   17.474351] systemd[1]: Started Set boot sequence config for temporary use.
[   17.484838] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[   17.486972] systemd[1]: Started D-Bus Session Message Bus.
[   17.489321] systemd[1]: Received SIGUSR1 from PID 7322 (syno-dbus-check).
[   17.491551] systemd[1]: Trying to reconnect to bus...
[   17.495399] systemd[1]: Loading D-Bus service...
[   17.498192] systemd[1]: Started D-Bus System Message Bus.
[   17.504226] systemd[1]: Started Mount usb fs.
[   17.506939] systemd[1]: Started Journal Service.
[   17.515609] systemd-journald[7285]: Received request to flush runtime journal from PID 1
[   17.587609] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1e:8c:f4:f2:b8
[   17.590291] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   17.591794] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[   17.593613] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   17.647411] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[   17.704041] e1000e 0000:03:00.0 eth1: (PCI Express:2.5GT/s:Width x1) 00:1e:8c:f4:f2:b9
[   17.706441] e1000e 0000:03:00.0 eth1: Intel(R) PRO/1000 Network Connection
[   17.708137] e1000e 0000:03:00.0 eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[   17.710927] dca service started, version 1.12.1
[   17.720164] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.22
[   17.727783] Copyright(c) 2007 - 2018 Intel Corporation.
[   17.744018] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.5.5
[   17.750768] Copyright(c) 1999 - 2019 Intel Corporation.
[   17.763986] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.7.29
[   17.773225] i40e: Copyright(c) 2013 - 2018 Intel Corporation.
[   17.790458] tn40xx low_mem_msg proc entry initialized
[   17.795930] tn40xx low_mem_counter proc entry initialized
[   17.801770] tn40xx debug_msg proc entry initialized
[   17.807151] tn40xx: Tehuti Network Driver, 0.3.6.12.3
[   17.831362] Compat-mlnx-ofed backport release: c22af88
[   17.837744] Backport based on mlnx_ofed/mlnx-ofa_kernel-4.0.git c22af88
[   17.844473] compat.git: mlnx_ofed/mlnx-ofa_kernel-4.0.git
[   17.886264] qed_init called
[   17.887549] QLogic FastLinQ 4xxxx Core Module qed 8.33.9.0
[   17.888703] creating debugfs root node
[   17.893345] qede_init: QLogic FastLinQ 4xxxx Ethernet Driver qede 8.33.9.0
[   17.918635] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.713.36 ($DateTime: 2016/06/16 03:53:41 $)
[   17.931409] uhci_hcd: USB Universal Host Controller Interface driver
[   17.943824] usbcore: registered new interface driver usblp
[   17.964336] usbcore: registered new interface driver usbhid
[   17.967458] usbhid: USB HID core driver
[   17.970842] input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:0A81:0205.0001/input/input2
[   18.024568] hid-generic 0003:0A81:0205.0001: input: USB HID v1.10 Keyboard [CHESEN PS2 to USB Converter] on usb-0000:00:1a.0-1.2/input0
[   18.028295] input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:0A81:0205.0002/input/input3
[   18.082561] Get empty minor:104
[   18.084188] hid-generic 0003:0A81:0205.0002: input,hiddev0: USB HID v1.10 Mouse [CHESEN PS2 to USB Converter] on usb-0000:00:1a.0-1.2/input1
[   18.092900] <redpill/bios_shim.c:206> Symbol section <ffffc90000fd0a90> @ vaddr<18446744072111616000> size[10728]
[   18.096722] <redpill/bios_shim.c:215> Symbol #0 in mfgBIOS "broadwellnk_synobios" {}<          (null)>
[   18.096725] <redpill/bios_shim.c:215> Symbol #1 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c01000>
[   18.096727] <redpill/bios_shim.c:215> Symbol #2 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c08417>
[   18.096729] <redpill/bios_shim.c:215> Symbol #3 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c09040>
[   18.096731] <redpill/bios_shim.c:215> Symbol #4 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c09798>
[   18.096734] <redpill/bios_shim.c:215> Symbol #5 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c0a888>
[   18.096736] <redpill/bios_shim.c:215> Symbol #6 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c0b5b0>
[   18.096738] <redpill/bios_shim.c:215> Symbol #7 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c0b680>
[   18.096740] <redpill/bios_shim.c:215> Symbol #8 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c12500>
[   18.096742] <redpill/bios_shim.c:215> Symbol #9 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read}<ffffffffa0c01000>
[   18.096744] <redpill/bios_shim.c:215> Symbol #10 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read.cold.7}<ffffffffa0c08417>
[   18.096747] <redpill/bios_shim.c:215> Symbol #11 in mfgBIOS "broadwellnk_synobios" {state.25171}<ffffffffa0c125cc>
[   18.096749] <redpill/bios_shim.c:215> Symbol #12 in mfgBIOS "broadwellnk_synobios" {save_bytes.25170}<ffffffffa0c125c8>
[   18.096751] <redpill/bios_shim.c:215> Symbol #13 in mfgBIOS "broadwellnk_synobios" {state.25189}<ffffffffa0c125c4>
[   18.096753] <redpill/bios_shim.c:215> Symbol #14 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write}<ffffffffa0c01410>
[   18.096756] <redpill/bios_shim.c:215> Symbol #15 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write.cold.8}<ffffffffa0c08471>
[   18.096758] <redpill/bios_shim.c:215> Symbol #16 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_set_termios.cold.9}<ffffffffa0c084c5>
[   18.096760] <redpill/bios_shim.c:215> Symbol #17 in mfgBIOS "broadwellnk_synobios" {__key.25207}<ffffffffa0c125c4>
[   18.096762] <redpill/bios_shim.c:215> Symbol #18 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_open.cold.10}<ffffffffa0c08546>
[   18.096764] <redpill/bios_shim.c:215> Symbol #19 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write_with_length.cold.11}<ffffffffa0c085a5>
[   18.096766] <redpill/bios_shim.c:215> Symbol #20 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_close.cold.12}<ffffffffa0c085dd>
[   18.096769] <redpill/bios_shim.c:215> Symbol #21 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa0c0b5b0>
[   18.096771] <redpill/bios_shim.c:215> Symbol #22 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa0c0b5cb>
[   18.096773] <redpill/bios_shim.c:215> Symbol #23 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa0c0b5e9>
[   18.096775] <redpill/bios_shim.c:215> Symbol #24 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_char_from_uart}<ffffffffa0c0b605>
[   18.096777] <redpill/bios_shim.c:215> Symbol #25 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa0c01a30>
[   18.096780] <redpill/bios_shim.c:215> Symbol #26 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch}<ffffffffa0c01a90>
[   18.096782] <redpill/bios_shim.c:215> Symbol #27 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa0c01a50>
[   18.096784] <redpill/bios_shim.c:215> Symbol #28 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw}<ffffffffa0c01af0>
[   18.096787] <redpill/bios_shim.c:215> Symbol #29 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_open}<ffffffffa0c01a70>
[   18.096789] <redpill/bios_shim.c:215> Symbol #30 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_name}<ffffffffa0c01b50>
[   18.096791] <redpill/bios_shim.c:215> Symbol #31 in mfgBIOS "broadwellnk_synobios" {gSynoCPUMapping}<ffffffffa0c0c500>
[   18.096798] <redpill/bios_shim.c:215> Symbol #32 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch.cold.7}<ffffffffa0c085f5>
[   18.096800] <redpill/bios_shim.c:215> Symbol #33 in mfgBIOS "broadwellnk_synobios" {gSynoCRYPTOMapping}<ffffffffa0c0c440>
[   18.096802] <redpill/bios_shim.c:215> Symbol #34 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw.cold.8}<ffffffffa0c08606>
[   18.096805] <redpill/bios_shim.c:215> Symbol #35 in mfgBIOS "broadwellnk_synobios" {synobios_record_event_new.isra.1.part.2}<ffffffffa0c01b70>
[   18.096807] <redpill/bios_shim.c:215> Symbol #36 in mfgBIOS "broadwellnk_synobios" {scSynoBios}<ffffffffa0c12740>
[   18.096810] <redpill/bios_shim.c:215> Symbol #37 in mfgBIOS "broadwellnk_synobios" {synobios_disk_power_short_break_report}<ffffffffa0c01c10>
[   18.096812] <redpill/bios_shim.c:215> Symbol #38 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa0c01c60>
[   18.096814] <redpill/bios_shim.c:215> Symbol #39 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa0c01cb0>
[   18.096816] <redpill/bios_shim.c:215> Symbol #40 in mfgBIOS "broadwellnk_synobios" {synobios_wake_from_deep_sleep}<ffffffffa0c01d00>
[   18.096819] <redpill/bios_shim.c:215> Symbol #41 in mfgBIOS "broadwellnk_synobios" {synobios_disk_port_lost_report}<ffffffffa0c01d50>
[   18.096821] <redpill/bios_shim.c:215> Symbol #42 in mfgBIOS "broadwellnk_synobios" {synobios_disk_reset_fail_report}<ffffffffa0c01da0>
[   18.096823] <redpill/bios_shim.c:215> Symbol #43 in mfgBIOS "broadwellnk_synobios" {synobios_disk_timeout_report}<ffffffffa0c01e00>
[   18.096826] <redpill/bios_shim.c:215> Symbol #44 in mfgBIOS "broadwellnk_synobios" {synobios_sata_error_report}<ffffffffa0c01e60>
[   18.096828] <redpill/bios_shim.c:215> Symbol #45 in mfgBIOS "broadwellnk_synobios" {synobios_disk_retry_report}<ffffffffa0c01ec0>
[   18.096830] <redpill/bios_shim.c:215> Symbol #46 in mfgBIOS "broadwellnk_synobios" {synobios_record_scsi_error_event}<ffffffffa0c01f10>
[   18.096832] <redpill/bios_shim.c:215> Symbol #47 in mfgBIOS "broadwellnk_synobios" {synobios_error_btrfs_meta_corrupted_event}<ffffffffa0c01f60>
[   18.096834] <redpill/bios_shim.c:215> Symbol #48 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_btrfs_event}<ffffffffa0c01fb0>
[   18.096837] <redpill/bios_shim.c:215> Symbol #49 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_event}<ffffffffa0c02000>
[   18.096839] <redpill/bios_shim.c:215> Symbol #50 in mfgBIOS "broadwellnk_synobios" {synobios_autoremap_raid_event}<ffffffffa0c02070>
[   18.096841] <redpill/bios_shim.c:215> Symbol #51 in mfgBIOS "broadwellnk_synobios" {synobios_record_raid_event}<ffffffffa0c020c0>
[   18.096843] <redpill/bios_shim.c:215> Symbol #52 in mfgBIOS "broadwellnk_synobios" {synobios_event_ecc_notification}<ffffffffa0c08617>
[   18.096845] <redpill/bios_shim.c:215> Symbol #53 in mfgBIOS "broadwellnk_synobios" {synobios_raid_sync_event}<ffffffffa0c02110>
[   18.096847] <redpill/bios_shim.c:215> Symbol #54 in mfgBIOS "broadwellnk_synobios" {synobios_error_oom_event}<ffffffffa0c02220>
[   18.096849] <redpill/bios_shim.c:215> Symbol #55 in mfgBIOS "broadwellnk_synobios" {synobios_poll}<ffffffffa0c02380>
[   18.096851] <redpill/bios_shim.c:215> Symbol #56 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0c13b68>
[   18.096853] <redpill/bios_shim.c:215> Symbol #57 in mfgBIOS "broadwellnk_synobios" {last_jiffies.45430}<ffffffffa0c0b680>
[   18.096855] <redpill/bios_shim.c:215> Symbol #58 in mfgBIOS "broadwellnk_synobios" {buzzer_press_count.45431}<ffffffffa0c12734>
[   18.096858] <redpill/bios_shim.c:215> Symbol #59 in mfgBIOS "broadwellnk_synobios" {syno_usb_prohibit_event}<ffffffffa0c02470>
[   18.096860] <redpill/bios_shim.c:215> Symbol #60 in mfgBIOS "broadwellnk_synobios" {syno_console_prohibit_event}<ffffffffa0c02490>
[   18.096862] <redpill/bios_shim.c:215> Symbol #61 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event}<ffffffffa0c024b0>
[   18.096864] <redpill/bios_shim.c:215> Symbol #62 in mfgBIOS "broadwellnk_synobios" {micropLogSwitch}<ffffffffa0c13b70>
[   18.096866] <redpill/bios_shim.c:215> Symbol #63 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event.cold.9}<ffffffffa0c08666>
[   18.096869] <redpill/bios_shim.c:215> Symbol #64 in mfgBIOS "broadwellnk_synobios" {synobios_rtc_init.cold.10}<ffffffffa0c08677>
[   18.096871] <redpill/bios_shim.c:215> Symbol #65 in mfgBIOS "broadwellnk_synobios" {card_detect_proc_fops}<ffffffffa0c09060>
[   18.096873] <redpill/bios_shim.c:215> Symbol #66 in mfgBIOS "broadwellnk_synobios" {add_card_detect_proc.cold.11}<ffffffffa0c08694>
[   18.096875] <redpill/bios_shim.c:215> Symbol #67 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl}<ffffffffa0c02760>
[   18.096877] <redpill/bios_shim.c:215> Symbol #68 in mfgBIOS "broadwellnk_synobios" {check_fan}<ffffffffa0c0c990>
[   18.096880] <redpill/bios_shim.c:215> Symbol #69 in mfgBIOS "broadwellnk_synobios" {sys_status_lock}<ffffffffa0c0c9a0>
[   18.096882] <redpill/bios_shim.c:215> Symbol #70 in mfgBIOS "broadwellnk_synobios" {pgSysStatus}<ffffffffa0c12738>
[   18.096884] <redpill/bios_shim.c:215> Symbol #71 in mfgBIOS "broadwellnk_synobios" {LedSetLock}<ffffffffa0c13b78>
[   18.096886] <redpill/bios_shim.c:215> Symbol #72 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl.cold.12}<ffffffffa0c086b7>
[   18.096888] <redpill/bios_shim.c:215> Symbol #73 in mfgBIOS "broadwellnk_synobios" {__func__.45541}<ffffffffa0c09040>
[   18.096890] <redpill/bios_shim.c:215> Symbol #74 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.45481}<ffffffffa0c09050>
[   18.096892] <redpill/bios_shim.c:215> Symbol #75 in mfgBIOS "broadwellnk_synobios" {synobios_event_handler.cold.13}<ffffffffa0c08a0c>
[   18.096894] <redpill/bios_shim.c:215> Symbol #76 in mfgBIOS "broadwellnk_synobios" {__key.45777}<ffffffffa0c12734>
[   18.096897] <redpill/bios_shim.c:215> Symbol #77 in mfgBIOS "broadwellnk_synobios" {synobios_init.cold.14}<ffffffffa0c08a27>
[   18.096899] <redpill/bios_shim.c:215> Symbol #78 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa0c09420>
[   18.096901] <redpill/bios_shim.c:215> Symbol #79 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa0c092e0>
[   18.096903] <redpill/bios_shim.c:215> Symbol #80 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_fops}<ffffffffa0c091a0>
[   18.096906] <redpill/bios_shim.c:215> Symbol #81 in mfgBIOS "broadwellnk_synobios" {system_mode}<ffffffffa0c13b74>
[   18.096908] <redpill/bios_shim.c:215> Symbol #82 in mfgBIOS "broadwellnk_synobios" {gSynoModelMapping}<ffffffffa0c0b6a0>
[   18.096910] <redpill/bios_shim.c:215> Symbol #83 in mfgBIOS "broadwellnk_synobios" {synobios_cleanup.cold.15}<ffffffffa0c08cd0>
[   18.096912] <redpill/bios_shim.c:215> Symbol #84 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_license6}<ffffc90000fb8660>
[   18.096914] <redpill/bios_shim.c:215> Symbol #85 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_description5}<ffffc90000fb8676>
[   18.096916] <redpill/bios_shim.c:215> Symbol #86 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_author4}<ffffc90000fb868c>
[   18.096918] <redpill/bios_shim.c:215> Symbol #87 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_mode3}<ffffc90000fb869d>
[   18.096921] <redpill/bios_shim.c:215> Symbol #88 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_modetype2}<ffffc90000fb86d8>
[   18.096923] <redpill/bios_shim.c:215> Symbol #89 in mfgBIOS "broadwellnk_synobios" {__param_system_mode}<ffffffffa0c0b620>
[   18.096924] <redpill/bios_shim.c:215> Symbol #90 in mfgBIOS "broadwellnk_synobios" {__param_str_system_mode}<ffffffffa0c09548>
[   18.096927] <redpill/bios_shim.c:215> Symbol #91 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fan1}<ffffc90000fb86f1>
[   18.096929] <redpill/bios_shim.c:215> Symbol #92 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fantype0}<ffffc90000fb872b>
[   18.096931] <redpill/bios_shim.c:215> Symbol #93 in mfgBIOS "broadwellnk_synobios" {__param_check_fan}<ffffffffa0c0b648>
[   18.096933] <redpill/bios_shim.c:215> Symbol #94 in mfgBIOS "broadwellnk_synobios" {__param_str_check_fan}<ffffffffa0c09558>
[   18.096935] <redpill/bios_shim.c:215> Symbol #95 in mfgBIOS "broadwellnk_synobios" {DS3018xsInitModuleType}<ffffffffa0c04ae0>
[   18.096937] <redpill/bios_shim.c:215> Symbol #96 in mfgBIOS "broadwellnk_synobios" {FS1018InitModuleType}<ffffffffa0c04b10>
[   18.096939] <redpill/bios_shim.c:215> Symbol #97 in mfgBIOS "broadwellnk_synobios" {RS1619xspInitModuleType}<ffffffffa0c04b40>
[   18.096941] <redpill/bios_shim.c:215> Symbol #98 in mfgBIOS "broadwellnk_synobios" {SA3400InitModuleType}<ffffffffa0c04b90>
[   18.096943] <redpill/bios_shim.c:215> Symbol #99 in mfgBIOS "broadwellnk_synobios" {SA3600InitModuleType}<ffffffffa0c04be0>
[   18.096945] <redpill/bios_shim.c:215> Symbol #100 in mfgBIOS "broadwellnk_synobios" {FS3600InitModuleType}<ffffffffa0c04c30>
[   18.096947] <redpill/bios_shim.c:215> Symbol #101 in mfgBIOS "broadwellnk_synobios" {HD3400InitModuleType}<ffffffffa0c04c80>
[   18.096949] <redpill/bios_shim.c:215> Symbol #102 in mfgBIOS "broadwellnk_synobios" {DS1621xspInitModuleType}<ffffffffa0c04cd0>
[   18.096951] <redpill/bios_shim.c:215> Symbol #103 in mfgBIOS "broadwellnk_synobios" {RS3621xspInitModuleType}<ffffffffa0c04d00>
[   18.096953] <redpill/bios_shim.c:215> Symbol #104 in mfgBIOS "broadwellnk_synobios" {RS3621rpxsInitModuleType}<ffffffffa0c04d70>
[   18.096955] <redpill/bios_shim.c:215> Symbol #105 in mfgBIOS "broadwellnk_synobios" {RS4021xspI2CGetPowerInfo}<ffffffffa0c04de0>
[   18.096957] <redpill/bios_shim.c:215> Symbol #106 in mfgBIOS "broadwellnk_synobios" {RS4021xspInitModuleType}<ffffffffa0c04e30>
[   18.096960] <redpill/bios_shim.c:215> Symbol #107 in mfgBIOS "broadwellnk_synobios" {DS3622xspInitModuleType}<ffffffffa0c04ea0>
[   18.096962] <redpill/bios_shim.c:215> Symbol #108 in mfgBIOS "broadwellnk_synobios" {SetGroupWakeConfig.cold.0}<ffffffffa0c08d16>
[   18.096964] <redpill/bios_shim.c:215> Symbol #109 in mfgBIOS "broadwellnk_synobios" {MpId.25957}<ffffffffa0c11f40>
[   18.096966] <redpill/bios_shim.c:215> Symbol #110 in mfgBIOS "broadwellnk_synobios" {SetMicropId.cold.1}<ffffffffa0c08d5e>
[   18.096969] <redpill/bios_shim.c:215> Symbol #111 in mfgBIOS "broadwellnk_synobios" {CheckMicropId.cold.2}<ffffffffa0c08d72>
[   18.096971] <redpill/bios_shim.c:215> Symbol #112 in mfgBIOS "broadwellnk_synobios" {days_since_epoch}<ffffffffa0c09640>
[   18.096973] <redpill/bios_shim.c:215> Symbol #113 in mfgBIOS "broadwellnk_synobios" {days_since_leapyear}<ffffffffa0c096d0>
[   18.096975] <redpill/bios_shim.c:215> Symbol #114 in mfgBIOS "broadwellnk_synobios" {days_since_year}<ffffffffa0c096f0>
[   18.096978] <redpill/bios_shim.c:215> Symbol #115 in mfgBIOS "broadwellnk_synobios" {rtc_correct_wday}<ffffffffa0c05910>
[   18.096980] <redpill/bios_shim.c:215> Symbol #116 in mfgBIOS "broadwellnk_synobios" {rtc_bandon_set_auto_poweron.cold.0}<ffffffffa0c08d9c>
[   18.096983] <redpill/bios_shim.c:215> Symbol #117 in mfgBIOS "broadwellnk_synobios" {days_in_mo}<ffffffffa0c09708>
[   18.096985] <redpill/bios_shim.c:215> Symbol #118 in mfgBIOS "broadwellnk_synobios" {linuxI2CCharWrite.cold.1}<ffffffffa0c08dd8>
[   18.096987] <redpill/bios_shim.c:215> Symbol #119 in mfgBIOS "broadwellnk_synobios" {linuxI2CCharRead.cold.2}<ffffffffa0c08e08>
[   18.096989] <redpill/bios_shim.c:215> Symbol #120 in mfgBIOS "broadwellnk_synobios" {uLostAddr.23016}<ffffffffa0c13b80>
[   18.096992] <redpill/bios_shim.c:215> Symbol #121 in mfgBIOS "broadwellnk_synobios" {linuxI2CSmbusRegRead.cold.3}<ffffffffa0c08e38>
[   18.096994] <redpill/bios_shim.c:215> Symbol #122 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.23017}<ffffffffa0c09720>
[   18.096996] <redpill/bios_shim.c:215> Symbol #123 in mfgBIOS "broadwellnk_synobios" {GetFanStatus}<ffffffffa0c06440>
[   18.096998] <redpill/bios_shim.c:215> Symbol #124 in mfgBIOS "broadwellnk_synobios" {GetBrand}<ffffffffa0c06460>
[   18.097001] <redpill/bios_shim.c:215> Symbol #125 in mfgBIOS "broadwellnk_synobios" {InitModuleType}<ffffffffa0c06470>
[   18.097003] <redpill/bios_shim.c:215> Symbol #126 in mfgBIOS "broadwellnk_synobios" {model_ops}<ffffffffa0c13c58>
[   18.097005] <redpill/bios_shim.c:215> Symbol #127 in mfgBIOS "broadwellnk_synobios" {SetBuzzerClear}<ffffffffa0c064a0>
[   18.097007] <redpill/bios_shim.c:215> Symbol #128 in mfgBIOS "broadwellnk_synobios" {GetBuzzerCleared}<ffffffffa0c064d0>
[   18.097009] <redpill/bios_shim.c:215> Symbol #129 in mfgBIOS "broadwellnk_synobios" {GetPowerStatus}<ffffffffa0c06500>
[   18.097011] <redpill/bios_shim.c:215> Symbol #130 in mfgBIOS "broadwellnk_synobios" {DiskLedCtrlBy1475SGPIO}<ffffffffa0c06570>
[   18.097013] <redpill/bios_shim.c:215> Symbol #131 in mfgBIOS "broadwellnk_synobios" {giDiskLedControllerInit}<ffffffffa0c13ba4>
[   18.097015] <redpill/bios_shim.c:215> Symbol #132 in mfgBIOS "broadwellnk_synobios" {giDiskLedController}<ffffffffa0c12108>
[   18.097017] <redpill/bios_shim.c:215> Symbol #133 in mfgBIOS "broadwellnk_synobios" {SetAlarmLed}<ffffffffa0c065e0>
[   18.097020] <redpill/bios_shim.c:215> Symbol #134 in mfgBIOS "broadwellnk_synobios" {SetFanStatusMircopWithGPIO.cold.6}<ffffffffa0c08e92>
[   18.097022] <redpill/bios_shim.c:215> Symbol #135 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByAtmega}<ffffffffa0c06790>
[   18.097024] <redpill/bios_shim.c:215> Symbol #136 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByAtmega.cold.7}<ffffffffa0c08ea6>
[   18.097026] <redpill/bios_shim.c:215> Symbol #137 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByAtmega}<ffffffffa0c06910>
[   18.097028] <redpill/bios_shim.c:215> Symbol #138 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer}<ffffffffa0c06920>
[   18.097030] <redpill/bios_shim.c:215> Symbol #139 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer.cold.8}<ffffffffa0c08ed0>
[   18.097032] <redpill/bios_shim.c:215> Symbol #140 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByI2CLedDimmer}<ffffffffa0c06a70>
[   18.097034] <redpill/bios_shim.c:215> Symbol #141 in mfgBIOS "broadwellnk_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa0c06a80>
[   18.097036] <redpill/bios_shim.c:215> Symbol #142 in mfgBIOS "broadwellnk_synobios" {hwmon_sensor_list}<ffffffffa0c13c50>
[   18.097039] <redpill/bios_shim.c:215> Symbol #143 in mfgBIOS "broadwellnk_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa0c06ae0>
[   18.097041] <redpill/bios_shim.c:215> Symbol #144 in mfgBIOS "broadwellnk_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa0c06b40>
[   18.097043] <redpill/bios_shim.c:215> Symbol #145 in mfgBIOS "broadwellnk_synobios" {GetFanStatusMircopWithGPIO}<ffffffffa0c06ba0>
[   18.097045] <redpill/bios_shim.c:215> Symbol #146 in mfgBIOS "broadwellnk_synobios" {Uninitialize}<ffffffffa0c06c60>
[   18.097047] <redpill/bios_shim.c:215> Symbol #147 in mfgBIOS "broadwellnk_synobios" {GetCpuTemperatureI3Transfer}<ffffffffa0c06c80>
[   18.097049] <redpill/bios_shim.c:215> Symbol #148 in mfgBIOS "broadwellnk_synobios" {GetSysTemperature}<ffffffffa0c06ca0>
[   18.097051] <redpill/bios_shim.c:215> Symbol #149 in mfgBIOS "broadwellnk_synobios" {SYNODiskLedCtrlBy1475SGPIO}<ffffffffa0c06e70>
[   18.097053] <redpill/bios_shim.c:215> Symbol #150 in mfgBIOS "broadwellnk_synobios" {CSWTCH.167}<ffffffffa0c09740>
[   18.097055] <redpill/bios_shim.c:215> Symbol #151 in mfgBIOS "broadwellnk_synobios" {gblDiskNumNeedTran}<ffffffffa0c13ba8>
[   18.097057] <redpill/bios_shim.c:215> Symbol #152 in mfgBIOS "broadwellnk_synobios" {giDiskMapTable}<ffffffffa0c13bc0>
[   18.097059] <redpill/bios_shim.c:215> Symbol #153 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO}<ffffffffa0c06f30>
[   18.097061] <redpill/bios_shim.c:215> Symbol #154 in mfgBIOS "broadwellnk_synobios" {hdd_enable_gpio}<ffffffffa0c13c48>
[   18.097064] <redpill/bios_shim.c:215> Symbol #155 in mfgBIOS "broadwellnk_synobios" {hdd_detect_gpio}<ffffffffa0c13c40>
[   18.097066] <redpill/bios_shim.c:215> Symbol #156 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO.cold.9}<ffffffffa0c08efb>
[   18.097068] <redpill/bios_shim.c:215> Symbol #157 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS}<ffffffffa0c070a0>
[   18.097070] <redpill/bios_shim.c:215> Symbol #158 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS.cold.10}<ffffffffa0c08f0f>
[   18.097072] <redpill/bios_shim.c:215> Symbol #159 in mfgBIOS "broadwellnk_synobios" {SetupDiskLedMap.part.3}<ffffffffa0c07210>
[   18.097074] <redpill/bios_shim.c:215> Symbol #160 in mfgBIOS "broadwellnk_synobios" {SetupDiskAtmegaLedMap.part.4}<ffffffffa0c072c0>
[   18.097076] <redpill/bios_shim.c:215> Symbol #161 in mfgBIOS "broadwellnk_synobios" {SetCpuFanStatus}<ffffffffa0c07350>
[   18.097078] <redpill/bios_shim.c:215> Symbol #162 in mfgBIOS "broadwellnk_synobios" {SetHddActLedByLedTrigger.cold.11}<ffffffffa0c08f23>
[   18.097080] <redpill/bios_shim.c:215> Symbol #163 in mfgBIOS "broadwellnk_synobios" {SetHddAtmegaLed.cold.12}<ffffffffa0c08f48>
[   18.097082] <redpill/bios_shim.c:215> Symbol #164 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0c11f60>
[   18.097083] <redpill/bios_shim.c:219> Found vtable - size 424
[   18.097086] <redpill/bios_shim.c:234> Found "synobios_ops" in "broadwellnk_synobios" @ <ffffffffa0c11f60 =424=> ffffffffa0c12ca0>
[   18.097089] <redpill/override_symbol.c:279> Restoring apply_relocate_add<ffffffff8103ae60> to original code
[   18.097092] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   18.100820] <redpill/override_symbol.c:250> Obtaining lock for <apply_relocate_add+0x0/0x170/ffffffff8103ae60>
[   18.100822] <redpill/override_symbol.c:250> Writing original code to <ffffffff8103ae60>
[   18.100824] <redpill/override_symbol.c:250> Released lock for <ffffffff8103ae60>
[   18.100827] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   18.100836] <redpill/override_symbol.c:287> Successfully restored original code of apply_relocate_add
[   18.100838] <redpill/override_symbol.c:145> Freeing OVS for apply_relocate_add
[   18.101011] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0c11f60
[   18.101030] 00 22 c1 a0 ff ff ff ff  [00] 0x000      ffffffffa0c12200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   18.101046] 60 64 c0 a0 ff ff ff ff  [01] 0x008      ffffffffa0c06460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   18.101062] c0 6c c0 a0 ff ff ff ff  [02] 0x010      ffffffffa0c06cc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   18.101067] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   18.101081] 60 5b c0 a0 ff ff ff ff  [04] 0x020      ffffffffa0c05b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   18.101095] c0 5d c0 a0 ff ff ff ff  [05] 0x028      ffffffffa0c05dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   18.101108] 40 64 c0 a0 ff ff ff ff  [06] 0x030      ffffffffa0c06440        GetFanStatus+0x0/0x10 [broadwellnk_synobios]
[   18.101120] 50 64 c0 a0 ff ff ff ff  [07] 0x038      ffffffffa0c06450        SetFanStatus+0x0/0x10 [broadwellnk_synobios]
[   18.101134] a0 6c c0 a0 ff ff ff ff  [08] 0x040      ffffffffa0c06ca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   18.101147] 80 6c c0 a0 ff ff ff ff  [09] 0x048      ffffffffa0c06c80        GetCpuTemperatureI3Transfer+0x0/0x20 [broadwellnk_synobios]
[   18.101152] 00 00 00 00 00 00 00 00  [10] 0x050                (null)                  (null)
[   18.101159] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[   18.101165] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   18.101170] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   18.101175] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   18.101187] 30 65 c0 a0 ff ff ff ff  [15] 0x078      ffffffffa0c06530        SetGpioPin+0x0/0x40 [broadwellnk_synobios]
[   18.101201] 20 66 c0 a0 ff ff ff ff  [16] 0x080      ffffffffa0c06620        GetGpioPin+0x0/0x30 [broadwellnk_synobios]
[   18.101206] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[   18.101218] 30 5d c0 a0 ff ff ff ff  [18] 0x090      ffffffffa0c05d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   18.101232] c0 58 c0 a0 ff ff ff ff  [19] 0x098      ffffffffa0c058c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   18.101238] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   18.101243] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   18.101254] e0 65 c0 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0c065e0        SetAlarmLed+0x0/0x40 [broadwellnk_synobios]
[   18.101266] d0 64 c0 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0c064d0        GetBuzzerCleared+0x0/0x30 [broadwellnk_synobios]
[   18.101279] a0 64 c0 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0c064a0        SetBuzzerClear+0x0/0x30 [broadwellnk_synobios]
[   18.101290] 00 65 c0 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0c06500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   18.101295] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   18.101306] 70 64 c0 a0 ff ff ff ff  [27] 0x0d8      ffffffffa0c06470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   18.101320] 60 6c c0 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0c06c60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   18.101331] 50 73 c0 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0c07350        SetCpuFanStatus+0x0/0x10 [broadwellnk_synobios]
[   18.101337] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[   18.101343] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[   18.101350] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   18.101356] 00 00 00 00 00 00 00 00  [33] 0x108                (null)                  (null)
[   18.101361] 00 00 00 00 00 00 00 00  [34] 0x110                (null)                  (null)
[   18.101367] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   18.101372] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   18.101379] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   18.101385] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   18.101390] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   18.101401] 50 66 c0 a0 ff ff ff ff  [40] 0x140      ffffffffa0c06650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   18.101407] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   18.101414] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   18.101419] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   18.101425] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   18.101430] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   18.101435] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   18.101443] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   18.101448] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   18.101454] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   18.101459] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   18.101465] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   18.101470] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   18.101475] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0c12108
[   18.101491] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [7] originally SetFanStatus [broadwellnk_synobios]<ffffffffa0c06450> will now be bios_VTK_SET_FAN_STATE_null_zero_int [redpill]<ffffffffa000caf0>
[   18.101499] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [10] originally           (null)<          (null)> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000cb20>
[   18.101507] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [11] originally           (null)<          (null)> will now be bios_VTK_SET_PWR_LED_null_zero_int [redpill]<ffffffffa000cb50>
[   18.101522] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [16] originally GetGpioPin [broadwellnk_synobios]<ffffffffa0c06620> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa000cad0>
[   18.101535] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [15] originally SetGpioPin [broadwellnk_synobios]<ffffffffa0c06530> will now be shim_set_gpio_pin_usable [redpill]<ffffffffa000cd00>
[   18.101543] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [17] originally           (null)<          (null)> will now be bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int [redpill]<ffffffffa000cb80>
[   18.101561] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [22] originally SetAlarmLed [broadwellnk_synobios]<ffffffffa0c065e0> will now be bios_VTK_SET_ALR_LED_null_zero_int [redpill]<ffffffffa000cbb0>
[   18.101574] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [23] originally GetBuzzerCleared [broadwellnk_synobios]<ffffffffa0c064d0> will now be bios_get_buz_clr [redpill]<ffffffffa000cae0>
[   18.101588] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [24] originally SetBuzzerClear [broadwellnk_synobios]<ffffffffa0c064a0> will now be bios_VTK_SET_BUZ_CLR_null_zero_int [redpill]<ffffffffa000cbe0>
[   18.101601] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [29] originally SetCpuFanStatus [broadwellnk_synobios]<ffffffffa0c07350> will now be bios_VTK_SET_CPU_FAN_STATUS_null_zero_int [redpill]<ffffffffa000cc10>
[   18.101611] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [30] originally           (null)<          (null)> will now be bios_VTK_SET_PHY_LED_null_zero_int [redpill]<ffffffffa000cc40>
[   18.101619] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [31] originally           (null)<          (null)> will now be bios_VTK_SET_HDD_ACT_LED_null_zero_int [redpill]<ffffffffa000cc70>
[   18.101627] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [33] originally           (null)<          (null)> will now be bios_VTK_GET_MICROP_ID_null_zero_int [redpill]<ffffffffa000cca0>
[   18.101634] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [34] originally           (null)<          (null)> will now be bios_VTK_SET_MICROP_ID_null_zero_int [redpill]<ffffffffa000ccd0>
[   18.101636] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   18.101638] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   18.101653] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [6] originally GetFanStatus [broadwellnk_synobios]<ffffffffa0c06440> will now be bios_get_fan_state [redpill]<ffffffffa000b710>
[   18.101668] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [9] originally GetCpuTemperatureI3Transfer [broadwellnk_synobios]<ffffffffa0c06c80> will now be bios_get_cpu_temp [redpill]<ffffffffa000b8e0>
[   18.101676] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [47] originally           (null)<          (null)> will now be bios_hwmon_get_thermal [redpill]<ffffffffa000b930>
[   18.101684] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [45] originally           (null)<          (null)> will now be bios_hwmon_get_voltages [redpill]<ffffffffa000bb10>
[   18.101694] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [43] originally           (null)<          (null)> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa000bd10>
[   18.101695] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   18.101697] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0c11f60
[   18.101711] 00 22 c1 a0 ff ff ff ff  [00] 0x000      ffffffffa0c12200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   18.101723] 60 64 c0 a0 ff ff ff ff  [01] 0x008      ffffffffa0c06460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   18.101737] c0 6c c0 a0 ff ff ff ff  [02] 0x010      ffffffffa0c06cc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   18.101742] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   18.101755] 60 5b c0 a0 ff ff ff ff  [04] 0x020      ffffffffa0c05b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   18.101769] c0 5d c0 a0 ff ff ff ff  [05] 0x028      ffffffffa0c05dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   18.101781] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   18.101792] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   18.101806] a0 6c c0 a0 ff ff ff ff  [08] 0x040      ffffffffa0c06ca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   18.101817] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   18.101829] 20 cb 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000cb20        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x30 [redpill]
[   18.101842] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   18.101847] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   18.101852] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   18.101858] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   18.101869] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   18.101882] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   18.101893] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   18.101906] 30 5d c0 a0 ff ff ff ff  [18] 0x090      ffffffffa0c05d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   18.101919] c0 58 c0 a0 ff ff ff ff  [19] 0x098      ffffffffa0c058c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   18.101925] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   18.101930] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   18.101942] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   18.101954] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   18.101966] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   18.101977] 00 65 c0 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0c06500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   18.101985] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   18.101996] 70 64 c0 a0 ff ff ff ff  [27] 0x0d8      ffffffffa0c06470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   18.102008] 60 6c c0 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0c06c60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   18.102021] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   18.102032] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   18.102043] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   18.102051] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   18.102062] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   18.102073] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   18.102079] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   18.102086] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   18.102092] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   18.102097] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   18.102102] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   18.102114] 50 66 c0 a0 ff ff ff ff  [40] 0x140      ffffffffa0c06650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   18.102121] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   18.102127] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   18.102138] 10 bd 00 a0 ff ff ff ff  [43] 0x158      ffffffffa000bd10        bios_hwmon_get_fans_rpm+0x0/0x1d0 [redpill]
[   18.102143] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   18.102155] 10 bb 00 a0 ff ff ff ff  [45] 0x168      ffffffffa000bb10        bios_hwmon_get_voltages+0x0/0x200 [redpill]
[   18.102163] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   18.102174] 30 b9 00 a0 ff ff ff ff  [47] 0x178      ffffffffa000b930        bios_hwmon_get_thermal+0x0/0x1e0 [redpill]
[   18.102179] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   18.102185] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   18.102192] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   18.102197] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   18.102203] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   18.102205] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0c12108
[   18.102207] <redpill/bios_hwcap_shim.c:79> Registering mfgBIOS HW Capability shim
[   18.102215] <redpill/override_symbol.c:257> Overriding GetHwCapability() with GetHwCapability_shim [redpill]()<ffffffffa000b270>
[   18.109189] <redpill/override_symbol.c:172> Saved GetHwCapability() ptr <ffffffffa0c050d0>
[   18.109192] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   18.110033] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   18.110034] <redpill/override_symbol.c:182> Generating trampoline
[   18.110042] <redpill/override_symbol.c:188> Generated trampoline to GetHwCapability_shim+0x0/0x220 [redpill]<ffffffffa000b270> for GetHwCapability<ffffffffa0c050d0>:
[   18.110043] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   18.110044] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   18.110045] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   18.110056] <redpill/override_symbol.c:269> Successfully overrode GetHwCapability() with trampoline to GetHwCapability_shim+0x0/0x220 [redpill]<ffffffffa000b270>
[   18.110058] <redpill/bios_hwcap_shim.c:87> Successfully registered mfgBIOS HW Capability shim
[   18.110059] <redpill/bios_shim.c:131> broadwellnk_synobios BIOS *early* shimmed
[   18.954759] Module [adt7475] is removed.
[   19.291982] synobios open /dev/ttyS1 success
[   19.292919] 2022-8-4 23:38:58 UTC
[   19.293749] synobios: load, major number 201
[   19.294628] Brand: Synology
[   19.295138] Model: DS-3622xs+
[   19.295874] set group disks wakeup number to 4, spinup time deno 7
[   19.297195] <redpill/bios_shims_collection.c:54> mfgBIOS: nullify zero-int for VTK_SET_MICROP_ID
[   19.299184] synobios cpu_arch proc entry initialized
[   19.300218] synobios crypto_hw proc entry initialized
[   19.301538] synobios syno_platform proc entry initialized
[   19.302727] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0c11f60
[   19.304788] 00 22 c1 a0 ff ff ff ff  [00] 0x000      ffffffffa0c12200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   19.307211] 60 64 c0 a0 ff ff ff ff  [01] 0x008      ffffffffa0c06460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   19.309547] c0 6c c0 a0 ff ff ff ff  [02] 0x010      ffffffffa0c06cc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   19.311697] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   19.313291] 60 5b c0 a0 ff ff ff ff  [04] 0x020      ffffffffa0c05b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   19.316807] c0 5d c0 a0 ff ff ff ff  [05] 0x028      ffffffffa0c05dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   19.319271] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   19.321209] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   19.323895] a0 6c c0 a0 ff ff ff ff  [08] 0x040      ffffffffa0c06ca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   19.326120] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   19.328181] 70 6e c0 a0 ff ff ff ff  [10] 0x050      ffffffffa0c06e70        SYNODiskLedCtrlBy1475SGPIO+0x0/0xc0 [broadwellnk_synobios]
[   19.331773] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   19.334197] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   19.335912] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   19.337647] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   19.339389] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   19.341606] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   19.343887] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   19.346276] 30 5d c0 a0 ff ff ff ff  [18] 0x090      ffffffffa0c05d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   19.348926] c0 58 c0 a0 ff ff ff ff  [19] 0x098      ffffffffa0c058c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   19.351258] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   19.352962] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   19.354725] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   19.357064] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   19.359271] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   19.361677] 00 65 c0 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0c06500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   19.364014] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   19.365675] 70 64 c0 a0 ff ff ff ff  [27] 0x0d8      ffffffffa0c06470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   19.367934] 60 6c c0 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0c06c60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   19.371151] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   19.373865] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   19.376163] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   19.378819] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   19.381313] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   19.383970] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   19.386255] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   19.388018] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   19.390795] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   19.392545] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   19.394197] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   19.396883] 50 66 c0 a0 ff ff ff ff  [40] 0x140      ffffffffa0c06650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   19.399087] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   19.400801] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   19.402583] 40 6b c0 a0 ff ff ff ff  [43] 0x158      ffffffffa0c06b40        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [broadwellnk_synobios]
[   19.404986] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   19.406785] e0 6a c0 a0 ff ff ff ff  [45] 0x168      ffffffffa0c06ae0        HWMONGetVoltageSensorFromADT+0x0/0x60 [broadwellnk_synobios]
[   19.409327] a0 70 c0 a0 ff ff ff ff  [46] 0x170      ffffffffa0c070a0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x170 [broadwellnk_synobios]
[   19.411954] 80 6a c0 a0 ff ff ff ff  [47] 0x178      ffffffffa0c06a80        HWMONGetThermalSensorFromADT+0x0/0x60 [broadwellnk_synobios]
[   19.414625] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   19.416197] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   19.417934] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   19.419726] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   19.421260] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   19.423579] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0c12108
[   19.425276] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [10] originally SYNODiskLedCtrlBy1475SGPIO [broadwellnk_synobios]<ffffffffa0c06e70> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000cb20>
[   19.429803] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   19.432000] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   19.433788] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [47] originally HWMONGetThermalSensorFromADT [broadwellnk_synobios]<ffffffffa0c06a80> will now be bios_hwmon_get_thermal [redpill]<ffffffffa000b930>
[   19.437960] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [45] originally HWMONGetVoltageSensorFromADT [broadwellnk_synobios]<ffffffffa0c06ae0> will now be bios_hwmon_get_voltages [redpill]<ffffffffa000bb10>
[   19.442148] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [43] originally HWMONGetFanSpeedRPMFromADT [broadwellnk_synobios]<ffffffffa0c06b40> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa000bd10>
[   19.446507] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   19.448244] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0c11f60
[   19.450283] 00 22 c1 a0 ff ff ff ff  [00] 0x000      ffffffffa0c12200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   19.452903] 60 64 c0 a0 ff ff ff ff  [01] 0x008      ffffffffa0c06460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   19.455096] c0 6c c0 a0 ff ff ff ff  [02] 0x010      ffffffffa0c06cc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   19.457183] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   19.459042] 60 5b c0 a0 ff ff ff ff  [04] 0x020      ffffffffa0c05b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   19.461498] c0 5d c0 a0 ff ff ff ff  [05] 0x028      ffffffffa0c05dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   19.463910] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   19.465924] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   19.468574] a0 6c c0 a0 ff ff ff ff  [08] 0x040      ffffffffa0c06ca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   19.471800] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   19.473928] 20 cb 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000cb20        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x30 [redpill]
[   19.476264] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   19.478848] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   19.480512] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   19.482118] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   19.483930] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   19.486026] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   19.488215] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   19.491872] 30 5d c0 a0 ff ff ff ff  [18] 0x090      ffffffffa0c05d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   19.494518] c0 58 c0 a0 ff ff ff ff  [19] 0x098      ffffffffa0c058c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   19.496846] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   19.498646] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   19.500167] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   19.502720] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   19.504795] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   19.507133] 00 65 c0 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0c06500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   19.509561] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   19.511133] 70 64 c0 a0 ff ff ff ff  [27] 0x0d8      ffffffffa0c06470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   19.513643] 60 6c c0 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0c06c60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   19.516740] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   19.519335] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   19.521750] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   19.524276] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   19.525938] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   19.528620] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   19.531903] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   19.533741] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   19.536253] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   19.537998] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   19.540744] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   19.542497] 50 66 c0 a0 ff ff ff ff  [40] 0x140      ffffffffa0c06650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   19.544674] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   19.546243] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   19.548042] 10 bd 00 a0 ff ff ff ff  [43] 0x158      ffffffffa000bd10        bios_hwmon_get_fans_rpm+0x0/0x1d0 [redpill]
[   19.551221] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   19.552999] 10 bb 00 a0 ff ff ff ff  [45] 0x168      ffffffffa000bb10        bios_hwmon_get_voltages+0x0/0x200 [redpill]
[   19.555140] a0 70 c0 a0 ff ff ff ff  [46] 0x170      ffffffffa0c070a0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x170 [broadwellnk_synobios]
[   19.557891] 30 b9 00 a0 ff ff ff ff  [47] 0x178      ffffffffa000b930        bios_hwmon_get_thermal+0x0/0x1e0 [redpill]
[   19.561094] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   19.562818] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   19.565583] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   19.567169] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   19.569023] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   19.570974] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0c12108
[   19.572930] <redpill/bios_shim.c:126> broadwellnk_synobios BIOS *fully* shimmed
[   19.602176] AVX version of gcm_enc/dec engaged.
[   19.603105] AES CTR mode by8 optimization enabled
[   19.634438] zram: Added device: zram0
[   19.635928] zram: Added device: zram1
[   19.636885] zram: Added device: zram2
[   19.638801] zram: Added device: zram3
[   19.646973] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   19.649223] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   19.651100] <redpill/bios_shims_collection.c:52> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
[   19.666624] md: md1 stopped.
[   19.668671] md: bind<sda2>
[   19.670427] md/raid1:md1: active with 1 out of 2 mirrors
[   19.672205] md1: detected capacity change from 0 to 2147418112
[   19.718508] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k
[   19.723772] zram0: detected capacity change from 0 to 5035261952
[   19.728605] Adding 4917244k swap on /dev/zram0.  Priority:1 extents:1 across:4917244k SS
[   19.733590] zram1: detected capacity change from 0 to 5035261952
[   19.738619] Adding 4917244k swap on /dev/zram1.  Priority:1 extents:1 across:4917244k SS
[   19.743708] zram2: detected capacity change from 0 to 5035261952
[   19.748995] Adding 4917244k swap on /dev/zram2.  Priority:1 extents:1 across:4917244k SS
[   19.753887] zram3: detected capacity change from 0 to 5035261952
[   19.759178] Adding 4917244k swap on /dev/zram3.  Priority:1 extents:1 across:4917244k SS
[   19.807613] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   19.957660] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={34} ascii="4"
[   19.967089] <redpill/pmu_shim.c:239> Executing cmd OUT_PWR_LED_ON handler cmd_shim_noop+0x0/0x30 [redpill]
[   19.977680] <redpill/pmu_shim.c:45> vPMU received OUT_PWR_LED_ON using 1 bytes - NOOP
[   20.110315] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   20.260330] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={39} ascii="9"
[   20.268935] <redpill/pmu_shim.c:239> Executing cmd OUT_STATUS_LED_PULSE_GREEN handler cmd_shim_noop+0x0/0x30 [redpill]
[   20.278603] <redpill/pmu_shim.c:45> vPMU received OUT_STATUS_LED_PULSE_GREEN using 1 bytes - NOOP
[   20.385489] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   20.385499] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   20.386254] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   20.388429] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   20.389686] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389695] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389702] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389704] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.389710] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.389711] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.389713] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.389719] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389724] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389730] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389732] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.389733] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.389735] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.389736] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.389739] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.389742] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.389744] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.463118] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.466808] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.469548] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.471181] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.473872] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.476736] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.478355] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.671856] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679588] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679590] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.679592] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.679599] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679601] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.679603] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.679605] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.679724] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679726] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.679728] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.679734] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679736] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.679738] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.679740] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.684182] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684184] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.684186] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.684192] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684194] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.684196] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.684198] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.684674] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684675] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.684677] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.684682] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684684] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.684686] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.684688] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.684795] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684797] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.684798] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.684804] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684805] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.684807] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.684809] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.685760] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.685762] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.685765] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.685771] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.685773] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.685774] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.685776] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.685877] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.685878] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.685880] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.685886] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.685887] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.685889] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.685891] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.824617] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.824620] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.824622] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.824628] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.824630] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.824631] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.824634] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.824771] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.824773] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.824775] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.824781] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.824783] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.824784] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.824787] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864659] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864667] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864678] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864679] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.864681] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864683] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864689] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864691] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864696] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864698] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.864704] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864706] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864707] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864709] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864711] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864714] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864717] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864830] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864832] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.864833] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864839] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864841] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.864842] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864845] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864937] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864939] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.864940] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864946] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864947] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.864949] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864951] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.958488] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958489] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.958490] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.958495] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958496] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.958497] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.958498] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.958578] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958579] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.958580] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.958584] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958585] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.958586] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.958587] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.958634] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958635] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.958636] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.958640] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958641] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.958642] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.958643] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.958697] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958698] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.958699] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.958703] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958704] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.958705] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.958706] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962351] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962354] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962355] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962362] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962364] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962365] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962368] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962392] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962394] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962396] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962403] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962404] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962406] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962408] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962478] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962480] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962482] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962488] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962489] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962491] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962493] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962503] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962505] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962506] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962512] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962514] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962515] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962517] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962569] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962571] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962573] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962579] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962580] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962582] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962587] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962589] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962591] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962593] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962598] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962600] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962601] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962603] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962668] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962670] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962676] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962677] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962679] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962684] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962688] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962690] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962691] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962693] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962695] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962697] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.973473] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.973475] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.973476] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.973480] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.973481] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.973482] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.973484] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.973580] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.973582] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.973583] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.973589] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.973590] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.973592] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.973594] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.084318] Module [adt7475] is removed.
[   21.155899] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.186594] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   21.186597] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   21.186607] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.186609] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   21.186611] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   21.186613] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.420571] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   21.570600] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={70} ascii="p"
[   21.578294] <redpill/pmu_shim.c:235> Unknown 1 byte PMU command with signature hex="70" ascii="p"
[   21.632328] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.635232] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   21.637976] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   21.639521] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.642255] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   21.644077] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   21.645631] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.648238] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.650611] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   21.652564] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   21.654218] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.654219] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   21.654220] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   21.654221] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.654297] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.654299] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   21.654299] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   21.654303] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.654304] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   21.654305] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   21.654306] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.875274] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   22.754846] capability: warning: `nginx' uses 32-bit capabilities (legacy support in use)
[   23.253122] Module [adt7475] is removed.
[   24.241906] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   24.250445] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   24.626813] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   24.634812] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   26.239947] ext2: synoboot2 mounted, process=synopkicompatsy
[   26.266674] synoboot2 unmounted, process=synopkicompatsy
[   26.296349] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[   26.752591] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(4ac2e11025d2).
[   26.775483] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[   26.794503] iSCSI:target_core_device.c:613:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[   26.797303] iSCSI:target_core_configfs.c:5777:target_init_dbroot db_root: cannot open: /etc/target
[   26.799408] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
[   26.821838] iSCSI:target_core_file.c:152:fd_attach_hba RODSP plugin for fileio is enabled.
[   26.823545] iSCSI:target_core_file.c:159:fd_attach_hba ODX Token Manager is enabled.
[   26.825296] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
[   26.827255] iSCSI:target_core_ep.c:795:ep_attach_hba RODSP plugin for epio is enabled.
[   26.829077] iSCSI:target_core_ep.c:802:ep_attach_hba ODX Token Manager is enabled.
[   26.937873] workqueue: max_active 1024 requested for vhost_scsi is out of range, clamping between 1 and 512
[   27.233002] iSCSI:qla_dbg.c:2605:ql_log qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.07.00.38-k.
[   27.259044] [13363]: ocs_fc_lio: ocs_scsi_ini_driver_init:1104::disabling the app heartbeat timeout detection
[   27.261922] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1225::ocs_fc_lio: driver version 12.2.385.0
[   27.265649] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1227::  Module parameters:
[   27.275236] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1228::  Initiator = 0
[   27.283382] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1229::  Target = 1
[   27.292213] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1230::  ctrlmask = 0x000a
[   27.301499] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1231::  loglevel = 5
[   27.310424] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1232::  logmask = 0x0000
[   27.318807] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1233::  ramlog_size = 1048576
[   27.328477] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1234::  rq_threads = 0
[   27.337563] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1235::  wwn_bump = 0
[   27.346468] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1236::  topology = 0
[   27.355412] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1237::  speed = 0
[   27.363238] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1238::  holdoff_link_online = 2
[   27.367587] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1239::  enable_hlm = 0
[   27.369377] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1240::  hlm_group_size = 8
[   27.371270] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1241::  max_remote_nodes = 2048
[   27.373209] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1242::  ethernet_license = 0
[   27.375233] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1243::  num_scsi_ios = 8192
[   27.377012] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1244::  dif_separate = 0
[   27.378750] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1245::  tow_feature = 0
[   27.380661] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1246::  tow_io_size = 65536
[   27.382466] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1247::  tow_xri_cnt = 512
[   27.384305] [13363]: 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
[   27.387425] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1249::  rq_selection_policy = 0
[   27.389366] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1250::  rr_quanta = 1
[   27.391159] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1251::  filter_ref = 0,0,0,0
[   27.393058] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1252::  cq_process_limit = 64
[   27.395114] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1253::  explicit_buffer_list = 0
[   27.397002] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1254::  external_loopback = 0
[   27.398939] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1255::  target_io_timer = 0
[   27.400787] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1256::  target_wqe_timer = 30
[   27.402604] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1257::  ddump_saved_size = 0
[   27.404529] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1258::  hal_war_version = (null)
[   27.406487] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1259::  hw_cmpl_context = 1
[   27.408382] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1260::  watchdog_timeout = 0
[   27.410357] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1261::  heartbeat_cpu_mask = 0x0
[   27.412272] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1262::  sliport_healthcheck = 0
[   27.414251] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1263::  disable_fec = 0
[   27.416075] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1264::  enable_dpp = 1
[   27.417900] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1265::  sliport_pause_errors = disabled
[   27.420076] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1266::  enable_bbcr = 1
[   27.421640] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1267::  fw_dump_type = 1
[   27.423527] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1268::  enable_auto_recovery = 0
[   27.425586] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1269::  cfg_suppress_rsp = 1
[   27.427458] [13367]: ocs_fc_lio: ocs_thread_thunk:1046::ocs_proxy running
[   27.643735] <redpill/intercept_execve.c:82> Blocked /usr/syno/bin/syno_pstore_collect from running
[   28.083615] 8021q: 802.1Q VLAN Support v1.8
[   28.087802] 8021q: adding VLAN 0 to HW filter on device eth1
[   28.256024] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.269209] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   28.277467] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   28.286147] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.299564] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   28.308968] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   28.316643] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=3)->support => real=1 [org_fout=0, ovs_fout=0]
[   28.357807] <redpill/bios_shims_collection.c:53> mfgBIOS: nullify zero-int for VTK_GET_MICROP_ID
[   28.477449] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   28.627475] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={72} ascii="r"
[   28.636943] <redpill/pmu_shim.c:239> Executing cmd OUT_SCHED_UP_OFF handler cmd_shim_noop+0x0/0x30 [redpill]
[   28.647789] <redpill/pmu_shim.c:45> vPMU received OUT_SCHED_UP_OFF using 1 bytes - NOOP
[   28.669287] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.682440] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   28.691637] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   28.699324] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.712720] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   28.716440] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   28.719073] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=3)->support => real=1 [org_fout=0, ovs_fout=0]
[   28.769731] <redpill/bios_shims_collection.c:52> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
[   28.772726] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.772728] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   28.772729] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   28.772735] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.772737] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   28.772740] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   28.772742] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=2)->support => real=1 [org_fout=0, ovs_fout=0]
[   28.772814] <redpill/bios_shims_collection.c:51> mfgBIOS: nullify zero-int for VTK_SET_PHY_LED
[   28.772817] <redpill/bios_shims_collection.c:45> mfgBIOS: nullify zero-int for VTK_SET_PWR_LED
[   28.811235] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   28.823176] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   28.858274] fuse init (API version 7.23)
[   29.920663] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   30.070686] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={38} ascii="8"
[   30.079133] <redpill/pmu_shim.c:239> Executing cmd OUT_STATUS_LED_ON_GREEN handler cmd_shim_noop+0x0/0x30 [redpill]
[   30.090561] <redpill/pmu_shim.c:45> vPMU received OUT_STATUS_LED_ON_GREEN using 1 bytes - NOOP
[   31.420877] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   31.570887] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={33} ascii="3"
[   31.579453] <redpill/pmu_shim.c:239> Executing cmd OUT_BUZ_LONG handler cmd_shim_noop+0x0/0x30 [redpill]
[   31.587934] <redpill/pmu_shim.c:45> vPMU received OUT_BUZ_LONG using 1 bytes - NOOP
[   32.826251] <redpill/bios_shims_collection.c:52> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
[   32.841717] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   32.856637] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   33.723112] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   33.873126] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={38} ascii="8"
[   33.882577] <redpill/pmu_shim.c:239> Executing cmd OUT_STATUS_LED_ON_GREEN handler cmd_shim_noop+0x0/0x30 [redpill]
[   33.894062] <redpill/pmu_shim.c:45> vPMU received OUT_STATUS_LED_ON_GREEN using 1 bytes - NOOP
[   76.554673] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   76.566233] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   76.574468] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   76.581986] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   76.585228] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   76.587158] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   76.588646] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=3)->support => real=1 [org_fout=0, ovs_fout=0]

 

Edited by medric
Link to comment
Share on other sites

41 minutes ago, medric said:

 

Thanks for the reply very much apricated switched to another board to see if it would make a difference but no it did not

only 1 LSI 9211-8i sas and chenbro sas expander

It put only 8 disk and it shows up in the LSI and under dmesg it shows up but only 2 disk show up in dsm gui.

only thing I an see is 

[    1.097870] <redpill/cmdline_delegate.c:429> Param #10: |maxdisks=16|
[    1.098047] <redpill/cmdline_delegate.c:324> Option "maxdisks=16" not recognized - ignoring

 

  Reveal hidden contents

admin@test:/$ 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@build13) (gcc version 8.5.0 (GCC) ) #42661 SMP Fri Apr 1 15:33:00 CST 2022
[    0.000000] Command line: console=ttyS0,115200n8 earlyprintk log_buf_len=32M earlycon=uart8250,io,0x3f8,115200n8 elevator=elevator root=/dev/md0 loglevel=15 syno_hw_version=DS3622xs+ netif_num=0 pid=0x5500 maxdisks=16 syno_port_thaw=1 sn=2150SQRCE859G vid=0x13fe HddHotplug=0 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0
[    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 0x0000000000000400-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000db771fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db772000-0x00000000dc0b3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc0b4000-0x00000000dc0c3fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dc0c4000-0x00000000dc1eafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dc1eb000-0x00000000dc67ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc680000-0x00000000dc680fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dc681000-0x00000000dc6c3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dc6c4000-0x00000000dcffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd800000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081e5fffff] 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.7 present.
[    0.000000] DMI: PCnet DQ77MK/DQ77MK, BIOS MKQ7710H.86A.0072.2017.0519.1347 05/19/2017
[    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 = 0x81e600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-D7FFF write-protect
[    0.000000]   D8000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 800000000 write-back
[    0.000000]   1 base 800000000 mask FE0000000 write-back
[    0.000000]   2 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   3 base 0DE000000 mask FFE000000 uncachable
[    0.000000]   4 base 0DD800000 mask FFF800000 uncachable
[    0.000000]   5 base 81F000000 mask FFF000000 uncachable
[    0.000000]   6 base 81E800000 mask FFF800000 uncachable
[    0.000000]   7 base 81E600000 mask FFFE00000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] e820: update [mem 0xdd800000-0xffffffff] usable ==> reserved
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000000] e820: last_pfn = 0xdd000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd8d0-0x000fd8df] mapped at [ffff8800000fd8d0]
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 28672
[    0.000000] BRK [0x81b355000, 0x81b355fff] PGTABLE
[    0.000000] BRK [0x81b356000, 0x81b356fff] PGTABLE
[    0.000000] BRK [0x81b357000, 0x81b357fff] PGTABLE
[    0.000000] BRK [0x81b358000, 0x81b358fff] PGTABLE
[    0.000000] BRK [0x81b359000, 0x81b359fff] PGTABLE
[    0.000000] BRK [0x81b35a000, 0x81b35afff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 1043372(99%)
[    0.000000] RAMDISK: [mem 0x818f01000-0x81a7fffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 INTEL )
[    0.000000] ACPI: XSDT 0x00000000DC0B8078 00006C (v01 INTEL  DQ77MK   00000048 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DC0C2178 00010C (v05 INTEL  DQ77MK   00000048 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DC0B8170 00A004 (v02 INTEL  DQ77MK   00000048 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000DC1E9080 000040
[    0.000000] ACPI: APIC 0x00000000DC0C2288 000092 (v03 INTEL  DQ77MK   00000048 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DC0C2320 000044 (v01 INTEL  DQ77MK   00000048 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000DC0C2368 00003C (v01 INTEL  DQ77MK   00000048 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DC0C23A8 000038 (v01 INTEL  DQ77MK   00000048 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DC0C23E0 00036D (v01 INTEL  DQ77MK   00000048 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DC0C2750 0009AA (v01 INTEL  DQ77MK   00000048 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DC0C3100 000B22 (v01 INTEL  DQ77MK   00000048 INTL 20051117)
[    0.000000] ACPI: ASF! 0x00000000DC0C3C28 0000A5 (v32 INTEL  DQ77MK   00000048 TFSM 000F4240)
[    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-0x000000081e5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.000000]   node   0: [mem 0x0000000040005000-0x00000000db771fff]
[    0.000000]   node   0: [mem 0x00000000dc680000-0x00000000dc680fff]
[    0.000000]   node   0: [mem 0x00000000dc6c4000-0x00000000dcffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000081e5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081e5fffff]
[    0.000000] On node 0 totalpages: 8365130
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14011 pages used for memmap
[    0.000000]   DMA32 zone: 896686 pages, LIFO batch:31
[    0.000000]   Normal zone: 116632 pages used for memmap
[    0.000000]   Normal zone: 7464448 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at [mem 0xdda00000-0xdf9fffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, 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 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb772000-0xdc0b3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc0b4000-0xdc0c3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc0c4000-0xdc1eafff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc1eb000-0xdc67ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc681000-0xdc6c3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdd7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd800000-0xdf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdfa00000-0xf7ffffff] 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:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88081c200000 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 6 7
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8234401
[    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk log_buf_len=32M earlycon=uart8250,io,0x3f8,115200n8 elevator=elevator root=/dev/md0 loglevel=15 syno_hw_version=DS3622xs+ netif_num=0 pid=0x5500 maxdisks=16 syno_port_thaw=1 sn=############## vid=0x13fe HddHotplug=0 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0
[    0.000000] Synology Hardware Version: DS3622xs+
[    0.000000] Internal netif num: 0
[    0.000000] Serial Number: ############
[    0.000000] SYNO GPIO HDD detect pin: 0
[    0.000000] Vender format version: 2
[    0.000000] Power on seq num: 0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Memory: 32749600K/33460520K available (5535K kernel code, 880K rwdata, 1776K rodata, 928K init, 1568K bss, 710920K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:4352 nr_irqs:488 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: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3392.161 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.32 BogoMIPS (lpj=3392161)
[    0.000274] pid_max: default: 32768 minimum: 301
[    0.000395] ACPI: Core revision 20150930
[    0.009146] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.009339] Security Framework initialized
[    0.009446] AppArmor: AppArmor initialized
[    0.009558] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.009727] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.010352] Initializing cgroup subsys io
[    0.010456] Initializing cgroup subsys memory
[    0.010570] Initializing cgroup subsys devices
[    0.010681] Initializing cgroup subsys freezer
[    0.010817] CPU: Physical Processor ID: 0
[    0.010917] CPU: Processor Core ID: 0
[    0.011593] CPU0: Thermal monitoring enabled (TM1)
[    0.011717] process: using mwait in idle threads
[    0.011833] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.011969] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.012124] Speculative Store Bypass: Vulnerable
[    0.012947] Freeing SMP alternatives memory: 24K
[    0.013213] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.013813] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.023966] TSC deadline timer enabled
[    0.024063] smpboot: CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.024340] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.024638] ... version:                3
[    0.024738] ... bit width:              48
[    0.024840] ... generic registers:      4
[    0.024940] ... value mask:             0000ffffffffffff
[    0.025073] ... max period:             00007fffffffffff
[    0.025204] ... fixed-purpose events:   3
[    0.025304] ... event mask:             000000070000000f
[    0.025789] x86: Booting SMP configuration:
[    0.025895] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.050238] x86: Booted up 1 node, 8 CPUs
[    0.050352] smpboot: Total of 8 processors activated (54274.57 BogoMIPS)
[    0.061545] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.062048] devtmpfs: initialized
[    0.062500] PM: Registering ACPI NVS region [mem 0xdc0c4000-0xdc1eafff] (1208320 bytes)
[    0.062712] PM: Registering ACPI NVS region [mem 0xdc681000-0xdc6c3fff] (274432 bytes)
[    0.063007] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.063249] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.063674] NET: Registered protocol family 16
[    0.070424] cpuidle: using governor ladder
[    0.075432] cpuidle: using governor menu
[    0.075639] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.075824] ACPI: bus type PCI registered
[    0.076006] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.076232] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.076479] PCI: Using configuration type 1 for base access
[    0.076966] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.084864] ACPI: Added _OSI(Module Device)
[    0.084972] ACPI: Added _OSI(Processor Device)
[    0.085082] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.085199] ACPI: Added _OSI(Processor Aggregator Device)
[    0.089207] ACPI: Executed 1 blocks of module-level executable AML code
[    0.092828] ACPI: Dynamic OEM Table Load:
[    0.092946] ACPI: SSDT 0xFFFF8807F581D000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.093883] ACPI: Dynamic OEM Table Load:
[    0.093998] ACPI: SSDT 0xFFFF88081BACA400 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.094831] ACPI: Dynamic OEM Table Load:
[    0.094944] ACPI: SSDT 0xFFFF8807F556D600 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.097187] ACPI: Interpreter enabled
[    0.097296] ACPI: (supports S0 S4 S5)
[    0.097388] ACPI: Using IOAPIC for interrupt routing
[    0.097557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.106624] ACPI: Power Resource [FN00] (off)
[    0.106840] ACPI: Power Resource [FN01] (off)
[    0.107053] ACPI: Power Resource [FN02] (off)
[    0.107262] ACPI: Power Resource [FN03] (off)
[    0.107472] ACPI: Power Resource [FN04] (off)
[    0.108321] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.108478] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.108964] acpi PNP0A08:00: _OSC: platform does not support [PME]
[    0.109281] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.109443] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.109973] PCI host bridge to bus 0000:00
[    0.110078] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.110245] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.110412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.110596] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.110781] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.110964] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.111147] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.111330] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window]
[    0.111514] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.111659] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.111936] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.112128] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.112338] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.112535] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000
[    0.112699] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.112874] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.113055] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.113367] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.113557] pci 0000:00:14.0: reg 0x10: [mem 0xf7e20000-0xf7e2ffff 64bit]
[    0.113797] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.114014] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.114206] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.114390] pci 0000:00:16.0: reg 0x10: [mem 0xf7e37000-0xf7e3700f 64bit]
[    0.114634] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.114888] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
[    0.115069] pci 0000:00:16.3: reg 0x10: [io  0xf080-0xf087]
[    0.115218] pci 0000:00:16.3: reg 0x14: [mem 0xf7e35000-0xf7e35fff]
[    0.115550] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[    0.115728] pci 0000:00:19.0: reg 0x10: [mem 0xf7e00000-0xf7e1ffff]
[    0.115890] pci 0000:00:19.0: reg 0x14: [mem 0xf7e34000-0xf7e34fff]
[    0.116056] pci 0000:00:19.0: reg 0x18: [io  0xf060-0xf07f]
[    0.116253] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.116463] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.116653] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.116835] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e33000-0xf7e333ff]
[    0.117075] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.117302] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.117496] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.117776] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.117998] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.118200] pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400
[    0.118439] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.118652] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    0.118843] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.119026] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e32000-0xf7e323ff]
[    0.119269] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.119497] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.119685] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.119952] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.120138] pci 0000:00:1f.0: [8086:1e47] type 00 class 0x060100
[    0.120502] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.120672] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e31000-0xf7e310ff 64bit]
[    0.120863] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.121159] pci 0000:01:00.0: [1000:0072] type 00 class 0x010700
[    0.121332] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.121478] pci 0000:01:00.0: reg 0x14: [mem 0xf7dc0000-0xf7dc3fff 64bit]
[    0.121654] pci 0000:01:00.0: reg 0x1c: [mem 0xf7d80000-0xf7dbffff 64bit]
[    0.121830] pci 0000:01:00.0: reg 0x30: [mem 0xf7d00000-0xf7d7ffff pref]
[    0.122024] pci 0000:01:00.0: supports D1 D2
[    0.122145] pci 0000:01:00.0: reg 0x174: [mem 0x00000000-0x00003fff 64bit]
[    0.122316] pci 0000:01:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0003ffff 64bit] (contains BAR0 for 16 VFs)
[    0.122560] pci 0000:01:00.0: reg 0x17c: [mem 0x00000000-0x0003ffff 64bit]
[    0.122729] pci 0000:01:00.0: VF(n) BAR2 space: [mem 0x00000000-0x003fffff 64bit] (contains BAR2 for 16 VFs)
[    0.125339] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.125465] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.125617] pci 0000:00:01.0:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.125853] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.126081] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[    0.126330] pci 0000:03:00.0: reg 0x10: [mem 0xf7c00000-0xf7c1ffff]
[    0.126534] pci 0000:03:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.126699] pci 0000:03:00.0: reg 0x1c: [mem 0xf7c20000-0xf7c23fff]
[    0.127052] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.127271] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.129440] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.129568] pci 0000:00:1c.6:   bridge window [io  0xd000-0xdfff]
[    0.129721] pci 0000:00:1c.6:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.129993] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.130169] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.130377] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.130590] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.130815] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.131039] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.131263] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.131487] pci 0000:00:1e.0:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    0.131714] pci 0000:00:1e.0:   bridge window [mem 0xdfa00000-0xfeafffff window] (subtractive decode)
[    0.131963] pci_bus 0000:00: on NUMA node 0
[    0.132072] pci 0000:00:01.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  128
[    0.132282] pci 0000:01:00.0: Max Payload Size set to  256/4096 (was  256), Max Read Rq  512
[    0.132497] pci 0000:00:1c.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.132710] pci 0000:00:1c.6: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.132934] pci 0000:03:00.0: Max Payload Size set to  128/ 256 (was  128), Max Read Rq  512
[    0.133884] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[    0.134202] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.134520] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15), disabled.
[    0.134830] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15), disabled.
[    0.135140] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15), disabled.
[    0.135448] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.135768] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.136086] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15), disabled.
[    0.136627] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.136879] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.137020] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.137226] vgaarb: loaded
[    0.137297] vgaarb: bridge control possible 0000:00:02.0
[    0.137522] SCSI subsystem initialized
[    0.137677] libata version 3.00 loaded.
[    0.137813] pps_core: LinuxPPS API ver. 1 registered
[    0.137936] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.138162] PTP clock support registered
[    0.138329] EDAC MC: Ver: 3.0.0
[    0.138579] PCI: Using ACPI for IRQ routing
[    0.140485] PCI: pci_cache_line_size set to 64 bytes
[    0.140678] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.140826] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.140974] e820: reserve RAM buffer [mem 0xdb772000-0xdbffffff]
[    0.141121] e820: reserve RAM buffer [mem 0xdc681000-0xdfffffff]
[    0.141269] e820: reserve RAM buffer [mem 0xdd000000-0xdfffffff]
[    0.141417] e820: reserve RAM buffer [mem 0x81e600000-0x81fffffff]
[    0.141852] clocksource: Switched to clocksource hpet
[    0.151472] AppArmor: AppArmor Filesystem Enabled
[    0.151657] pnp: PnP ACPI init
[    0.151884] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.152052] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.152321] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.152471] system 00:01: [io  0x1100-0x110f] has been reserved
[    0.152617] system 00:01: [io  0xffff] has been reserved
[    0.152749] system 00:01: [io  0xffff] has been reserved
[    0.152907] system 00:01: [io  0x0400-0x0453] has been reserved
[    0.153054] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.153200] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.153346] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.153494] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.153692] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.153953] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.154104] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.154426] system 00:04: [io  0x0a30-0x0a4f] has been reserved
[    0.154575] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.154722] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155138] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.155289] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155836] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.156033] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.156196] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.156359] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.156522] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.156684] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.156869] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.157032] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.157195] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.157358] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.157529] system 00:06: [mem 0xdfa00000-0xdfa00fff] has been reserved
[    0.157693] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.158070] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
[    0.158236] system 00:07: [mem 0x40004000-0x40004fff] has been reserved
[    0.158399] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.158601] pnp: PnP ACPI: found 8 devices
[    0.165598] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.165887] pci 0000:01:00.0: BAR 9: no space for [mem size 0x00400000 64bit]
[    0.166063] pci 0000:01:00.0: BAR 9: failed to assign [mem size 0x00400000 64bit]
[    0.166247] pci 0000:01:00.0: BAR 7: no space for [mem size 0x00040000 64bit]
[    0.166422] pci 0000:01:00.0: BAR 7: failed to assign [mem size 0x00040000 64bit]
[    0.166605] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.166730] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.166907] pci 0000:00:01.0:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.167077] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.167216] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.167341] pci 0000:00:1c.6:   bridge window [io  0xd000-0xdfff]
[    0.167496] pci 0000:00:1c.6:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.167671] pci 0000:00:1e.0: PCI bridge to [bus 04]
[    0.167807] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.168057] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.168210] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.168362] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.168531] pci_bus 0000:00: resource 7 [mem 0x000d8000-0x000dbfff window]
[    0.168699] pci_bus 0000:00: resource 8 [mem 0x000dc000-0x000dffff window]
[    0.168894] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff window]
[    0.169063] pci_bus 0000:00: resource 10 [mem 0x000e4000-0x000e7fff window]
[    0.169233] pci_bus 0000:00: resource 11 [mem 0xdfa00000-0xfeafffff window]
[    0.169404] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.169542] pci_bus 0000:01: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.169696] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.169834] pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.170018] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.170170] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.170323] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.170491] pci_bus 0000:04: resource 7 [mem 0x000d8000-0x000dbfff window]
[    0.170660] pci_bus 0000:04: resource 8 [mem 0x000dc000-0x000dffff window]
[    0.170828] pci_bus 0000:04: resource 9 [mem 0x000e0000-0x000e3fff window]
[    0.171024] pci_bus 0000:04: resource 10 [mem 0x000e4000-0x000e7fff window]
[    0.171195] pci_bus 0000:04: resource 11 [mem 0xdfa00000-0xfeafffff window]
[    0.171404] NET: Registered protocol family 2
[    0.171674] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.172386] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.172696] TCP: Hash tables configured (established 262144 bind 65536)
[    0.172908] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.173166] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.173478] NET: Registered protocol family 1
[    0.173604] pci 0000:00:02.0: Video device with shadowed ROM
[    0.174433] PCI: CLS mismatch (64 != 32), using 64 bytes
[    1.067910] Trying to unpack rootfs image as initramfs...
[    1.087937] Freeing initrd memory: 25596K
[    1.089596] redpill: loading out-of-tree module taints kernel.
[    1.089820] redpill: module verification failed: signature and/or required key missing - tainting kernel
[    1.090371] <redpill/redpill_main.c:45> ================================================================================================
[    1.090669] <redpill/redpill_main.c:46> RedPill v0.5-at-2022_07_14-02_25_59 loading...
[    1.092894] <redpill/call_protected.c:83> Got addr ffffffff811f8be0 for cmdline_proc_show
[    1.093099] <redpill/cmdline_delegate.c:350> Cmdline count: 315
[    1.093248] <redpill/cmdline_delegate.c:417> Cmdline: console=ttyS0,115200n8 earlyprintk log_buf_len=32M earlycon=uart8250,io,0x3f8,115200n8 elevator=elevator root=/dev/md0 loglevel=15 syno_hw_version=DS3622xs+ netif_num=0 pid=0x5500 maxdisks=16 syno_port_thaw=1 sn=2150SQRCE859G vid=0x13fe HddHotplug=0 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0

[    1.094078] <redpill/cmdline_delegate.c:429> Param #0: |console=ttyS0,115200n8|
[    1.094257] <redpill/cmdline_delegate.c:324> Option "console=ttyS0,115200n8" not recognized - ignoring
[    1.094483] <redpill/cmdline_delegate.c:429> Param #1: |earlyprintk|
[    1.094639] <redpill/cmdline_delegate.c:324> Option "earlyprintk" not recognized - ignoring
[    1.094842] <redpill/cmdline_delegate.c:429> Param #2: |log_buf_len=32M|
[    1.095026] <redpill/cmdline_delegate.c:324> Option "log_buf_len=32M" not recognized - ignoring
[    1.095237] <redpill/cmdline_delegate.c:429> Param #3: |earlycon=uart8250,io,0x3f8,115200n8|
[    1.095442] <redpill/cmdline_delegate.c:324> Option "earlycon=uart8250,io,0x3f8,115200n8" not recognized - ignoring
[    1.095694] <redpill/cmdline_delegate.c:429> Param #4: |elevator=elevator|
[    1.095862] <redpill/cmdline_delegate.c:324> Option "elevator=elevator" not recognized - ignoring
[    1.096099] <redpill/cmdline_delegate.c:429> Param #5: |root=/dev/md0|
[    1.096259] <redpill/cmdline_delegate.c:324> Option "root=/dev/md0" not recognized - ignoring
[    1.096466] <redpill/cmdline_delegate.c:429> Param #6: |loglevel=15|
[    1.096622] <redpill/cmdline_delegate.c:324> Option "loglevel=15" not recognized - ignoring
[    1.096825] <redpill/cmdline_delegate.c:429> Param #7: |syno_hw_version=DS3622xs+|
[    1.097030] <redpill/cmdline_delegate.c:26> HW version set to: DS3622xs+
[    1.097194] <redpill/cmdline_delegate.c:429> Param #8: |netif_num=0|
[    1.097350] <redpill/cmdline_delegate.c:229> You specified no network interfaces ("netif_num==0")
[    1.097565] <redpill/cmdline_delegate.c:429> Param #9: |pid=0x5500|
[    1.097720] <redpill/cmdline_delegate.c:142> PID override: 0x5500
[    1.097870] <redpill/cmdline_delegate.c:429> Param #10: |maxdisks=16|
[    1.098047] <redpill/cmdline_delegate.c:324> Option "maxdisks=16" not recognized - ignoring
[    1.098249] <redpill/cmdline_delegate.c:429> Param #11: |syno_port_thaw=1|
[    1.098418] <redpill/cmdline_delegate.c:211> Port thaw set to: 1
[    1.098565] <redpill/cmdline_delegate.c:429> Param #12: |sn=############|
[    1.098734] <redpill/cmdline_delegate.c:45> S/N set to: #############
[    1.098907] <redpill/cmdline_delegate.c:429> Param #13: |vid=0x13fe|
[    1.099064] <redpill/cmdline_delegate.c:108> VID override: 0x13fe
[    1.099214] <redpill/cmdline_delegate.c:429> Param #14: |HddHotplug=0|
[    1.099374] <redpill/cmdline_delegate.c:324> Option "HddHotplug=0" not recognized - ignoring
[    1.099579] <redpill/cmdline_delegate.c:429> Param #15: |syno_hdd_detect=0|
[    1.099750] <redpill/cmdline_delegate.c:324> Option "syno_hdd_detect=0" not recognized - ignoring
[    1.099984] <redpill/cmdline_delegate.c:429> Param #16: |vender_format_version=2|
[    1.100167] <redpill/cmdline_delegate.c:324> Option "vender_format_version=2" not recognized - ignoring
[    1.100395] <redpill/cmdline_delegate.c:429> Param #17: |syno_hdd_powerup_seq=0|
[    1.100575] <redpill/cmdline_delegate.c:324> Option "syno_hdd_powerup_seq=0" not recognized - ignoring
[    1.100801] <redpill/cmdline_delegate.c:388> Add cmdline blacklist "vid=" @ 0
[    1.100997] <redpill/cmdline_delegate.c:389> Add cmdline blacklist "pid=" @ 1
[    1.101171] <redpill/cmdline_delegate.c:390> Add cmdline blacklist "mfg" @ 2
[    1.101343] <redpill/cmdline_delegate.c:391> Add cmdline blacklist "dom_szmax=" @ 3
[    1.101529] <redpill/cmdline_delegate.c:392> Add cmdline blacklist "elevator=" @ 4
[    1.101714] <redpill/cmdline_delegate.c:393> Add cmdline blacklist "loglevel=" @ 5
[    1.101917] <redpill/cmdline_delegate.c:394> Add cmdline blacklist "log_buf_len=" @ 6
[    1.102108] <redpill/cmdline_delegate.c:395> Add cmdline blacklist "earlyprintk" @ 7
[    1.102296] <redpill/cmdline_delegate.c:396> Add cmdline blacklist "syno_port_thaw=" @ 8
[    1.102493] <redpill/cmdline_delegate.c:450> CmdLine processed successfully, tokens=18
[    1.102686] <redpill/runtime_config.c:187> Found platform definition for "DS3622xs+"
[    1.102874] <redpill/runtime_config.c:198> Validating runtime config...
[    1.103055] <redpill/runtime_config.c:48> Configured boot device type to USB
[    1.103227] <redpill/runtime_config.c:133> Number of defined interfaces ("netif_num=") is not specified or empty
[    1.103473] <redpill/runtime_config.c:138> No MAC addressed are specified - use "macs=" or "mac1="..."mac4=" to set them
[    1.103735] <redpill/runtime_config.c:206> Config validation resulted in OK
[    1.103924] <redpill/runtime_config.c:224> Runtime config populated
[    1.104077] <redpill/uart_fixer.c:72> Registering UART fixer shim
[    1.109773] <redpill/call_protected.c:107> Got addr ffffffff8192c752 for early_serial_setup
[    1.109996] <redpill/uart_fixer.c:54> Fixed muted ttyS0 to hw port @ 3f8
[    1.110160] <redpill/uart_fixer.c:86> Successfully registered UART fixer shim
[    1.110334] <redpill/scsi_notifier.c:164> Registering SCSI device notifier
[    1.110503] <redpill/scsi_notifier.c:182> The sd driver is not ready to dispatch SCSI device notifier events - awaiting driver
[    1.110779] <redpill/intercept_driver_register.c:216> Registered driver_register() watcher for "sd" driver (coming=1, live=0)
[    1.111073] <redpill/intercept_driver_register.c:219> Registered the first driver_register watcher - starting watching
[    1.111331] <redpill/intercept_driver_register.c:161> Starting intercept of driver_register()
[    1.111547] <redpill/override_symbol.c:257> Overriding driver_register() with driver_register_shim [redpill]()<ffffffffa00030b0>
[    1.115443] <redpill/override_symbol.c:172> Saved driver_register() ptr <ffffffff8139de60>
[    1.115645] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8139de60+12/1 (<<ffffffff8139d000)
[    1.116283] <redpill/call_protected.c:84> Got addr ffffffff81045a30 for flush_tlb_all
[    1.116490] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.116724] <redpill/override_symbol.c:182> Generating trampoline
[    1.116883] <redpill/override_symbol.c:188> Generated trampoline to driver_register_shim+0x0/0x2d0 [redpill]<ffffffffa00030b0> for driver_register<ffffffff8139de60>:
[    1.117250] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.117455] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.117636] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8139de60+12/1 (<<ffffffff8139d000)
[    1.117946] <redpill/override_symbol.c:269> Successfully overrode driver_register() with trampoline to driver_register_shim+0x0/0x2d0 [redpill]<ffffffffa00030b0>
[    1.118292] <redpill/intercept_driver_register.c:168> driver_register() is now intercepted
[    1.118493] <redpill/scsi_notifier.c:192> Successfully registered SCSI device notifier
[    1.118686] <redpill/sata_port_shim.c:116> Registering SATA port emulator shim
[    1.118862] <redpill/sata_port_shim.c:120> Registering for new devices notifications
[    1.119080] <redpill/scsi_notifier.c:149> scsi_disk_probe_handler+0x0/0x20 [redpill] (priority=-2147483648) subscribed to SCSI device events
[    1.119383] <redpill/sata_port_shim.c:127> Iterating over existing devices
[    1.119551] <redpill/sata_port_shim.c:134> Successfully registered SATA port emulator shim
[    1.119752] <redpill/boot_device_shim.c:48> Registering boot device router shim
[    1.119953] <redpill/usb_boot_shim.c:229> Registering USB boot device shim
[    1.120121] <redpill/usb_boot_shim.c:194> Registered usbcore module notifier
[    1.125898] <redpill/usb_boot_shim.c:247> Successfully registered USB boot device shim
[    1.126093] <redpill/boot_device_shim.c:76> Successfully registered boot device router shim
[    1.126295] <redpill/intercept_execve.c:103> Registering execve() interceptor
[    1.126477] <redpill/override_symbol.c:257> Overriding SyS_execve() with SyS_execve_shim [redpill]()<ffffffffa0001f30>
[    1.128435] <redpill/override_symbol.c:172> Saved SyS_execve() ptr <ffffffff8118c070>
[    1.128626] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8118c070+12/1 (<<ffffffff8118c000)
[    1.128936] <redpill/override_symbol.c:221> Obtaining lock for <SyS_execve+0x0/0x40/ffffffff8118c070>
[    1.129159] <redpill/override_symbol.c:182> Generating trampoline
[    1.129317] <redpill/override_symbol.c:188> Generated trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa0001f30> for SyS_execve<ffffffff8118c070>:
[    1.129650] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8118c070>
[    1.129849] <redpill/override_symbol.c:221> Released lock for <ffffffff8118c070>
[    1.130050] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8118c070+12/1 (<<ffffffff8118c000)
[    1.130340] <redpill/override_symbol.c:269> Successfully overrode SyS_execve() with trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa0001f30>
[    1.130664] <redpill/intercept_execve.c:112> execve() interceptor registered
[    1.130836] <redpill/bios_shim.c:243> Registering mfgBIOS shim
[    1.131002] <redpill/bios_shims_collection.c:229> Shimming disk led control API
[    1.131191] <redpill/override_symbol.c:257> Overriding syno_ahci_disk_led_enable() with syno_ahci_disk_led_enable_shim [redpill]()<ffffffffa000cda0>
[    1.135698] <redpill/override_symbol.c:172> Saved syno_ahci_disk_led_enable() ptr <ffffffff81429ee0>
[    1.135940] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff81429ee0+12/1 (<<ffffffff81429000)
[    1.136229] <redpill/override_symbol.c:221> Obtaining lock for <syno_ahci_disk_led_enable+0x0/0x60/ffffffff81429ee0>
[    1.136482] <redpill/override_symbol.c:182> Generating trampoline
[    1.136642] <redpill/override_symbol.c:188> Generated trampoline to syno_ahci_disk_led_enable_shim+0x0/0x40 [redpill]<ffffffffa000cda0> for syno_ahci_disk_led_enable<ffffffff81429ee0>:
[    1.137056] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff81429ee0>
[    1.137259] <redpill/override_symbol.c:221> Released lock for <ffffffff81429ee0>
[    1.137440] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff81429ee0+12/1 (<<ffffffff81429000)
[    1.137730] <redpill/override_symbol.c:269> Successfully overrode syno_ahci_disk_led_enable() with trampoline to syno_ahci_disk_led_enable_shim+0x0/0x40 [redpill]<ffffffffa000cda0>
[    1.138145] <redpill/override_symbol.c:257> Overriding syno_ahci_disk_led_enable_by_port() with syno_ahci_disk_led_enable_by_port_shim [redpill]()<ffffffffa000cde0>
[    1.142654] <redpill/override_symbol.c:172> Saved syno_ahci_disk_led_enable_by_port() ptr <ffffffff81429f40>
[    1.142908] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff81429f40+12/1 (<<ffffffff81429000)
[    1.143195] <redpill/override_symbol.c:221> Obtaining lock for <syno_ahci_disk_led_enable_by_port+0x0/0x50/ffffffff81429f40>
[    1.143466] <redpill/override_symbol.c:182> Generating trampoline
[    1.143625] <redpill/override_symbol.c:188> Generated trampoline to syno_ahci_disk_led_enable_by_port_shim+0x0/0x40 [redpill]<ffffffffa000cde0> for syno_ahci_disk_led_enable_by_port<ffffffff81429f40>:
[    1.144069] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff81429f40>
[    1.144273] <redpill/override_symbol.c:221> Released lock for <ffffffff81429f40>
[    1.144454] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff81429f40+12/1 (<<ffffffff81429000)
[    1.144744] <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/0x40 [redpill]<ffffffffa000cde0>
[    1.145184] <redpill/bios_shims_collection.c:263> Finished shim_disk_leds_ctrl
[    1.145366] <redpill/override_symbol.c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa000da10>
[    1.145958] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103ae60>
[    1.146165] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[    1.146453] <redpill/override_symbol.c:221> Obtaining lock for <apply_relocate_add+0x0/0x170/ffffffff8103ae60>
[    1.146694] <redpill/override_symbol.c:182> Generating trampoline
[    1.146850] <redpill/override_symbol.c:188> Generated trampoline to _apply_relocate_add+0x0/0x180 [redpill]<ffffffffa000da10> for apply_relocate_add<ffffffff8103ae60>:
[    1.147225] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8103ae60>
[    1.147429] <redpill/override_symbol.c:221> Released lock for <ffffffff8103ae60>
[    1.147610] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[    1.147914] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x180 [redpill]<ffffffffa000da10>
[    1.154010] <redpill/bios_shim.c:170> Registered bios module notifier
[    1.154168] <redpill/bios_shim.c:253> Successfully registered mfgBIOS shim
[    1.154336] <redpill/disable_exectutables.c:15> Registering common executables disabler shim
[    1.154542] <redpill/intercept_execve.c:57> Filename uboot_do_upd.sh will be blocked from execution
[    1.154761] <redpill/intercept_execve.c:57> Filename ./uboot_do_upd.sh will be blocked from execution
[    1.155005] <redpill/intercept_execve.c:57> Filename /usr/syno/bin/syno_pstore_collect will be blocked from execution
[    1.155262] <redpill/intercept_execve.c:57> Filename /tmpData/upd@te/sas_fw_upgrade_tool will be blocked from execution
[    1.155522] <redpill/disable_exectutables.c:28> Successfully registered common executables disabler shim
[    1.155751] <redpill/block_fw_update_shim.c:67> Registering firmware update blocker shim
[    1.155969] <redpill/intercept_execve.c:57> Filename ./H2OFFT-Lx64 will be blocked from execution
[    1.156185] <redpill/block_fw_update_shim.c:45> Saved backup DMI: DQ77MK
[    1.156348] <redpill/block_fw_update_shim.c:49> !!BUG!! Shimmed DMI field will be longer than original!
[    1.156575] ------------[ cut here ]------------
[    1.156699] WARNING: CPU: 1 PID: 540 at /tmp/input/shim/block_fw_update_shim.c:49 patch_dmi+0xce/0xe1 [redpill]()
[    1.156968] BUG log triggered
[    1.157039] Modules linked in:
[    1.157122]  redpill(OE+)
[    1.157166] CPU: 1 PID: 540 Comm: insmod Tainted: G           OE   4.4.180+ #42661
[    1.157350] Hardware name: PCnet DQ77MK/DQ77MK, BIOS MKQ7710H.86A.0072.2017.0519.1347 05/19/2017
[    1.157564]  0000000000000000 ffff8800d6c77c18 ffffffff812dca8b 0000000000000009
[    1.157765]  ffff8800d6c77c60 ffff8800d6c77c50 ffffffff81050f82 0000000000000006
[    1.157983]  ffffffff81b54044 0000000080000000 ffffffffa0026000 ffffffffa001dac0
[    1.158184] Call Trace:
[    1.158252]  [<ffffffff812dca8b>] dump_stack+0x4d/0x72
[    1.158381]  [<ffffffff81050f82>] warn_slowpath_common+0x82/0xa0
[    1.158530]  [<ffffffffa0026000>] ? 0xffffffffa0026000
[    1.158658]  [<ffffffff81050fe7>] warn_slowpath_fmt+0x47/0x50
[    1.158806]  [<ffffffffa00106fc>] patch_dmi+0xce/0xe1 [redpill]
[    1.158977]  [<ffffffffa000e099>] register_fw_update_shim+0x49/0x80 [redpill]
[    1.159157]  [<ffffffffa00260d6>] init_+0xd6/0x17e [redpill]
[    1.159298]  [<ffffffff81000340>] do_one_initcall+0x80/0x130
[    1.159440]  [<ffffffff810bf16b>] do_init_module+0x5b/0x1d0
[    1.159578]  [<ffffffff810c0f44>] load_module+0x1be4/0x2080
[    1.159716]  [<ffffffff810bde40>] ? __symbol_put+0x40/0x40
[    1.159854]  [<ffffffff8118a3ac>] ? kernel_read+0x3c/0x50
[    1.160006]  [<ffffffff810c159d>] SYSC_finit_module+0x7d/0xa0
[    1.160149]  [<ffffffff810c15d9>] SyS_finit_module+0x9/0x10
[    1.160288]  [<ffffffff8156380a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
[    1.160455] ---[ end trace 441e0a6a3365f9d6 ]---
[    1.160570] <redpill/block_fw_update_shim.c:75> Successfully registered firmware update blocker shim
[    1.160792] <redpill/pci_shim.c:203> Registering PCI devices shim
[    1.160963] <redpill/pci_shim.c:205> Creating vPCI devices for DS3622xs+
[    1.161134] <redpill/pci_shim.c:213> Calling vdev_add_MARVELL_88SE9235 [redpill] with B:D:F=09:00:00 mf=0
[    1.161367] <redpill/virtual_pci.c:420> Attempting to add vPCI device [printed below] @ bus=09 dev=00 fn=00
[    1.161602] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8807f556a700
[    1.161785]
               31***********0***ADDR*******************
[    1.161964] 92 35   1b 4b  | 0x00
[    1.162074] 00 00   00 00  | 0x04
[    1.162183] 01 06   01 11  | 0x08
[    1.162292] 00 00   00 00  | 0x0C
[    1.162402] 00 00   00 00  | 0x10
[    1.162511] 00 00   00 00  | 0x14
[    1.162620] 00 00   00 00  | 0x18
[    1.162729] 00 00   00 00  | 0x1C
[    1.162838] 00 00   00 00  | 0x20
[    1.162965] 00 00   00 00  | 0x24
[    1.163075] 00 00   00 00  | 0x28
[    1.163184] 00 00   00 00  | 0x2C
[    1.163293] 00 00   00 00  | 0x30
[    1.163402] 00 00   00 00  | 0x34
[    1.163511] 00 00   00 00  | 0x38
[    1.163620] ff ff   00 ff  | 0x3C
[    1.163772] PCI host bridge to bus 0001:09
[    1.163879] pci_bus 0001:09: root bus resource [io  0x0000-0xffff]
[    1.164051] pci_bus 0001:09: root bus resource [mem 0x00000000-0xfffffffff]
[    1.164222] pci_bus 0001:09: root bus resource [bus 00-ff]
[    1.164364] pci 0001:09:00.0: [1b4b:9235] type 00 class 0x010601
[    1.164569] <redpill/virtual_pci.c:488> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
[    1.164797] pci 0001:09:00.0: Can't map mv9235 registers
[    1.164951] <redpill/virtual_pci.c:492> Added device with new bus @ bus=09 dev=00 fn=00
[    1.165146] <redpill/pci_shim.c:224> vPCI device 1 created successfully
[    1.165317] <redpill/pci_shim.c:213> Calling vdev_add_MARVELL_88SE9235 [redpill] with B:D:F=0c:00:00 mf=0
[    1.165549] <redpill/virtual_pci.c:420> Attempting to add vPCI device [printed below] @ bus=0c dev=00 fn=00
[    1.165784] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8807f556a740
[    1.165987]
               31***********0***ADDR*******************
[    1.166145] 92 35   1b 4b  | 0x00
[    1.166255] 00
[    1.166270] <redpill/call_protected.c:101> Got addr ffffffff811974a0 for getname
[    1.166477] 00
[    1.166528]   00 00  | 0x04
[    1.166583] 01 06   01 11  | 0x08
[    1.166693] 00 00   00 00  | 0x0C
[    1.166802] 00 00   00 00  | 0x10
[    1.166926] 00 00   00 00  | 0x14
[    1.167035] 00
[    1.167070] <redpill/call_protected.c:101> Got addr ffffffff811974a0 for getname
[    1.167257] 00
[    1.167308]   00 00  | 0x18
[    1.167364] 00 00   00 00  | 0x1C
[    1.167473] 00 00   00 00  | 0x20
[    1.167582] 00 00   00 00  | 0x24
[    1.167691] 00 00   00 00  | 0x28
[    1.167800] 00 00   00 00  | 0x2C
[    1.167923] 00
[    1.167947] <redpill/call_protected.c:100> Got addr ffffffff8118be70 for do_execve
[    1.168151] 00
[    1.168202]   00 00  | 0x30
[    1.168258] 00 00   00 00  | 0x34
[    1.168367] 00 00   00 00  | 0x38
[    1.168476] ff ff   00 ff  | 0x3C
[    1.168618] PCI host bridge to bus 0001:0c
[    1.168726] pci_bus 0001:0c: root bus resource [io  0x0000-0xffff]
[    1.168753] <redpill/call_protected.c:100> Got addr ffffffff8118be70 for do_execve
[    1.169087] pci_bus 0001:0c: root bus resource [mem 0x00000000-0xfffffffff]
[    1.169260] pci_bus 0001:0c: busn_res: can not insert [bus 0c-ff] under domain [bus 00-ff] (conflicts with (null) [bus 09-ff])
[    1.169543] pci_bus 0001:0c: root bus resource [bus 00-ff]
[    1.169685] pci 0001:0c:00.0: [1b4b:9235] type 00 class 0x010601
[    1.169898] <redpill/virtual_pci.c:488> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
[    1.170140] pci 0001:0c:00.0: Can't map mv9235 registers
[    1.170288] <redpill/virtual_pci.c:492> Added device with new bus @ bus=0c dev=00 fn=00
[    1.170492] <redpill/pci_shim.c:224> vPCI device 2 created successfully
[    1.170665] <redpill/pci_shim.c:227> Successfully registered PCI devices shim
[    1.170853] <redpill/smart_shim.c:1032> Registering SMART emulator shim
[    1.175083] <redpill/smart_shim.c:1042> SCSI driver exists - installing canary
[    1.175271] <redpill/override_symbol.c:257> Overriding sd_ioctl() with sd_ioctl_canary [redpill]()<ffffffffa000ab30>
[    1.179518] <redpill/override_symbol.c:172> Saved sd_ioctl() ptr <ffffffff813e7d10>
[    1.179706] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff813e7d10+12/1 (<<ffffffff813e7000)
[    1.180023] <redpill/override_symbol.c:221> Obtaining lock for <sd_ioctl+0x0/0x250/ffffffff813e7d10>
[    1.180245] <redpill/override_symbol.c:182> Generating trampoline
[    1.180404] <redpill/override_symbol.c:188> Generated trampoline to sd_ioctl_canary+0x0/0x230 [redpill]<ffffffffa000ab30> for sd_ioctl<ffffffff813e7d10>:
[    1.180736] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff813e7d10>
[    1.180964] <redpill/override_symbol.c:221> Released lock for <ffffffff813e7d10>
[    1.181145] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff813e7d10+12/1 (<<ffffffff813e7000)
[    1.181436] <redpill/override_symbol.c:269> Successfully overrode sd_ioctl() with trampoline to sd_ioctl_canary+0x0/0x230 [redpill]<ffffffffa000ab30>
[    1.181758] <redpill/smart_shim.c:1054> Successfully registered SMART emulator shim
[    1.181973] <redpill/pmu_shim.c:344> Registering PMU emulator shim
[    1.182125] <redpill/virtual_uart.c:987> Adding vUART ttyS1
[    1.182262] <redpill/virtual_uart.c:645> Initializing ttyS1 vUART
[    1.182413] <redpill/virtual_uart.c:661> Initialized ttyS1 vUART
[    1.182561] <redpill/virtual_uart.c:799> Registering ttyS1 (io=0x2f8) in the driver
[    1.182747] <redpill/virtual_uart.c:753> serial8250 driver is not ready - the port addition will be delayed until the driver loads
[    1.183060] <redpill/intercept_driver_register.c:216> Registered driver_register() watcher for "serial8250" driver (coming=0, live=1)
[    1.183350] <redpill/virtual_uart.c:809> The serial8250 driver is not ready - vUART port ttyS1 (io=0x2f8) will be activated later
[    1.183630] <redpill/vuart_virtual_irq.c:66> Enabling vIRQ for ttyS1
[    1.183817] <redpill/vuart_virtual_irq.c:101> vIRQ fully enabled for for ttyS1
[    1.184027] <redpill/virtual_uart.c:1004> Added vUART at ttyS1
[    1.184171] <redpill/virtual_uart.c:931> Setting TX callback for for ttyS1 (line=1)
[    1.184358] <redpill/virtual_uart.c:945> Added TX callback for ttyS1 (line=1)
[    1.184532] <redpill/pmu_shim.c:361> Successfully registered PMU emulator shim
[    1.184711] <redpill/sanitize_cmdline.c:89> Cmdline param "earlyprintk" blacklisted - skipping
[    1.184952] <redpill/sanitize_cmdline.c:89> Cmdline param "log_buf_len=32M" blacklisted - skipping
[    1.185171] <redpill/sanitize_cmdline.c:89> Cmdline param "elevator=elevator" blacklisted - skipping
[    1.185393] <redpill/sanitize_cmdline.c:89> Cmdline param "loglevel=15" blacklisted - skipping
[    1.185603] <redpill/sanitize_cmdline.c:89> Cmdline param "pid=0x5500" blacklisted - skipping
[    1.185810] <redpill/sanitize_cmdline.c:89> Cmdline param "syno_port_thaw=1" blacklisted - skipping
[    1.186057] <redpill/sanitize_cmdline.c:89> Cmdline param "vid=0x13fe" blacklisted - skipping
[    1.186266] <redpill/sanitize_cmdline.c:102> Sanitized cmdline to: console=ttyS0,115200n8 earlycon=uart8250,io,0x3f8,115200n8 root=/dev/md0 syno_hw_version=DS3622xs+ netif_num=0 maxdisks=16 sn=############# HddHotplug=0 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0
[    1.186872] <redpill/override_symbol.c:257> Overriding cmdline_proc_show() with cmdline_proc_show_filtered [redpill]()<ffffffffa0003410>
[    1.189238] <redpill/override_symbol.c:172> Saved cmdline_proc_show() ptr <ffffffff811f8be0>
[    1.189444] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff811f8be0+12/1 (<<ffffffff811f8000)
[    1.189733] <redpill/override_symbol.c:221> Obtaining lock for <cmdline_proc_show+0x0/0x20/ffffffff811f8be0>
[    1.189998] <redpill/override_symbol.c:182> Generating trampoline
[    1.190156] <redpill/override_symbol.c:188> Generated trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0003410> for cmdline_proc_show<ffffffff811f8be0>:
[    1.190527] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff811f8be0>
[    1.190725] <redpill/override_symbol.c:221> Released lock for <ffffffff811f8be0>
[    1.190935] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff811f8be0+12/1 (<<ffffffff811f8000)
[    1.191224] <redpill/override_symbol.c:269> Successfully overrode cmdline_proc_show() with trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0003410>
[    1.191585] <redpill/sanitize_cmdline.c:138> /proc/cmdline sanitized
[    1.191741] <redpill/ioscheduler_fixer.c:24> Resetting I/O scheduler to default
[    1.197505] <redpill/call_protected.c:110> Got addr ffffffff81924c74 for elevator_setup
[    1.197701] <redpill/redpill_main.c:69> RedPill v0.5-at-2022_07_14-02_25_59 loaded successfully (stealth=1)
[    1.199534] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.199695] software IO TLB: mapped [mem 0xd7772000-0xdb772000] (64MB)
[    1.200008] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    1.200218] hw unit of domain pp0-core 2^-16 Joules
[    1.200339] hw unit of domain package 2^-16 Joules
[    1.200457] hw unit of domain pp1-gpu 2^-16 Joules
[    1.200612] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "ivb_uncore" found, calling original driver_register()
[    1.201004] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8139de60+12/1 (<<ffffffff8139d000)
[    1.201293] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.201527] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.201721] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.201982] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.202222] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.202421] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.203965] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "alarmtimer" found, calling original driver_register()
[    1.204355] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.204605] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.204811] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.205063] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.205308] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.205522] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.206040] audit: initializing netlink subsys (disabled)
[    1.206206] audit: type=2000 audit(1659656320.186:1): initialized
[    1.206989] Initialise system trusted keyring
[    1.228650] VFS: Disk quotas dquot_6.6.0
[    1.228832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.324643] Key type asymmetric registered
[    1.324760] Asymmetric key parser 'x509' registered
[    1.325039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.325235] io scheduler noop registered
[    1.325344] io scheduler deadline registered
[    1.325557] io scheduler cfq registered (default)
[    1.325841] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "pcieport" found, calling original driver_register()
[    1.326257] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.326505] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.326716] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.327685] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.327954] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.328164] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.328362] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "aer" found, calling original driver_register()
[    1.328731] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.328999] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.329207] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.329421] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.329667] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.329875] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.330096] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "pcie_pme" found, calling original driver_register()
[    1.330474] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.330719] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.330950] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.331163] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.331408] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.331614] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.410212] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.414678] <redpill/intercept_driver_register.c:99> driver_register() interception active - calling handler serial8250_ready_watcher+0x0/0x100 [redpill]<ffffffffa0006330> for "serial8250"
[    1.415137] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.415391] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.415598] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.415820] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.416096] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.416307] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.416501] <redpill/intercept_driver_register.c:141> Calling for DWATCH_STATE_LIVE
[    1.416702] <redpill/virtual_uart.c:697> serial8250 driver loaded - adding queued ports
[    1.416930] <redpill/virtual_uart.c:706> Processing enqueued port 1
[    1.417095] <redpill/virtual_uart.c:799> Registering ttyS1 (io=0x2f8) in the driver
[    1.499508] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    1.672179] <redpill/virtual_uart.c:852> ttyS1 registered with driver (line=1)
[    1.672371] <redpill/virtual_uart.c:714> Finished processing enqueued ports
[    1.672564] <redpill/intercept_driver_register.c:245> Removed serial8250_ready_watcher+0x0/0x100 [redpill]<ffffffffa0006330> subscriber for "serial8250" driver
[    1.672957] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "serial" found, calling original driver_register()
[    1.673320] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.673555] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.673753] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.674294] console [ttyS0] disabled
[    1.694776] 0000:00:16.3: ttyS0 at I/O 0xf080 (irq = 19, base_baud = 115200) is a 16550A
[    1.694792] console [ttyS0] enabled
[    1.698239] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.708855] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.718141] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.728416] brd: module loaded
[    1.729185] <redpill/intercept_driver_register.c:94> driver_register() interception active - no handler observing "lpc_ich" found, calling original driver_register()
[    1.735481] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.738651] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.742436] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.745246] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)
[    1.751672] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.755869] Unknown LPC device 1e47
[    1.757642] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    1.764147] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.767389] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    1.771777] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.774159] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    1.777541] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.779981] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.781401] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.783437] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.785279] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.787055] Loading iSCSI transport class v2.0-870.
[    1.789298] rdac: device handler registered
[    1.791970] <redpill/intercept_driver_register.c:99> driver_register() interception active - calling handler sd_load_watcher+0x0/0x60 [redpill]<ffffffffa0000b80> for "sd"
[    1.797497] <redpill/intercept_driver_register.c:102> Calling for DWATCH_STATE_COMING
[    1.800225] <redpill/scsi_notifier.c:137> sd driver loaded - triggering sd_probe shim installation
[    1.802230] <redpill/scsi_notifier.c:104> Overriding sd_probe()<ffffffff813ec6b0> with sd_probe_shim [redpill]()<ffffffffa0000930>
[    1.804939] <redpill/intercept_driver_register.c:112> Calling original driver_register() & removing watcher
[    1.807101] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.809258] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.811186] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.812636] <redpill/override_symbol.c:221> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.814952] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8139de60>
[    1.816682] <redpill/override_symbol.c:221> Released lock for <ffffffff8139de60>
[    1.818353] <redpill/intercept_driver_register.c:245> Removed sd_load_watcher+0x0/0x60 [redpill]<ffffffffa0000b80> subscriber for "sd" driver
[    1.821311] <redpill/intercept_driver_register.c:250> Removed last driver_register() subscriber - unshimming driver_register()
[    1.823719] <redpill/intercept_driver_register.c:185> Stopping intercept of driver_register()
[    1.825662] <redpill/override_symbol.c:279> Restoring driver_register<ffffffff8139de60> to original code
[    1.827951] <redpill/override_symbol.c:250> Obtaining lock for <driver_register+0x0/0xc0/ffffffff8139de60>
[    1.830099] <redpill/override_symbol.c:250> Writing original code to <ffffffff8139de60>
[    1.831941] <redpill/override_symbol.c:250> Released lock for <ffffffff8139de60>
[    1.833481] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8139de60+12/1 (<<ffffffff8139d000)
[    1.836205] <redpill/override_symbol.c:287> Successfully restored original code of driver_register
[    1.838132] <redpill/override_symbol.c:145> Freeing OVS for driver_register
[    1.839577] <redpill/intercept_driver_register.c:191> Intercept of driver_register() stopped
[    1.841760] i2c /dev entries driver
[    1.843591] i801_smbus 0000:00:1f.3: SMBus using polling
[    1.847777] ahci 0001:09:00.0: version 3.0
[    1.849451] ahci: probe of 0001:09:00.0 failed with error -22
[    1.850727] ahci: probe of 0001:0c:00.0 failed with error -22
[    1.852288] rtc_cmos 00:02: RTC can wake from S4
[    1.854426] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.856688] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.859462] md: raid1 personality registered for level 1
[    1.863120] NET: Registered protocol family 17
[    1.864522] Key type dns_resolver registered
[    1.870430] mce: Using 9 MCE banks
[    1.873243] registered taskstats version 1
[    1.890721] page_owner is disabled
[    1.891660] AppArmor: AppArmor sha1 policy hashing enabled
[    1.893190] rtc_cmos 00:02: setting system clock to 2022-08-04 23:38:41 UTC (1659656321)
[    1.896949] Freeing unused kernel memory: 928K
[    1.898590] Write protecting the kernel read-only data: 8192k
[    1.900281] Freeing unused kernel memory: 596K
[    1.902838] Freeing unused kernel memory: 272K
[    2.062944] random: nonblocking pool is initialized
[    2.126000] ACPI: bus type USB registered
[    2.131085] usbcore: registered new interface driver usbfs
[    2.132655] usbcore: registered new interface driver hub
[    2.134037] usbcore: registered new interface driver ethub
[    2.136310] usbcore: registered new device driver usb
[    2.137307] <redpill/usb_boot_shim.c:166> usbcore registered, adding device watcher
[    2.139076] <redpill/call_protected.c:112> Got ptr ffffffffa00d7db0 for usb_register_notify
[    2.140787] <redpill/usb_boot_shim.c:127> Registered USB device notifier
[    2.152669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.158873] ehci-pci: EHCI PCI platform driver
[    2.160437] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.162396] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.164125] ehci-pci 0000:00:1a.0: debug port 2
[    2.169043] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.170575] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7e33000
[    2.177946] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.179462] hub 1-0:1.0: USB hub found
[    2.181152] hub 1-0:1.0: 3 ports detected
[    2.182205] <redpill/usb_boot_shim.c:75> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.185907] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.188044] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.189585] ehci-pci 0000:00:1d.0: debug port 2
[    2.194464] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.196287] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7e32000
[    2.202958] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.203956] tsc: Refined TSC clocksource calibration: 3392.293 MHz
[    2.203959] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5de2a436, max_idle_ns: 440795285127 ns
[    2.208640] hub 2-0:1.0: USB hub found
[    2.210297] hub 2-0:1.0: 3 ports detected
[    2.211478] <redpill/usb_boot_shim.c:75> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.229773] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.231609] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.434413] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b130
[    2.442546] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.444310] hub 3-0:1.0: USB hub found
[    2.445905] hub 3-0:1.0: 4 ports detected
[    2.447307] <redpill/usb_boot_shim.c:75> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.450714] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.451919] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.453557] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.455628] hub 4-0:1.0: USB hub found
[    2.456464] hub 4-0:1.0: 4 ports detected
[    2.458396] <redpill/usb_boot_shim.c:75> Found new device <vid=1d6b, pid=0003> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.478987] usbcore: registered new interface driver usb-storage
[    2.486701] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.488453] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.492678] megasas: 06.808.16.00-rc1
[    2.499044] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    2.501763] ACPI: Power Button [PWRB]
[    2.503555] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    2.505052] ACPI: Power Button [PWRF]
[    2.508609] raid_class: exports duplicate symbol raid_class_attach (owned by kernel)
[    2.522036] raid_class: exports duplicate symbol raid_class_attach (owned by kernel)
[    2.533959] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.537769] scsi_transport_sas: exports duplicate symbol sas_attach_transport (owned by kernel)
[    2.554115] scsi_transport_sas: exports duplicate symbol sas_attach_transport (owned by kernel)
[    2.570214] mpt3sas version 09.102.00.00 loaded
[    2.571376] mpt3sas 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.573212] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (32777016 kB)
[    2.630831] mpt2sas_cm0: MSI-X vectors supported: 1, no of cores: 8, max_msix_vectors: -1
[    2.632738] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 26
[    2.633818] mpt2sas_cm0: iomem(0x00000000f7dc0000), mapped(0xffffc90000298000), size(16384)
[    2.635714] mpt2sas_cm0: ioport(0x000000000000e000), size(256)
[    2.666959] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.675279] Got empty serial number. Generate serial number from product.
[    2.682568] hub 2-1:1.0: USB hub found
[    2.686783] hub 2-1:1.0: 8 ports detected
[    2.692807] <redpill/usb_boot_shim.c:75> Found new device <vid=8087, pid=0024> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.719012] mpt2sas_cm0: Allocated physical memory: size(3392 kB)
[    2.725054] mpt2sas_cm0: Current Controller Queue Depth(1483),Max Controller Queue Depth(1720)
[    2.734790] mpt2sas_cm0: Scatter Gather Elements per IO(128)
[    2.786001] mpt2sas_cm0: LSISAS2008: FWVersion(18.00.00.00), ChipRevision(0x03), BiosVersion(07.35.00.00)
[    2.788333] mpt2sas_cm0: Protocol=(
[    2.788957] Initiator
[    2.789431] ),
[    2.789500] Capabilities=(
[    2.790027] Raid
[    2.790236] ,TLR
[    2.790610] ,EEDP
[    2.790722] ,Snapshot Buffer
[    2.791372] ,Diag Trace Buffer
[    2.791657] ,Task Set Full
[    2.792350] ,NCQ
[    2.792432] )
[    2.792884] scsi host0: Fusion MPT SAS Host
[    2.795188] mpt2sas_cm0: sending port enable !!
[    2.810283] Got empty serial number. Generate serial number from product.
[    2.813383] drivers/usb/core/hub.c (2940) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0
[    2.816826] hub 1-1:1.0: USB hub found
[    2.818665] hub 1-1:1.0: 6 ports detected
[    2.821562] <redpill/usb_boot_shim.c:75> Found new device <vid=8087, pid=0024> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    3.103974] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[    3.204042] clocksource: Switched to clocksource tsc
[    3.217088] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[    3.224931] scsi host1: usb-storage 1-1.1:1.0
[    3.229880] <redpill/usb_boot_shim.c:91> Device <vid=13fe, pid=5500> shimmed to <vid=f400, pid=f400>
[    3.322978] usb 1-1.2: new low-speed USB device number 4 using ehci-pci
[    3.429299] Got empty serial number. Generate serial number from product.
[    3.440393] <redpill/usb_boot_shim.c:75> Found new device <vid=0a81, pid=0205> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=1)
[    4.280587] scsi 1:0:0:0: Direct-Access                                       PMAP PQ: 0 ANSI: 6
[    4.290794] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[    4.299428] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[    4.308515] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[    4.314316] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[    4.408314] mpt2sas_cm0: host_add: handle(0x0001), sas_addr(0x500605b00150cb80), phys(8)
[    4.884608] sd 1:0:0:0: [synoboot] 30949376 512-byte logical blocks: (15.8 GB/14.8 GiB)
[    4.895229] sd 1:0:0:0: [synoboot] Write Protect is off
[    4.900142] sd 1:0:0:0: [synoboot] Mode Sense: 23 00 00 00
[    4.907855] sd 1:0:0:0: [synoboot] No Caching mode page found
[    4.913258] sd 1:0:0:0: [synoboot] Assuming drive cache: write through
[    4.950739]  synoboot: synoboot1 synoboot2 synoboot3
[    4.960900] sd 1:0:0:0: [synoboot] Attached SCSI removable disk
[    7.212458] mpt2sas_cm0: expander_add: handle(0x000a), parent(0x0002), sas_addr(0x5001c45000122100), phys(30)
[   10.538255] mpt2sas_cm0: port enable: SUCCESS
[   10.544567] scsi 0:0:0:0: Direct-Access     SPCC     Solid State Disk         61.3 PQ: 0 ANSI: 6
[   10.554558] scsi 0:0:0:0: SATA: handle(0x0009), sas_addr(0x4433221103000000), phy(3), device_name(0x9f7cafa0c8f7acf5)
[   10.566217] scsi 0:0:0:0: SATA: enclosure_logical_id(0x500605b00150cb80), slot(0)
[   10.574998] scsi 0:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.584812] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.593147] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.601398] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.609099] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.609232] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[   10.612808] sd 0:0:0:0: [sda] Write Protect is off
[   10.612811] sd 0:0:0:0: [sda] Mode Sense: 7f 00 10 08
[   10.612956] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.617311]  sda: sda1 sda2
[   10.621468] sd 0:0:0:0: [sda] Attached SCSI disk
[   10.637213] scsi 0:0:1:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.640858] scsi 0:0:1:0: SATA: handle(0x000b), sas_addr(0x5001c4500012210c), phy(12), device_name(0x5000cca26bdbe78f)
[   10.644228] scsi 0:0:1:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(12)
[   10.646079] scsi 0:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.648331] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.650471] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.652293] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.653793] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.654174] sd 0:0:1:0: [sdb] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.654176] sd 0:0:1:0: [sdb] 4096-byte physical blocks
[   10.659835] sd 0:0:1:0: [sdb] Write Protect is off
[   10.660377] scsi 0:0:2:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.660385] scsi 0:0:2:0: SATA: handle(0x000c), sas_addr(0x5001c4500012210d), phy(13), device_name(0x5000cca26bdb82db)
[   10.660388] scsi 0:0:2:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(13)
[   10.660474] scsi 0:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.661192] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.661193] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.661195] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.661266] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.671107] sd 0:0:2:0: [sdc] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.671109] sd 0:0:2:0: [sdc] 4096-byte physical blocks
[   10.671758] scsi 0:0:3:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.671765] scsi 0:0:3:0: SATA: handle(0x000d), sas_addr(0x5001c4500012210e), phy(14), device_name(0x5000cca26bdbdb98)
[   10.671768] scsi 0:0:3:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(14)
[   10.671859] scsi 0:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.672422] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.672423] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.672425] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.672481] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.672799] sd 0:0:3:0: [sdd] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.672802] sd 0:0:3:0: [sdd] 4096-byte physical blocks
[   10.674433] scsi 0:0:4:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.674440] scsi 0:0:4:0: SATA: handle(0x000e), sas_addr(0x5001c4500012210f), phy(15), device_name(0x5000cca26bd7ea56)
[   10.674443] scsi 0:0:4:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(15)
[   10.674528] scsi 0:0:4:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.679784] sd 0:0:2:0: [sdc] Write Protect is off
[   10.679788] sd 0:0:2:0: [sdc] Mode Sense: 7f 00 10 08
[   10.680067] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.680068] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.680070] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.680136] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.680180] sd 0:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.686825] sd 0:0:4:0: [sde] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.686826] sd 0:0:3:0: [sdd] Write Protect is off
[   10.686828] sd 0:0:4:0: [sde] 4096-byte physical blocks
[   10.686831] sd 0:0:3:0: [sdd] Mode Sense: 7f 00 10 08
[   10.687209] sd 0:0:3:0: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.689862] scsi 0:0:5:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.689870] scsi 0:0:5:0: SATA: handle(0x000f), sas_addr(0x5001c45000122110), phy(16), device_name(0x5000cca266cf3735)
[   10.689873] scsi 0:0:5:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(16)
[   10.689965] scsi 0:0:5:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.692301] sd 0:0:4:0: [sde] Write Protect is off
[   10.692306] sd 0:0:4:0: [sde] Mode Sense: 7f 00 10 08
[   10.692693] sd 0:0:4:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.692742] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.692743] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.692745] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.692787] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.694197] sd 0:0:5:0: [sdf] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.694200] sd 0:0:5:0: [sdf] 4096-byte physical blocks
[   10.700191] scsi 0:0:6:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.700197] scsi 0:0:6:0: SATA: handle(0x0010), sas_addr(0x5001c45000122112), phy(18), device_name(0x5000cca251ee2c39)
[   10.700199] scsi 0:0:6:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(18)
[   10.700333] scsi 0:0:6:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.700899] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.700900] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.700902] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.700951] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.701297] sd 0:0:6:0: [sdg] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.701299] sd 0:0:6:0: [sdg] 4096-byte physical blocks
[   10.705956] sd 0:0:5:0: [sdf] Write Protect is off
[   10.705961] sd 0:0:5:0: [sdf] Mode Sense: 7f 00 10 08
[   10.706317] sd 0:0:5:0: [sdf] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.707197] scsi 0:0:7:0: Direct-Access     HGST     HUH721010ALE600          T384 PQ: 0 ANSI: 6
[   10.707206] scsi 0:0:7:0: SATA: handle(0x0011), sas_addr(0x5001c45000122113), phy(19), device_name(0x5000cca26bc5c579)
[   10.707209] scsi 0:0:7:0: SATA: enclosure_logical_id(0x5001c45000122100), slot(19)
[   10.707312] scsi 0:0:7:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.707953] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[   10.707955] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[   10.707956] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[   10.708017] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[   10.711109] sd 0:0:6:0: [sdg] Write Protect is off
[   10.711114] sd 0:0:6:0: [sdg] Mode Sense: 7f 00 10 08
[   10.712286] sd 0:0:6:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.713120] sd 0:0:7:0: [sdh] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[   10.713124] sd 0:0:7:0: [sdh] 4096-byte physical blocks
[   10.717972] sd 0:0:7:0: [sdh] Write Protect is off
[   10.717976] sd 0:0:7:0: [sdh] Mode Sense: 7f 00 10 08
[   10.718468] sd 0:0:7:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.719739] sd 0:0:4:0: [sde] Attached SCSI disk
[   10.754606]  sdc: sdc1 sdc2 sdc5
[   10.756397]  sdd: sdd1 sdd2 sdd5
[   10.760803] sd 0:0:2:0: [sdc] Attached SCSI disk
[   10.772141]  sdg: sdg1 sdg2 sdg5
[   10.776226]  sdf: sdf1 sdf2 sdf5
[   10.783487] sd 0:0:3:0: [sdd] Attached SCSI disk
[   10.806093]  sdh: sdh1 sdh2 sdh5
[   10.829293] sd 0:0:6:0: [sdg] Attached SCSI disk
[   10.829620] sd 0:0:5:0: [sdf] Attached SCSI disk
[   10.834303] sd 0:0:7:0: [sdh] Attached SCSI disk
[   10.847710] sd 0:0:1:0: [sdb] Mode Sense: 7f 00 10 08
[   10.849233] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.909810]  sdb: sdb1 sdb2 sdb5
[   10.916957] sd 0:0:1:0: [sdb] Attached SCSI disk
[   10.949953] broadwellnk_synobios: module license 'Synology Inc.' taints kernel.
[   10.959178] Disabling lock debugging due to kernel taint
[   10.964881] <redpill/bios_shim.c:206> Symbol section <ffffc90000310a90> @ vaddr<18446744072101081088> size[10728]
[   10.980575] <redpill/bios_shim.c:215> Symbol #0 in mfgBIOS "broadwellnk_synobios" {}<          (null)>
[   10.991275] <redpill/bios_shim.c:215> Symbol #1 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01f5000>
[   11.001639] <redpill/bios_shim.c:215> Symbol #2 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01fc417>
[   11.012120] <redpill/bios_shim.c:215> Symbol #3 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01fd040>
[   11.022487] <redpill/bios_shim.c:215> Symbol #4 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01fd798>
[   11.032949] <redpill/bios_shim.c:215> Symbol #5 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01fe888>
[   11.043342] <redpill/bios_shim.c:215> Symbol #6 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01ff5b0>
[   11.051285] <redpill/bios_shim.c:215> Symbol #7 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa01ff680>
[   11.053373] <redpill/bios_shim.c:215> Symbol #8 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0206500>
[   11.055499] <redpill/bios_shim.c:215> Symbol #9 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read}<ffffffffa01f5000>
[   11.058062] <redpill/bios_shim.c:215> Symbol #10 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read.cold.7}<ffffffffa01fc417>
[   11.060861] <redpill/bios_shim.c:215> Symbol #11 in mfgBIOS "broadwellnk_synobios" {state.25171}<ffffffffa02065cc>
[   11.063104] <redpill/bios_shim.c:215> Symbol #12 in mfgBIOS "broadwellnk_synobios" {save_bytes.25170}<ffffffffa02065c8>
[   11.065556] <redpill/bios_shim.c:215> Symbol #13 in mfgBIOS "broadwellnk_synobios" {state.25189}<ffffffffa02065c4>
[   11.067897] <redpill/bios_shim.c:215> Symbol #14 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write}<ffffffffa01f5410>
[   11.070322] <redpill/bios_shim.c:215> Symbol #15 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write.cold.8}<ffffffffa01fc471>
[   11.072867] <redpill/bios_shim.c:215> Symbol #16 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_set_termios.cold.9}<ffffffffa01fc4c5>
[   11.075510] <redpill/bios_shim.c:215> Symbol #17 in mfgBIOS "broadwellnk_synobios" {__key.25207}<ffffffffa02065c4>
[   11.077881] <redpill/bios_shim.c:215> Symbol #18 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_open.cold.10}<ffffffffa01fc546>
[   11.080423] <redpill/bios_shim.c:215> Symbol #19 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write_with_length.cold.11}<ffffffffa01fc5a5>
[   11.083155] <redpill/bios_shim.c:215> Symbol #20 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_close.cold.12}<ffffffffa01fc5dd>
[   11.085808] <redpill/bios_shim.c:215> Symbol #21 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa01ff5b0>
[   11.088460] <redpill/bios_shim.c:215> Symbol #22 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa01ff5cb>
[   11.091383] <redpill/bios_shim.c:215> Symbol #23 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa01ff5e9>
[   11.094302] <redpill/bios_shim.c:215> Symbol #24 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_char_from_uart}<ffffffffa01ff605>
[   11.097016] <redpill/bios_shim.c:215> Symbol #25 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa01f5a30>
[   11.099850] <redpill/bios_shim.c:215> Symbol #26 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch}<ffffffffa01f5a90>
[   11.102322] <redpill/bios_shim.c:215> Symbol #27 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa01f5a50>
[   11.105263] <redpill/bios_shim.c:215> Symbol #28 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw}<ffffffffa01f5af0>
[   11.107863] <redpill/bios_shim.c:215> Symbol #29 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_open}<ffffffffa01f5a70>
[   11.110617] <redpill/bios_shim.c:215> Symbol #30 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_name}<ffffffffa01f5b50>
[   11.113278] <redpill/bios_shim.c:215> Symbol #31 in mfgBIOS "broadwellnk_synobios" {gSynoCPUMapping}<ffffffffa0200500>
[   11.115796] <redpill/bios_shim.c:215> Symbol #32 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch.cold.7}<ffffffffa01fc5f5>
[   11.118413] <redpill/bios_shim.c:215> Symbol #33 in mfgBIOS "broadwellnk_synobios" {gSynoCRYPTOMapping}<ffffffffa0200440>
[   11.121044] <redpill/bios_shim.c:215> Symbol #34 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw.cold.8}<ffffffffa01fc606>
[   11.123826] <redpill/bios_shim.c:215> Symbol #35 in mfgBIOS "broadwellnk_synobios" {synobios_record_event_new.isra.1.part.2}<ffffffffa01f5b70>
[   11.126748] <redpill/bios_shim.c:215> Symbol #36 in mfgBIOS "broadwellnk_synobios" {scSynoBios}<ffffffffa0206740>
[   11.129007] <redpill/bios_shim.c:215> Symbol #37 in mfgBIOS "broadwellnk_synobios" {synobios_disk_power_short_break_report}<ffffffffa01f5c10>
[   11.131874] <redpill/bios_shim.c:215> Symbol #38 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa01f5c60>
[   11.134832] <redpill/bios_shim.c:215> Symbol #39 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa01f5cb0>
[   11.137444] <redpill/bios_shim.c:215> Symbol #40 in mfgBIOS "broadwellnk_synobios" {synobios_wake_from_deep_sleep}<ffffffffa01f5d00>
[   11.140353] <redpill/bios_shim.c:215> Symbol #41 in mfgBIOS "broadwellnk_synobios" {synobios_disk_port_lost_report}<ffffffffa01f5d50>
[   11.142967] <redpill/bios_shim.c:215> Symbol #42 in mfgBIOS "broadwellnk_synobios" {synobios_disk_reset_fail_report}<ffffffffa01f5da0>
[   11.145760] <redpill/bios_shim.c:215> Symbol #43 in mfgBIOS "broadwellnk_synobios" {synobios_disk_timeout_report}<ffffffffa01f5e00>
[   11.148303] <redpill/bios_shim.c:215> Symbol #44 in mfgBIOS "broadwellnk_synobios" {synobios_sata_error_report}<ffffffffa01f5e60>
[   11.156300] <redpill/bios_shim.c:215> Symbol #45 in mfgBIOS "broadwellnk_synobios" {synobios_disk_retry_report}<ffffffffa01f5ec0>
[   11.169742] <redpill/bios_shim.c:215> Symbol #46 in mfgBIOS "broadwellnk_synobios" {synobios_record_scsi_error_event}<ffffffffa01f5f10>
[   11.182886] <redpill/bios_shim.c:215> Symbol #47 in mfgBIOS "broadwellnk_synobios" {synobios_error_btrfs_meta_corrupted_event}<ffffffffa01f5f60>
[   11.197587] <redpill/bios_shim.c:215> Symbol #48 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_btrfs_event}<ffffffffa01f5fb0>
[   11.211280] <redpill/bios_shim.c:215> Symbol #49 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_event}<ffffffffa01f6000>
[   11.223587] <redpill/bios_shim.c:215> Symbol #50 in mfgBIOS "broadwellnk_synobios" {synobios_autoremap_raid_event}<ffffffffa01f6070>
[   11.237279] <redpill/bios_shim.c:215> Symbol #51 in mfgBIOS "broadwellnk_synobios" {synobios_record_raid_event}<ffffffffa01f60c0>
[   11.250903] <redpill/bios_shim.c:215> Symbol #52 in mfgBIOS "broadwellnk_synobios" {synobios_event_ecc_notification}<ffffffffa01fc617>
[   11.253495] <redpill/bios_shim.c:215> Symbol #53 in mfgBIOS "broadwellnk_synobios" {synobios_raid_sync_event}<ffffffffa01f6110>
[   11.256232] <redpill/bios_shim.c:215> Symbol #54 in mfgBIOS "broadwellnk_synobios" {synobios_error_oom_event}<ffffffffa01f6220>
[   11.258744] <redpill/bios_shim.c:215> Symbol #55 in mfgBIOS "broadwellnk_synobios" {synobios_poll}<ffffffffa01f6380>
[   11.261147] <redpill/bios_shim.c:215> Symbol #56 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0207b68>
[   11.263327] <redpill/bios_shim.c:215> Symbol #57 in mfgBIOS "broadwellnk_synobios" {last_jiffies.45430}<ffffffffa01ff680>
[   11.266013] <redpill/bios_shim.c:215> Symbol #58 in mfgBIOS "broadwellnk_synobios" {buzzer_press_count.45431}<ffffffffa0206734>
[   11.268373] <redpill/bios_shim.c:215> Symbol #59 in mfgBIOS "broadwellnk_synobios" {syno_usb_prohibit_event}<ffffffffa01f6470>
[   11.271120] <redpill/bios_shim.c:215> Symbol #60 in mfgBIOS "broadwellnk_synobios" {syno_console_prohibit_event}<ffffffffa01f6490>
[   11.273735] <redpill/bios_shim.c:215> Symbol #61 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event}<ffffffffa01f64b0>
[   11.276261] <redpill/bios_shim.c:215> Symbol #62 in mfgBIOS "broadwellnk_synobios" {micropLogSwitch}<ffffffffa0207b70>
[   11.278687] <redpill/bios_shim.c:215> Symbol #63 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event.cold.9}<ffffffffa01fc666>
[   11.281377] <redpill/bios_shim.c:215> Symbol #64 in mfgBIOS "broadwellnk_synobios" {synobios_rtc_init.cold.10}<ffffffffa01fc677>
[   11.283899] <redpill/bios_shim.c:215> Symbol #65 in mfgBIOS "broadwellnk_synobios" {card_detect_proc_fops}<ffffffffa01fd060>
[   11.286398] <redpill/bios_shim.c:215> Symbol #66 in mfgBIOS "broadwellnk_synobios" {add_card_detect_proc.cold.11}<ffffffffa01fc694>
[   11.289079] <redpill/bios_shim.c:215> Symbol #67 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl}<ffffffffa01f6760>
[   11.291516] <redpill/bios_shim.c:215> Symbol #68 in mfgBIOS "broadwellnk_synobios" {check_fan}<ffffffffa0200990>
[   11.293824] <redpill/bios_shim.c:215> Symbol #69 in mfgBIOS "broadwellnk_synobios" {sys_status_lock}<ffffffffa02009a0>
[   11.296230] <redpill/bios_shim.c:215> Symbol #70 in mfgBIOS "broadwellnk_synobios" {pgSysStatus}<ffffffffa0206738>
[   11.298452] <redpill/bios_shim.c:215> Symbol #71 in mfgBIOS "broadwellnk_synobios" {LedSetLock}<ffffffffa0207b78>
[   11.300936] <redpill/bios_shim.c:215> Symbol #72 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl.cold.12}<ffffffffa01fc6b7>
[   11.303314] <redpill/bios_shim.c:215> Symbol #73 in mfgBIOS "broadwellnk_synobios" {__func__.45541}<ffffffffa01fd040>
[   11.305937] <redpill/bios_shim.c:215> Symbol #74 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.45481}<ffffffffa01fd050>
[   11.308208] <redpill/bios_shim.c:215> Symbol #75 in mfgBIOS "broadwellnk_synobios" {synobios_event_handler.cold.13}<ffffffffa01fca0c>
[   11.311074] <redpill/bios_shim.c:215> Symbol #76 in mfgBIOS "broadwellnk_synobios" {__key.45777}<ffffffffa0206734>
[   11.313282] <redpill/bios_shim.c:215> Symbol #77 in mfgBIOS "broadwellnk_synobios" {synobios_init.cold.14}<ffffffffa01fca27>
[   11.316009] <redpill/bios_shim.c:215> Symbol #78 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa01fd420>
[   11.318684] <redpill/bios_shim.c:215> Symbol #79 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa01fd2e0>
[   11.321406] <redpill/bios_shim.c:215> Symbol #80 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_fops}<ffffffffa01fd1a0>
[   11.324077] <redpill/bios_shim.c:215> Symbol #81 in mfgBIOS "broadwellnk_synobios" {system_mode}<ffffffffa0207b74>
[   11.326522] <redpill/bios_shim.c:215> Symbol #82 in mfgBIOS "broadwellnk_synobios" {gSynoModelMapping}<ffffffffa01ff6a0>
[   11.328941] <redpill/bios_shim.c:215> Symbol #83 in mfgBIOS "broadwellnk_synobios" {synobios_cleanup.cold.15}<ffffffffa01fccd0>
[   11.331504] <redpill/bios_shim.c:215> Symbol #84 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_license6}<ffffc900002f8660>
[   11.334027] <redpill/bios_shim.c:215> Symbol #85 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_description5}<ffffc900002f8676>
[   11.336693] <redpill/bios_shim.c:215> Symbol #86 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_author4}<ffffc900002f868c>
[   11.339095] <redpill/bios_shim.c:215> Symbol #87 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_mode3}<ffffc900002f869d>
[   11.341775] <redpill/bios_shim.c:215> Symbol #88 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_modetype2}<ffffc900002f86d8>
[   11.344296] <redpill/bios_shim.c:215> Symbol #89 in mfgBIOS "broadwellnk_synobios" {__param_system_mode}<ffffffffa01ff620>
[   11.346912] <redpill/bios_shim.c:215> Symbol #90 in mfgBIOS "broadwellnk_synobios" {__param_str_system_mode}<ffffffffa01fd548>
[   11.349382] <redpill/bios_shim.c:215> Symbol #91 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fan1}<ffffc900002f86f1>
[   11.361293] <redpill/bios_shim.c:215> Symbol #92 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fantype0}<ffffc900002f872b>
[   11.373925] <redpill/bios_shim.c:215> Symbol #93 in mfgBIOS "broadwellnk_synobios" {__param_check_fan}<ffffffffa01ff648>
[   11.386599] <redpill/bios_shim.c:215> Symbol #94 in mfgBIOS "broadwellnk_synobios" {__param_str_check_fan}<ffffffffa01fd558>
[   11.398878] <redpill/bios_shim.c:215> Symbol #95 in mfgBIOS "broadwellnk_synobios" {DS3018xsInitModuleType}<ffffffffa01f8ae0>
[   11.411943] <redpill/bios_shim.c:215> Symbol #96 in mfgBIOS "broadwellnk_synobios" {FS1018InitModuleType}<ffffffffa01f8b10>
[   11.424923] <redpill/bios_shim.c:215> Symbol #97 in mfgBIOS "broadwellnk_synobios" {RS1619xspInitModuleType}<ffffffffa01f8b40>
[   11.437308] <redpill/bios_shim.c:215> Symbol #98 in mfgBIOS "broadwellnk_synobios" {SA3400InitModuleType}<ffffffffa01f8b90>
[   11.451899] <redpill/bios_shim.c:215> Symbol #99 in mfgBIOS "broadwellnk_synobios" {SA3600InitModuleType}<ffffffffa01f8be0>
[   11.454311] <redpill/bios_shim.c:215> Symbol #100 in mfgBIOS "broadwellnk_synobios" {FS3600InitModuleType}<ffffffffa01f8c30>
[   11.456936] <redpill/bios_shim.c:215> Symbol #101 in mfgBIOS "broadwellnk_synobios" {HD3400InitModuleType}<ffffffffa01f8c80>
[   11.459399] <redpill/bios_shim.c:215> Symbol #102 in mfgBIOS "broadwellnk_synobios" {DS1621xspInitModuleType}<ffffffffa01f8cd0>
[   11.462051] <redpill/bios_shim.c:215> Symbol #103 in mfgBIOS "broadwellnk_synobios" {RS3621xspInitModuleType}<ffffffffa01f8d00>
[   11.464558] <redpill/bios_shim.c:215> Symbol #104 in mfgBIOS "broadwellnk_synobios" {RS3621rpxsInitModuleType}<ffffffffa01f8d70>
[   11.467164] <redpill/bios_shim.c:215> Symbol #105 in mfgBIOS "broadwellnk_synobios" {RS4021xspI2CGetPowerInfo}<ffffffffa01f8de0>
[   11.469869] <redpill/bios_shim.c:215> Symbol #106 in mfgBIOS "broadwellnk_synobios" {RS4021xspInitModuleType}<ffffffffa01f8e30>
[   11.472378] <redpill/bios_shim.c:215> Symbol #107 in mfgBIOS "broadwellnk_synobios" {DS3622xspInitModuleType}<ffffffffa01f8ea0>
[   11.475005] <redpill/bios_shim.c:215> Symbol #108 in mfgBIOS "broadwellnk_synobios" {SetGroupWakeConfig.cold.0}<ffffffffa01fcd16>
[   11.477506] <redpill/bios_shim.c:215> Symbol #109 in mfgBIOS "broadwellnk_synobios" {MpId.25957}<ffffffffa0205f40>
[   11.479986] <redpill/bios_shim.c:215> Symbol #110 in mfgBIOS "broadwellnk_synobios" {SetMicropId.cold.1}<ffffffffa01fcd5e>
[   11.482373] <redpill/bios_shim.c:215> Symbol #111 in mfgBIOS "broadwellnk_synobios" {CheckMicropId.cold.2}<ffffffffa01fcd72>
[   11.485009] <redpill/bios_shim.c:215> Symbol #112 in mfgBIOS "broadwellnk_synobios" {days_since_epoch}<ffffffffa01fd640>
[   11.487365] <redpill/bios_shim.c:215> Symbol #113 in mfgBIOS "broadwellnk_synobios" {days_since_leapyear}<ffffffffa01fd6d0>
[   11.489987] <redpill/bios_shim.c:215> Symbol #114 in mfgBIOS "broadwellnk_synobios" {days_since_year}<ffffffffa01fd6f0>
[   11.492322] <redpill/bios_shim.c:215> Symbol #115 in mfgBIOS "broadwellnk_synobios" {rtc_correct_wday}<ffffffffa01f9910>
[   11.494862] <redpill/bios_shim.c:215> Symbol #116 in mfgBIOS "broadwellnk_synobios" {rtc_bandon_set_auto_poweron.cold.0}<ffffffffa01fcd9c>
[   11.497482] <redpill/bios_shim.c:215> Symbol #117 in mfgBIOS "broadwellnk_synobios" {days_in_mo}<ffffffffa01fd708>
[   11.499984] <redpill/bios_shim.c:215> Symbol #118 in mfgBIOS "broadwellnk_synobios" {linuxI2CCharWrite.cold.1}<ffffffffa01fcdd8>
[   11.502454] <redpill/bios_shim.c:215> Symbol #119 in mfgBIOS "broadwellnk_synobios" {linuxI2CCharRead.cold.2}<ffffffffa01fce08>
[   11.505152] <redpill/bios_shim.c:215> Symbol #120 in mfgBIOS "broadwellnk_synobios" {uLostAddr.23016}<ffffffffa0207b80>
[   11.507487] <redpill/bios_shim.c:215> Symbol #121 in mfgBIOS "broadwellnk_synobios" {linuxI2CSmbusRegRead.cold.3}<ffffffffa01fce38>
[   11.510205] <redpill/bios_shim.c:215> Symbol #122 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.23017}<ffffffffa01fd720>
[   11.512627] <redpill/bios_shim.c:215> Symbol #123 in mfgBIOS "broadwellnk_synobios" {GetFanStatus}<ffffffffa01fa440>
[   11.515069] <redpill/bios_shim.c:215> Symbol #124 in mfgBIOS "broadwellnk_synobios" {GetBrand}<ffffffffa01fa460>
[   11.517291] <redpill/bios_shim.c:215> Symbol #125 in mfgBIOS "broadwellnk_synobios" {InitModuleType}<ffffffffa01fa470>
[   11.519867] <redpill/bios_shim.c:215> Symbol #126 in mfgBIOS "broadwellnk_synobios" {model_ops}<ffffffffa0207c58>
[   11.522106] <redpill/bios_shim.c:215> Symbol #127 in mfgBIOS "broadwellnk_synobios" {SetBuzzerClear}<ffffffffa01fa4a0>
[   11.524418] <redpill/bios_shim.c:215> Symbol #128 in mfgBIOS "broadwellnk_synobios" {GetBuzzerCleared}<ffffffffa01fa4d0>
[   11.526999] <redpill/bios_shim.c:215> Symbol #129 in mfgBIOS "broadwellnk_synobios" {GetPowerStatus}<ffffffffa01fa500>
[   11.529348] <redpill/bios_shim.c:215> Symbol #130 in mfgBIOS "broadwellnk_synobios" {DiskLedCtrlBy1475SGPIO}<ffffffffa01fa570>
[   11.531971] <redpill/bios_shim.c:215> Symbol #131 in mfgBIOS "broadwellnk_synobios" {giDiskLedControllerInit}<ffffffffa0207ba4>
[   11.534433] <redpill/bios_shim.c:215> Symbol #132 in mfgBIOS "broadwellnk_synobios" {giDiskLedController}<ffffffffa0206108>
[   11.537114] <redpill/bios_shim.c:215> Symbol #133 in mfgBIOS "broadwellnk_synobios" {SetAlarmLed}<ffffffffa01fa5e0>
[   11.539348] <redpill/bios_shim.c:215> Symbol #134 in mfgBIOS "broadwellnk_synobios" {SetFanStatusMircopWithGPIO.cold.6}<ffffffffa01fce92>
[   11.542229] <redpill/bios_shim.c:215> Symbol #135 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByAtmega}<ffffffffa01fa790>
[   11.544887] <redpill/bios_shim.c:215> Symbol #136 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByAtmega.cold.7}<ffffffffa01fcea6>
[   11.547467] <redpill/bios_shim.c:215> Symbol #137 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByAtmega}<ffffffffa01fa910>
[   11.552298] <redpill/bios_shim.c:215> Symbol #138 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer}<ffffffffa01fa920>
[   11.565812] <redpill/bios_shim.c:215> Symbol #139 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer.cold.8}<ffffffffa01fced0>
[   11.580246] <redpill/bios_shim.c:215> Symbol #140 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByI2CLedDimmer}<ffffffffa01faa70>
[   11.593612] <redpill/bios_shim.c:215> Symbol #141 in mfgBIOS "broadwellnk_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa01faa80>
[   11.607260] <redpill/bios_shim.c:215> Symbol #142 in mfgBIOS "broadwellnk_synobios" {hwmon_sensor_list}<ffffffffa0207c50>
[   11.620085] <redpill/bios_shim.c:215> Symbol #143 in mfgBIOS "broadwellnk_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa01faae0>
[   11.632946] <redpill/bios_shim.c:215> Symbol #144 in mfgBIOS "broadwellnk_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa01fab40>
[   11.646481] <redpill/bios_shim.c:215> Symbol #145 in mfgBIOS "broadwellnk_synobios" {GetFanStatusMircopWithGPIO}<ffffffffa01faba0>
[   11.652872] <redpill/bios_shim.c:215> Symbol #146 in mfgBIOS "broadwellnk_synobios" {Uninitialize}<ffffffffa01fac60>
[   11.655166] <redpill/bios_shim.c:215> Symbol #147 in mfgBIOS "broadwellnk_synobios" {GetCpuTemperatureI3Transfer}<ffffffffa01fac80>
[   11.657889] <redpill/bios_shim.c:215> Symbol #148 in mfgBIOS "broadwellnk_synobios" {GetSysTemperature}<ffffffffa01faca0>
[   11.660263] <redpill/bios_shim.c:215> Symbol #149 in mfgBIOS "broadwellnk_synobios" {SYNODiskLedCtrlBy1475SGPIO}<ffffffffa01fae70>
[   11.662999] <redpill/bios_shim.c:215> Symbol #150 in mfgBIOS "broadwellnk_synobios" {CSWTCH.167}<ffffffffa01fd740>
[   11.665266] <redpill/bios_shim.c:215> Symbol #151 in mfgBIOS "broadwellnk_synobios" {gblDiskNumNeedTran}<ffffffffa0207ba8>
[   11.667863] <redpill/bios_shim.c:215> Symbol #152 in mfgBIOS "broadwellnk_synobios" {giDiskMapTable}<ffffffffa0207bc0>
[   11.670207] <redpill/bios_shim.c:215> Symbol #153 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO}<ffffffffa01faf30>
[   11.673003] <redpill/bios_shim.c:215> Symbol #154 in mfgBIOS "broadwellnk_synobios" {hdd_enable_gpio}<ffffffffa0207c48>
[   11.675357] <redpill/bios_shim.c:215> Symbol #155 in mfgBIOS "broadwellnk_synobios" {hdd_detect_gpio}<ffffffffa0207c40>
[   11.677892] <redpill/bios_shim.c:215> Symbol #156 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO.cold.9}<ffffffffa01fcefb>
[   11.680650] <redpill/bios_shim.c:215> Symbol #157 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS}<ffffffffa01fb0a0>
[   11.683475] <redpill/bios_shim.c:215> Symbol #158 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS.cold.10}<ffffffffa01fcf0f>
[   11.686531] <redpill/bios_shim.c:215> Symbol #159 in mfgBIOS "broadwellnk_synobios" {SetupDiskLedMap.part.3}<ffffffffa01fb210>
[   11.689080] <redpill/bios_shim.c:215> Symbol #160 in mfgBIOS "broadwellnk_synobios" {SetupDiskAtmegaLedMap.part.4}<ffffffffa01fb2c0>
[   11.691681] <redpill/bios_shim.c:215> Symbol #161 in mfgBIOS "broadwellnk_synobios" {SetCpuFanStatus}<ffffffffa01fb350>
[   11.694139] <redpill/bios_shim.c:215> Symbol #162 in mfgBIOS "broadwellnk_synobios" {SetHddActLedByLedTrigger.cold.11}<ffffffffa01fcf23>
[   11.696975] <redpill/bios_shim.c:215> Symbol #163 in mfgBIOS "broadwellnk_synobios" {SetHddAtmegaLed.cold.12}<ffffffffa01fcf48>
[   11.699458] <redpill/bios_shim.c:215> Symbol #164 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0205f60>
[   11.701937] <redpill/bios_shim.c:219> Found vtable - size 424
[   11.703173] <redpill/bios_shim.c:234> Found "synobios_ops" in "broadwellnk_synobios" @ <ffffffffa0205f60 =424=> ffffffffa0206ca0>
[   11.705978] <redpill/override_symbol.c:279> Restoring apply_relocate_add<ffffffff8103ae60> to original code
[   11.708046] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   11.710526] <redpill/override_symbol.c:250> Obtaining lock for <apply_relocate_add+0x0/0x170/ffffffff8103ae60>
[   11.712911] <redpill/override_symbol.c:250> Writing original code to <ffffffff8103ae60>
[   11.714547] <redpill/override_symbol.c:250> Released lock for <ffffffff8103ae60>
[   11.716391] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   11.718948] <redpill/override_symbol.c:287> Successfully restored original code of apply_relocate_add
[   11.721072] <redpill/override_symbol.c:145> Freeing OVS for apply_relocate_add
[   11.722586] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0205f60
[   11.724572] 00 62 20 a0 ff ff ff ff  [00] 0x000      ffffffffa0206200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   11.727199] 60 a4 1f a0 ff ff ff ff  [01] 0x008      ffffffffa01fa460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   11.729341] c0 ac 1f a0 ff ff ff ff  [02] 0x010      ffffffffa01facc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   11.731657] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   11.733278] 60 9b 1f a0 ff ff ff ff  [04] 0x020      ffffffffa01f9b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   11.735633] c0 9d 1f a0 ff ff ff ff  [05] 0x028      ffffffffa01f9dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   11.738163] 40 a4 1f a0 ff ff ff ff  [06] 0x030      ffffffffa01fa440        GetFanStatus+0x0/0x10 [broadwellnk_synobios]
[   11.740345] 50 a4 1f a0 ff ff ff ff  [07] 0x038      ffffffffa01fa450        SetFanStatus+0x0/0x10 [broadwellnk_synobios]
[   11.743539] a0 ac 1f a0 ff ff ff ff  [08] 0x040      ffffffffa01faca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   11.746083] 80 ac 1f a0 ff ff ff ff  [09] 0x048      ffffffffa01fac80        GetCpuTemperatureI3Transfer+0x0/0x20 [broadwellnk_synobios]
[   11.748488] 00 00 00 00 00 00 00 00  [10] 0x050                (null)                  (null)
[   11.750241] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[   11.751999] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   11.753584] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   11.755309] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   11.757081] 30 a5 1f a0 ff ff ff ff  [15] 0x078      ffffffffa01fa530        SetGpioPin+0x0/0x40 [broadwellnk_synobios]
[   11.759307] 20 a6 1f a0 ff ff ff ff  [16] 0x080      ffffffffa01fa620        GetGpioPin+0x0/0x30 [broadwellnk_synobios]
[   11.761554] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[   11.763206] 30 9d 1f a0 ff ff ff ff  [18] 0x090      ffffffffa01f9d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   11.765624] c0 98 1f a0 ff ff ff ff  [19] 0x098      ffffffffa01f98c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   11.769156] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   11.771018] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   11.773511] e0 a5 1f a0 ff ff ff ff  [22] 0x0b0      ffffffffa01fa5e0        SetAlarmLed+0x0/0x40 [broadwellnk_synobios]
[   11.775688] d0 a4 1f a0 ff ff ff ff  [23] 0x0b8      ffffffffa01fa4d0        GetBuzzerCleared+0x0/0x30 [broadwellnk_synobios]
[   11.779163] a0 a4 1f a0 ff ff ff ff  [24] 0x0c0      ffffffffa01fa4a0        SetBuzzerClear+0x0/0x30 [broadwellnk_synobios]
[   11.781471] 00 a5 1f a0 ff ff ff ff  [25] 0x0c8      ffffffffa01fa500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   11.783645] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   11.785400] 70 a4 1f a0 ff ff ff ff  [27] 0x0d8      ffffffffa01fa470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   11.788623] 60 ac 1f a0 ff ff ff ff  [28] 0x0e0      ffffffffa01fac60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   11.791100] 50 b3 1f a0 ff ff ff ff  [29] 0x0e8      ffffffffa01fb350        SetCpuFanStatus+0x0/0x10 [broadwellnk_synobios]
[   11.794284] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[   11.796075] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[   11.797633] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   11.799366] 00 00 00 00 00 00 00 00  [33] 0x108                (null)                  (null)
[   11.801170] 00 00 00 00 00 00 00 00  [34] 0x110                (null)                  (null)
[   11.802696] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   11.804449] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   11.806333] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   11.808972] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   11.810568] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   11.813334] 50 a6 1f a0 ff ff ff ff  [40] 0x140      ffffffffa01fa650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   11.815476] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   11.818231] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   11.820009] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   11.821699] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   11.823313] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   11.825138] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   11.826800] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   11.828441] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   11.830203] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   11.831980] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   11.833515] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   11.835287] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   11.837331] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0206108
[   11.839306] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [7] originally SetFanStatus [broadwellnk_synobios]<ffffffffa01fa450> will now be bios_VTK_SET_FAN_STATE_null_zero_int [redpill]<ffffffffa000caf0>
[   11.843480] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [10] originally           (null)<          (null)> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000cb20>
[   11.847287] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [11] originally           (null)<          (null)> will now be bios_VTK_SET_PWR_LED_null_zero_int [redpill]<ffffffffa000cb50>
[   11.851191] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [16] originally GetGpioPin [broadwellnk_synobios]<ffffffffa01fa620> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa000cad0>
[   11.855122] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [15] originally SetGpioPin [broadwellnk_synobios]<ffffffffa01fa530> will now be shim_set_gpio_pin_usable [redpill]<ffffffffa000cd00>
[   11.859020] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [17] originally           (null)<          (null)> will now be bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int [redpill]<ffffffffa000cb80>
[   11.862998] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [22] originally SetAlarmLed [broadwellnk_synobios]<ffffffffa01fa5e0> will now be bios_VTK_SET_ALR_LED_null_zero_int [redpill]<ffffffffa000cbb0>
[   11.867103] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [23] originally GetBuzzerCleared [broadwellnk_synobios]<ffffffffa01fa4d0> will now be bios_get_buz_clr [redpill]<ffffffffa000cae0>
[   11.871103] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [24] originally SetBuzzerClear [broadwellnk_synobios]<ffffffffa01fa4a0> will now be bios_VTK_SET_BUZ_CLR_null_zero_int [redpill]<ffffffffa000cbe0>
[   11.875171] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [29] originally SetCpuFanStatus [broadwellnk_synobios]<ffffffffa01fb350> will now be bios_VTK_SET_CPU_FAN_STATUS_null_zero_int [redpill]<ffffffffa000cc10>
[   11.879493] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [30] originally           (null)<          (null)> will now be bios_VTK_SET_PHY_LED_null_zero_int [redpill]<ffffffffa000cc40>
[   11.883330] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [31] originally           (null)<          (null)> will now be bios_VTK_SET_HDD_ACT_LED_null_zero_int [redpill]<ffffffffa000cc70>
[   11.887215] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [33] originally           (null)<          (null)> will now be bios_VTK_GET_MICROP_ID_null_zero_int [redpill]<ffffffffa000cca0>
[   11.891195] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [34] originally           (null)<          (null)> will now be bios_VTK_SET_MICROP_ID_null_zero_int [redpill]<ffffffffa000ccd0>
[   11.894977] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   11.897134] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   11.898669] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [6] originally GetFanStatus [broadwellnk_synobios]<ffffffffa01fa440> will now be bios_get_fan_state [redpill]<ffffffffa000b710>
[   11.902535] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [9] originally GetCpuTemperatureI3Transfer [broadwellnk_synobios]<ffffffffa01fac80> will now be bios_get_cpu_temp [redpill]<ffffffffa000b8e0>
[   11.906726] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [47] originally           (null)<          (null)> will now be bios_hwmon_get_thermal [redpill]<ffffffffa000b930>
[   11.910237] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [45] originally           (null)<          (null)> will now be bios_hwmon_get_voltages [redpill]<ffffffffa000bb10>
[   11.913906] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [43] originally           (null)<          (null)> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa000bd10>
[   11.917367] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   11.919275] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0205f60
[   11.921434] 00 62 20 a0 ff ff ff ff  [00] 0x000      ffffffffa0206200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   11.923962] 60 a4 1f a0 ff ff ff ff  [01] 0x008      ffffffffa01fa460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   11.926206] c0 ac 1f a0 ff ff ff ff  [02] 0x010      ffffffffa01facc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   11.928324] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   11.930047] 60 9b 1f a0 ff ff ff ff  [04] 0x020      ffffffffa01f9b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   11.932370] c0 9d 1f a0 ff ff ff ff  [05] 0x028      ffffffffa01f9dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   11.934870] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   11.936967] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   11.939370] a0 ac 1f a0 ff ff ff ff  [08] 0x040      ffffffffa01faca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   11.941830] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   11.943900] 20 cb 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000cb20        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x30 [redpill]
[   11.946306] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   11.948803] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   11.953226] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   11.961626] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   11.970398] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   11.981346] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   11.992334] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   12.005514] 30 9d 1f a0 ff ff ff ff  [18] 0x090      ffffffffa01f9d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   12.017840] c0 98 1f a0 ff ff ff ff  [19] 0x098      ffffffffa01f98c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   12.030368] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   12.038357] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   12.047049] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.052508] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   12.054747] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   12.057084] 00 a5 1f a0 ff ff ff ff  [25] 0x0c8      ffffffffa01fa500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   12.059329] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   12.061173] 70 a4 1f a0 ff ff ff ff  [27] 0x0d8      ffffffffa01fa470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   12.063324] 60 ac 1f a0 ff ff ff ff  [28] 0x0e0      ffffffffa01fac60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   12.065806] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   12.069132] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   12.071706] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   12.074127] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   12.075977] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.079228] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.081835] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   12.083392] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   12.085132] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   12.087904] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   12.089656] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   12.091330] 50 a6 1f a0 ff ff ff ff  [40] 0x140      ffffffffa01fa650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   12.093389] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   12.095187] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   12.096941] 10 bd 00 a0 ff ff ff ff  [43] 0x158      ffffffffa000bd10        bios_hwmon_get_fans_rpm+0x0/0x1d0 [redpill]
[   12.099124] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   12.100908] 10 bb 00 a0 ff ff ff ff  [45] 0x168      ffffffffa000bb10        bios_hwmon_get_voltages+0x0/0x200 [redpill]
[   12.103054] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   12.104844] 30 b9 00 a0 ff ff ff ff  [47] 0x178      ffffffffa000b930        bios_hwmon_get_thermal+0x0/0x1e0 [redpill]
[   12.107048] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   12.108765] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   12.110351] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   12.113068] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   12.114859] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   12.116888] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0206108
[   12.118868] <redpill/bios_hwcap_shim.c:79> Registering mfgBIOS HW Capability shim
[   12.120378] <redpill/override_symbol.c:257> Overriding GetHwCapability() with GetHwCapability_shim [redpill]()<ffffffffa000b270>
[   12.128602] <redpill/override_symbol.c:172> Saved GetHwCapability() ptr <ffffffffa01f90d0>
[   12.131052] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa01f90d0+12/1 (<<ffffffffa01f9000)
[   12.133459] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa01f90d0>
[   12.136262] <redpill/override_symbol.c:182> Generating trampoline
[   12.137416] <redpill/override_symbol.c:188> Generated trampoline to GetHwCapability_shim+0x0/0x220 [redpill]<ffffffffa000b270> for GetHwCapability<ffffffffa01f90d0>:
[   12.141018] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa01f90d0>
[   12.142785] <redpill/override_symbol.c:221> Released lock for <ffffffffa01f90d0>
[   12.144302] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffffa01f90d0+12/1 (<<ffffffffa01f9000)
[   12.146938] <redpill/override_symbol.c:269> Successfully overrode GetHwCapability() with trampoline to GetHwCapability_shim+0x0/0x220 [redpill]<ffffffffa000b270>
[   12.150190] <redpill/bios_hwcap_shim.c:87> Successfully registered mfgBIOS HW Capability shim
[   12.152069] <redpill/bios_shim.c:131> broadwellnk_synobios BIOS *early* shimmed
[   12.153970] synobios open /dev/ttyS1 success
[   12.155935] 2022-8-4 23:38:51 UTC
[   12.156556] synobios: load, major number 201
[   12.158347] Brand: Synology
[   12.159011] Model: DS-3622xs+
[   12.159746] set group disks wakeup number to 4, spinup time deno 7
[   12.161153] <redpill/bios_shims_collection.c:54> mfgBIOS: nullify zero-int for VTK_SET_MICROP_ID
[   12.163111] synobios cpu_arch proc entry initialized
[   12.164132] synobios crypto_hw proc entry initialized
[   12.165238] synobios syno_platform proc entry initialized
[   12.166607] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0205f60
[   12.168660] 00 62 20 a0 ff ff ff ff  [00] 0x000      ffffffffa0206200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   12.171202] 60 a4 1f a0 ff ff ff ff  [01] 0x008      ffffffffa01fa460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   12.173241] c0 ac 1f a0 ff ff ff ff  [02] 0x010      ffffffffa01facc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   12.175683] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   12.178148] 60 9b 1f a0 ff ff ff ff  [04] 0x020      ffffffffa01f9b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   12.180819] c0 9d 1f a0 ff ff ff ff  [05] 0x028      ffffffffa01f9dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   12.184005] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   12.186214] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   12.188664] a0 ac 1f a0 ff ff ff ff  [08] 0x040      ffffffffa01faca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   12.191045] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   12.193030] 70 ae 1f a0 ff ff ff ff  [10] 0x050      ffffffffa01fae70        SYNODiskLedCtrlBy1475SGPIO+0x0/0xc0 [broadwellnk_synobios]
[   12.195704] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.197973] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   12.199759] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   12.201396] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   12.203128] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   12.205257] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   12.208650] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   12.211212] 30 9d 1f a0 ff ff ff ff  [18] 0x090      ffffffffa01f9d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   12.213761] c0 98 1f a0 ff ff ff ff  [19] 0x098      ffffffffa01f98c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   12.216185] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   12.217846] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   12.219595] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.221944] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   12.224050] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   12.226539] 00 a5 1f a0 ff ff ff ff  [25] 0x0c8      ffffffffa01fa500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   12.228779] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   12.230643] 70 a4 1f a0 ff ff ff ff  [27] 0x0d8      ffffffffa01fa470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   12.233789] 60 ac 1f a0 ff ff ff ff  [28] 0x0e0      ffffffffa01fac60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   12.236090] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   12.238614] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   12.241065] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   12.243563] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   12.245107] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.248688] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.251142] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   12.252851] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   12.254614] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   12.256295] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   12.257924] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   12.259715] 50 a6 1f a0 ff ff ff ff  [40] 0x140      ffffffffa01fa650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   12.261885] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   12.263621] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   12.265179] 40 ab 1f a0 ff ff ff ff  [43] 0x158      ffffffffa01fab40        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [broadwellnk_synobios]
[   12.268791] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   12.270667] e0 aa 1f a0 ff ff ff ff  [45] 0x168      ffffffffa01faae0        HWMONGetVoltageSensorFromADT+0x0/0x60 [broadwellnk_synobios]
[   12.273995] a0 b0 1f a0 ff ff ff ff  [46] 0x170      ffffffffa01fb0a0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x170 [broadwellnk_synobios]
[   12.276740] 80 aa 1f a0 ff ff ff ff  [47] 0x178      ffffffffa01faa80        HWMONGetThermalSensorFromADT+0x0/0x60 [broadwellnk_synobios]
[   12.279193] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   12.281074] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   12.282739] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   12.284489] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   12.286156] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   12.288111] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0206108
[   12.290048] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [10] originally SYNODiskLedCtrlBy1475SGPIO [broadwellnk_synobios]<ffffffffa01fae70> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000cb20>
[   12.294615] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   12.296765] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   12.298489] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [47] originally HWMONGetThermalSensorFromADT [broadwellnk_synobios]<ffffffffa01faa80> will now be bios_hwmon_get_thermal [redpill]<ffffffffa000b930>
[   12.302682] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [45] originally HWMONGetVoltageSensorFromADT [broadwellnk_synobios]<ffffffffa01faae0> will now be bios_hwmon_get_voltages [redpill]<ffffffffa000bb10>
[   12.306885] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [43] originally HWMONGetFanSpeedRPMFromADT [broadwellnk_synobios]<ffffffffa01fab40> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa000bd10>
[   12.311198] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   12.312985] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0205f60
[   12.315051] 00 62 20 a0 ff ff ff ff  [00] 0x000      ffffffffa0206200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   12.317656] 60 a4 1f a0 ff ff ff ff  [01] 0x008      ffffffffa01fa460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   12.319813] c0 ac 1f a0 ff ff ff ff  [02] 0x010      ffffffffa01facc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   12.321959] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   12.323751] 60 9b 1f a0 ff ff ff ff  [04] 0x020      ffffffffa01f9b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   12.326168] c0 9d 1f a0 ff ff ff ff  [05] 0x028      ffffffffa01f9dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   12.328572] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   12.330762] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   12.334067] a0 ac 1f a0 ff ff ff ff  [08] 0x040      ffffffffa01faca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   12.336522] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   12.338582] 20 cb 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000cb20        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x30 [redpill]
[   12.341053] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.343492] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   12.345062] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   12.347836] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   12.349583] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   12.351790] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   12.354019] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   12.356638] 30 9d 1f a0 ff ff ff ff  [18] 0x090      ffffffffa01f9d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   12.359094] c0 98 1f a0 ff ff ff ff  [19] 0x098      ffffffffa01f98c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   12.361626] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   12.363184] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   12.364952] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   12.368464] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   12.370641] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   12.373904] 00 a5 1f a0 ff ff ff ff  [25] 0x0c8      ffffffffa01fa500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   12.376262] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   12.377914] 70 a4 1f a0 ff ff ff ff  [27] 0x0d8      ffffffffa01fa470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   12.380148] 60 ac 1f a0 ff ff ff ff  [28] 0x0e0      ffffffffa01fac60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   12.382543] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   12.384961] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   12.388527] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   12.391024] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   12.393679] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.396115] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   12.398619] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   12.400462] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   12.402989] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   12.404753] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   12.406480] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   12.408076] 50 a6 1f a0 ff ff ff ff  [40] 0x140      ffffffffa01fa650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   12.410519] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   12.412970] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   12.414772] 10 bd 00 a0 ff ff ff ff  [43] 0x158      ffffffffa000bd10        bios_hwmon_get_fans_rpm+0x0/0x1d0 [redpill]
[   12.416969] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   12.418707] 10 bb 00 a0 ff ff ff ff  [45] 0x168      ffffffffa000bb10        bios_hwmon_get_voltages+0x0/0x200 [redpill]
[   12.421018] a0 b0 1f a0 ff ff ff ff  [46] 0x170      ffffffffa01fb0a0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x170 [broadwellnk_synobios]
[   12.423645] 30 b9 00 a0 ff ff ff ff  [47] 0x178      ffffffffa000b930        bios_hwmon_get_thermal+0x0/0x1e0 [redpill]
[   12.425938] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   12.427615] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   12.429287] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   12.431058] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   12.433701] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   12.435839] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0206108
[   12.437697] <redpill/bios_shim.c:126> broadwellnk_synobios BIOS *fully* shimmed
[   12.444602] Module [broadwellnk_synobios] is removed.
[   12.445684] synobios: unload
[   12.446294] <redpill/bios_shim.c:100> broadwellnk_synobios BIOS went away - you may get a kernel panic if YOU unloaded it
[   12.448744] <redpill/override_symbol.c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa000da10>
[   12.451781] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103ae60>
[   12.454404] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   12.456894] <redpill/override_symbol.c:221> Obtaining lock for <apply_relocate_add+0x0/0x170/ffffffff8103ae60>
[   12.459090] <redpill/override_symbol.c:182> Generating trampoline
[   12.460662] <redpill/override_symbol.c:188> Generated trampoline to _apply_relocate_add+0x0/0x180 [redpill]<ffffffffa000da10> for apply_relocate_add<ffffffff8103ae60>:
[   12.463883] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffff8103ae60>
[   12.465855] <redpill/override_symbol.c:221> Released lock for <ffffffff8103ae60>
[   12.467477] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   12.469937] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x180 [redpill]<ffffffffa000da10>
[   12.473189] <redpill/rtc_proxy.c:244> Unregistering RTC proxy shim
[   12.474667] <redpill/rtc_proxy.c:248> The RTC proxy shim is not registered - ignoring
[   12.476488] <redpill/bios_hwmon_shim.c:364> Forcefully resetting mfgBIOS HW Monitor shim
[   12.478152] <redpill/bios_hwmon_shim.c:372> Successfully reset mfgBIOS HW Monitor
[   12.479911] <redpill/bios_hwcap_shim.c:111> Forcefully resetting mfgBIOS HW Capability shim
[   12.481812] <redpill/override_symbol.c:145> Freeing OVS for GetHwCapability
[   12.483462] <redpill/bios_hwcap_shim.c:115> Successfully reset mfgBIOS HW Capability
[   12.522539] <redpill/smart_shim.c:934> sd_ioctl_canary triggered for first ioctl()
[   12.524081] <redpill/smart_shim.c:862> Rerouting sd_fops->ioctl<ffffffff8165a258>=sd_ioctl+0x0/0x250<ffffffff813e7d10> to sd_ioctl_smart_shim+0x0/0x90 [redpill]<ffffffffa000a710>
[   12.527738] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8165a258+8/1 (<<ffffffff8165a000)
[   12.530469] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8165a258+8/1 (<<ffffffff8165a000)
[   12.532772] <redpill/override_symbol.c:279> Restoring sd_ioctl<ffffffff813e7d10> to original code
[   12.534788] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff813e7d10+12/1 (<<ffffffff813e7000)
[   12.537451] <redpill/override_symbol.c:250> Obtaining lock for <sd_ioctl+0x0/0x250/ffffffff813e7d10>
[   12.539487] <redpill/override_symbol.c:250> Writing original code to <ffffffff813e7d10>
[   12.541235] <redpill/override_symbol.c:250> Released lock for <ffffffff813e7d10>
[   12.542871] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff813e7d10+12/1 (<<ffffffff813e7000)
[   12.545557] <redpill/override_symbol.c:287> Successfully restored original code of sd_ioctl
[   12.547413] <redpill/override_symbol.c:145> Freeing OVS for sd_ioctl
[   12.548812] <redpill/smart_shim.c:971> Canary finished - routing to sd_fops->ioctl = sd_ioctl_smart_shim+0x0/0x90 [redpill]<ffffffffa000a710>
[   12.606128] md: md0 stopped.
[   12.609846] md: bind<sda1>
[   12.612777] md/raid1:md0: active with 1 out of 2 mirrors
[   12.621035] md0: detected capacity change from 0 to 8589869056
[   12.662427] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[   12.674541] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   12.986769] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[   12.995955] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: prjquota,rootprjquota
[   13.018584] Module [r8168] is removed.
[   13.099371] loop: module loaded
[   13.123602] EXT4-fs (loop0): couldn't mount as ext3 due to feature incompatibilities
[   13.141277] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[   16.365432] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[   16.374671] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   16.478524] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[   16.482711] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1,prjquota,rootprjquota
[   16.696904] 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)
[   16.701964] systemd[1]: Detected architecture x86-64.
[   16.704020] systemd[1]: Set hostname to <test>.
[   17.121384] systemd[1]: Cannot add dependency job for unit syno-qlogic-rdma-modules-load.service, ignoring: Unit syno-qlogic-rdma-modules-load.service is masked.
[   17.125408] systemd[1]: Cannot add dependency job for unit syno-mlnx-rdma-modules-load.service, ignoring: Unit syno-mlnx-rdma-modules-load.service is masked.
[   17.128715] systemd[1]: Cannot add dependency job for unit pkg-synobrm-recovery-restart.service, ignoring: Unit pkg-synobrm-recovery-restart.service failed to load: No such file or directory.
[   17.133386] systemd[1]: Cannot add dependency job for unit SynoLedBrightness.service, ignoring: Unit SynoLedBrightness.service is masked.
[   17.136027] 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.
[   17.140249] 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.
[   17.145622] systemd[1]: Reached target Swap.
[   17.147166] systemd[1]: Starting Swap.
[   17.147919] systemd[1]: Reached target Paths.
[   17.148855] systemd[1]: Starting Paths.
[   17.149814] systemd[1]: Reached target Timers.
[   17.150904] systemd[1]: Starting Timers.
[   17.151956] systemd[1]: Created slice Root Slice.
[   17.153837] systemd[1]: Starting Root Slice.
[   17.154935] systemd[1]: Created slice Synology DSM desktop service.
[   17.156388] systemd[1]: Starting Synology DSM desktop service.
[   17.157783] systemd[1]: Created slice ScsiTarget's slice.
[   17.158871] systemd[1]: Starting ScsiTarget's slice.
[   17.160295] systemd[1]: Listening on udev Control Socket.
[   17.161421] systemd[1]: Starting udev Control Socket.
[   17.162631] systemd[1]: Created slice SynoFinder's slice.
[   17.163777] systemd[1]: Starting SynoFinder's slice.
[   17.165011] systemd[1]: Listening on Journal Socket.
[   17.169605] systemd[1]: Starting Journal Socket.
[   17.175539] systemd[1]: Created slice ActiveInsight's slice.
[   17.181637] systemd[1]: Starting ActiveInsight's slice.
[   17.187530] systemd[1]: Created slice Synology Swap Works.
[   17.193526] systemd[1]: Starting Synology Swap Works.
[   17.199238] systemd[1]: Created slice Synology Flashcache.
[   17.206141] systemd[1]: Starting Synology Flashcache.
[   17.211814] systemd[1]: Created slice OpenBSD Secure Shell server.
[   17.218489] systemd[1]: Starting OpenBSD Secure Shell server.
[   17.225771] systemd[1]: Created slice HybridShare's slice.
[   17.231717] systemd[1]: Starting HybridShare's slice.
[   17.237552] systemd[1]: Created slice Synology DSM Storage Service.
[   17.244172] systemd[1]: Starting Synology DSM Storage Service.
[   17.251534] systemd[1]: Created slice Package Center Slice.
[   17.257763] systemd[1]: Starting Package Center Slice.
[   17.264356] systemd[1]: Created slice Synology Cache Advisor.
[   17.268414] systemd[1]: Starting Synology Cache Advisor.
[   17.269706] systemd[1]: Created slice BTRFS Space Reclaim.
[   17.270851] systemd[1]: Starting BTRFS Space Reclaim.
[   17.272156] systemd[1]: Created slice SNMP.
[   17.272966] systemd[1]: Starting SNMP.
[   17.273920] systemd[1]: Created slice SecureSignIn's slice.
[   17.275085] systemd[1]: Starting SecureSignIn's slice.
[   17.276608] systemd[1]: Listening on Journal Audit Socket.
[   17.277654] systemd[1]: Starting Journal Audit Socket.
[   17.278881] systemd[1]: Created slice synobackup daemon slice.
[   17.280120] systemd[1]: Starting synobackup daemon slice.
[   17.281658] systemd[1]: Created slice SSDP service.
[   17.283618] systemd[1]: Starting SSDP service.
[   17.284712] systemd[1]: Created slice Synology DSM internal service.
[   17.286045] systemd[1]: Starting Synology DSM internal service.
[   17.287643] systemd[1]: Created slice System Slice.
[   17.288696] systemd[1]: Starting System Slice.
[   17.296617] systemd[1]: Starting Load Kernel Modules...
[   17.298578] systemd[1]: Started Machine Check Exception Logging Daemon.
[   17.300699] systemd[1]: Starting Machine Check Exception Logging Daemon...
[   17.302753] systemd[1]: Starting Disabling fan checking flag ......
[   17.305308] systemd[1]: Starting Set time zone information to kernel...
[   17.307955] systemd[1]: Starting Synology Task Scheduler Init...
[   17.310069] Monitor-Mwait will be used to enter C-1 state
[   17.310490] systemd[1]: Mounting Temporary Directory...
[   17.313183] Monitor-Mwait will be used to enter C-2 state
[   17.314565] ACPI: acpi_idle registered with cpuidle
[   17.315118] systemd[1]: Starting check integrity of rd.gz decompression...
[   17.317975] systemd[1]: Starting unbind USB device...
[   17.319730] systemd[1]: Created slice system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
[   17.322396] systemd[1]: Starting system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
[   17.324761] systemd[1]: Starting SED Bootup Action...
[   17.326783] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   17.328917] systemd[1]: Starting system-serial\x2dgetty.slice.
[   17.330720] systemd[1]: Starting Link coredump path to volume if possible...
[   17.333075] systemd[1]: Created slice User and Session Slice.
[   17.334191] systemd[1]: Starting User and Session Slice.
[   17.335603] systemd[1]: Reached target Slices.
[   17.336810] systemd[1]: Starting Slices.
[   17.337739] systemd[1]: Created slice Shared Folder Sync.
[   17.339737] systemd[1]: Starting Shared Folder Sync.
[   17.340930] systemd[1]: Created slice SMBService's slice.
[   17.341009] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[   17.343995] systemd[1]: Starting SMBService's slice.
[   17.344863] flashcache: flashcache-1.0-2022-04-01-16:36 initialized
[   17.347235] systemd[1]: Starting Journal Socket (/dev/log).
[   17.349036] systemd[1]: Created slice scemd.
[   17.349896] systemd[1]: Starting scemd.
[   17.350915] systemd[1]: Created slice RAID Resync Process. Including Resync, Repair and Reshape..
[   17.351796] flashcache_syno: flashcache-1.0-syno-v25-pin-file-2022-04-01-16:36-debug initialized
[   17.354837] systemd[1]: Starting RAID Resync Process. Including Resync, Repair and Reshape..
[   17.357011] systemd[1]: Created slice FileStation's slice.
[   17.359090] systemd[1]: Starting FileStation's slice.
[   17.359964] NET: Registered protocol family 10
[   17.361759] systemd[1]: Mounting Debug File System...
[   17.362426] sit: IPv6 over IPv4 tunneling driver
[   17.364490] systemd[1]: Created slice Synology Index slice (WAT).
[   17.365901] systemd[1]: Starting Synology Index slice (WAT).
[   17.367261] systemd[1]: Listening on udev Kernel Socket.
[   17.368309] systemd[1]: Starting udev Kernel Socket.
[   17.369733] systemd[1]: Created slice Python2's slice.
[   17.370823] systemd[1]: Starting Python2's slice.
[   17.371970] systemd[1]: Started Set project quota ID for /var/log.
[   17.373763] systemd[1]: Starting Load ntb_brd module...
[   17.375568] systemd[1]: Created slice Task Scheduler Group.
[   17.376942] systemd[1]: Starting Task Scheduler Group.
[   17.377502] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   17.377573] sd 0:0:0:0: Attached scsi generic sg1 type 0
[   17.377632] sd 0:0:1:0: Attached scsi generic sg2 type 0
[   17.377687] sd 0:0:2:0: Attached scsi generic sg3 type 0
[   17.377743] sd 0:0:3:0: Attached scsi generic sg4 type 0
[   17.377797] sd 0:0:4:0: Attached scsi generic sg5 type 0
[   17.377851] sd 0:0:5:0: Attached scsi generic sg6 type 0
[   17.377905] sd 0:0:6:0: Attached scsi generic sg7 type 0
[   17.377960] sd 0:0:7:0: Attached scsi generic sg8 type 0
[   17.382259] e1000e: Intel(R) PRO/1000 Network Driver - 3.4.2.4-NAPI
[   17.382260] e1000e: Copyright(c) 1999 - 2019 Intel Corporation.
[   17.382490] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   17.405077] systemd[1]: Created slice Performance alarm.
[   17.411499] systemd[1]: Starting Performance alarm.
[   17.413197] systemd[1]: Created slice OAuthService's slice.
[   17.414372] systemd[1]: Starting OAuthService's slice.
[   17.416086] systemd[1]: Starting Set boot sequence config...
[   17.418474] systemd[1]: Starting Set hostname...
[   17.420195] systemd[1]: Created slice BTRFS Optimization.
[   17.421243] systemd[1]: Starting BTRFS Optimization.
[   17.423177] systemd[1]: Mounted Debug File System.
[   17.424750] systemd[1]: Mounted Temporary Directory.
[   17.426121] systemd[1]: Started Disabling fan checking flag ....
[   17.428482] systemd[1]: Started Set time zone information to kernel.
[   17.431069] systemd[1]: Started Synology Task Scheduler Init.
[   17.433462] systemd[1]: Started check integrity of rd.gz decompression.
[   17.436073] systemd[1]: Started unbind USB device.
[   17.438197] systemd[1]: Started SED Bootup Action.
[   17.440314] systemd[1]: Started Link coredump path to volume if possible.
[   17.442916] systemd[1]: Listening on Journal Socket (/dev/log).
[   17.444344] systemd[1]: Started Load ntb_brd module.
[   17.445501] systemd[1]: Started Set boot sequence config.
[   17.447975] systemd[1]: Started Set hostname.
[   17.449934] systemd[1]: Reached target Sockets.
[   17.450884] systemd[1]: Starting Sockets.
[   17.452391] systemd[1]: Starting Journal Service...
[   17.453974] systemd[1]: Reached target Local File Systems.
[   17.455173] systemd[1]: Starting Local File Systems.
[   17.456738] systemd[1]: Starting D-Bus Session Message Bus...
[   17.459270] systemd[1]: Starting D-Bus System Message Bus...
[   17.461656] systemd[1]: Starting udev Coldplug all Devices...
[   17.464025] systemd[1]: Starting Set boot sequence config for temporary use...
[   17.466991] systemd[1]: Starting Mount usb fs...
[   17.474351] systemd[1]: Started Set boot sequence config for temporary use.
[   17.484838] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[   17.486972] systemd[1]: Started D-Bus Session Message Bus.
[   17.489321] systemd[1]: Received SIGUSR1 from PID 7322 (syno-dbus-check).
[   17.491551] systemd[1]: Trying to reconnect to bus...
[   17.495399] systemd[1]: Loading D-Bus service...
[   17.498192] systemd[1]: Started D-Bus System Message Bus.
[   17.504226] systemd[1]: Started Mount usb fs.
[   17.506939] systemd[1]: Started Journal Service.
[   17.515609] systemd-journald[7285]: Received request to flush runtime journal from PID 1
[   17.587609] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1e:8c:f4:f2:b8
[   17.590291] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   17.591794] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[   17.593613] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   17.647411] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[   17.704041] e1000e 0000:03:00.0 eth1: (PCI Express:2.5GT/s:Width x1) 00:1e:8c:f4:f2:b9
[   17.706441] e1000e 0000:03:00.0 eth1: Intel(R) PRO/1000 Network Connection
[   17.708137] e1000e 0000:03:00.0 eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[   17.710927] dca service started, version 1.12.1
[   17.720164] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.22
[   17.727783] Copyright(c) 2007 - 2018 Intel Corporation.
[   17.744018] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.5.5
[   17.750768] Copyright(c) 1999 - 2019 Intel Corporation.
[   17.763986] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.7.29
[   17.773225] i40e: Copyright(c) 2013 - 2018 Intel Corporation.
[   17.790458] tn40xx low_mem_msg proc entry initialized
[   17.795930] tn40xx low_mem_counter proc entry initialized
[   17.801770] tn40xx debug_msg proc entry initialized
[   17.807151] tn40xx: Tehuti Network Driver, 0.3.6.12.3
[   17.831362] Compat-mlnx-ofed backport release: c22af88
[   17.837744] Backport based on mlnx_ofed/mlnx-ofa_kernel-4.0.git c22af88
[   17.844473] compat.git: mlnx_ofed/mlnx-ofa_kernel-4.0.git
[   17.886264] qed_init called
[   17.887549] QLogic FastLinQ 4xxxx Core Module qed 8.33.9.0
[   17.888703] creating debugfs root node
[   17.893345] qede_init: QLogic FastLinQ 4xxxx Ethernet Driver qede 8.33.9.0
[   17.918635] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.713.36 ($DateTime: 2016/06/16 03:53:41 $)
[   17.931409] uhci_hcd: USB Universal Host Controller Interface driver
[   17.943824] usbcore: registered new interface driver usblp
[   17.964336] usbcore: registered new interface driver usbhid
[   17.967458] usbhid: USB HID core driver
[   17.970842] input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:0A81:0205.0001/input/input2
[   18.024568] hid-generic 0003:0A81:0205.0001: input: USB HID v1.10 Keyboard [CHESEN PS2 to USB Converter] on usb-0000:00:1a.0-1.2/input0
[   18.028295] input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:0A81:0205.0002/input/input3
[   18.082561] Get empty minor:104
[   18.084188] hid-generic 0003:0A81:0205.0002: input,hiddev0: USB HID v1.10 Mouse [CHESEN PS2 to USB Converter] on usb-0000:00:1a.0-1.2/input1
[   18.092900] <redpill/bios_shim.c:206> Symbol section <ffffc90000fd0a90> @ vaddr<18446744072111616000> size[10728]
[   18.096722] <redpill/bios_shim.c:215> Symbol #0 in mfgBIOS "broadwellnk_synobios" {}<          (null)>
[   18.096725] <redpill/bios_shim.c:215> Symbol #1 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c01000>
[   18.096727] <redpill/bios_shim.c:215> Symbol #2 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c08417>
[   18.096729] <redpill/bios_shim.c:215> Symbol #3 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c09040>
[   18.096731] <redpill/bios_shim.c:215> Symbol #4 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c09798>
[   18.096734] <redpill/bios_shim.c:215> Symbol #5 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c0a888>
[   18.096736] <redpill/bios_shim.c:215> Symbol #6 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c0b5b0>
[   18.096738] <redpill/bios_shim.c:215> Symbol #7 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c0b680>
[   18.096740] <redpill/bios_shim.c:215> Symbol #8 in mfgBIOS "broadwellnk_synobios" {}<ffffffffa0c12500>
[   18.096742] <redpill/bios_shim.c:215> Symbol #9 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read}<ffffffffa0c01000>
[   18.096744] <redpill/bios_shim.c:215> Symbol #10 in mfgBIOS "broadwellnk_synobios" {synobios_ttyS_wait_read.cold.7}<ffffffffa0c08417>
[   18.096747] <redpill/bios_shim.c:215> Symbol #11 in mfgBIOS "broadwellnk_synobios" {state.25171}<ffffffffa0c125cc>
[   18.096749] <redpill/bios_shim.c:215> Symbol #12 in mfgBIOS "broadwellnk_synobios" {save_bytes.25170}<ffffffffa0c125c8>
[   18.096751] <redpill/bios_shim.c:215> Symbol #13 in mfgBIOS "broadwellnk_synobios" {state.25189}<ffffffffa0c125c4>
[   18.096753] <redpill/bios_shim.c:215> Symbol #14 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write}<ffffffffa0c01410>
[   18.096756] <redpill/bios_shim.c:215> Symbol #15 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write.cold.8}<ffffffffa0c08471>
[   18.096758] <redpill/bios_shim.c:215> Symbol #16 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_set_termios.cold.9}<ffffffffa0c084c5>
[   18.096760] <redpill/bios_shim.c:215> Symbol #17 in mfgBIOS "broadwellnk_synobios" {__key.25207}<ffffffffa0c125c4>
[   18.096762] <redpill/bios_shim.c:215> Symbol #18 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_open.cold.10}<ffffffffa0c08546>
[   18.096764] <redpill/bios_shim.c:215> Symbol #19 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_write_with_length.cold.11}<ffffffffa0c085a5>
[   18.096766] <redpill/bios_shim.c:215> Symbol #20 in mfgBIOS "broadwellnk_synobios" {syno_ttyS_close.cold.12}<ffffffffa0c085dd>
[   18.096769] <redpill/bios_shim.c:215> Symbol #21 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa0c0b5b0>
[   18.096771] <redpill/bios_shim.c:215> Symbol #22 in mfgBIOS "broadwellnk_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa0c0b5cb>
[   18.096773] <redpill/bios_shim.c:215> Symbol #23 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa0c0b5e9>
[   18.096775] <redpill/bios_shim.c:215> Symbol #24 in mfgBIOS "broadwellnk_synobios" {__kstrtab_save_char_from_uart}<ffffffffa0c0b605>
[   18.096777] <redpill/bios_shim.c:215> Symbol #25 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa0c01a30>
[   18.096780] <redpill/bios_shim.c:215> Symbol #26 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch}<ffffffffa0c01a90>
[   18.096782] <redpill/bios_shim.c:215> Symbol #27 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa0c01a50>
[   18.096784] <redpill/bios_shim.c:215> Symbol #28 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw}<ffffffffa0c01af0>
[   18.096787] <redpill/bios_shim.c:215> Symbol #29 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_open}<ffffffffa0c01a70>
[   18.096789] <redpill/bios_shim.c:215> Symbol #30 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_name}<ffffffffa0c01b50>
[   18.096791] <redpill/bios_shim.c:215> Symbol #31 in mfgBIOS "broadwellnk_synobios" {gSynoCPUMapping}<ffffffffa0c0c500>
[   18.096798] <redpill/bios_shim.c:215> Symbol #32 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch.cold.7}<ffffffffa0c085f5>
[   18.096800] <redpill/bios_shim.c:215> Symbol #33 in mfgBIOS "broadwellnk_synobios" {gSynoCRYPTOMapping}<ffffffffa0c0c440>
[   18.096802] <redpill/bios_shim.c:215> Symbol #34 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw.cold.8}<ffffffffa0c08606>
[   18.096805] <redpill/bios_shim.c:215> Symbol #35 in mfgBIOS "broadwellnk_synobios" {synobios_record_event_new.isra.1.part.2}<ffffffffa0c01b70>
[   18.096807] <redpill/bios_shim.c:215> Symbol #36 in mfgBIOS "broadwellnk_synobios" {scSynoBios}<ffffffffa0c12740>
[   18.096810] <redpill/bios_shim.c:215> Symbol #37 in mfgBIOS "broadwellnk_synobios" {synobios_disk_power_short_break_report}<ffffffffa0c01c10>
[   18.096812] <redpill/bios_shim.c:215> Symbol #38 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa0c01c60>
[   18.096814] <redpill/bios_shim.c:215> Symbol #39 in mfgBIOS "broadwellnk_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa0c01cb0>
[   18.096816] <redpill/bios_shim.c:215> Symbol #40 in mfgBIOS "broadwellnk_synobios" {synobios_wake_from_deep_sleep}<ffffffffa0c01d00>
[   18.096819] <redpill/bios_shim.c:215> Symbol #41 in mfgBIOS "broadwellnk_synobios" {synobios_disk_port_lost_report}<ffffffffa0c01d50>
[   18.096821] <redpill/bios_shim.c:215> Symbol #42 in mfgBIOS "broadwellnk_synobios" {synobios_disk_reset_fail_report}<ffffffffa0c01da0>
[   18.096823] <redpill/bios_shim.c:215> Symbol #43 in mfgBIOS "broadwellnk_synobios" {synobios_disk_timeout_report}<ffffffffa0c01e00>
[   18.096826] <redpill/bios_shim.c:215> Symbol #44 in mfgBIOS "broadwellnk_synobios" {synobios_sata_error_report}<ffffffffa0c01e60>
[   18.096828] <redpill/bios_shim.c:215> Symbol #45 in mfgBIOS "broadwellnk_synobios" {synobios_disk_retry_report}<ffffffffa0c01ec0>
[   18.096830] <redpill/bios_shim.c:215> Symbol #46 in mfgBIOS "broadwellnk_synobios" {synobios_record_scsi_error_event}<ffffffffa0c01f10>
[   18.096832] <redpill/bios_shim.c:215> Symbol #47 in mfgBIOS "broadwellnk_synobios" {synobios_error_btrfs_meta_corrupted_event}<ffffffffa0c01f60>
[   18.096834] <redpill/bios_shim.c:215> Symbol #48 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_btrfs_event}<ffffffffa0c01fb0>
[   18.096837] <redpill/bios_shim.c:215> Symbol #49 in mfgBIOS "broadwellnk_synobios" {synobios_error_fs_event}<ffffffffa0c02000>
[   18.096839] <redpill/bios_shim.c:215> Symbol #50 in mfgBIOS "broadwellnk_synobios" {synobios_autoremap_raid_event}<ffffffffa0c02070>
[   18.096841] <redpill/bios_shim.c:215> Symbol #51 in mfgBIOS "broadwellnk_synobios" {synobios_record_raid_event}<ffffffffa0c020c0>
[   18.096843] <redpill/bios_shim.c:215> Symbol #52 in mfgBIOS "broadwellnk_synobios" {synobios_event_ecc_notification}<ffffffffa0c08617>
[   18.096845] <redpill/bios_shim.c:215> Symbol #53 in mfgBIOS "broadwellnk_synobios" {synobios_raid_sync_event}<ffffffffa0c02110>
[   18.096847] <redpill/bios_shim.c:215> Symbol #54 in mfgBIOS "broadwellnk_synobios" {synobios_error_oom_event}<ffffffffa0c02220>
[   18.096849] <redpill/bios_shim.c:215> Symbol #55 in mfgBIOS "broadwellnk_synobios" {synobios_poll}<ffffffffa0c02380>
[   18.096851] <redpill/bios_shim.c:215> Symbol #56 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0c13b68>
[   18.096853] <redpill/bios_shim.c:215> Symbol #57 in mfgBIOS "broadwellnk_synobios" {last_jiffies.45430}<ffffffffa0c0b680>
[   18.096855] <redpill/bios_shim.c:215> Symbol #58 in mfgBIOS "broadwellnk_synobios" {buzzer_press_count.45431}<ffffffffa0c12734>
[   18.096858] <redpill/bios_shim.c:215> Symbol #59 in mfgBIOS "broadwellnk_synobios" {syno_usb_prohibit_event}<ffffffffa0c02470>
[   18.096860] <redpill/bios_shim.c:215> Symbol #60 in mfgBIOS "broadwellnk_synobios" {syno_console_prohibit_event}<ffffffffa0c02490>
[   18.096862] <redpill/bios_shim.c:215> Symbol #61 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event}<ffffffffa0c024b0>
[   18.096864] <redpill/bios_shim.c:215> Symbol #62 in mfgBIOS "broadwellnk_synobios" {micropLogSwitch}<ffffffffa0c13b70>
[   18.096866] <redpill/bios_shim.c:215> Symbol #63 in mfgBIOS "broadwellnk_synobios" {syno_microp_get_event.cold.9}<ffffffffa0c08666>
[   18.096869] <redpill/bios_shim.c:215> Symbol #64 in mfgBIOS "broadwellnk_synobios" {synobios_rtc_init.cold.10}<ffffffffa0c08677>
[   18.096871] <redpill/bios_shim.c:215> Symbol #65 in mfgBIOS "broadwellnk_synobios" {card_detect_proc_fops}<ffffffffa0c09060>
[   18.096873] <redpill/bios_shim.c:215> Symbol #66 in mfgBIOS "broadwellnk_synobios" {add_card_detect_proc.cold.11}<ffffffffa0c08694>
[   18.096875] <redpill/bios_shim.c:215> Symbol #67 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl}<ffffffffa0c02760>
[   18.096877] <redpill/bios_shim.c:215> Symbol #68 in mfgBIOS "broadwellnk_synobios" {check_fan}<ffffffffa0c0c990>
[   18.096880] <redpill/bios_shim.c:215> Symbol #69 in mfgBIOS "broadwellnk_synobios" {sys_status_lock}<ffffffffa0c0c9a0>
[   18.096882] <redpill/bios_shim.c:215> Symbol #70 in mfgBIOS "broadwellnk_synobios" {pgSysStatus}<ffffffffa0c12738>
[   18.096884] <redpill/bios_shim.c:215> Symbol #71 in mfgBIOS "broadwellnk_synobios" {LedSetLock}<ffffffffa0c13b78>
[   18.096886] <redpill/bios_shim.c:215> Symbol #72 in mfgBIOS "broadwellnk_synobios" {synobios_ioctl.cold.12}<ffffffffa0c086b7>
[   18.096888] <redpill/bios_shim.c:215> Symbol #73 in mfgBIOS "broadwellnk_synobios" {__func__.45541}<ffffffffa0c09040>
[   18.096890] <redpill/bios_shim.c:215> Symbol #74 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.45481}<ffffffffa0c09050>
[   18.096892] <redpill/bios_shim.c:215> Symbol #75 in mfgBIOS "broadwellnk_synobios" {synobios_event_handler.cold.13}<ffffffffa0c08a0c>
[   18.096894] <redpill/bios_shim.c:215> Symbol #76 in mfgBIOS "broadwellnk_synobios" {__key.45777}<ffffffffa0c12734>
[   18.096897] <redpill/bios_shim.c:215> Symbol #77 in mfgBIOS "broadwellnk_synobios" {synobios_init.cold.14}<ffffffffa0c08a27>
[   18.096899] <redpill/bios_shim.c:215> Symbol #78 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa0c09420>
[   18.096901] <redpill/bios_shim.c:215> Symbol #79 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa0c092e0>
[   18.096903] <redpill/bios_shim.c:215> Symbol #80 in mfgBIOS "broadwellnk_synobios" {synobios_read_proc_platform_fops}<ffffffffa0c091a0>
[   18.096906] <redpill/bios_shim.c:215> Symbol #81 in mfgBIOS "broadwellnk_synobios" {system_mode}<ffffffffa0c13b74>
[   18.096908] <redpill/bios_shim.c:215> Symbol #82 in mfgBIOS "broadwellnk_synobios" {gSynoModelMapping}<ffffffffa0c0b6a0>
[   18.096910] <redpill/bios_shim.c:215> Symbol #83 in mfgBIOS "broadwellnk_synobios" {synobios_cleanup.cold.15}<ffffffffa0c08cd0>
[   18.096912] <redpill/bios_shim.c:215> Symbol #84 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_license6}<ffffc90000fb8660>
[   18.096914] <redpill/bios_shim.c:215> Symbol #85 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_description5}<ffffc90000fb8676>
[   18.096916] <redpill/bios_shim.c:215> Symbol #86 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_author4}<ffffc90000fb868c>
[   18.096918] <redpill/bios_shim.c:215> Symbol #87 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_mode3}<ffffc90000fb869d>
[   18.096921] <redpill/bios_shim.c:215> Symbol #88 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_system_modetype2}<ffffc90000fb86d8>
[   18.096923] <redpill/bios_shim.c:215> Symbol #89 in mfgBIOS "broadwellnk_synobios" {__param_system_mode}<ffffffffa0c0b620>
[   18.096924] <redpill/bios_shim.c:215> Symbol #90 in mfgBIOS "broadwellnk_synobios" {__param_str_system_mode}<ffffffffa0c09548>
[   18.096927] <redpill/bios_shim.c:215> Symbol #91 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fan1}<ffffc90000fb86f1>
[   18.096929] <redpill/bios_shim.c:215> Symbol #92 in mfgBIOS "broadwellnk_synobios" {__UNIQUE_ID_check_fantype0}<ffffc90000fb872b>
[   18.096931] <redpill/bios_shim.c:215> Symbol #93 in mfgBIOS "broadwellnk_synobios" {__param_check_fan}<ffffffffa0c0b648>
[   18.096933] <redpill/bios_shim.c:215> Symbol #94 in mfgBIOS "broadwellnk_synobios" {__param_str_check_fan}<ffffffffa0c09558>
[   18.096935] <redpill/bios_shim.c:215> Symbol #95 in mfgBIOS "broadwellnk_synobios" {DS3018xsInitModuleType}<ffffffffa0c04ae0>
[   18.096937] <redpill/bios_shim.c:215> Symbol #96 in mfgBIOS "broadwellnk_synobios" {FS1018InitModuleType}<ffffffffa0c04b10>
[   18.096939] <redpill/bios_shim.c:215> Symbol #97 in mfgBIOS "broadwellnk_synobios" {RS1619xspInitModuleType}<ffffffffa0c04b40>
[   18.096941] <redpill/bios_shim.c:215> Symbol #98 in mfgBIOS "broadwellnk_synobios" {SA3400InitModuleType}<ffffffffa0c04b90>
[   18.096943] <redpill/bios_shim.c:215> Symbol #99 in mfgBIOS "broadwellnk_synobios" {SA3600InitModuleType}<ffffffffa0c04be0>
[   18.096945] <redpill/bios_shim.c:215> Symbol #100 in mfgBIOS "broadwellnk_synobios" {FS3600InitModuleType}<ffffffffa0c04c30>
[   18.096947] <redpill/bios_shim.c:215> Symbol #101 in mfgBIOS "broadwellnk_synobios" {HD3400InitModuleType}<ffffffffa0c04c80>
[   18.096949] <redpill/bios_shim.c:215> Symbol #102 in mfgBIOS "broadwellnk_synobios" {DS1621xspInitModuleType}<ffffffffa0c04cd0>
[   18.096951] <redpill/bios_shim.c:215> Symbol #103 in mfgBIOS "broadwellnk_synobios" {RS3621xspInitModuleType}<ffffffffa0c04d00>
[   18.096953] <redpill/bios_shim.c:215> Symbol #104 in mfgBIOS "broadwellnk_synobios" {RS3621rpxsInitModuleType}<ffffffffa0c04d70>
[   18.096955] <redpill/bios_shim.c:215> Symbol #105 in mfgBIOS "broadwellnk_synobios" {RS4021xspI2CGetPowerInfo}<ffffffffa0c04de0>
[   18.096957] <redpill/bios_shim.c:215> Symbol #106 in mfgBIOS "broadwellnk_synobios" {RS4021xspInitModuleType}<ffffffffa0c04e30>
[   18.096960] <redpill/bios_shim.c:215> Symbol #107 in mfgBIOS "broadwellnk_synobios" {DS3622xspInitModuleType}<ffffffffa0c04ea0>
[   18.096962] <redpill/bios_shim.c:215> Symbol #108 in mfgBIOS "broadwellnk_synobios" {SetGroupWakeConfig.cold.0}<ffffffffa0c08d16>
[   18.096964] <redpill/bios_shim.c:215> Symbol #109 in mfgBIOS "broadwellnk_synobios" {MpId.25957}<ffffffffa0c11f40>
[   18.096966] <redpill/bios_shim.c:215> Symbol #110 in mfgBIOS "broadwellnk_synobios" {SetMicropId.cold.1}<ffffffffa0c08d5e>
[   18.096969] <redpill/bios_shim.c:215> Symbol #111 in mfgBIOS "broadwellnk_synobios" {CheckMicropId.cold.2}<ffffffffa0c08d72>
[   18.096971] <redpill/bios_shim.c:215> Symbol #112 in mfgBIOS "broadwellnk_synobios" {days_since_epoch}<ffffffffa0c09640>
[   18.096973] <redpill/bios_shim.c:215> Symbol #113 in mfgBIOS "broadwellnk_synobios" {days_since_leapyear}<ffffffffa0c096d0>
[   18.096975] <redpill/bios_shim.c:215> Symbol #114 in mfgBIOS "broadwellnk_synobios" {days_since_year}<ffffffffa0c096f0>
[   18.096978] <redpill/bios_shim.c:215> Symbol #115 in mfgBIOS "broadwellnk_synobios" {rtc_correct_wday}<ffffffffa0c05910>
[   18.096980] <redpill/bios_shim.c:215> Symbol #116 in mfgBIOS "broadwellnk_synobios" {rtc_bandon_set_auto_poweron.cold.0}<ffffffffa0c08d9c>
[   18.096983] <redpill/bios_shim.c:215> Symbol #117 in mfgBIOS "broadwellnk_synobios" {days_in_mo}<ffffffffa0c09708>
[   18.096985] <redpill/bios_shim.c:215> Symbol #118 in mfgBIOS "broadwellnk_synobios" {linuxI2CCharWrite.cold.1}<ffffffffa0c08dd8>
[   18.096987] <redpill/bios_shim.c:215> Symbol #119 in mfgBIOS "broadwellnk_synobios" {linuxI2CCharRead.cold.2}<ffffffffa0c08e08>
[   18.096989] <redpill/bios_shim.c:215> Symbol #120 in mfgBIOS "broadwellnk_synobios" {uLostAddr.23016}<ffffffffa0c13b80>
[   18.096992] <redpill/bios_shim.c:215> Symbol #121 in mfgBIOS "broadwellnk_synobios" {linuxI2CSmbusRegRead.cold.3}<ffffffffa0c08e38>
[   18.096994] <redpill/bios_shim.c:215> Symbol #122 in mfgBIOS "broadwellnk_synobios" {__FUNCTION__.23017}<ffffffffa0c09720>
[   18.096996] <redpill/bios_shim.c:215> Symbol #123 in mfgBIOS "broadwellnk_synobios" {GetFanStatus}<ffffffffa0c06440>
[   18.096998] <redpill/bios_shim.c:215> Symbol #124 in mfgBIOS "broadwellnk_synobios" {GetBrand}<ffffffffa0c06460>
[   18.097001] <redpill/bios_shim.c:215> Symbol #125 in mfgBIOS "broadwellnk_synobios" {InitModuleType}<ffffffffa0c06470>
[   18.097003] <redpill/bios_shim.c:215> Symbol #126 in mfgBIOS "broadwellnk_synobios" {model_ops}<ffffffffa0c13c58>
[   18.097005] <redpill/bios_shim.c:215> Symbol #127 in mfgBIOS "broadwellnk_synobios" {SetBuzzerClear}<ffffffffa0c064a0>
[   18.097007] <redpill/bios_shim.c:215> Symbol #128 in mfgBIOS "broadwellnk_synobios" {GetBuzzerCleared}<ffffffffa0c064d0>
[   18.097009] <redpill/bios_shim.c:215> Symbol #129 in mfgBIOS "broadwellnk_synobios" {GetPowerStatus}<ffffffffa0c06500>
[   18.097011] <redpill/bios_shim.c:215> Symbol #130 in mfgBIOS "broadwellnk_synobios" {DiskLedCtrlBy1475SGPIO}<ffffffffa0c06570>
[   18.097013] <redpill/bios_shim.c:215> Symbol #131 in mfgBIOS "broadwellnk_synobios" {giDiskLedControllerInit}<ffffffffa0c13ba4>
[   18.097015] <redpill/bios_shim.c:215> Symbol #132 in mfgBIOS "broadwellnk_synobios" {giDiskLedController}<ffffffffa0c12108>
[   18.097017] <redpill/bios_shim.c:215> Symbol #133 in mfgBIOS "broadwellnk_synobios" {SetAlarmLed}<ffffffffa0c065e0>
[   18.097020] <redpill/bios_shim.c:215> Symbol #134 in mfgBIOS "broadwellnk_synobios" {SetFanStatusMircopWithGPIO.cold.6}<ffffffffa0c08e92>
[   18.097022] <redpill/bios_shim.c:215> Symbol #135 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByAtmega}<ffffffffa0c06790>
[   18.097024] <redpill/bios_shim.c:215> Symbol #136 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByAtmega.cold.7}<ffffffffa0c08ea6>
[   18.097026] <redpill/bios_shim.c:215> Symbol #137 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByAtmega}<ffffffffa0c06910>
[   18.097028] <redpill/bios_shim.c:215> Symbol #138 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer}<ffffffffa0c06920>
[   18.097030] <redpill/bios_shim.c:215> Symbol #139 in mfgBIOS "broadwellnk_synobios" {SetDiskLedStatusByI2CLedDimmer.cold.8}<ffffffffa0c08ed0>
[   18.097032] <redpill/bios_shim.c:215> Symbol #140 in mfgBIOS "broadwellnk_synobios" {SYNOSetDiskLedStatusByI2CLedDimmer}<ffffffffa0c06a70>
[   18.097034] <redpill/bios_shim.c:215> Symbol #141 in mfgBIOS "broadwellnk_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa0c06a80>
[   18.097036] <redpill/bios_shim.c:215> Symbol #142 in mfgBIOS "broadwellnk_synobios" {hwmon_sensor_list}<ffffffffa0c13c50>
[   18.097039] <redpill/bios_shim.c:215> Symbol #143 in mfgBIOS "broadwellnk_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa0c06ae0>
[   18.097041] <redpill/bios_shim.c:215> Symbol #144 in mfgBIOS "broadwellnk_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa0c06b40>
[   18.097043] <redpill/bios_shim.c:215> Symbol #145 in mfgBIOS "broadwellnk_synobios" {GetFanStatusMircopWithGPIO}<ffffffffa0c06ba0>
[   18.097045] <redpill/bios_shim.c:215> Symbol #146 in mfgBIOS "broadwellnk_synobios" {Uninitialize}<ffffffffa0c06c60>
[   18.097047] <redpill/bios_shim.c:215> Symbol #147 in mfgBIOS "broadwellnk_synobios" {GetCpuTemperatureI3Transfer}<ffffffffa0c06c80>
[   18.097049] <redpill/bios_shim.c:215> Symbol #148 in mfgBIOS "broadwellnk_synobios" {GetSysTemperature}<ffffffffa0c06ca0>
[   18.097051] <redpill/bios_shim.c:215> Symbol #149 in mfgBIOS "broadwellnk_synobios" {SYNODiskLedCtrlBy1475SGPIO}<ffffffffa0c06e70>
[   18.097053] <redpill/bios_shim.c:215> Symbol #150 in mfgBIOS "broadwellnk_synobios" {CSWTCH.167}<ffffffffa0c09740>
[   18.097055] <redpill/bios_shim.c:215> Symbol #151 in mfgBIOS "broadwellnk_synobios" {gblDiskNumNeedTran}<ffffffffa0c13ba8>
[   18.097057] <redpill/bios_shim.c:215> Symbol #152 in mfgBIOS "broadwellnk_synobios" {giDiskMapTable}<ffffffffa0c13bc0>
[   18.097059] <redpill/bios_shim.c:215> Symbol #153 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO}<ffffffffa0c06f30>
[   18.097061] <redpill/bios_shim.c:215> Symbol #154 in mfgBIOS "broadwellnk_synobios" {hdd_enable_gpio}<ffffffffa0c13c48>
[   18.097064] <redpill/bios_shim.c:215> Symbol #155 in mfgBIOS "broadwellnk_synobios" {hdd_detect_gpio}<ffffffffa0c13c40>
[   18.097066] <redpill/bios_shim.c:215> Symbol #156 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusByGPIO.cold.9}<ffffffffa0c08efb>
[   18.097068] <redpill/bios_shim.c:215> Symbol #157 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS}<ffffffffa0c070a0>
[   18.097070] <redpill/bios_shim.c:215> Symbol #158 in mfgBIOS "broadwellnk_synobios" {HWMONGetHDDBackPlaneStatusBySMBUS.cold.10}<ffffffffa0c08f0f>
[   18.097072] <redpill/bios_shim.c:215> Symbol #159 in mfgBIOS "broadwellnk_synobios" {SetupDiskLedMap.part.3}<ffffffffa0c07210>
[   18.097074] <redpill/bios_shim.c:215> Symbol #160 in mfgBIOS "broadwellnk_synobios" {SetupDiskAtmegaLedMap.part.4}<ffffffffa0c072c0>
[   18.097076] <redpill/bios_shim.c:215> Symbol #161 in mfgBIOS "broadwellnk_synobios" {SetCpuFanStatus}<ffffffffa0c07350>
[   18.097078] <redpill/bios_shim.c:215> Symbol #162 in mfgBIOS "broadwellnk_synobios" {SetHddActLedByLedTrigger.cold.11}<ffffffffa0c08f23>
[   18.097080] <redpill/bios_shim.c:215> Symbol #163 in mfgBIOS "broadwellnk_synobios" {SetHddAtmegaLed.cold.12}<ffffffffa0c08f48>
[   18.097082] <redpill/bios_shim.c:215> Symbol #164 in mfgBIOS "broadwellnk_synobios" {synobios_ops}<ffffffffa0c11f60>
[   18.097083] <redpill/bios_shim.c:219> Found vtable - size 424
[   18.097086] <redpill/bios_shim.c:234> Found "synobios_ops" in "broadwellnk_synobios" @ <ffffffffa0c11f60 =424=> ffffffffa0c12ca0>
[   18.097089] <redpill/override_symbol.c:279> Restoring apply_relocate_add<ffffffff8103ae60> to original code
[   18.097092] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   18.100820] <redpill/override_symbol.c:250> Obtaining lock for <apply_relocate_add+0x0/0x170/ffffffff8103ae60>
[   18.100822] <redpill/override_symbol.c:250> Writing original code to <ffffffff8103ae60>
[   18.100824] <redpill/override_symbol.c:250> Released lock for <ffffffff8103ae60>
[   18.100827] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffff8103ae60+12/1 (<<ffffffff8103a000)
[   18.100836] <redpill/override_symbol.c:287> Successfully restored original code of apply_relocate_add
[   18.100838] <redpill/override_symbol.c:145> Freeing OVS for apply_relocate_add
[   18.101011] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0c11f60
[   18.101030] 00 22 c1 a0 ff ff ff ff  [00] 0x000      ffffffffa0c12200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   18.101046] 60 64 c0 a0 ff ff ff ff  [01] 0x008      ffffffffa0c06460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   18.101062] c0 6c c0 a0 ff ff ff ff  [02] 0x010      ffffffffa0c06cc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   18.101067] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   18.101081] 60 5b c0 a0 ff ff ff ff  [04] 0x020      ffffffffa0c05b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   18.101095] c0 5d c0 a0 ff ff ff ff  [05] 0x028      ffffffffa0c05dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   18.101108] 40 64 c0 a0 ff ff ff ff  [06] 0x030      ffffffffa0c06440        GetFanStatus+0x0/0x10 [broadwellnk_synobios]
[   18.101120] 50 64 c0 a0 ff ff ff ff  [07] 0x038      ffffffffa0c06450        SetFanStatus+0x0/0x10 [broadwellnk_synobios]
[   18.101134] a0 6c c0 a0 ff ff ff ff  [08] 0x040      ffffffffa0c06ca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   18.101147] 80 6c c0 a0 ff ff ff ff  [09] 0x048      ffffffffa0c06c80        GetCpuTemperatureI3Transfer+0x0/0x20 [broadwellnk_synobios]
[   18.101152] 00 00 00 00 00 00 00 00  [10] 0x050                (null)                  (null)
[   18.101159] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[   18.101165] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   18.101170] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   18.101175] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   18.101187] 30 65 c0 a0 ff ff ff ff  [15] 0x078      ffffffffa0c06530        SetGpioPin+0x0/0x40 [broadwellnk_synobios]
[   18.101201] 20 66 c0 a0 ff ff ff ff  [16] 0x080      ffffffffa0c06620        GetGpioPin+0x0/0x30 [broadwellnk_synobios]
[   18.101206] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[   18.101218] 30 5d c0 a0 ff ff ff ff  [18] 0x090      ffffffffa0c05d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   18.101232] c0 58 c0 a0 ff ff ff ff  [19] 0x098      ffffffffa0c058c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   18.101238] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   18.101243] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   18.101254] e0 65 c0 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0c065e0        SetAlarmLed+0x0/0x40 [broadwellnk_synobios]
[   18.101266] d0 64 c0 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0c064d0        GetBuzzerCleared+0x0/0x30 [broadwellnk_synobios]
[   18.101279] a0 64 c0 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0c064a0        SetBuzzerClear+0x0/0x30 [broadwellnk_synobios]
[   18.101290] 00 65 c0 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0c06500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   18.101295] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   18.101306] 70 64 c0 a0 ff ff ff ff  [27] 0x0d8      ffffffffa0c06470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   18.101320] 60 6c c0 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0c06c60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   18.101331] 50 73 c0 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0c07350        SetCpuFanStatus+0x0/0x10 [broadwellnk_synobios]
[   18.101337] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[   18.101343] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[   18.101350] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   18.101356] 00 00 00 00 00 00 00 00  [33] 0x108                (null)                  (null)
[   18.101361] 00 00 00 00 00 00 00 00  [34] 0x110                (null)                  (null)
[   18.101367] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   18.101372] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   18.101379] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   18.101385] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   18.101390] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   18.101401] 50 66 c0 a0 ff ff ff ff  [40] 0x140      ffffffffa0c06650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   18.101407] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   18.101414] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   18.101419] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   18.101425] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   18.101430] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   18.101435] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   18.101443] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   18.101448] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   18.101454] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   18.101459] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   18.101465] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   18.101470] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   18.101475] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0c12108
[   18.101491] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [7] originally SetFanStatus [broadwellnk_synobios]<ffffffffa0c06450> will now be bios_VTK_SET_FAN_STATE_null_zero_int [redpill]<ffffffffa000caf0>
[   18.101499] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [10] originally           (null)<          (null)> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000cb20>
[   18.101507] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [11] originally           (null)<          (null)> will now be bios_VTK_SET_PWR_LED_null_zero_int [redpill]<ffffffffa000cb50>
[   18.101522] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [16] originally GetGpioPin [broadwellnk_synobios]<ffffffffa0c06620> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa000cad0>
[   18.101535] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [15] originally SetGpioPin [broadwellnk_synobios]<ffffffffa0c06530> will now be shim_set_gpio_pin_usable [redpill]<ffffffffa000cd00>
[   18.101543] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [17] originally           (null)<          (null)> will now be bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int [redpill]<ffffffffa000cb80>
[   18.101561] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [22] originally SetAlarmLed [broadwellnk_synobios]<ffffffffa0c065e0> will now be bios_VTK_SET_ALR_LED_null_zero_int [redpill]<ffffffffa000cbb0>
[   18.101574] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [23] originally GetBuzzerCleared [broadwellnk_synobios]<ffffffffa0c064d0> will now be bios_get_buz_clr [redpill]<ffffffffa000cae0>
[   18.101588] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [24] originally SetBuzzerClear [broadwellnk_synobios]<ffffffffa0c064a0> will now be bios_VTK_SET_BUZ_CLR_null_zero_int [redpill]<ffffffffa000cbe0>
[   18.101601] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [29] originally SetCpuFanStatus [broadwellnk_synobios]<ffffffffa0c07350> will now be bios_VTK_SET_CPU_FAN_STATUS_null_zero_int [redpill]<ffffffffa000cc10>
[   18.101611] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [30] originally           (null)<          (null)> will now be bios_VTK_SET_PHY_LED_null_zero_int [redpill]<ffffffffa000cc40>
[   18.101619] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [31] originally           (null)<          (null)> will now be bios_VTK_SET_HDD_ACT_LED_null_zero_int [redpill]<ffffffffa000cc70>
[   18.101627] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [33] originally           (null)<          (null)> will now be bios_VTK_GET_MICROP_ID_null_zero_int [redpill]<ffffffffa000cca0>
[   18.101634] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [34] originally           (null)<          (null)> will now be bios_VTK_SET_MICROP_ID_null_zero_int [redpill]<ffffffffa000ccd0>
[   18.101636] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   18.101638] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   18.101653] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [6] originally GetFanStatus [broadwellnk_synobios]<ffffffffa0c06440> will now be bios_get_fan_state [redpill]<ffffffffa000b710>
[   18.101668] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [9] originally GetCpuTemperatureI3Transfer [broadwellnk_synobios]<ffffffffa0c06c80> will now be bios_get_cpu_temp [redpill]<ffffffffa000b8e0>
[   18.101676] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [47] originally           (null)<          (null)> will now be bios_hwmon_get_thermal [redpill]<ffffffffa000b930>
[   18.101684] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [45] originally           (null)<          (null)> will now be bios_hwmon_get_voltages [redpill]<ffffffffa000bb10>
[   18.101694] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [43] originally           (null)<          (null)> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa000bd10>
[   18.101695] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   18.101697] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0c11f60
[   18.101711] 00 22 c1 a0 ff ff ff ff  [00] 0x000      ffffffffa0c12200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   18.101723] 60 64 c0 a0 ff ff ff ff  [01] 0x008      ffffffffa0c06460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   18.101737] c0 6c c0 a0 ff ff ff ff  [02] 0x010      ffffffffa0c06cc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   18.101742] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   18.101755] 60 5b c0 a0 ff ff ff ff  [04] 0x020      ffffffffa0c05b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   18.101769] c0 5d c0 a0 ff ff ff ff  [05] 0x028      ffffffffa0c05dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   18.101781] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   18.101792] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   18.101806] a0 6c c0 a0 ff ff ff ff  [08] 0x040      ffffffffa0c06ca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   18.101817] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   18.101829] 20 cb 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000cb20        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x30 [redpill]
[   18.101842] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   18.101847] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   18.101852] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   18.101858] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   18.101869] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   18.101882] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   18.101893] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   18.101906] 30 5d c0 a0 ff ff ff ff  [18] 0x090      ffffffffa0c05d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   18.101919] c0 58 c0 a0 ff ff ff ff  [19] 0x098      ffffffffa0c058c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   18.101925] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   18.101930] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   18.101942] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   18.101954] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   18.101966] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   18.101977] 00 65 c0 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0c06500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   18.101985] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   18.101996] 70 64 c0 a0 ff ff ff ff  [27] 0x0d8      ffffffffa0c06470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   18.102008] 60 6c c0 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0c06c60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   18.102021] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   18.102032] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   18.102043] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   18.102051] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   18.102062] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   18.102073] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   18.102079] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   18.102086] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   18.102092] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   18.102097] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   18.102102] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   18.102114] 50 66 c0 a0 ff ff ff ff  [40] 0x140      ffffffffa0c06650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   18.102121] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   18.102127] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   18.102138] 10 bd 00 a0 ff ff ff ff  [43] 0x158      ffffffffa000bd10        bios_hwmon_get_fans_rpm+0x0/0x1d0 [redpill]
[   18.102143] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   18.102155] 10 bb 00 a0 ff ff ff ff  [45] 0x168      ffffffffa000bb10        bios_hwmon_get_voltages+0x0/0x200 [redpill]
[   18.102163] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   18.102174] 30 b9 00 a0 ff ff ff ff  [47] 0x178      ffffffffa000b930        bios_hwmon_get_thermal+0x0/0x1e0 [redpill]
[   18.102179] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   18.102185] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   18.102192] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   18.102197] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   18.102203] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   18.102205] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0c12108
[   18.102207] <redpill/bios_hwcap_shim.c:79> Registering mfgBIOS HW Capability shim
[   18.102215] <redpill/override_symbol.c:257> Overriding GetHwCapability() with GetHwCapability_shim [redpill]()<ffffffffa000b270>
[   18.109189] <redpill/override_symbol.c:172> Saved GetHwCapability() ptr <ffffffffa0c050d0>
[   18.109192] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   18.110033] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   18.110034] <redpill/override_symbol.c:182> Generating trampoline
[   18.110042] <redpill/override_symbol.c:188> Generated trampoline to GetHwCapability_shim+0x0/0x220 [redpill]<ffffffffa000b270> for GetHwCapability<ffffffffa0c050d0>:
[   18.110043] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   18.110044] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   18.110045] <redpill/memory_helper.c:34> Enabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   18.110056] <redpill/override_symbol.c:269> Successfully overrode GetHwCapability() with trampoline to GetHwCapability_shim+0x0/0x220 [redpill]<ffffffffa000b270>
[   18.110058] <redpill/bios_hwcap_shim.c:87> Successfully registered mfgBIOS HW Capability shim
[   18.110059] <redpill/bios_shim.c:131> broadwellnk_synobios BIOS *early* shimmed
[   18.954759] Module [adt7475] is removed.
[   19.291982] synobios open /dev/ttyS1 success
[   19.292919] 2022-8-4 23:38:58 UTC
[   19.293749] synobios: load, major number 201
[   19.294628] Brand: Synology
[   19.295138] Model: DS-3622xs+
[   19.295874] set group disks wakeup number to 4, spinup time deno 7
[   19.297195] <redpill/bios_shims_collection.c:54> mfgBIOS: nullify zero-int for VTK_SET_MICROP_ID
[   19.299184] synobios cpu_arch proc entry initialized
[   19.300218] synobios crypto_hw proc entry initialized
[   19.301538] synobios syno_platform proc entry initialized
[   19.302727] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0c11f60
[   19.304788] 00 22 c1 a0 ff ff ff ff  [00] 0x000      ffffffffa0c12200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   19.307211] 60 64 c0 a0 ff ff ff ff  [01] 0x008      ffffffffa0c06460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   19.309547] c0 6c c0 a0 ff ff ff ff  [02] 0x010      ffffffffa0c06cc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   19.311697] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   19.313291] 60 5b c0 a0 ff ff ff ff  [04] 0x020      ffffffffa0c05b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   19.316807] c0 5d c0 a0 ff ff ff ff  [05] 0x028      ffffffffa0c05dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   19.319271] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   19.321209] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   19.323895] a0 6c c0 a0 ff ff ff ff  [08] 0x040      ffffffffa0c06ca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   19.326120] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   19.328181] 70 6e c0 a0 ff ff ff ff  [10] 0x050      ffffffffa0c06e70        SYNODiskLedCtrlBy1475SGPIO+0x0/0xc0 [broadwellnk_synobios]
[   19.331773] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   19.334197] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   19.335912] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   19.337647] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   19.339389] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   19.341606] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   19.343887] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   19.346276] 30 5d c0 a0 ff ff ff ff  [18] 0x090      ffffffffa0c05d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   19.348926] c0 58 c0 a0 ff ff ff ff  [19] 0x098      ffffffffa0c058c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   19.351258] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   19.352962] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   19.354725] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   19.357064] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   19.359271] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   19.361677] 00 65 c0 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0c06500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   19.364014] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   19.365675] 70 64 c0 a0 ff ff ff ff  [27] 0x0d8      ffffffffa0c06470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   19.367934] 60 6c c0 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0c06c60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   19.371151] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   19.373865] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   19.376163] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   19.378819] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   19.381313] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   19.383970] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   19.386255] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   19.388018] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   19.390795] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   19.392545] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   19.394197] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   19.396883] 50 66 c0 a0 ff ff ff ff  [40] 0x140      ffffffffa0c06650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   19.399087] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   19.400801] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   19.402583] 40 6b c0 a0 ff ff ff ff  [43] 0x158      ffffffffa0c06b40        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [broadwellnk_synobios]
[   19.404986] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   19.406785] e0 6a c0 a0 ff ff ff ff  [45] 0x168      ffffffffa0c06ae0        HWMONGetVoltageSensorFromADT+0x0/0x60 [broadwellnk_synobios]
[   19.409327] a0 70 c0 a0 ff ff ff ff  [46] 0x170      ffffffffa0c070a0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x170 [broadwellnk_synobios]
[   19.411954] 80 6a c0 a0 ff ff ff ff  [47] 0x178      ffffffffa0c06a80        HWMONGetThermalSensorFromADT+0x0/0x60 [broadwellnk_synobios]
[   19.414625] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   19.416197] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   19.417934] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   19.419726] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   19.421260] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   19.423579] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0c12108
[   19.425276] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [10] originally SYNODiskLedCtrlBy1475SGPIO [broadwellnk_synobios]<ffffffffa0c06e70> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000cb20>
[   19.429803] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   19.432000] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   19.433788] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [47] originally HWMONGetThermalSensorFromADT [broadwellnk_synobios]<ffffffffa0c06a80> will now be bios_hwmon_get_thermal [redpill]<ffffffffa000b930>
[   19.437960] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [45] originally HWMONGetVoltageSensorFromADT [broadwellnk_synobios]<ffffffffa0c06ae0> will now be bios_hwmon_get_voltages [redpill]<ffffffffa000bb10>
[   19.442148] <redpill/bios_shims_collection.c:80> mfgBIOS vtable [43] originally HWMONGetFanSpeedRPMFromADT [broadwellnk_synobios]<ffffffffa0c06b40> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa000bd10>
[   19.446507] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   19.448244] <redpill/bios_shims_collection.c:97> Will print 424 bytes of memory from ffffffffa0c11f60
[   19.450283] 00 22 c1 a0 ff ff ff ff  [00] 0x000      ffffffffa0c12200        __this_module+0x0/0xffffffffffff6dc5 [broadwellnk_synobios]
[   19.452903] 60 64 c0 a0 ff ff ff ff  [01] 0x008      ffffffffa0c06460        GetBrand+0x0/0x10 [broadwellnk_synobios]
[   19.455096] c0 6c c0 a0 ff ff ff ff  [02] 0x010      ffffffffa0c06cc0        GetModel+0x0/0x1b0 [broadwellnk_synobios]
[   19.457183] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   19.459042] 60 5b c0 a0 ff ff ff ff  [04] 0x020      ffffffffa0c05b60        rtc_bandon_get_time+0x0/0x1d0 [broadwellnk_synobios]
[   19.461498] c0 5d c0 a0 ff ff ff ff  [05] 0x028      ffffffffa0c05dc0        rtc_bandon_set_time+0x0/0x380 [broadwellnk_synobios]
[   19.463910] 10 b7 00 a0 ff ff ff ff  [06] 0x030      ffffffffa000b710        bios_get_fan_state+0x0/0x10 [redpill]
[   19.465924] f0 ca 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000caf0        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x30 [redpill]
[   19.468574] a0 6c c0 a0 ff ff ff ff  [08] 0x040      ffffffffa0c06ca0        GetSysTemperature+0x0/0x20 [broadwellnk_synobios]
[   19.471800] e0 b8 00 a0 ff ff ff ff  [09] 0x048      ffffffffa000b8e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   19.473928] 20 cb 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000cb20        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x30 [redpill]
[   19.476264] 50 cb 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000cb50        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x30 [redpill]
[   19.478848] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   19.480512] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   19.482118] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   19.483930] 00 cd 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000cd00        shim_set_gpio_pin_usable+0x0/0xa0 [redpill]
[   19.486026] d0 ca 00 a0 ff ff ff ff  [16] 0x080      ffffffffa000cad0        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   19.488215] 80 cb 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000cb80        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x30 [redpill]
[   19.491872] 30 5d c0 a0 ff ff ff ff  [18] 0x090      ffffffffa0c05d30        rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios]
[   19.494518] c0 58 c0 a0 ff ff ff ff  [19] 0x098      ffffffffa0c058c0        rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios]
[   19.496846] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   19.498646] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   19.500167] b0 cb 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000cbb0        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x30 [redpill]
[   19.502720] e0 ca 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa000cae0        bios_get_buz_clr+0x0/0x10 [redpill]
[   19.504795] e0 cb 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000cbe0        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x30 [redpill]
[   19.507133] 00 65 c0 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0c06500        GetPowerStatus+0x0/0x30 [broadwellnk_synobios]
[   19.509561] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   19.511133] 70 64 c0 a0 ff ff ff ff  [27] 0x0d8      ffffffffa0c06470        InitModuleType+0x0/0x30 [broadwellnk_synobios]
[   19.513643] 60 6c c0 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0c06c60        Uninitialize+0x0/0x20 [broadwellnk_synobios]
[   19.516740] 10 cc 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000cc10        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x30 [redpill]
[   19.519335] 40 cc 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000cc40        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x30 [redpill]
[   19.521750] 70 cc 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000cc70        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x30 [redpill]
[   19.524276] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   19.525938] a0 cc 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000cca0        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   19.528620] d0 cc 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000ccd0        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x30 [redpill]
[   19.531903] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   19.533741] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   19.536253] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   19.537998] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   19.540744] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   19.542497] 50 66 c0 a0 ff ff ff ff  [40] 0x140      ffffffffa0c06650        GetCPUInfo+0x0/0x70 [broadwellnk_synobios]
[   19.544674] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   19.546243] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   19.548042] 10 bd 00 a0 ff ff ff ff  [43] 0x158      ffffffffa000bd10        bios_hwmon_get_fans_rpm+0x0/0x1d0 [redpill]
[   19.551221] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   19.552999] 10 bb 00 a0 ff ff ff ff  [45] 0x168      ffffffffa000bb10        bios_hwmon_get_voltages+0x0/0x200 [redpill]
[   19.555140] a0 70 c0 a0 ff ff ff ff  [46] 0x170      ffffffffa0c070a0        HWMONGetHDDBackPlaneStatusBySMBUS+0x0/0x170 [broadwellnk_synobios]
[   19.557891] 30 b9 00 a0 ff ff ff ff  [47] 0x178      ffffffffa000b930        bios_hwmon_get_thermal+0x0/0x1e0 [redpill]
[   19.561094] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   19.562818] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   19.565583] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   19.567169] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   19.569023] 00 00 00 00 00 00 00 00  [52] 0x1a0                (null)                  (null)

[   19.570974] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0c12108
[   19.572930] <redpill/bios_shim.c:126> broadwellnk_synobios BIOS *fully* shimmed
[   19.602176] AVX version of gcm_enc/dec engaged.
[   19.603105] AES CTR mode by8 optimization enabled
[   19.634438] zram: Added device: zram0
[   19.635928] zram: Added device: zram1
[   19.636885] zram: Added device: zram2
[   19.638801] zram: Added device: zram3
[   19.646973] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   19.649223] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   19.651100] <redpill/bios_shims_collection.c:52> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
[   19.666624] md: md1 stopped.
[   19.668671] md: bind<sda2>
[   19.670427] md/raid1:md1: active with 1 out of 2 mirrors
[   19.672205] md1: detected capacity change from 0 to 2147418112
[   19.718508] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k
[   19.723772] zram0: detected capacity change from 0 to 5035261952
[   19.728605] Adding 4917244k swap on /dev/zram0.  Priority:1 extents:1 across:4917244k SS
[   19.733590] zram1: detected capacity change from 0 to 5035261952
[   19.738619] Adding 4917244k swap on /dev/zram1.  Priority:1 extents:1 across:4917244k SS
[   19.743708] zram2: detected capacity change from 0 to 5035261952
[   19.748995] Adding 4917244k swap on /dev/zram2.  Priority:1 extents:1 across:4917244k SS
[   19.753887] zram3: detected capacity change from 0 to 5035261952
[   19.759178] Adding 4917244k swap on /dev/zram3.  Priority:1 extents:1 across:4917244k SS
[   19.807613] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   19.957660] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={34} ascii="4"
[   19.967089] <redpill/pmu_shim.c:239> Executing cmd OUT_PWR_LED_ON handler cmd_shim_noop+0x0/0x30 [redpill]
[   19.977680] <redpill/pmu_shim.c:45> vPMU received OUT_PWR_LED_ON using 1 bytes - NOOP
[   20.110315] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   20.260330] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={39} ascii="9"
[   20.268935] <redpill/pmu_shim.c:239> Executing cmd OUT_STATUS_LED_PULSE_GREEN handler cmd_shim_noop+0x0/0x30 [redpill]
[   20.278603] <redpill/pmu_shim.c:45> vPMU received OUT_STATUS_LED_PULSE_GREEN using 1 bytes - NOOP
[   20.385489] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   20.385499] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   20.386254] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   20.388429] <redpill/memory_helper.c:18> Disabling memory protection for page(s) at ffffffffa0c050d0+12/1 (<<ffffffffa0c05000)
[   20.389686] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389695] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389702] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389704] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.389710] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.389711] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.389713] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.389719] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389724] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389730] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.389732] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.389733] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.389735] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.389736] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.389739] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.389742] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.389744] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.463118] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.466808] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.469548] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.471181] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.473872] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.476736] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.478355] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.671856] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679588] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679590] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.679592] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.679599] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679601] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.679603] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.679605] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.679724] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679726] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.679728] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.679734] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.679736] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.679738] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.679740] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.684182] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684184] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.684186] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.684192] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684194] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.684196] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.684198] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.684674] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684675] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.684677] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.684682] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684684] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.684686] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.684688] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.684795] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684797] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.684798] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.684804] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.684805] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.684807] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.684809] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.685760] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.685762] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.685765] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.685771] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.685773] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.685774] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.685776] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.685877] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.685878] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.685880] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.685886] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.685887] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.685889] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.685891] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.824617] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.824620] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.824622] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.824628] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.824630] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.824631] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.824634] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.824771] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.824773] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.824775] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.824781] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.824783] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.824784] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.824787] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864659] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864667] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864678] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864679] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.864681] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864683] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864689] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864691] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864696] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864698] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.864704] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864706] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864707] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864709] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864711] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864714] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864717] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864830] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864832] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.864833] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864839] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864841] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.864842] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864845] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.864937] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864939] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.864940] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.864946] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.864947] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.864949] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.864951] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.958488] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958489] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.958490] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.958495] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958496] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.958497] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.958498] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.958578] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958579] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.958580] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.958584] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958585] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.958586] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.958587] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.958634] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958635] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.958636] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.958640] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958641] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.958642] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.958643] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.958697] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958698] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.958699] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.958703] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.958704] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.958705] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.958706] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962351] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962354] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962355] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962362] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962364] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962365] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962368] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962392] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962394] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962396] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962403] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962404] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962406] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962408] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962478] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962480] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962482] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962488] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962489] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962491] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962493] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962503] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962505] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962506] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962512] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962514] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962515] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962517] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962569] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962571] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962573] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962579] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962580] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962582] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962587] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962589] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962591] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962593] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962598] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962600] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962601] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962603] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962668] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962670] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.962676] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962677] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962679] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.962684] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962688] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.962690] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.962691] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962693] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.962695] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.962697] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.973473] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.973475] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.973476] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.973480] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.973481] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.973482] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.973484] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   20.973580] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.973582] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   20.973583] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   20.973589] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   20.973590] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   20.973592] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   20.973594] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.084318] Module [adt7475] is removed.
[   21.155899] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.186594] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   21.186597] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   21.186607] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.186609] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   21.186611] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   21.186613] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.420571] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   21.570600] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={70} ascii="p"
[   21.578294] <redpill/pmu_shim.c:235> Unknown 1 byte PMU command with signature hex="70" ascii="p"
[   21.632328] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.635232] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   21.637976] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   21.639521] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.642255] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   21.644077] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   21.645631] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.648238] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.650611] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   21.652564] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   21.654218] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.654219] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   21.654220] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   21.654221] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.654297] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.654299] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   21.654299] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   21.654303] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   21.654304] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   21.654305] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   21.654306] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=8)->support => real=0 [org_fout=0, ovs_fout=0]
[   21.875274] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   22.754846] capability: warning: `nginx' uses 32-bit capabilities (legacy support in use)
[   23.253122] Module [adt7475] is removed.
[   24.241906] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   24.250445] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   24.626813] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   24.634812] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   26.239947] ext2: synoboot2 mounted, process=synopkicompatsy
[   26.266674] synoboot2 unmounted, process=synopkicompatsy
[   26.296349] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[   26.752591] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(4ac2e11025d2).
[   26.775483] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[   26.794503] iSCSI:target_core_device.c:613:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[   26.797303] iSCSI:target_core_configfs.c:5777:target_init_dbroot db_root: cannot open: /etc/target
[   26.799408] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
[   26.821838] iSCSI:target_core_file.c:152:fd_attach_hba RODSP plugin for fileio is enabled.
[   26.823545] iSCSI:target_core_file.c:159:fd_attach_hba ODX Token Manager is enabled.
[   26.825296] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
[   26.827255] iSCSI:target_core_ep.c:795:ep_attach_hba RODSP plugin for epio is enabled.
[   26.829077] iSCSI:target_core_ep.c:802:ep_attach_hba ODX Token Manager is enabled.
[   26.937873] workqueue: max_active 1024 requested for vhost_scsi is out of range, clamping between 1 and 512
[   27.233002] iSCSI:qla_dbg.c:2605:ql_log qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.07.00.38-k.
[   27.259044] [13363]: ocs_fc_lio: ocs_scsi_ini_driver_init:1104::disabling the app heartbeat timeout detection
[   27.261922] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1225::ocs_fc_lio: driver version 12.2.385.0
[   27.265649] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1227::  Module parameters:
[   27.275236] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1228::  Initiator = 0
[   27.283382] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1229::  Target = 1
[   27.292213] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1230::  ctrlmask = 0x000a
[   27.301499] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1231::  loglevel = 5
[   27.310424] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1232::  logmask = 0x0000
[   27.318807] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1233::  ramlog_size = 1048576
[   27.328477] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1234::  rq_threads = 0
[   27.337563] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1235::  wwn_bump = 0
[   27.346468] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1236::  topology = 0
[   27.355412] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1237::  speed = 0
[   27.363238] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1238::  holdoff_link_online = 2
[   27.367587] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1239::  enable_hlm = 0
[   27.369377] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1240::  hlm_group_size = 8
[   27.371270] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1241::  max_remote_nodes = 2048
[   27.373209] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1242::  ethernet_license = 0
[   27.375233] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1243::  num_scsi_ios = 8192
[   27.377012] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1244::  dif_separate = 0
[   27.378750] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1245::  tow_feature = 0
[   27.380661] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1246::  tow_io_size = 65536
[   27.382466] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1247::  tow_xri_cnt = 512
[   27.384305] [13363]: 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
[   27.387425] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1249::  rq_selection_policy = 0
[   27.389366] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1250::  rr_quanta = 1
[   27.391159] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1251::  filter_ref = 0,0,0,0
[   27.393058] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1252::  cq_process_limit = 64
[   27.395114] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1253::  explicit_buffer_list = 0
[   27.397002] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1254::  external_loopback = 0
[   27.398939] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1255::  target_io_timer = 0
[   27.400787] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1256::  target_wqe_timer = 30
[   27.402604] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1257::  ddump_saved_size = 0
[   27.404529] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1258::  hal_war_version = (null)
[   27.406487] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1259::  hw_cmpl_context = 1
[   27.408382] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1260::  watchdog_timeout = 0
[   27.410357] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1261::  heartbeat_cpu_mask = 0x0
[   27.412272] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1262::  sliport_healthcheck = 0
[   27.414251] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1263::  disable_fec = 0
[   27.416075] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1264::  enable_dpp = 1
[   27.417900] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1265::  sliport_pause_errors = disabled
[   27.420076] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1266::  enable_bbcr = 1
[   27.421640] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1267::  fw_dump_type = 1
[   27.423527] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1268::  enable_auto_recovery = 0
[   27.425586] [13363]: ocs_fc_lio: ocs_driver_print_module_params:1269::  cfg_suppress_rsp = 1
[   27.427458] [13367]: ocs_fc_lio: ocs_thread_thunk:1046::ocs_proxy running
[   27.643735] <redpill/intercept_execve.c:82> Blocked /usr/syno/bin/syno_pstore_collect from running
[   28.083615] 8021q: 802.1Q VLAN Support v1.8
[   28.087802] 8021q: adding VLAN 0 to HW filter on device eth1
[   28.256024] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.269209] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   28.277467] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   28.286147] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.299564] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   28.308968] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   28.316643] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=3)->support => real=1 [org_fout=0, ovs_fout=0]
[   28.357807] <redpill/bios_shims_collection.c:53> mfgBIOS: nullify zero-int for VTK_GET_MICROP_ID
[   28.477449] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   28.627475] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={72} ascii="r"
[   28.636943] <redpill/pmu_shim.c:239> Executing cmd OUT_SCHED_UP_OFF handler cmd_shim_noop+0x0/0x30 [redpill]
[   28.647789] <redpill/pmu_shim.c:45> vPMU received OUT_SCHED_UP_OFF using 1 bytes - NOOP
[   28.669287] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.682440] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   28.691637] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   28.699324] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.712720] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   28.716440] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   28.719073] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=3)->support => real=1 [org_fout=0, ovs_fout=0]
[   28.769731] <redpill/bios_shims_collection.c:52> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
[   28.772726] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.772728] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   28.772729] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   28.772735] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   28.772737] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   28.772740] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   28.772742] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=2)->support => real=1 [org_fout=0, ovs_fout=0]
[   28.772814] <redpill/bios_shims_collection.c:51> mfgBIOS: nullify zero-int for VTK_SET_PHY_LED
[   28.772817] <redpill/bios_shims_collection.c:45> mfgBIOS: nullify zero-int for VTK_SET_PWR_LED
[   28.811235] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   28.823176] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   28.858274] fuse init (API version 7.23)
[   29.920663] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   30.070686] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={38} ascii="8"
[   30.079133] <redpill/pmu_shim.c:239> Executing cmd OUT_STATUS_LED_ON_GREEN handler cmd_shim_noop+0x0/0x30 [redpill]
[   30.090561] <redpill/pmu_shim.c:45> vPMU received OUT_STATUS_LED_ON_GREEN using 1 bytes - NOOP
[   31.420877] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   31.570887] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={33} ascii="3"
[   31.579453] <redpill/pmu_shim.c:239> Executing cmd OUT_BUZ_LONG handler cmd_shim_noop+0x0/0x30 [redpill]
[   31.587934] <redpill/pmu_shim.c:45> vPMU received OUT_BUZ_LONG using 1 bytes - NOOP
[   32.826251] <redpill/bios_shims_collection.c:52> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
[   32.841717] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   32.856637] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   33.723112] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={2d} ascii="-"
[   33.873126] <redpill/pmu_shim.c:310> Got 1 bytes from PMU: reason=1 hex={38} ascii="8"
[   33.882577] <redpill/pmu_shim.c:239> Executing cmd OUT_STATUS_LED_ON_GREEN handler cmd_shim_noop+0x0/0x30 [redpill]
[   33.894062] <redpill/pmu_shim.c:45> vPMU received OUT_STATUS_LED_ON_GREEN using 1 bytes - NOOP
[   76.554673] <redpill/override_symbol.c:250> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   76.566233] <redpill/override_symbol.c:250> Writing original code to <ffffffffa0c050d0>
[   76.574468] <redpill/override_symbol.c:250> Released lock for <ffffffffa0c050d0>
[   76.581986] <redpill/override_symbol.c:221> Obtaining lock for <GetHwCapability+0x0/0xf0 [broadwellnk_synobios]/ffffffffa0c050d0>
[   76.585228] <redpill/override_symbol.c:221> Writing trampoline code to <ffffffffa0c050d0>
[   76.587158] <redpill/override_symbol.c:221> Released lock for <ffffffffa0c050d0>
[   76.588646] <redpill/bios_hwcap_shim.c:66> proxying GetHwCapability(id=3)->support => real=1 [org_fout=0, ovs_fout=0]

 

 

Your user_config.json seems to be missing some parts.
Changing netif_num = 0 and erasing the mac address is for Intel x550 nic chipset to work with vanilla ext of DS3622xs+?

And it comes out that the VID/PID of the USB doesn't match as in the log below.

 

Is it correct that mpt3sas ext has been added?

 

I want to know your loader build command.
Is it correct to use TCRP?

 

[    2.570214] mpt3sas version 09.102.00.00 loaded
[    2.571376] mpt3sas 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.573212] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (32777016 kB)
[    2.630831] mpt2sas_cm0: MSI-X vectors supported: 1, no of cores: 8, max_msix_vectors: -1
[    2.632738] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 26
[    2.633818] mpt2sas_cm0: iomem(0x00000000f7dc0000), mapped(0xffffc90000298000), size(16384)
[    2.635714] mpt2sas_cm0: ioport(0x000000000000e000), size(256)
[    2.666959] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.675279] Got empty serial number. Generate serial number from product.
[    2.682568] hub 2-1:1.0: USB hub found
[    2.686783] hub 2-1:1.0: 8 ports detected
[    2.692807] <redpill/usb_boot_shim.c:75> Found new device <vid=8087, pid=0024> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.719012] mpt2sas_cm0: Allocated physical memory: size(3392 kB)
[    2.725054] mpt2sas_cm0: Current Controller Queue Depth(1483),Max Controller Queue Depth(1720)
[    2.734790] mpt2sas_cm0: Scatter Gather Elements per IO(128)
[    2.786001] mpt2sas_cm0: LSISAS2008: FWVersion(18.00.00.00), ChipRevision(0x03), BiosVersion(07.35.00.00)
[    2.788333] mpt2sas_cm0: Protocol=(

 

Link to comment
Share on other sites

40 minutes ago, Peter Suh said:

 

Your user_config.json seems to be missing some parts.
Changing netif_num = 0 and erasing the mac address is for Intel x550 nic chipset to work with vanilla ext of DS3622xs+?

And it comes out that the VID/PID of the USB doesn't match as in the log below.

 

Is it correct that mpt3sas ext has been added?

 

I want to know your loader build command.
Is it correct to use TCRP?

 

[    2.570214] mpt3sas version 09.102.00.00 loaded
[    2.571376] mpt3sas 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.573212] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (32777016 kB)
[    2.630831] mpt2sas_cm0: MSI-X vectors supported: 1, no of cores: 8, max_msix_vectors: -1
[    2.632738] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 26
[    2.633818] mpt2sas_cm0: iomem(0x00000000f7dc0000), mapped(0xffffc90000298000), size(16384)
[    2.635714] mpt2sas_cm0: ioport(0x000000000000e000), size(256)
[    2.666959] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.675279] Got empty serial number. Generate serial number from product.
[    2.682568] hub 2-1:1.0: USB hub found
[    2.686783] hub 2-1:1.0: 8 ports detected
[    2.692807] <redpill/usb_boot_shim.c:75> Found new device <vid=8087, pid=0024> - didn't match expected <vid=13fe, pid=5500> (prev_shimmed=0)
[    2.719012] mpt2sas_cm0: Allocated physical memory: size(3392 kB)
[    2.725054] mpt2sas_cm0: Current Controller Queue Depth(1483),Max Controller Queue Depth(1720)
[    2.734790] mpt2sas_cm0: Scatter Gather Elements per IO(128)
[    2.786001] mpt2sas_cm0: LSISAS2008: FWVersion(18.00.00.00), ChipRevision(0x03), BiosVersion(07.35.00.00)
[    2.788333] mpt2sas_cm0: Protocol=(

 

 

I will check those errors out and let you know I used the fbelavenuto \ arpl I had had to use the arpl-0.2-alpha5.img all newer images breaks things and does not auto detects 

 

I also added these lines and and I updated the lkm and added the misc extensions right now it is seeing my disk and my old pools will keep working it out. from linux i used lsusb and it shows that ias my vid and pid hmm odd

    },
    "synoinfo": {
        "internalportcfg": "0xffff",
        "maxdisks": "16"
    },
Link to comment
Share on other sites

@Peter Suh here is my lsusb

 


admin@test:/$ lsusb
|__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:1a.0) hub
  |__1-1         8087:0024:0000 09  2.00  480MBit/s 0mA 1IF  ( ffffffd1ffffffb2ffffffdbffffffad) hub
    |__1-1.1     13fe:5500:0100 00  2.10  480MBit/s 300mA 1IF  (                          071047B7D4156A36)
    |__1-1.2     0a81:0205:0010 00  1.10  1.5MBit/s 100mA 2IFs (CHESEN PS2 to USB Converter ffffffc6ffffffa3ffffffd7ffffffa5)
|__usb2          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:1d.0) hub
  |__2-1         8087:0024:0000 09  2.00  480MBit/s 0mA 1IF  ( ffffffd1ffffffb2ffffffdbffffffa0) hub
|__usb3          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:14.0) hub
|__usb4          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:14.0) hub
 

Link to comment
Share on other sites

8 minutes ago, medric said:

 

I will check those errors out and let you know I used the fbelavenuto \ arpl I had had to use the arpl-0.2-alpha5.img all newer images breaks things and does not auto detects 

 

I also added these lines and and I updated the lkm and added the misc extensions right now it is seeing my disk and my old pools will keep working it out. from linux i used lsusb and it shows that ias my vid and pid hmm odd

    },
    "synoinfo": {
        "internalportcfg": "0xffff",
        "maxdisks": "16"
    },

 

If so, these questions seem to be answered faster by asking the ARPL topic of fbelavenuto.
IMHO, fabio's mpt3sas addon doesn't seem to be working correctly.

 

If possible, I recommend that you switch the bootloader to TCRP and try another test.

I share commands that can be easily built with M SHELL with TRCP.
(It is assumed that TC Image is prepared on a USB stick.)

 

curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz" -O; tar -zxvf my.sh.gz;

./my.sh DS3622xs+J

 

I'm also using a TCRP DS3622xs+ and a Dell Perc H310 HBA, I have no problem using 8 disks.
Also tested on Asrock E3C232D4U.

Link to comment
Share on other sites

32 minutes ago, Peter Suh said:

 

If so, these questions seem to be answered faster by asking the ARPL topic of fbelavenuto.
IMHO, fabio's mpt3sas addon doesn't seem to be working correctly.

 

If possible, I recommend that you switch the bootloader to TCRP and try another test.

I share commands that can be easily built with M SHELL with TRCP.
(It is assumed that TC Image is prepared on a USB stick.)

 

curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz" -O; tar -zxvf my.sh.gz;

./my.sh DS3622xs+J

 

I'm also using a TCRP DS3622xs+ and a Dell Perc H310 HBA, I have no problem using 8 disks.
Also tested on Asrock E3C232D4U.

 

Okay I will do that. Tomorrow 8/5.. I am GMT -5

it is on a usb disk. 

 

Thank you again for for the info will test it out and give updates afterwards 🤞

 

  • Like 1
Link to comment
Share on other sites

@Peter Suh I tried to run it from the arpl usb disk but it would not download and then after ssh the file to the disk it would not run. I think it does not have the the same TC file system. I created a new usb disk. I have not had a chance to run it. I had Hardware issue the Norco 3u 16 bay chassis sas backplane seem to have dead slot. I am working on getting that sorted... So far I am having lots of fun on this build 🤣.

  • Like 1
  • Haha 1
Link to comment
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

×
×
  • Create New...