Jump to content
XPEnology Community

Develop and refine the FS6400 loader


yanjun

Recommended Posts

I'm currently trying to make a loader for the FS6400 (since the FS6400 supports a mix of sata and LSI, I learned from an article that the FS6400 uses two 9300-8i and sata controllers), but I get some kernel errors during the loader boot process, Can someone help? If there are lspci results for the FS6400 that would be the best.synology-fs6400-flashstation-nas-hardware-review

 


[    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@build16) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:16:19 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/zImage HddHotplug=0 withefi console=ttyS0,115200n8 DiskIdxMap=0F0004 netif_num=1 syno_hdd_detect=0 syno_port_thaw=1 SasIdxMap=0 vender_format_version=2 earlyprintk mac1=001132123456 syno_hdd_powerup_seq=0 pid=0x0001 log_buf_len=32M syno_hw_version=FS6400 vid=0x46f4 earlycon=uart8250,io,0x3f8,115200n8 sn=1130LWN123456 elevator=elevator root=/dev/md0 loglevel=15 SataPortMap=148
[    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: xstate_offset[3]:  960, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]:   64
[    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: Supporting XSAVE feature 0x08: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x10: 'MPX CSR'
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 1088 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000000805fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000806000-0x0000000000807fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000900000-0x00000000beec2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000beec3000-0x00000000befc4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000befc5000-0x00000000bf8edfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf8ee000-0x00000000bf9edfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf9ee000-0x00000000bfaedfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bfaee000-0x00000000bfb6dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bfb6e000-0x00000000bfb7dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bfb7e000-0x00000000bfbfdfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bfbfe000-0x00000000bfedbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bfedc000-0x00000000bff5ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bff60000-0x00000000bfffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001b6ffffff] 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] efi: EFI v2.70 by EDK II
[    0.000000] efi:  SMBIOS=0xbf922000  ACPI=0xbfb7d000  ACPI 2.0=0xbfb7d014
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015
[    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 = 0x1b7000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 0800000000 mask 7800000000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC
[    0.000000] e820: last_pfn = 0xbfedc max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x059a7000, 0x059a7fff] PGTABLE
[    0.000000] BRK [0x059a8000, 0x059a8fff] PGTABLE
[    0.000000] BRK [0x059a9000, 0x059a9fff] PGTABLE
[    0.000000] BRK [0x059aa000, 0x059aafff] PGTABLE
[    0.000000] BRK [0x059ab000, 0x059abfff] PGTABLE
[    0.000000] BRK [0x059ac000, 0x059acfff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 1043804(99%)
[    0.000000] RAMDISK: [mem 0x33aa7000-0x35d4afff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BFB7D014 000024 (v02 BOCHS )
[    0.000000] ACPI: XSDT 0x00000000BFB7C0E8 00005C (v01 BOCHS  BXPC     00000001      01000013)
[    0.000000] ACPI: FACP 0x00000000BFB78000 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x00000000BFB79000 002D7D (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x00000000BFBDB000 000040
[    0.000000] ACPI: APIC 0x00000000BFB77000 000090 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: SSDT 0x00000000BFB76000 0000CA (v01 BOCHS  VMGENID  00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x00000000BFB75000 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: SRAT 0x00000000BFB74000 0000E8 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: WAET 0x00000000BFB73000 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: BGRT 0x00000000BFB72000 000038 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x1b6ffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x1b6ffffff] -> [mem 0x00000000-0x1b6ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x1b4ff8000-0x1b4ffbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000001b6ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000000805fff]
[    0.000000]   node   0: [mem 0x0000000000808000-0x000000000080ffff]
[    0.000000]   node   0: [mem 0x0000000000900000-0x00000000beec2fff]
[    0.000000]   node   0: [mem 0x00000000befc5000-0x00000000bf8edfff]
[    0.000000]   node   0: [mem 0x00000000bfbfe000-0x00000000bfedbfff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000001b6ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000001b6ffffff]
[    0.000000] On node 0 totalpages: 1534327
[    0.000000]   DMA zone: 59 pages used for memmap
[    0.000000]   DMA zone: 1818 pages reserved
[    0.000000]   DMA zone: 3757 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12204 pages used for memmap
[    0.000000]   DMA32 zone: 781002 pages, LIFO batch:31
[    0.000000]   Normal zone: 11712 pages used for memmap
[    0.000000]   Normal zone: 749568 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x00806000-0x00807fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00810000-0x008fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbeec3000-0xbefc4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf8ee000-0xbf9edfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf9ee000-0xbfaedfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfaee000-0xbfb6dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfb6e000-0xbfb7dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfb7e000-0xbfbfdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfedc000-0xbff5ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbff60000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xffbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xffbfffff] 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:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff8801b4c00000 s95256 r8192 d31720 u524288
[    0.000000] pcpu-alloc: s95256 r8192 d31720 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1508534
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/zImage HddHotplug=0 withefi console=ttyS0,115200n8 DiskIdxMap=0F0004 netif_num=1 syno_hdd_detect=0 syno_port_thaw=1 SasIdxMap=0 vender_format_version=2 earlyprintk mac1=001132123456 syno_hdd_powerup_seq=0 pid=0x0001 log_buf_len=32M syno_hw_version=FS6400 vid=0x46f4 earlycon=uart8250,io,0x3f8,115200n8 sn=1130LWN123456 elevator=elevator root=/dev/md0 loglevel=15 SataPortMap=148
[    0.000000] Internal netif num: 1
[    0.000000] Vender format version: 2
[    0.000000] Mac1: 001132123456
[    0.000000] Synology Hardware Version: FS6400
[    0.000000] Serial Number: 1130LWN123456
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 5854952K/6137308K available (5725K kernel code, 949K rwdata, 1820K rodata, 972K init, 1780K bss, 282356K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:456 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3599.966 MHz processor
[    0.002003] Calibrating delay loop (skipped), value calculated using timer frequency.. 7199.93 BogoMIPS (lpj=3599966)
[    0.003190] pid_max: default: 32768 minimum: 301
[    0.003525] ACPI: Core revision 20150930
[    0.004673] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.005337] Security Framework initialized
[    0.005686] AppArmor: AppArmor initialized
[    0.006379] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.008720] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.010195] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.010776] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.011150] Initializing cgroup subsys io
[    0.012006] Initializing cgroup subsys memory
[    0.012377] Initializing cgroup subsys devices
[    0.012719] Initializing cgroup subsys freezer
[    0.013033] CPU: Physical Processor ID: 0
[    0.013371] CPU: Processor Core ID: 0
[    0.022932] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.023001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.023483] Speculative Store Bypass: Vulnerable
[    0.025483] Freeing SMP alternatives memory: 24K
[    0.026991] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.036604] TSC deadline timer enabled
[    0.036934] smpboot: CPU0: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xc)
[    0.037000] Performance Events: generic architected perfmon, full-width counters, Intel PMU driver.
[    0.037492] ... version:                2
[    0.037784] ... bit width:              48
[    0.038001] ... generic registers:      4
[    0.038351] ... value mask:             0000ffffffffffff
[    0.038805] ... max period:             00007fffffffffff
[    0.039001] ... fixed-purpose events:   3
[    0.039256] ... event mask:             000000070000000f
[    0.039818] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.040047] x86: Booting SMP configuration:
[    0.040399] .... node  #0, CPUs:      #1 #2 #3
[    0.072010] x86: Booted up 1 node, 4 CPUs
[    0.072256] smpboot: Total of 4 processors activated (28799.72 BogoMIPS)
[    0.073063] devtmpfs: initialized
[    0.073436] PM: Registering ACPI NVS region [mem 0x00806000-0x00807fff] (8192 bytes)
[    0.074003] PM: Registering ACPI NVS region [mem 0x00810000-0x008fffff] (983040 bytes)
[    0.074496] PM: Registering ACPI NVS region [mem 0xbfb7e000-0xbfbfdfff] (524288 bytes)
[    0.075004] PM: Registering ACPI NVS region [mem 0xbff60000-0xbfffffff] (655360 bytes)
[    0.075574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.076007] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.076462] pinctrl core: initialized pinctrl subsystem
[    0.077063] NET: Registered protocol family 16
[    0.082006] cpuidle: using governor ladder
[    0.086005] cpuidle: using governor menu
[    0.086333] ACPI: bus type PCI registered
[    0.086604] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.087049] PCI: Using configuration type 1 for base access
[    0.093072] ACPI: Added _OSI(Module Device)
[    0.093072] ACPI: Added _OSI(Processor Device)
[    0.093304] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.093618] ACPI: Added _OSI(Processor Aggregator Device)
[    0.094709] ACPI: Interpreter enabled
[    0.094931] ACPI: (supports S0 S4 S5)
[    0.096002] ACPI: Using IOAPIC for interrupt routing
[    0.096301] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.099758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.100006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.100416] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.100883] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.101069] acpiphp: Slot [3] registered
[    0.102002] acpiphp: Slot [4] registered
[    0.102012] acpiphp: Slot [5] registered
[    0.102017] acpiphp: Slot [6] registered
[    0.102029] acpiphp: Slot [7] registered
[    0.103002] acpiphp: Slot [8] registered
[    0.103012] acpiphp: Slot [9] registered
[    0.103012] acpiphp: Slot [10] registered
[    0.104023] acpiphp: Slot [11] registered
[    0.104315] acpiphp: Slot [12] registered
[    0.104605] acpiphp: Slot [13] registered
[    0.104897] acpiphp: Slot [14] registered
[    0.105022] acpiphp: Slot [15] registered
[    0.105313] acpiphp: Slot [16] registered
[    0.105635] acpiphp: Slot [17] registered
[    0.106001] acpiphp: Slot [18] registered
[    0.106023] acpiphp: Slot [19] registered
[    0.106324] acpiphp: Slot [20] registered
[    0.107002] acpiphp: Slot [21] registered
[    0.107012] acpiphp: Slot [22] registered
[    0.107023] acpiphp: Slot [23] registered
[    0.107300] acpiphp: Slot [24] registered
[    0.108003] acpiphp: Slot [25] registered
[    0.108013] acpiphp: Slot [26] registered
[    0.108023] acpiphp: Slot [27] registered
[    0.109001] acpiphp: Slot [28] registered
[    0.109145] acpiphp: Slot [29] registered
[    0.109145] PCI host bridge to bus 0000:00
[    0.109145] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.109409] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.109842] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.111001] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.111501] pci_bus 0000:00: root bus resource [mem 0x800000000-0x87fffffff window]
[    0.112001] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.112341] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.113017] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.113265] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.115002] pci 0000:00:01.1: reg 0x20: [io  0xd2c0-0xd2cf]
[    0.115899] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.116002] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.116445] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.116854] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.118070] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[    0.119819] pci 0000:00:01.2: reg 0x20: [io  0xd2a0-0xd2bf]
[    0.121000] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.121176] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.121597] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.122109] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[    0.123319] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc0ffffff pref]
[    0.126025] pci 0000:00:02.0: reg 0x18: [mem 0xc14c9000-0xc14c9fff]
[    0.128011] pci 0000:00:02.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    0.129012] pci 0000:00:03.0: [1af4:1002] type 00 class 0x00ff00
[    0.129421] pci 0000:00:03.0: reg 0x10: [io  0xd200-0xd23f]
[    0.131265] pci 0000:00:03.0: reg 0x20: [mem 0x800000000-0x800003fff 64bit pref]
[    0.133000] pci 0000:00:07.0: [8086:2922] type 00 class 0x010601
[    0.136248] pci 0000:00:07.0: reg 0x20: [io  0xd280-0xd29f]
[    0.137300] pci 0000:00:07.0: reg 0x24: [mem 0xc14c8000-0xc14c8fff]
[    0.138217] pci 0000:00:12.0: [8086:10d3] type 00 class 0x020000
[    0.139002] pci 0000:00:12.0: reg 0x10: [mem 0xc14a0000-0xc14bffff]
[    0.139879] pci 0000:00:12.0: reg 0x14: [mem 0xc1480000-0xc149ffff]
[    0.140549] pci 0000:00:12.0: reg 0x18: [io  0xd260-0xd27f]
[    0.141333] pci 0000:00:12.0: reg 0x1c: [mem 0xc14c4000-0xc14c7fff]
[    0.144472] pci 0000:00:12.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    0.145125] pci 0000:00:13.0: [8086:10d3] type 00 class 0x020000
[    0.146482] pci 0000:00:13.0: reg 0x10: [mem 0xc1460000-0xc147ffff]
[    0.148572] pci 0000:00:13.0: reg 0x14: [mem 0xc1440000-0xc145ffff]
[    0.149325] pci 0000:00:13.0: reg 0x18: [io  0xd240-0xd25f]
[    0.150002] pci 0000:00:13.0: reg 0x1c: [mem 0xc14c0000-0xc14c3fff]
[    0.151776] pci 0000:00:13.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    0.152208] pci 0000:00:18.0: [1b36:000d] type 00 class 0x0c0330
[    0.152772] pci 0000:00:18.0: reg 0x10: [mem 0x800004000-0x800007fff 64bit]
[    0.154001] pci 0000:00:1e.0: [1b36:0001] type 01 class 0x060400
[    0.155377] pci 0000:00:1e.0: reg 0x10: [mem 0x800009000-0x8000090ff 64bit]
[    0.156196] pci 0000:00:1f.0: [1b36:0001] type 01 class 0x060400
[    0.156961] pci 0000:00:1f.0: reg 0x10: [mem 0x800008000-0x8000080ff 64bit]
[    0.159017] acpiphp: Slot [0] registered
[    0.159017] acpiphp: Slot [1] registered
[    0.159024] acpiphp: Slot [2] registered
[    0.159280] acpiphp: Slot [3-1] registered
[    0.159546] acpiphp: Slot [4-1] registered
[    0.160013] acpiphp: Slot [5-1] registered
[    0.160025] acpiphp: Slot [6-1] registered
[    0.160293] acpiphp: Slot [7-1] registered
[    0.160560] acpiphp: Slot [8-1] registered
[    0.161015] acpiphp: Slot [9-1] registered
[    0.161025] acpiphp: Slot [10-1] registered
[    0.161297] acpiphp: Slot [11-1] registered
[    0.162015] acpiphp: Slot [12-1] registered
[    0.162016] acpiphp: Slot [13-1] registered
[    0.162025] acpiphp: Slot [14-1] registered
[    0.162297] acpiphp: Slot [15-1] registered
[    0.163015] acpiphp: Slot [16-1] registered
[    0.163016] acpiphp: Slot [17-1] registered
[    0.163024] acpiphp: Slot [18-1] registered
[    0.163297] acpiphp: Slot [19-1] registered
[    0.164013] acpiphp: Slot [20-1] registered
[    0.164015] acpiphp: Slot [21-1] registered
[    0.164024] acpiphp: Slot [22-1] registered
[    0.164301] acpiphp: Slot [23-1] registered
[    0.165015] acpiphp: Slot [24-1] registered
[    0.165015] acpiphp: Slot [25-1] registered
[    0.165024] acpiphp: Slot [26-1] registered
[    0.165298] acpiphp: Slot [27-1] registered
[    0.166015] acpiphp: Slot [28-1] registered
[    0.166015] acpiphp: Slot [29-1] registered
[    0.167024] acpiphp: Slot [30] registered
[    0.167285] acpiphp: Slot [31] registered
[    0.167633] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.167938] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.168008] pci 0000:00:1e.0:   bridge window [mem 0xc1200000-0xc13fffff]
[    0.168697] acpiphp: Slot [0-1] registered
[    0.168973] acpiphp: Slot [1-1] registered
[    0.169024] acpiphp: Slot [2-1] registered
[    0.169293] acpiphp: Slot [3-2] registered
[    0.169557] acpiphp: Slot [4-2] registered
[    0.170015] acpiphp: Slot [5-2] registered
[    0.170024] acpiphp: Slot [6-2] registered
[    0.170290] acpiphp: Slot [7-2] registered
[    0.170555] acpiphp: Slot [8-2] registered
[    0.171015] acpiphp: Slot [9-2] registered
[    0.171024] acpiphp: Slot [10-2] registered
[    0.171297] acpiphp: Slot [11-2] registered
[    0.171568] acpiphp: Slot [12-2] registered
[    0.172015] acpiphp: Slot [13-2] registered
[    0.172024] acpiphp: Slot [14-2] registered
[    0.172300] acpiphp: Slot [15-2] registered
[    0.172572] acpiphp: Slot [16-2] registered
[    0.173014] acpiphp: Slot [17-2] registered
[    0.173025] acpiphp: Slot [18-2] registered
[    0.173296] acpiphp: Slot [19-2] registered
[    0.174015] acpiphp: Slot [20-2] registered
[    0.174015] acpiphp: Slot [21-2] registered
[    0.174024] acpiphp: Slot [22-2] registered
[    0.174300] acpiphp: Slot [23-2] registered
[    0.175015] acpiphp: Slot [24-2] registered
[    0.175015] acpiphp: Slot [25-2] registered
[    0.175024] acpiphp: Slot [26-2] registered
[    0.175296] acpiphp: Slot [27-2] registered
[    0.176010] acpiphp: Slot [28-2] registered
[    0.176011] acpiphp: Slot [29-2] registered
[    0.176025] acpiphp: Slot [30-1] registered
[    0.177010] acpiphp: Slot [31-1] registered
[    0.177010] pci 0000:00:1f.0: PCI bridge to [bus 02]
[    0.177010] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
[    0.178009] pci 0000:00:1f.0:   bridge window [mem 0xc1000000-0xc11fffff]
[    0.179061] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.179464] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.179860] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.180127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.180509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.181022] ACPI: Enabled 3 GPEs in block 00 to 0F
[    0.181104] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.181353] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.181824] vgaarb: loaded
[    0.182008] vgaarb: bridge control possible 0000:00:02.0
[    0.182394] SCSI subsystem initialized
[    0.183031] libata version 3.00 loaded.
[    0.183289] pps_core: LinuxPPS API ver. 1 registered
[    0.183289] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.184001] PTP clock support registered
[    0.184034] EDAC MC: Ver: 3.0.0
[    0.185072] EFI Variables Facility v0.08 2004-May-17
[    0.185838] pstore: Registered efi as persistent store backend
[    0.186022] PCI: Using ACPI for IRQ routing
[    0.186520] PCI: pci_cache_line_size set to 64 bytes
[    0.187020] pci 0000:00:01.1: can't claim BAR 4 [io  0xd2c0-0xd2cf]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.189010] pci 0000:00:01.2: can't claim BAR 4 [io  0xd2a0-0xd2bf]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.190018] pci 0000:00:03.0: can't claim BAR 0 [io  0xd200-0xd23f]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.191009] pci 0000:00:07.0: can't claim BAR 4 [io  0xd280-0xd29f]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.192010] pci 0000:00:12.0: can't claim BAR 2 [io  0xd260-0xd27f]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.194010] pci 0000:00:13.0: can't claim BAR 2 [io  0xd240-0xd25f]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.195064] e820: reserve RAM buffer [mem 0x00806000-0x008fffff]
[    0.195749] e820: reserve RAM buffer [mem 0x00810000-0x008fffff]
[    0.196002] e820: reserve RAM buffer [mem 0xbeec3000-0xbfffffff]
[    0.196689] e820: reserve RAM buffer [mem 0xbf8ee000-0xbfffffff]
[    0.197003] e820: reserve RAM buffer [mem 0xbfedc000-0xbfffffff]
[    0.197678] e820: reserve RAM buffer [mem 0x1b7000000-0x1b7ffffff]
[    0.199263] clocksource: Switched to clocksource hpet
[    0.203060] AppArmor: AppArmor Filesystem Enabled
[    0.203599] pnp: PnP ACPI init
[    0.204034] pnp 00:00: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.204790] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.205619] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.206442] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.207264] pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.208033] pnp 00:05: [dma 2]
[    0.208354] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.209170] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.210056] pnp: PnP ACPI: found 7 devices
[    0.218488] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.219047] pci 0000:00:02.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    0.219656] pci 0000:00:12.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    0.220323] pci 0000:00:13.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    0.221519] pci 0000:00:12.0: BAR 6: assigned [mem 0xc1400000-0xc143ffff pref]
[    0.221972] pci 0000:00:13.0: BAR 6: assigned [mem 0xc1500000-0xc153ffff pref]
[    0.222444] pci 0000:00:02.0: BAR 6: assigned [mem 0xc14d0000-0xc14dffff pref]
[    0.222872] pci 0000:00:03.0: BAR 0: assigned [io  0x1000-0x103f]
[    0.223463] pci 0000:00:01.2: BAR 4: assigned [io  0x1040-0x105f]
[    0.224071] pci 0000:00:07.0: BAR 4: assigned [io  0x1060-0x107f]
[    0.224673] pci 0000:00:12.0: BAR 2: assigned [io  0x1080-0x109f]
[    0.225310] pci 0000:00:13.0: BAR 2: assigned [io  0x10a0-0x10bf]
[    0.225903] pci 0000:00:01.1: BAR 4: assigned [io  0x10c0-0x10cf]
[    0.226534] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.226837] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.227803] pci 0000:00:1e.0:   bridge window [mem 0xc1200000-0xc13fffff]
[    0.228866] pci 0000:00:1f.0: PCI bridge to [bus 02]
[    0.229218] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
[    0.229861] pci 0000:00:1f.0:   bridge window [mem 0xc1000000-0xc11fffff]
[    0.230995] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.231419] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.231792] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.232245] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
[    0.232657] pci_bus 0000:00: resource 8 [mem 0x800000000-0x87fffffff window]
[    0.233106] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.233450] pci_bus 0000:01: resource 1 [mem 0xc1200000-0xc13fffff]
[    0.233823] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.234191] pci_bus 0000:02: resource 1 [mem 0xc1000000-0xc11fffff]
[    0.234579] NET: Registered protocol family 2
[    0.234958] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.235532] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.235986] TCP: Hash tables configured (established 65536 bind 65536)
[    0.236427] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.236799] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.237260] NET: Registered protocol family 1
[    0.237783] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.238177] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.239381] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.250736] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.262104] pci 0000:00:02.0: Video device with shadowed ROM
[    0.284163] PCI: CLS 0 bytes, default 64
[    0.682477] Trying to unpack rootfs image as initramfs...
[    0.692663] Freeing initrd memory: 35472K
[    0.695097] redpill: loading out-of-tree module taints kernel.
[    0.695502] redpill: module verification failed: signature and/or required key missing - tainting kernel
[    0.696721] <redpill/redpill_main.c:45> ================================================================================================
[    0.697605] <redpill/redpill_main.c:46> RedPill v0.5-git-2647685 loading...
[    0.698795] <redpill/call_protected.c:83> Got addr ffffffff81204510 for cmdline_proc_show
[    0.699342] <redpill/cmdline_delegate.c:322> Cmdline count: 391
[    0.699694] <redpill/cmdline_delegate.c:389> Cmdline: BOOT_IMAGE=/zImage HddHotplug=0 withefi console=ttyS0,115200n8 DiskIdxMap=0F0004 netif_num=1 syno_hdd_detect=0 syno_port_thaw=1 SasIdxMap=0 vender_format_version=2 earlyprintk mac1=001132123456 syno_hdd_powerup_seq=0 pid=0x0001 log_buf_len=32M syno_hw_version=FS6400 vid=0x46f4 earlycon=uart8250,io,0x3f8,115200n8 sn=1130LWN123456 elevator=elevator root=/dev/md0 loglevel=15 SataPortMap=148
[    0.699694]
[    0.702182] <redpill/cmdline_delegate.c:401> Param #0: |BOOT_IMAGE=/zImage|
[    0.702634] <redpill/cmdline_delegate.c:296> Option "BOOT_IMAGE=/zImage" not recognized - ignoring
[    0.703207] <redpill/cmdline_delegate.c:401> Param #1: |HddHotplug=0|
[    0.703636] <redpill/cmdline_delegate.c:296> Option "HddHotplug=0" not recognized - ignoring
[    0.704297] <redpill/cmdline_delegate.c:401> Param #2: |withefi|
[    0.704679] <redpill/cmdline_delegate.c:296> Option "withefi" not recognized - ignoring
[    0.705310] <redpill/cmdline_delegate.c:401> Param #3: |console=ttyS0,115200n8|
[    0.705736] <redpill/cmdline_delegate.c:296> Option "console=ttyS0,115200n8" not recognized - ignoring
[    0.706328] <redpill/cmdline_delegate.c:401> Param #4: |DiskIdxMap=0F0004|
[    0.706747] <redpill/cmdline_delegate.c:296> Option "DiskIdxMap=0F0004" not recognized - ignoring
[    0.707437] <redpill/cmdline_delegate.c:401> Param #5: |netif_num=1|
[    0.707830] <redpill/cmdline_delegate.c:239> Declared network ifaces # as 1
[    0.708295] <redpill/cmdline_delegate.c:401> Param #6: |syno_hdd_detect=0|
[    0.708713] <redpill/cmdline_delegate.c:296> Option "syno_hdd_detect=0" not recognized - ignoring
[    0.709276] <redpill/cmdline_delegate.c:401> Param #7: |syno_port_thaw=1|
[    0.709673] <redpill/cmdline_delegate.c:211> Port thaw set to: 1
[    0.710048] <redpill/cmdline_delegate.c:401> Param #8: |SasIdxMap=0|
[    0.710571] <redpill/cmdline_delegate.c:296> Option "SasIdxMap=0" not recognized - ignoring
[    0.711192] <redpill/cmdline_delegate.c:401> Param #9: |vender_format_version=2|
[    0.711685] <redpill/cmdline_delegate.c:296> Option "vender_format_version=2" not recognized - ignoring
[    0.712315] <redpill/cmdline_delegate.c:401> Param #10: |earlyprintk|
[    0.712716] <redpill/cmdline_delegate.c:296> Option "earlyprintk" not recognized - ignoring
[    0.713287] <redpill/cmdline_delegate.c:401> Param #11: |mac1=001132123456|
[    0.713724] <redpill/cmdline_delegate.c:284> Set MAC #1: 001132123456
[    0.714236] <redpill/cmdline_delegate.c:401> Param #12: |syno_hdd_powerup_seq=0|
[    0.714660] <redpill/cmdline_delegate.c:296> Option "syno_hdd_powerup_seq=0" not recognized - ignoring
[    0.715287] <redpill/cmdline_delegate.c:401> Param #13: |pid=0x0001|
[    0.715782] <redpill/cmdline_delegate.c:142> PID override: 0x0001
[    0.716180] <redpill/cmdline_delegate.c:401> Param #14: |log_buf_len=32M|
[    0.716657] <redpill/cmdline_delegate.c:296> Option "log_buf_len=32M" not recognized - ignoring
[    0.717258] <redpill/cmdline_delegate.c:401> Param #15: |syno_hw_version=FS6400|
[    0.717689] <redpill/cmdline_delegate.c:26> HW version set to: FS6400
[    0.718204] <redpill/cmdline_delegate.c:401> Param #16: |vid=0x46f4|
[    0.718570] <redpill/cmdline_delegate.c:108> VID override: 0x46f4
[    0.718939] <redpill/cmdline_delegate.c:401> Param #17: |earlycon=uart8250,io,0x3f8,115200n8|
[    0.719508] <redpill/cmdline_delegate.c:296> Option "earlycon=uart8250,io,0x3f8,115200n8" not recognized - ignoring
[    0.720179] <redpill/cmdline_delegate.c:401> Param #18: |sn=1130LWN123456|
[    0.720591] <redpill/cmdline_delegate.c:45> S/N set to: 1130LWN123456
[    0.721077] <redpill/cmdline_delegate.c:401> Param #19: |elevator=elevator|
[    0.721484] <redpill/cmdline_delegate.c:296> Option "elevator=elevator" not recognized - ignoring
[    0.722014] <redpill/cmdline_delegate.c:401> Param #20: |root=/dev/md0|
[    0.722412] <redpill/cmdline_delegate.c:296> Option "root=/dev/md0" not recognized - ignoring
[    0.722908] <redpill/cmdline_delegate.c:401> Param #21: |loglevel=15|
[    0.723327] <redpill/cmdline_delegate.c:296> Option "loglevel=15" not recognized - ignoring
[    0.723852] <redpill/cmdline_delegate.c:401> Param #22: |SataPortMap=148|
[    0.724298] <redpill/cmdline_delegate.c:296> Option "SataPortMap=148" not recognized - ignoring
[    0.724807] <redpill/cmdline_delegate.c:360> Add cmdline blacklist "vid=" @ 0
[    0.725256] <redpill/cmdline_delegate.c:361> Add cmdline blacklist "pid=" @ 1
[    0.725707] <redpill/cmdline_delegate.c:362> Add cmdline blacklist "mfg" @ 2
[    0.726156] <redpill/cmdline_delegate.c:363> Add cmdline blacklist "dom_szmax=" @ 3
[    0.726604] <redpill/cmdline_delegate.c:364> Add cmdline blacklist "elevator=" @ 4
[    0.727067] <redpill/cmdline_delegate.c:365> Add cmdline blacklist "loglevel=" @ 5
[    0.727560] <redpill/cmdline_delegate.c:366> Add cmdline blacklist "log_buf_len=" @ 6
[    0.728040] <redpill/cmdline_delegate.c:367> Add cmdline blacklist "earlyprintk" @ 7
[    0.728688] <redpill/cmdline_delegate.c:368> Add cmdline blacklist "syno_port_thaw=" @ 8
[    0.729210] <redpill/cmdline_delegate.c:422> CmdLine processed successfully, tokens=23
[    0.729682] <redpill/runtime_config.c:187> Found platform definition for "FS6400"
[    0.730178] <redpill/runtime_config.c:198> Validating runtime config...
[    0.730565] <redpill/runtime_config.c:48> Configured boot device type to USB
[    0.730975] <redpill/runtime_config.c:207> Config validation resulted in OK
[    0.731426] <redpill/runtime_config.c:224> Runtime config populated
[    0.731796] <redpill/uart_fixer.c:72> Registering UART fixer shim
[    0.734221] <redpill/call_protected.c:107> Got addr ffffffff81942290 for early_serial_setup
[    0.734706] <redpill/uart_fixer.c:54> Fixed muted ttyS0 to hw port @ 3f8
[    0.735161] <redpill/uart_fixer.c:86> Successfully registered UART fixer shim
[    0.735646] <redpill/scsi_notifier.c:164> Registering SCSI device notifier
[    0.736088] <redpill/scsi_notifier.c:181> The sd driver is not ready to dispatch SCSI device notifier events - awaiting driver
[    0.736827] <redpill/intercept_driver_register.c:215> Registered driver_register() watcher for "sd" driver (coming=1, live=0)
[    0.737692] <redpill/intercept_driver_register.c:219> Registered the first driver_register watcher - starting watching
[    0.738395] <redpill/intercept_driver_register.c:161> Starting intercept of driver_register()
[    0.738890] <redpill/override_symbol.c:257> Overriding driver_register() with driver_register_shim [redpill]()<ffffffffa0005a2f>
[    0.740853] <redpill/override_symbol.c:172> Saved driver_register() ptr <ffffffff813c6950>
[    0.741493] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff813c6950+12/1 (<<ffffffff813c6000)
[    0.742463] <redpill/call_protected.c:84> Got addr ffffffff81048800 for flush_tlb_all
[    0.743014] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.743583] <redpill/override_symbol.c:182> Generating trampoline
[    0.743942] <redpill/override_symbol.c:187> Generated trampoline to driver_register_shim+0x0/0x27e [redpill]<ffffffffa0005a2f> for driver_register<ffffffff813c6950>:
[    0.744008] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.745407] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.745839] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff813c6950+12/1 (<<ffffffff813c6000)
[    0.746551] <redpill/override_symbol.c:269> Successfully overrode driver_register() with trampoline to driver_register_shim+0x0/0x27e [redpill]<ffffffffa0005a2f>
[    0.747445] <redpill/intercept_driver_register.c:168> driver_register() is now intercepted
[    0.747934] <redpill/scsi_notifier.c:192> Successfully registered SCSI device notifier
[    0.748422] <redpill/sata_port_shim.c:116> Registering SATA port emulator shim
[    0.748842] <redpill/sata_port_shim.c:120> Registering for new devices notifications
[    0.749318] <redpill/scsi_notifier.c:149> scsi_disk_probe_handler+0x0/0x20 [redpill] (priority=-2147483648) subscribed to SCSI device events
[    0.750077] <redpill/sata_port_shim.c:127> Iterating over existing devices
[    0.750482] <redpill/sata_port_shim.c:134> Successfully registered SATA port emulator shim
[    0.750965] <redpill/boot_device_shim.c:48> Registering boot device router shim
[    0.751429] <redpill/usb_boot_shim.c:229> Registering USB boot device shim
[    0.751834] <redpill/usb_boot_shim.c:194> Registered usbcore module notifier
[    0.754211] <redpill/usb_boot_shim.c:247> Successfully registered USB boot device shim
[    0.754682] <redpill/boot_device_shim.c:76> Successfully registered boot device router shim
[    0.755231] <redpill/intercept_execve.c:103> Registering execve() interceptor
[    0.755655] <redpill/override_symbol.c:257> Overriding SyS_execve() with SyS_execve_shim [redpill]()<ffffffffa00006f0>
[    0.756863] <redpill/override_symbol.c:172> Saved SyS_execve() ptr <ffffffff8119a270>
[    0.757351] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8119a270+12/1 (<<ffffffff8119a000)
[    0.758049] <redpill/override_symbol.c:207> Obtaining lock for <SyS_execve+0x0/0x40/ffffffff8119a270>
[    0.758595] <redpill/override_symbol.c:182> Generating trampoline
[    0.758954] <redpill/override_symbol.c:187> Generated trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa00006f0> for SyS_execve<ffffffff8119a270>:
[    0.759022] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff8119a270>
[    0.760298] <redpill/override_symbol.c:207> Released lock for <ffffffff8119a270>
[    0.760730] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8119a270+12/1 (<<ffffffff8119a000)
[    0.761497] <redpill/override_symbol.c:269> Successfully overrode SyS_execve() with trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa00006f0>
[    0.762303] <redpill/intercept_execve.c:112> execve() interceptor registered
[    0.762713] <redpill/bios_shim.c:243> Registering mfgBIOS shim
[    0.763082] <redpill/override_symbol.c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa0002af0>
[    0.763865] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103cef0>
[    0.764401] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[    0.765136] <redpill/override_symbol.c:207> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103cef0>
[    0.765718] <redpill/override_symbol.c:182> Generating trampoline
[    0.766099] <redpill/override_symbol.c:187> Generated trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002af0> for apply_relocate_add<ffffffff8103cef0>:
[    0.766099] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff8103cef0>
[    0.767489] <redpill/override_symbol.c:207> Released lock for <ffffffff8103cef0>
[    0.767921] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[    0.768690] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002af0>
[    0.771571] <redpill/bios_shim.c:170> Registered bios module notifier
[    0.771951] <redpill/bios_shim.c:253> Successfully registered mfgBIOS shim
[    0.772391] <redpill/disable_exectutables.c:15> Registering common executables disabler shim
[    0.772883] <redpill/intercept_execve.c:57> Filename uboot_do_upd.sh will be blocked from execution
[    0.773454] <redpill/intercept_execve.c:57> Filename ./uboot_do_upd.sh will be blocked from execution
[    0.773991] <redpill/intercept_execve.c:57> Filename /usr/syno/bin/syno_pstore_collect will be blocked from execution
[    0.774661] <redpill/intercept_execve.c:57> Filename /tmpData/upd@te/sas_fw_upgrade_tool will be blocked from execution
[    0.775341] <redpill/disable_exectutables.c:28> Successfully registered common executables disabler shim
[    0.775903] <redpill/block_fw_update_shim.c:67> Registering firmware update blocker shim
[    0.776418] <redpill/intercept_execve.c:57> Filename ./H2OFFT-Lx64 will be blocked from execution
[    0.776936] <redpill/block_fw_update_shim.c:45> Saved backup DMI: Standard PC (i440FX + PIIX, 1996)
[    0.777524] <redpill/block_fw_update_shim.c:75> Successfully registered firmware update blocker shim
[    0.778095] <redpill/pci_shim.c:203> Registering PCI devices shim
[    0.778481] <redpill/pci_shim.c:205> Creating vPCI devices for FS6400
[    0.778860] <redpill/pci_shim.c:211> Calling vdev_add_MARVELL_88SE9235 [redpill] with B:D:F=09:00:00 mf=0
[    0.779450] <redpill/virtual_pci.c:420> Attempting to add vPCI device [printed below] @ bus=09 dev=00 fn=00
[    0.780040] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8801ad23b1c0
[    0.780568]
[    0.780568] 31***********0***ADDR*******************
[    0.780943] 92 35   1b 4b  | 0x00
[    0.781192] 00 00   00 00  | 0x04
[    0.781406] 01 06   01 11  | 0x08
[    0.781623] 00 00   00 00  | 0x0C
[    0.781839] 00 00   00 00  | 0x10
[    0.782085] 00 00   00 00  | 0x14
[    0.782313] 00 00   00 00  | 0x18
[    0.782528] 00 00   00 00  | 0x1C
[    0.782743] 00 00   00 00  | 0x20
[    0.782958] 00 00   00 00  | 0x24
[    0.783200] 00 00   00 00  | 0x28
[    0.783414] 00 00   00 00  | 0x2C
[    0.783633] 00 00   00 00  | 0x30
[    0.783849] 00 00   00 00  | 0x34
[    0.784090] 00 00   00 00  | 0x38
[    0.784322] ff ff   00 ff  | 0x3C
[    0.784563] PCI host bridge to bus 0001:09
[    0.784814] pci_bus 0001:09: root bus resource [io  0x0000-0xffff]
[    0.785212] pci_bus 0001:09: root bus resource [mem 0x00000000-0x7fffffffff]
[    0.785625] pci_bus 0001:09: root bus resource [bus 00-ff]
[    0.785782] <redpill/call_protected.c:101> Got addr ffffffff811a4d30 for getname
[    0.786369] <redpill/call_protected.c:98> Got addr ffffffff8119a070 for do_execve
[    0.786904] pci 0001:09:00.0: [1b4b:9235] type 00 class 0x010601
[    0.787329] <redpill/virtual_pci.c:488> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
[    0.787937] <redpill/virtual_pci.c:492> Added device with new bus @ bus=09 dev=00 fn=00
[    0.788468] <redpill/pci_shim.c:224> vPCI device 1 created successfully
[    0.788864] <redpill/pci_shim.c:211> Calling vdev_add_MARVELL_88SE9235 [redpill] with B:D:F=0c:00:00 mf=0
[    0.789465] <redpill/virtual_pci.c:420> Attempting to add vPCI device [printed below] @ bus=0c dev=00 fn=00
[    0.790061] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8801ad23b200
[    0.790505]
[    0.790505] 31***********0***ADDR*******************
[    0.790883] 92 35   1b 4b  | 0x00
[    0.791134] 00 00   00 00  | 0x04
[    0.791351] 01 06   01 11  | 0x08
[    0.791570] 00 00   00 00  | 0x0C
[    0.791786] 00 00   00 00  | 0x10
[    0.792015] 00 00   00 00  | 0x14
[    0.792260] 00 00   00 00  | 0x18
[    0.792474] 00 00   00 00  | 0x1C
[    0.792689] 00 00   00 00  | 0x20
[    0.792904] 00 00   00 00  | 0x24
[    0.793143] 00 00   00 00  | 0x28
[    0.793358] 00 00   00 00  | 0x2C
[    0.793572] 00 00   00 00  | 0x30
[    0.793787] 00 00   00 00  | 0x34
[    0.794015] 00 00   00 00  | 0x38
[    0.794241] ff ff   00 ff  | 0x3C
[    0.794474] PCI host bridge to bus 0001:0c
[    0.794735] pci_bus 0001:0c: root bus resource [io  0x0000-0xffff]
[    0.795145] pci_bus 0001:0c: root bus resource [mem 0x00000000-0x7fffffffff]
[    0.795568] pci_bus 0001:0c: busn_res: can not insert [bus 0c-ff] under domain [bus 00-ff] (conflicts with (null) [bus 09-ff])
[    0.796290] pci_bus 0001:0c: root bus resource [bus 00-ff]
[    0.796627] pci 0001:0c:00.0: [1b4b:9235] type 00 class 0x010601
[    0.797025] <redpill/virtual_pci.c:488> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
[    0.797614] <redpill/virtual_pci.c:492> Added device with new bus @ bus=0c dev=00 fn=00
[    0.798132] <redpill/pci_shim.c:224> vPCI device 2 created successfully
[    0.798533] <redpill/pci_shim.c:227> Successfully registered PCI devices shim
[    0.798970] <redpill/smart_shim.c:1030> Registering SMART emulator shim
[    0.800780] <redpill/smart_shim.c:1040> SCSI driver exists - installing canary
[    0.801271] <redpill/override_symbol.c:257> Overriding sd_ioctl() with sd_ioctl_canary [redpill]()<ffffffffa0002220>
[    0.803277] <redpill/override_symbol.c:172> Saved sd_ioctl() ptr <ffffffff81414540>
[    0.803730] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff81414540+12/1 (<<ffffffff81414000)
[    0.804507] <redpill/override_symbol.c:207> Obtaining lock for <sd_ioctl+0x0/0x240/ffffffff81414540>
[    0.805061] <redpill/override_symbol.c:182> Generating trampoline
[    0.805424] <redpill/override_symbol.c:187> Generated trampoline to sd_ioctl_canary+0x0/0x70 [redpill]<ffffffffa0002220> for sd_ioctl<ffffffff81414540>:
[    0.806057] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff81414540>
[    0.806742] <redpill/override_symbol.c:207> Released lock for <ffffffff81414540>
[    0.807205] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff81414540+12/1 (<<ffffffff81414000)
[    0.807892] <redpill/override_symbol.c:269> Successfully overrode sd_ioctl() with trampoline to sd_ioctl_canary+0x0/0x70 [redpill]<ffffffffa0002220>
[    0.808722] <redpill/smart_shim.c:1052> Successfully registered SMART emulator shim
[    0.809195] <redpill/pmu_shim.c:344> Registering PMU emulator shim
[    0.809558] <redpill/virtual_uart.c:987> Adding vUART ttyS1
[    0.809890] <redpill/virtual_uart.c:645> Initializing ttyS1 vUART
[    0.810297] <redpill/virtual_uart.c:661> Initialized ttyS1 vUART
[    0.810649] <redpill/virtual_uart.c:799> Registering ttyS1 (io=0x2f8) in the driver
[    0.811162] <redpill/virtual_uart.c:753> serial8250 driver is not ready - the port addition will be delayed until the driver loads
[    0.811853] <redpill/intercept_driver_register.c:215> Registered driver_register() watcher for "serial8250" driver (coming=0, live=1)
[    0.812608] <redpill/virtual_uart.c:808> The serial8250 driver is not ready - vUART port ttyS1 (io=0x2f8) will be activated later
[    0.813311] <redpill/vuart_virtual_irq.c:66> Enabling vIRQ for ttyS1
[    0.813801] <redpill/vuart_virtual_irq.c:101> vIRQ fully enabled for for ttyS1
[    0.814708] <redpill/virtual_uart.c:1004> Added vUART at ttyS1
[    0.815446] <redpill/virtual_uart.c:931> Setting TX callback for for ttyS1 (line=1)
[    0.816385] <redpill/virtual_uart.c:945> Added TX callback for ttyS1 (line=1)
[    0.817255] <redpill/pmu_shim.c:361> Successfully registered PMU emulator shim
[    0.818145] <redpill/sanitize_cmdline.c:89> Cmdline param "syno_port_thaw=1" blacklisted - skipping
[    0.819247] <redpill/sanitize_cmdline.c:89> Cmdline param "earlyprintk" blacklisted - skipping
[    0.820295] <redpill/sanitize_cmdline.c:89> Cmdline param "pid=0x0001" blacklisted - skipping
[    0.821205] <redpill/sanitize_cmdline.c:89> Cmdline param "log_buf_len=32M" blacklisted - skipping
[    0.821756] <redpill/sanitize_cmdline.c:89> Cmdline param "vid=0x46f4" blacklisted - skipping
[    0.822347] <redpill/sanitize_cmdline.c:89> Cmdline param "elevator=elevator" blacklisted - skipping
[    0.822914] <redpill/sanitize_cmdline.c:89> Cmdline param "loglevel=15" blacklisted - skipping
[    0.823536] <redpill/sanitize_cmdline.c:102> Sanitized cmdline to: BOOT_IMAGE=/zImage HddHotplug=0 withefi console=ttyS0,115200n8 DiskIdxMap=0F0004 netif_num=1 syno_hdd_detect=0 SasIdxMap=0 vender_format_version=2 mac1=001132123456 syno_hdd_powerup_seq=0 syno_hw_version=FS6400 earlycon=uart8250,io,0x3f8,115200n8 sn=1130LWN123456 root=/dev/md0 SataPortMap=148
[    0.829450] <redpill/override_symbol.c:257> Overriding cmdline_proc_show() with cmdline_proc_show_filtered [redpill]()<ffffffffa0000c40>
[    0.830863] <redpill/override_symbol.c:172> Saved cmdline_proc_show() ptr <ffffffff81204510>
[    0.831399] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff81204510+12/1 (<<ffffffff81204000)
[    0.832136] <redpill/override_symbol.c:207> Obtaining lock for <cmdline_proc_show+0x0/0x20/ffffffff81204510>
[    0.832709] <redpill/override_symbol.c:182> Generating trampoline
[    0.833076] <redpill/override_symbol.c:187> Generated trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0000c40> for cmdline_proc_show<ffffffff81204510>:
[    0.833102] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff81204510>
[    0.834507] <redpill/override_symbol.c:207> Released lock for <ffffffff81204510>
[    0.834940] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff81204510+12/1 (<<ffffffff81204000)
[    0.835695] <redpill/override_symbol.c:269> Successfully overrode cmdline_proc_show() with trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0000c40>
[    0.836596] <redpill/sanitize_cmdline.c:138> /proc/cmdline sanitized
[    0.836978] <redpill/ioscheduler_fixer.c:24> Resetting I/O scheduler to default
[    0.839372] <redpill/call_protected.c:110> Got addr ffffffff8193965a for elevator_setup
[    0.839843] <redpill/redpill_main.c:69> RedPill v0.5-git-2647685 loaded successfully (stealth=1)
[    0.841875] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.842306] software IO TLB: mapped [mem 0xb7f1e000-0xbbf1e000] (64MB)
[    0.843132] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "alarmtimer" found, calling original driver_register()
[    0.844152] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff813c6950+12/1 (<<ffffffff813c6000)
[    0.844885] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.845511] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.846025] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.846505] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.847132] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.847636] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.848185] audit: initializing netlink subsys (disabled)
[    0.848523] audit: type=2000 audit(1645381650.848:1): initialized
[    0.848988] Initialise system trusted keyring
[    0.857710] VFS: Disk quotas dquot_6.6.0
[    0.858024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.911218] Key type asymmetric registered
[    0.911497] Asymmetric key parser 'x509' registered
[    0.911827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.912336] io scheduler noop registered
[    0.912598] io scheduler deadline registered
[    0.912902] io scheduler cfq registered (default)
[    0.913276] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "pcieport" found, calling original driver_register()
[    0.914298] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.914881] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.915392] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.915870] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.916508] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.917039] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.917514] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "aer" found, calling original driver_register()
[    0.918409] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.918979] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.919482] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.919931] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.920566] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.921087] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.921534] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "pcie_pme" found, calling original driver_register()
[    0.922466] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.923070] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.923552] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.924019] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.924647] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.925168] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.925635] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "dpc" found, calling original driver_register()
[    0.926534] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.927137] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.927619] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.928107] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.928703] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.929238] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.929682] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "i2c" found, calling original driver_register()
[    0.930591] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.931242] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.931720] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.932217] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.932806] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.933332] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.933787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.934161] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "pciehp" found, calling original driver_register()
[    0.935069] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.935647] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.936170] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.936616] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.937236] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.937736] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.938234] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.938640] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "button" found, calling original driver_register()
[    0.939566] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.940176] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.940651] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.941178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.941655] ACPI: Power Button [PWRF]
[    0.941904] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.942549] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.943076] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.943548] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "hardware_error_device" found, calling original driver_register()
[    0.944552] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.945160] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.945636] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.946128] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.946732] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.947263] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.947722] GHES: HEST is not enabled!
[    0.996583] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.020113] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.020619] console [ttyS0] enabled
[    1.020619] console [ttyS0] enabled
[    1.021076] bootconsole [uart0] disabled
[    1.021076] bootconsole [uart0] disabled
[    1.158059] <redpill/intercept_driver_register.c:98> driver_register() interception active - calling handler serial8250_ready_watcher+0x0/0x20 [redpill]<ffffffffa00018d0> for "serial8250"
[    1.159298] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.159907] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    1.160450] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    1.160927] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.161647] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    1.162188] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    1.162641] <redpill/intercept_driver_register.c:141> Calling for DWATCH_STATE_LIVE
[    1.163193] <redpill/virtual_uart.c:697> serial8250 driver loaded - adding queued ports
[    1.163676] <redpill/virtual_uart.c:706> Processing enqueued port 1
[    1.164078] <redpill/virtual_uart.c:799> Registering ttyS1 (io=0x2f8) in the driver
[    1.164666] BUG: unable to handle kernel NULL pointer dereference at           (null)
[    1.165216] IP: [<ffffffff81592cdf>] _raw_spin_lock_irqsave+0xf/0x30
[    1.165606] PGD 0
[    1.165613] Oops: 0002 [#1] SMP
[    1.165613] Modules linked in: redpill(OE)
[    1.165613] CPU: 3 PID: 1 Comm: swapper/0 Tainted: G           OE   4.4.180+ #42218
[    1.165613] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015
[    1.165613] task: ffff8801ad558000 ti: ffff8801ad53c000 task.ti: ffff8801ad53c000
[    1.165613] RIP: 0010:[<ffffffff81592cdf>]  [<ffffffff81592cdf>] _raw_spin_lock_irqsave+0xf/0x30
[    1.165613] RSP: 0018:ffff8801ad53fc88  EFLAGS: 00010046
[    1.165613] RAX: 0000000000000000 RBX: 0000000000000046 RCX: 00000000000002ff
[    1.165613] RDX: 0000000000000001 RSI: 0000000000000001 RDI: 0000000000000000
[    1.165613] RBP: ffff8801ad53fc90 R08: ffff8800bf589380 R09: ffff8801ae401b00
[    1.165613] R10: ffffea0006b5a2c0 R11: 00000000456ab484 R12: 0000000000000002
[    1.165613] R13: ffffffffa001c510 R14: ffffffff81b669f0 R15: ffffffff81b669f0
[    1.165613] FS:  0000000000000000(0000) GS:ffff8801b4d80000(0000) knlGS:0000000000000000
[    1.165613] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    1.165613] CR2: 0000000000000000 CR3: 000000000560a000 CR4: 00000000003606f0
[    1.165613] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[    1.165613] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[    1.165613] Stack:
[    1.165613]  0000000000000001 ffff8801ad53fcc0 ffffffffa0001334 0000000000000001
[    1.165613]  0000000000000000 ffffffff818a5220 ffffffff81b669f0 ffff8801ad53fd08
[    1.165613]  ffffffff813a8a7a ffffffff811966d3 0000000000000202 ffff8801ad6f3b00
[    1.165613] Call Trace:
[    1.165613]  [<ffffffffa0001334>] serial_remote_read+0x34/0x230 [redpill]
[    1.165613]  [<ffffffff813a8a7a>] serial8250_config_port+0x2ea/0xda0
[    1.165613]  [<ffffffff811966d3>] ? cdev_dynamic_release+0x23/0x30
[    1.165613]  [<ffffffff813a3253>] uart_add_one_port+0x163/0x4a0
[    1.165613]  [<ffffffff812ea816>] ? kobject_put+0x26/0x50
[    1.165613]  [<ffffffff81390cf6>] ? tty_port_tty_get+0x46/0x80
[    1.165613]  [<ffffffff813a2847>] ? uart_remove_one_port+0x137/0x160
[    1.165613]  [<ffffffff819077ea>] ? initcall_blacklist+0xaa/0xaa
[    1.165613]  [<ffffffff813a6022>] serial8250_register_8250_port+0x332/0x820
[    1.165613]  [<ffffffff819077ea>] ? initcall_blacklist+0xaa/0xaa
[    1.165613]  [<ffffffffa0007b67>] update_serial8250_isa_port+0x1cb/0x236 [redpill]
[    1.165613]  [<ffffffffa0007c7d>] serial8250_ready_watcher.cold+0xab/0xd9 [redpill]
[    1.165613]  [<ffffffffa0005c90>] driver_register_shim+0x261/0x27e [redpill]
[    1.165613]  [<ffffffff813c7aa1>] __platform_driver_register+0x31/0x40
[    1.165613]  [<ffffffff81942254>] serial8250_init+0x116/0x152
[    1.165613]  [<ffffffff8194213e>] ? serial8250_isa_init_ports+0x2d5/0x2d5
[    1.165613]  [<ffffffff810003b7>] do_one_initcall+0x87/0x1a0
[    1.165613]  [<ffffffff81907ffb>] kernel_init_freeable+0x15e/0x1f1
[    1.165613]  [<ffffffff8158db00>] ? rest_init+0x80/0x80
[    1.165613]  [<ffffffff8158db09>] kernel_init+0x9/0xe0
[    1.165613]  [<ffffffff8159342f>] ret_from_fork+0x3f/0x80
[    1.165613]  [<ffffffff8158db00>] ? rest_init+0x80/0x80
[    1.165613] Code: c0 74 05 e8 b4 40 b0 ff 48 89 d8 5b 5d c3 0f 1f 40 00 66 2e 0f 1f 84 00 00 00 00 00 55 48 89 e5 53 9c 5b fa 31 c0 ba 01 00 00 00 <f0> 0f b1 17 85 c0 75 06 48 89 d8 5b 5d c3 89 c6 e8 ec 2c b0 ff
[    1.165613] RIP  [<ffffffff81592cdf>] _raw_spin_lock_irqsave+0xf/0x30
[    1.165613]  RSP <ffff8801ad53fc88>
[    1.165613] CR2: 0000000000000000
[    1.165613] ---[ end trace fe94e4f36bf1a169 ]---
[    1.446417] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
[    1.446417]
[    1.447195] Kernel Offset: disabled
[    1.447388] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009

 

Link to comment
Share on other sites

 These models who have the following config may be need do more works in lkm.

CONFIG_SYNO_FIX_TTYS_FUNCTIONS=y
CONFIG_SYNO_TTYS_FUN_NUM=2

 

 

Related code in: drivers/tty/serial/8250/8250_core.c 

#ifdef MY_ABC_HERE
        for (i = CONFIG_SYNO_TTYS_FUN_NUM; i < nr_uarts; i++)
#else /* MY_ABC_HERE */
        for (i = 0; i < nr_uarts; i++)
#endif /* MY_ABC_HERE */
                if (uart_match_port(&serial8250_ports[i].port, port))
                        return &serial8250_ports[i];

        /* try line number first if still available */
        i = port->line;
        if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN &&
                        serial8250_ports[i].port.iobase == 0
#ifdef MY_ABC_HERE
                        && i > (CONFIG_SYNO_TTYS_FUN_NUM - 1)
#endif /* MY_ABC_HERE */
        )
                return &serial8250_ports[i];
        /*
         * We didn't find a matching entry, so look for the first
         * free entry.  We look for one which hasn't been previously
         * used (indicated by zero iobase).
         */
#ifdef MY_ABC_HERE
        for (i = CONFIG_SYNO_TTYS_FUN_NUM; i < nr_uarts; i++)
#else /* MY_ABC_HERE */
        for (i = 0; i < nr_uarts; i++)
#endif /* MY_ABC_HERE */
                if (serial8250_ports[i].port.type == PORT_UNKNOWN &&
                    serial8250_ports[i].port.iobase == 0)
                        return &serial8250_ports[i];

        /*
         * That also failed.  Last resort is to find any entry which
         * doesn't have a real port associated with it.

 

 

Syno linux kernel file : arch/x86/include/asm/serial.h

#ifndef MY_ABC_HERE
#define MY_ABC_HERE
#endif
#ifndef _ASM_X86_SERIAL_H
#define _ASM_X86_SERIAL_H

/*
 * This assumes you have a 1.8432 MHz clock for your UART.
 *
 * It'd be nice if someone built a serial card with a 24.576 MHz
 * clock, since the 16550A is capable of handling a top speed of 1.5
 * megabits/second; but this requires a faster clock.
 */
#define BASE_BAUD (1843200/16)

/* Standard COM flags (except for COM4, because of the 8514 problem) */
#ifdef CONFIG_SERIAL_8250_DETECT_IRQ
# define STD_COMX_FLAGS (UPF_BOOT_AUTOCONF |    UPF_SKIP_TEST   | UPF_AUTO_IRQ)
# define STD_COM4_FLAGS (UPF_BOOT_AUTOCONF |    0               | UPF_AUTO_IRQ)
#else
# define STD_COMX_FLAGS (UPF_BOOT_AUTOCONF |    UPF_SKIP_TEST   | 0             )
# define STD_COM4_FLAGS (UPF_BOOT_AUTOCONF |    0               | 0             )
#endif
#ifdef MY_DEF_HERE
        /* ApolloLake use HSUART, not legacy uart, don't config 0x3F8 serial port */ \
#define SERIAL_PORT_DFNS                                                                \
        /* UART         CLK             PORT    IRQ     FLAGS                       */  \
        { .uart = 0,    BASE_BAUD,      0xFFF,  4,      STD_COMX_FLAGS  }, /* ttyS0 */  \
        { .uart = 0,    BASE_BAUD,      0x2F8,  3,      STD_COMX_FLAGS  }, /* ttyS1 */  \
        { .uart = 0,    BASE_BAUD,      0x3E8,  4,      STD_COMX_FLAGS  }, /* ttyS2 */  \
        { .uart = 0,    BASE_BAUD,      0x2E8,  3,      STD_COM4_FLAGS  }, /* ttyS3 */

#else /* MY_DEF_HERE */

#ifdef MY_DEF_HERE
#define SERIAL_PORT_DFNS                                                                \
        /* UART         CLK             PORT    IRQ     FLAGS                       */  \
        { .uart = 0,    BASE_BAUD,      0x2F8,  3,      STD_COMX_FLAGS  }, /* ttyS0 */  \
        { .uart = 0,    BASE_BAUD,      0x3F8,  4,      STD_COMX_FLAGS  }, /* ttyS1 */  \
        { .uart = 0,    BASE_BAUD,      0x3E8,  4,      STD_COMX_FLAGS  }, /* ttyS2 */  \
        { .uart = 0,    BASE_BAUD,      0x2E8,  3,      STD_COM4_FLAGS  }, /* ttyS3 */
#else /* MY_DEF_HERE */
#define SERIAL_PORT_DFNS                                                                \
        /* UART         CLK             PORT    IRQ     FLAGS                       */  \
        { .uart = 0,    BASE_BAUD,      0x3F8,  4,      STD_COMX_FLAGS  }, /* ttyS0 */  \
        { .uart = 0,    BASE_BAUD,      0x2F8,  3,      STD_COMX_FLAGS  }, /* ttyS1 */  \
        { .uart = 0,    BASE_BAUD,      0x3E8,  4,      STD_COMX_FLAGS  }, /* ttyS2 */  \
        { .uart = 0,    BASE_BAUD,      0x2E8,  3,      STD_COM4_FLAGS  }, /* ttyS3 */
#endif /* MY_DEF_HERE */

#endif /* MY_DEF_HERE */

#endif /* _ASM_X86_SERIAL_H */

 

Link to comment
Share on other sites

image.thumb.png.d6b7912b29b0d93938c94385fd1efdfc.png

 

Although I can get the installation interface, it will show that the hard disk cannot be found, and my sata disk is recognized as /dev/sata1

 

SynologyNAS> fdisk -l
Disk /dev/sata1: 32 GB, 34359738368 bytes, 67108864 sectors
4177 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes

Device     Boot StartCHS    EndCHS        StartLBA     EndLBA    Sectors  Size Id Type
/dev/sata1p1    0,32,33     310,37,47         2048    4982527    4980480 2431M fd Linux raid autodetect
/dev/sata1p2    310,37,48   571,58,63      4982528    9176831    4194304 2048M fd Linux raid autodetect
Disk /dev/synoboot: 160 MB, 167772160 bytes, 327680 sectors
1011 cylinders, 6 heads, 54 sectors/track
Units: sectors of 1 * 512 = 512 bytes

Device       Boot StartCHS    EndCHS        StartLBA     EndLBA    Sectors  Size Id Type
/dev/synoboot1    0,32,33     8,73,1            2048     133119     131072 64.0M 83 Linux
Partition 1 has different physical/logical start (non-Linux?):
     phys=(0,32,33) logical=(6,1,51)
Partition 1 has different physical/logical end:
     phys=(8,73,1) logical=(410,5,10)
/dev/synoboot2    8,73,2      19,226,15       133120     319487     186368 91.0M 83 Linux
Partition 2 has different physical/logical start (non-Linux?):
     phys=(8,73,2) logical=(410,5,11)
Partition 2 has different physical/logical end:
     phys=(19,226,15) logical=(986,0,24)
/dev/synoboot3    19,226,16   20,101,17       319488     327679       8192 4096K 83 Linux
Partition 3 has different physical/logical start (non-Linux?):
     phys=(19,226,16) logical=(986,0,25)
Partition 3 has different physical/logical end:
     phys=(20,101,17) logical=(1011,2,8)

image.thumb.png.d6b7912b29b0d93938c94385fd1efdfc.png

Link to comment
Share on other sites

SynologyNAS> 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@build16) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:16:19 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/zImage HddHotplug=0 withefi console=ttyS0,115200n8 netif_num=1 syno_hdd_detect=0 syno_port_thaw=1 vender_format_version=2 earlyprintk mac1=001132123456 syno_hdd_powerup_seq=0 pid=0x0001 log_buf_len=32M syno_hw_version=FS6400 vid=0x46f4 earlycon=uart8250,io,0x3f8,115200n8 sn=1130LWN123456 elevator=elevator root=/dev/md0 loglevel=15
[    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: xstate_offset[3]:  960, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]:   64
[    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: Supporting XSAVE feature 0x08: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x10: 'MPX CSR'
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 1088 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000000805fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000806000-0x0000000000807fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000900000-0x00000000beec2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000beec3000-0x00000000befc4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000befc5000-0x00000000bf8edfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf8ee000-0x00000000bf9edfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf9ee000-0x00000000bfaedfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bfaee000-0x00000000bfb6dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bfb6e000-0x00000000bfb7dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bfb7e000-0x00000000bfbfdfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bfbfe000-0x00000000bfedbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bfedc000-0x00000000bff5ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bff60000-0x00000000bfffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001b6ffffff] 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] efi: EFI v2.70 by EDK II
[    0.000000] efi:  SMBIOS=0xbf922000  ACPI=0xbfb7d000  ACPI 2.0=0xbfb7d014
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015
[    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 = 0x1b7000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 0800000000 mask 7800000000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC
[    0.000000] e820: last_pfn = 0xbfedc max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x059a7000, 0x059a7fff] PGTABLE
[    0.000000] BRK [0x059a8000, 0x059a8fff] PGTABLE
[    0.000000] BRK [0x059a9000, 0x059a9fff] PGTABLE
[    0.000000] BRK [0x059aa000, 0x059aafff] PGTABLE
[    0.000000] BRK [0x059ab000, 0x059abfff] PGTABLE
[    0.000000] BRK [0x059ac000, 0x059acfff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 1043848(99%)
[    0.000000] RAMDISK: [mem 0x33aa5000-0x35d49fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BFB7D014 000024 (v02 BOCHS )
[    0.000000] ACPI: XSDT 0x00000000BFB7C0E8 00005C (v01 BOCHS  BXPC     00000001      01000013)
[    0.000000] ACPI: FACP 0x00000000BFB78000 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x00000000BFB79000 002DB2 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x00000000BFBDB000 000040
[    0.000000] ACPI: APIC 0x00000000BFB77000 000090 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: SSDT 0x00000000BFB76000 0000CA (v01 BOCHS  VMGENID  00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x00000000BFB75000 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: SRAT 0x00000000BFB74000 0000E8 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: WAET 0x00000000BFB73000 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: BGRT 0x00000000BFB72000 000038 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x1b6ffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x1b6ffffff] -> [mem 0x00000000-0x1b6ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x1b4ff8000-0x1b4ffbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000001b6ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000000805fff]
[    0.000000]   node   0: [mem 0x0000000000808000-0x000000000080ffff]
[    0.000000]   node   0: [mem 0x0000000000900000-0x00000000beec2fff]
[    0.000000]   node   0: [mem 0x00000000befc5000-0x00000000bf8edfff]
[    0.000000]   node   0: [mem 0x00000000bfbfe000-0x00000000bfedbfff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000001b6ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000001b6ffffff]
[    0.000000] On node 0 totalpages: 1534327
[    0.000000]   DMA zone: 59 pages used for memmap
[    0.000000]   DMA zone: 1818 pages reserved
[    0.000000]   DMA zone: 3757 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12204 pages used for memmap
[    0.000000]   DMA32 zone: 781002 pages, LIFO batch:31
[    0.000000]   Normal zone: 11712 pages used for memmap
[    0.000000]   Normal zone: 749568 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, ve[   28.062044] serial8250: too much work for irq4
rsion 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x00806000-0x00807fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00810000-0x008fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbeec3000-0xbefc4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf8ee000-0xbf9edfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf9ee000-0xbfaedfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfaee000-0xbfb6dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfb6e000-0xbfb7dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfb7e000-0xbfbfdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfedc000-0xbff5ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbff60000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xffbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xffbfffff] 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:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff8801b4c00000 s95256 r8192 d31720 u524288
[    0.000000] pcpu-alloc: s95256 r8192 d31720 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1508534
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/zImage HddHotplug=0 withefi console=ttyS0,115200n8 netif_num=1 syno_hdd_detect=0 syno_port_thaw=1 vender_format_version=2 earlyprintk mac1=001132123456 syno_hdd_powerup_seq=0 pid=0x0001 log_buf_len=32M syno_hw_version=FS6400 vid=0x46f4 earlycon=uart8250,io,0x3f8,115200n8 sn=1130LWN123456 elevator=elevator root=/dev/md0 loglevel=15
[    0.000000] Internal netif num: 1
[    0.000000] Vender format version: 2
[    0.000000] Mac1: 001132123456
[    0.000000] Synology Hardware Version: FS6400
[    0.000000] Serial Number: 1130LWN123456
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 5854704K/6137308K available (5725K kernel code, 949K rwdata, 1820K rodata, 972K init, 1780K bss, 282604K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:456 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3600.223 MHz processor
[    0.002004] Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.44 BogoMIPS (lpj=3600223)
[    0.002552] pid_max: default: 32768 minimum: 301
[    0.003004] ACPI: Core revision 20150930
[    0.004244] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.004942] Security Framework initialized
[    0.005009] AppArmor: AppArmor initialized
[    0.005552] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007431] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008202] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008602] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.009138] Initializing cgroup subsys io
[    0.009347] Initializing cgroup subsys memory
[    0.009571] Initializing cgroup subsys devices
[    0.009797] Initializing cgroup subsys freezer
[    0.010028] CPU: Physical Processor ID: 0
[    0.010234] CPU: Processor Core ID: 0
[    0.020727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.021001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.021375] Speculative Store Bypass: Vulnerable
[    0.023104] Freeing SMP alternatives memory: 24K
[    0.024558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.034109] TSC deadline timer enabled
[    0.034305] smpboot: CPU0: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xc)
[    0.034825] Performance Events: generic architected perfmon, full-width counters, Intel PMU driver.
[    0.035007] ... version:                2
[    0.035259] ... bit width:              48
[    0.035465] ... generic registers:      4
[    0.035667] ... value mask:             0000ffffffffffff
[    0.035934] ... max period:             00007fffffffffff
[    0.036001] ... fixed-purpose events:   3
[    0.036205] ... event mask:             000000070000000f
[    0.036684] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.037047] x86: Booting SMP configuration:
[    0.037265] .... node  #0, CPUs:      #1 #2 #3
[    0.071011] x86: Booted up 1 node, 4 CPUs
[    0.071233] smpboot: Total of 4 processors activated (28801.78 BogoMIPS)
[    0.072073] devtmpfs: initialized
[    0.072282] PM: Registering ACPI NVS region [mem 0x00806000-0x00807fff] (8192 bytes)
[    0.072450] PM: Registering ACPI NVS region [mem 0x00810000-0x008fffff] (983040 bytes)
[    0.073007] PM: Registering ACPI NVS region [mem 0xbfb7e000-0xbfbfdfff] (524288 bytes)
[    0.073415] PM: Registering ACPI NVS region [mem 0xbff60000-0xbfffffff] (655360 bytes)
[    0.073890] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.074007] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.074388] pinctrl core: initialized pinctrl subsystem
[    0.074559] NET: Registered protocol family 16
[    0.079006] cpuidle: using governor ladder
[    0.084006] cpuidle: using governor menu
[    0.084261] ACPI: bus type PCI registered
[    0.084475] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.084871] PCI: Using configuration type 1 for base access
[    0.090071] ACPI: Added _OSI(Module Device)
[    0.091003] ACPI: Added _OSI(Processor Device)
[    0.091241] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.091486] ACPI: Added _OSI(Processor Aggregator Device)
[    0.092520] ACPI: Interpreter enabled
[    0.092719] ACPI: (supports S0 S4 S5)
[    0.092911] ACPI: Using IOAPIC for interrupt routing
[    0.093016] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.097379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.097711] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.098004] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.098351] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.099028] acpiphp: Slot [3] registered
[    0.099268] acpiphp: Slot [4] registered
[    0.099508] acpiphp: Slot [5] registered
[    0.099746] acpiphp: Slot [6] registered
[    0.099989] acpiphp: S[   28.100011] serial8250: too much work for irq4
lot [7] registered
[    0.100026] acpiphp: Slot [8] registered
[    0.100264] acpiphp: Slot [9] registered
[    0.100501] acpiphp: Slot [10] registered
[    0.100749] acpiphp: Slot [11] registered
[    0.100990] acpiphp: Slot [12] registered
[    0.101025] acpiphp: Slot [13] registered
[    0.101267] acpiphp: Slot [14] registered
[    0.101520] acpiphp: Slot [15] registered
[    0.101763] acpiphp: Slot [16] registered
[    0.102002] acpiphp: Slot [17] registered
[    0.102245] acpiphp: Slot [18] registered
[    0.102496] acpiphp: Slot [19] registered
[    0.102738] acpiphp: Slot [20] registered
[    0.102981] acpiphp: Slot [21] registered
[    0.103025] acpiphp: Slot [22] registered
[    0.103274] acpiphp: Slot [23] registered
[    0.103517] acpiphp: Slot [24] registered
[    0.103758] acpiphp: Slot [25] registered
[    0.104002] acpiphp: Slot [26] registered
[    0.104250] acpiphp: Slot [27] registered
[    0.104493] acpiphp: Slot [28] registered
[    0.104736] acpiphp: Slot [29] registered
[    0.104971] PCI host bridge to bus 0000:00
[    0.105002] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.105364] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.105716] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.106002] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.106389] pci_bus 0000:00: root bus resource [mem 0x800000000-0x87fffffff window]
[    0.106787] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.107019] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.107560] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.108129] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.109722] pci 0000:00:01.1: reg 0x20: [io  0xd2c0-0xd2cf]
[    0.110494] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.110864] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.111002] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.111371] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.111793] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[    0.113238] pci 0000:00:01.2: reg 0x20: [io  0xd2a0-0xd2bf]
[    0.114087] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.114597] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.114982] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.115106] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[    0.116321] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc0ffffff pref]
[    0.117886] pci 0000:00:02.0: reg 0x18: [mem 0xc14c9000-0xc14c9fff]
[    0.119662] pci 0000:00:02.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    0.120268] pci 0000:00:03.0: [1af4:1002] type 00 class 0x00ff00
[    0.121002] pci 0000:00:03.0: reg 0x10: [io  0xd200-0xd23f]
[    0.122481] pci 0000:00:03.0: reg 0x20: [mem 0x800000000-0x800003fff 64bit pref]
[    0.123444] pci 0000:00:07.0: [8086:2922] type 00 class 0x010601
[    0.125909] pci 0000:00:07.0: reg 0x20: [io  0xd280-0xd29f]
[    0.126463] pci 0000:00:07.0: reg 0x24: [mem 0xc14c8000-0xc14c8fff]
[    0.128225] pci 0000:00:12.0: [8086:10d3] type 00 class 0x020000
[    0.129002] pci 0000:00:12.0: reg 0x10: [mem 0xc14a0000-0xc14bffff]
[    0.130003] pci 0000:00:12.0: reg 0x14: [mem 0xc1480000-0xc149ffff]
[    0.130992] pci 0000:00:12.0: reg 0x18: [io  0xd260-0xd27f]
[    0.131581] pci 0000:00:12.0: reg 0x1c: [mem 0xc14c4000-0xc14c7fff]
[    0.133315] pci 0000:00:12.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    0.133906] pci 0000:00:13.0: [8086:10d3] type 00 class 0x020000
[    0.134681] pci 0000:00:13.0: reg 0x10: [mem 0xc1460000-0xc147ffff]
[    0.135653] pci 0000:00:13.0: reg 0x14: [mem 0xc1440000-0xc145ffff]
[    0.136868] pci 0000:00:13.0: reg 0x18: [io  0xd240-0xd25f]
[    0.137546] pci 0000:00:13.0: reg 0x1c: [mem 0xc14c0000-0xc14c3fff]
[    0.139272] pci 0000:00:13.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    0.139862] pci 0000:00:18.0: [1b36:000d] type 00 class 0x0c0330
[    0.140205] pci 0000:00:18.0: reg 0x10: [mem 0x800004000-0x800007fff 64bit]
[    0.141487] pci 0000:00:1e.0: [1b36:0001] type 01 class 0x060400
[    0.142186] pci 0000:00:1e.0: reg 0x10: [mem 0x800009000-0x8000090ff 64bit]
[    0.143072] pci 0000:00:1f.0: [1b36:0001] type 01 class 0x060400
[    0.143772] pci 0000:00:1f.0: reg 0x10: [mem 0x800008000-0x8000080ff 64bit]
[    0.144712] acpiphp: Slot [0] registered
[    0.144954] acpiphp: Slot [1] registered
[    0.145026] acpiphp: Slot [2] registered
[    0.145266] acpiphp: Slot [3-1] registered
[    0.145516] acpiphp: Slot [4-1] registered
[    0.145764] acpiphp: Slot [5-1] registered
[    0.146033] acpiphp: Slot [6-1] registered
[    0.146284] acpiphp: Slot [7-1] registered
[    0.146533] acpiphp: Slot [8-1] registered
[    0.146780] acpiphp: Slot [9-1] registered
[    0.147026] acpiphp: Slot [10-1] registered
[    0.147278] acpiphp: Slot [11-1] registered
[    0.147536] acpiphp: Slot [12-1] registered
[    0.147788] acpiphp: Slot [13-1] registered
[    0.148026] acpiphp: Slot [14-1] registered
[    0.148278] acpiphp: Slot [15-1] registered
[    0.148536] acpiphp: Slot [16-1] registered
[    0.148789] acpiphp: Slot [17-1] registered
[    0.149026] acpiphp: Slot [18-1] registered
[    0.149278] acpiphp: Slot [19-1] registered
[    0.149536] acpiphp: Slot [20-1] registered
[    0.149793] acpiphp: Slot [21-1] registered
[    0.150026] acpiphp: Slot [22-1] registered
[    0.150278] acpiphp: Slot [23-1] registered
[    0.150535] acpiphp: Slot [24-1] registered
[    0.150787] acpiphp: Slot [25-1] registered
[    0.151025] acpiphp: Slot [26-1] registered
[    0.151277] acpiphp: Slot [27-1] registered
[    0.151533] acpiphp: Slot [28-1] registered
[    0.151785] acpiphp: Slot [29-1] registered
[    0.152026] acpiphp: Slot [30] registered
[    0.152268] acpiphp: Slot [31] registered
[    0.152599] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.152865] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.153008] pci 0000:00:1e.0:   bridge window [mem 0xc1200000-0xc13fffff]
[    0.153683] acpiphp: Slot [0-1] registered
[    0.153931] acpiphp: Slot [1-1] registered
[    0.154026] acpiphp: Slot [2-1] registered
[    0.154280] acpiphp: Slot [3-2] registered
[    0.154528] acpiphp: Slot [4-2] registered
[    0.154777] acpiphp: Slot [5-2] registered
[    0.155025] acpiphp: Slot [6-2] registered
[    0.155279] acpiphp: Slot [7-2] registered
[    0.155527] acpiphp: Slot [8-2] registered
[    0.155775] acpiphp: Slot [9-2] registered
[    0.156025] acpiphp: Slot [10-2] registered
[    0.156285] acpiphp: Slot [11-2] registered
[    0.156538] acpiphp: Slot [12-2] registered
[    0.156791] acpiphp: Slot [13-2] registered
[    0.157026] acpiphp: Slot [14-2] registered
[    0.157284] acpiphp: Slot [15-2] registered
[    0.157540] acpiphp: Slot [16-2] registered
[    0.157793] acpiphp: Slot [17-2] registered
[    0.158025] acpiphp: Slot [18-2] registered
[    0.158282] acpiphp: Slot [19-2] registered
[    0.158535] acpiphp: Slot [20-2] registered
[    0.158787] acpiphp: Slot [21-2] registered
[    0.159028] acpiphp: Slot [22-2] registered
[    0.159283] acpiphp: Slot [23-2] registered
[    0.159535] acpiphp: Slot [24-2] registered
[    0.159787] acpiphp: Slot [25-2] registered
[    0.160031] acpiphp: Slot [26-2] registered
[    0.160284] acpiphp: Slot [27-2] registered
[    0.160537] acpiphp: Slot [28-2] registered
[    0.160789] acpiphp: Slot [29-2] registered
[    0.161029] acpiphp: Slot [30-1] registered
[    0.161288] acpiphp: Slot [31-1] registered
[    0.161622] pci 0000:00:1f.0: PCI bridge to [bus 02]
[    0.161892] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
[    0.162009] pci 0000:00:1f.0:   bridge window [mem 0xc1000000-0xc11fffff]
[    0.163057] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.163414] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.163762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.164117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 [   28.104009] serial8250: too much work for irq4
10 *11)
[    0.164449] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.164928] ACPI: Enabled 3 GPEs in block 00 to 0F
[    0.165130] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.165318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.165742] vgaarb: loaded
[    0.166009] vgaarb: bridge control possible 0000:00:02.0
[    0.166361] SCSI subsystem initialized
[    0.166598] libata version 3.00 loaded.
[    0.166598] pps_core: LinuxPPS API ver. 1 registered
[    0.167002] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.167012] PTP clock support registered
[    0.167257] EDAC MC: Ver: 3.0.0
[    0.168042] EFI Variables Facility v0.08 2004-May-17
[    0.176368] pstore: Registered efi as persistent store backend
[    0.176698] PCI: Using ACPI for IRQ routing
[    0.176920] PCI: pci_cache_line_size set to 64 bytes
[    0.177018] pci 0000:00:01.1: can't claim BAR 4 [io  0xd2c0-0xd2cf]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.177616] pci 0000:00:01.2: can't claim BAR 4 [io  0xd2a0-0xd2bf]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.178012] pci 0000:00:03.0: can't claim BAR 0 [io  0xd200-0xd23f]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.178609] pci 0000:00:07.0: can't claim BAR 4 [io  0xd280-0xd29f]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.180005] pci 0000:00:12.0: can't claim BAR 2 [io  0xd260-0xd27f]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.180618] pci 0000:00:13.0: can't claim BAR 2 [io  0xd240-0xd25f]: address conflict with PCI Bus 0000:01 [io  0xd000-0xdfff]
[    0.181058] e820: reserve RAM buffer [mem 0x00806000-0x008fffff]
[    0.181388] e820: reserve RAM buffer [mem 0x00810000-0x008fffff]
[    0.181707] e820: reserve RAM buffer [mem 0xbeec3000-0xbfffffff]
[    0.182002] e820: reserve RAM buffer [mem 0xbf8ee000-0xbfffffff]
[    0.182313] e820: reserve RAM buffer [mem 0xbfedc000-0xbfffffff]
[    0.182642] e820: reserve RAM buffer [mem 0x1b7000000-0x1b7ffffff]
[    0.183269] clocksource: Switched to clocksource hpet
[    0.186759] AppArmor: AppArmor Filesystem Enabled
[    0.187067] pnp: PnP ACPI init
[    0.187286] pnp 00:00: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.187655] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.188049] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.188418] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.188799] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.189190] pnp 00:05: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.189539] pnp 00:06: [dma 2]
[    0.189712] pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.190179] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.190662] pnp: PnP ACPI: found 8 devices
[    0.199744] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.200253] pci 0000:00:02.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    0.200779] pci 0000:00:12.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    0.201330] pci 0000:00:13.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    0.202533] pci 0000:00:12.0: BAR 6: assigned [mem 0xc1400000-0xc143ffff pref]
[    0.202919] pci 0000:00:13.0: BAR 6: assigned [mem 0xc1500000-0xc153ffff pref]
[    0.203326] pci 0000:00:02.0: BAR 6: assigned [mem 0xc14d0000-0xc14dffff pref]
[    0.203719] pci 0000:00:03.0: BAR 0: assigned [io  0x1000-0x103f]
[    0.204346] pci 0000:00:01.2: BAR 4: assigned [io  0x1040-0x105f]
[    0.205116] pci 0000:00:07.0: BAR 4: assigned [io  0x1060-0x107f]
[    0.205644] pci 0000:00:12.0: BAR 2: assigned [io  0x1080-0x109f]
[    0.206261] pci 0000:00:13.0: BAR 2: assigned [io  0x10a0-0x10bf]
[    0.206847] pci 0000:00:01.1: BAR 4: assigned [io  0x10c0-0x10cf]
[    0.207457] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.207722] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.208579] pci 0000:00:1e.0:   bridge window [mem 0xc1200000-0xc13fffff]
[    0.209875] pci 0000:00:1f.0: PCI bridge to [bus 02]
[    0.210168] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
[    0.210932] pci 0000:00:1f.0:   bridge window [mem 0xc1000000-0xc11fffff]
[    0.212207] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.212539] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.212861] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.213255] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
[    0.213625] pci_bus 0000:00: resource 8 [mem 0x800000000-0x87fffffff window]
[    0.213992] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.214316] pci_bus 0000:01: resource 1 [mem 0xc1200000-0xc13fffff]
[    0.214661] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.215394] pci_bus 0000:02: resource 1 [mem 0xc1000000-0xc11fffff]
[    0.215751] NET: Registered protocol family 2
[    0.216142] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.216589] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.217029] TCP: Hash tables configured (established 65536 bind 65536)
[    0.217400] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.217750] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.218171] NET: Registered protocol family 1
[    0.218424] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.218751] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.219090] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.231143] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.242341] pci 0000:00:02.0: Video device with shadowed ROM
[    0.264865] PCI: CLS 0 bytes, default 64
[    0.675652] Trying to unpack rootfs image as initramfs...
[    0.686027] Freeing initrd memory: 35476K
[    0.688342] redpill: loading out-of-tree module taints kernel.
[    0.688681] redpill: module verification failed: signature and/or required key missing - tainting kernel
[    0.689402] <redpill/redpill_main.c:45> ================================================================================================
[    0.690286] <redpill/redpill_main.c:46> RedPill v0.5-git-118fd88 loading...
[    0.691417] <redpill/call_protected.c:83> Got addr ffffffff81204510 for cmdline_proc_show
[    0.691876] <redpill/cmdline_delegate.c:322> Cmdline count: 345
[    0.692294] <redpill/cmdline_delegate.c:389> Cmdline: BOOT_IMAGE=/zImage HddHotplug=0 withefi console=ttyS0,115200n8 netif_num=1 syno_hdd_detect=0 syno_port_thaw=1 vender_format_version=2 earlyprintk mac1=001132123456 syno_hdd_powerup_seq=0 pid=0x0001 log_buf_len=32M syno_hw_version=FS6400 vid=0x46f4 earlycon=uart8250,io,0x3f8,115200n8 sn=1130LWN123456 elevator=elevator root=/dev/md0 loglevel=15
[    0.692294]
[    0.694223] <redpill/cmdline_delegate.c:401> Param #0: |BOOT_IMAGE=/zImage|
[    0.694581] <redpill/cmdline_delegate.c:296> Option "BOOT_IMAGE=/zImage" not recognized - ignoring
[    0.695091] <redpill/cmdline_delegate.c:401> Param #1: |HddHotplug=0|
[    0.695421] <redpill/cmdline_delegate.c:296> Option "HddHotplug=0" not recognized - ignoring
[    0.695849] <redpill/cmdline_delegate.c:401> Param #2: |withefi|
[    0.696244] <redpill/cmdline_delegate.c:296> Option "withefi" not recognized - ignoring
[    0.696652] <redpill/cmdline_delegate.c:401> Param #3: |console=ttyS0,115200n8|
[    0.697076] <redpill/cmdline_delegate.c:296> Option "console=ttyS0,115200n8" not recognized - ignoring
[    0.697568] <redpill/cmdline_delegate.c:401> Param #4: |netif_num=1|
[    0.697893] <redpill/cmdline_delegate.c:239> Declared network ifaces # as 1
[    0.698296] <redpill/cmdline_delegate.c:401> Param #5: |syno_hdd_detect=0|
[    0.698648] <redpill/cmdline_delegate.c:296> Option "syno_hdd_detect=0" not recognized - ignoring
[    0.699178] <redpill/cmdline_delegate.c:401> Param #6: |syno_port_thaw=1|
[    0.699525] <redpi[   28.139828] serial8250: too much work for irq4
ll/cmdline_delegate.c:211> Port thaw set to: 1
[    0.699832] <redpill/cmdline_delegate.c:401> Param #7: |vender_format_version=2|
[    0.700290] <redpill/cmdline_delegate.c:296> Option "vender_format_version=2" not recognized - ignoring
[    0.700769] <redpill/cmdline_delegate.c:401> Param #8: |earlyprintk|
[    0.701141] <redpill/cmdline_delegate.c:296> Option "earlyprintk" not recognized - ignoring
[    0.701569] <redpill/cmdline_delegate.c:401> Param #9: |mac1=001132123456|
[    0.701919] <redpill/cmdline_delegate.c:284> Set MAC #1: 001132123456
[    0.702295] <redpill/cmdline_delegate.c:401> Param #10: |syno_hdd_powerup_seq=0|
[    0.702680] <redpill/cmdline_delegate.c:296> Option "syno_hdd_powerup_seq=0" not recognized - ignoring
[    0.703204] <redpill/cmdline_delegate.c:401> Param #11: |pid=0x0001|
[    0.703535] <redpill/cmdline_delegate.c:142> PID override: 0x0001
[    0.703849] <redpill/cmdline_delegate.c:401> Param #12: |log_buf_len=32M|
[    0.704298] <redpill/cmdline_delegate.c:296> Option "log_buf_len=32M" not recognized - ignoring
[    0.704749] <redpill/cmdline_delegate.c:401> Param #13: |syno_hw_version=FS6400|
[    0.705183] <redpill/cmdline_delegate.c:26> HW version set to: FS6400
[    0.705514] <redpill/cmdline_delegate.c:401> Param #14: |vid=0x46f4|
[    0.705838] <redpill/cmdline_delegate.c:108> VID override: 0x46f4
[    0.706193] <redpill/cmdline_delegate.c:401> Param #15: |earlycon=uart8250,io,0x3f8,115200n8|
[    0.706628] <redpill/cmdline_delegate.c:296> Option "earlycon=uart8250,io,0x3f8,115200n8" not recognized - ignoring
[    0.707298] <redpill/cmdline_delegate.c:401> Param #16: |sn=1130LWN123456|
[    0.707650] <redpill/cmdline_delegate.c:45> S/N set to: 1130LWN123456
[    0.708047] <redpill/cmdline_delegate.c:401> Param #17: |elevator=elevator|
[    0.708424] <redpill/cmdline_delegate.c:296> Option "elevator=elevator" not recognized - ignoring
[    0.708877] <redpill/cmdline_delegate.c:401> Param #18: |root=/dev/md0|
[    0.709324] <redpill/cmdline_delegate.c:296> Option "root=/dev/md0" not recognized - ignoring
[    0.709797] <redpill/cmdline_delegate.c:401> Param #19: |loglevel=15|
[    0.710197] <redpill/cmdline_delegate.c:296> Option "loglevel=15" not recognized - ignoring
[    0.710623] <redpill/cmdline_delegate.c:360> Add cmdline blacklist "vid=" @ 0
[    0.710987] <redpill/cmdline_delegate.c:361> Add cmdline blacklist "pid=" @ 1
[    0.711429] <redpill/cmdline_delegate.c:362> Add cmdline blacklist "mfg" @ 2
[    0.711789] <redpill/cmdline_delegate.c:363> Add cmdline blacklist "dom_szmax=" @ 3
[    0.712262] <redpill/cmdline_delegate.c:364> Add cmdline blacklist "elevator=" @ 4
[    0.712648] <redpill/cmdline_delegate.c:365> Add cmdline blacklist "loglevel=" @ 5
[    0.713075] <redpill/cmdline_delegate.c:366> Add cmdline blacklist "log_buf_len=" @ 6
[    0.713475] <redpill/cmdline_delegate.c:367> Add cmdline blacklist "earlyprintk" @ 7
[    0.713875] <redpill/cmdline_delegate.c:368> Add cmdline blacklist "syno_port_thaw=" @ 8
[    0.714330] <redpill/cmdline_delegate.c:422> CmdLine processed successfully, tokens=20
[    0.714734] <redpill/runtime_config.c:187> Found platform definition for "FS6400"
[    0.715195] <redpill/runtime_config.c:198> Validating runtime config...
[    0.715534] <redpill/runtime_config.c:48> Configured boot device type to USB
[    0.715894] <redpill/runtime_config.c:207> Config validation resulted in OK
[    0.716331] <redpill/runtime_config.c:224> Runtime config populated
[    0.716652] <redpill/uart_fixer.c:72> Registering UART fixer shim
[    0.718877] <redpill/call_protected.c:107> Got addr ffffffff81942290 for early_serial_setup
[    0.719351] <redpill/uart_fixer.c:54> Fixed muted ttyS0 to hw port @ 3f8
[    0.719700] <redpill/uart_fixer.c:86> Successfully registered UART fixer shim
[    0.720159] <redpill/scsi_notifier.c:164> Registering SCSI device notifier
[    0.720514] <redpill/scsi_notifier.c:181> The sd driver is not ready to dispatch SCSI device notifier events - awaiting driver
[    0.721142] <redpill/intercept_driver_register.c:215> Registered driver_register() watcher for "sd" driver (coming=1, live=0)
[    0.721719] <redpill/intercept_driver_register.c:219> Registered the first driver_register watcher - starting watching
[    0.722319] <redpill/intercept_driver_register.c:161> Starting intercept of driver_register()
[    0.722764] <redpill/override_symbol.c:257> Overriding driver_register() with driver_register_shim [redpill]()<ffffffffa0005a2f>
[    0.724893] <redpill/override_symbol.c:172> Saved driver_register() ptr <ffffffff813c6950>
[    0.725369] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff813c6950+12/1 (<<ffffffff813c6000)
[    0.726085] <redpill/call_protected.c:84> Got addr ffffffff81048800 for flush_tlb_all
[    0.726556] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.727115] <redpill/override_symbol.c:182> Generating trampoline
[    0.727435] <redpill/override_symbol.c:187> Generated trampoline to driver_register_shim+0x0/0x27e [redpill]<ffffffffa0005a2f> for driver_register<ffffffff813c6950>:
[    0.728110] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.728659] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.729078] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff813c6950+12/1 (<<ffffffff813c6000)
[    0.729721] <redpill/override_symbol.c:269> Successfully overrode driver_register() with trampoline to driver_register_shim+0x0/0x27e [redpill]<ffffffffa0005a2f>
[    0.730502] <redpill/intercept_driver_register.c:168> driver_register() is now intercepted
[    0.730924] <redpill/scsi_notifier.c:192> Successfully registered SCSI device notifier
[    0.731376] <redpill/sata_port_shim.c:116> Registering SATA port emulator shim
[    0.731747] <redpill/sata_port_shim.c:120> Registering for new devices notifications
[    0.732195] <redpill/scsi_notifier.c:149> scsi_disk_probe_handler+0x0/0x20 [redpill] (priority=-2147483648) subscribed to SCSI device events
[    0.732835] <redpill/sata_port_shim.c:127> Iterating over existing devices
[    0.733233] <redpill/sata_port_shim.c:134> Successfully registered SATA port emulator shim
[    0.733657] <redpill/boot_device_shim.c:48> Registering boot device router shim
[    0.734068] <redpill/usb_boot_shim.c:229> Registering USB boot device shim
[    0.734420] <redpill/usb_boot_shim.c:194> Registered usbcore module notifier
[    0.736741] <redpill/usb_boot_shim.c:247> Successfully registered USB boot device shim
[    0.737191] <redpill/boot_device_shim.c:76> Successfully registered boot device router shim
[    0.737621] <redpill/intercept_execve.c:103> Registering execve() interceptor
[    0.737987] <redpill/override_symbol.c:257> Overriding SyS_execve() with SyS_execve_shim [redpill]()<ffffffffa00006f0>
[    0.739139] <redpill/override_symbol.c:172> Saved SyS_execve() ptr <ffffffff8119a270>
[    0.739542] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8119a270+12/1 (<<ffffffff8119a000)
[    0.740285] <redpill/override_symbol.c:207> Obtaining lock for <SyS_execve+0x0/0x40/ffffffff8119a270>
[    0.740758] <redpill/override_symbol.c:182> Generating trampoline
[    0.741099] <redpill/override_symbol.c:187> Generated trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa00006f0> for SyS_execve<ffffffff8119a270>:
[    0.741214] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff8119a270>
[    0.742265] <redpill/override_symbol.c:207> Released lock for <ffffffff8119a270>
[    0.742643] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8119a270+12/1 (<<ffffffff8119a000)
[    0.743336] <redpill/override_symbol.c:269> Successfully overrode SyS_execve() with trampoline to SyS_execve_shim+0x0/0x10 [redpill]<ffffffffa00006f0>
[    0.744150] <redpill/intercept_execve.c:112> execve() interceptor registered
[    0.744509] <redpill/bios_shim.c:243> Registering mfgBIOS shim
[    0.744810] <redpill/override_symbol.[   28.176816] serial8250: too much work for irq4
c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa0002af0>
[    0.745552] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103cef0>
[    0.745987] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[    0.746680] <redpill/override_symbol.c:207> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103cef0>
[    0.747264] <redpill/override_symbol.c:182> Generating trampoline
[    0.747578] <redpill/override_symbol.c:187> Generated trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002af0> for apply_relocate_add<ffffffff8103cef0>:
[    0.748260] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff8103cef0>
[    0.748844] <redpill/override_symbol.c:207> Released lock for <ffffffff8103cef0>
[    0.749266] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[    0.749909] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002af0>
[    0.752682] <redpill/bios_shim.c:170> Registered bios module notifier
[    0.753048] <redpill/bios_shim.c:253> Successfully registered mfgBIOS shim
[    0.753412] <redpill/disable_exectutables.c:15> Registering common executables disabler shim
[    0.753843] <redpill/intercept_execve.c:57> Filename uboot_do_upd.sh will be blocked from execution
[    0.754353] <redpill/intercept_execve.c:57> Filename ./uboot_do_upd.sh will be blocked from execution
[    0.754822] <redpill/intercept_execve.c:57> Filename /usr/syno/bin/syno_pstore_collect will be blocked from execution
[    0.755417] <redpill/intercept_execve.c:57> Filename /tmpData/upd@te/sas_fw_upgrade_tool will be blocked from execution
[    0.755968] <redpill/disable_exectutables.c:28> Successfully registered common executables disabler shim
[    0.756563] <redpill/block_fw_update_shim.c:67> Registering firmware update blocker shim
[    0.756976] <redpill/intercept_execve.c:57> Filename ./H2OFFT-Lx64 will be blocked from execution
[    0.757470] <redpill/block_fw_update_shim.c:45> Saved backup DMI: Standard PC (i440FX + PIIX, 1996)
[    0.757930] <redpill/block_fw_update_shim.c:75> Successfully registered firmware update blocker shim
[    0.758432] <redpill/pci_shim.c:203> Registering PCI devices shim
[    0.758745] <redpill/pci_shim.c:205> Creating vPCI devices for FS6400
[    0.759125] <redpill/pci_shim.c:227> Successfully registered PCI devices shim
[    0.759491] <redpill/smart_shim.c:1030> Registering SMART emulator shim
[    0.761261] <redpill/smart_shim.c:1040> SCSI driver exists - installing canary
[    0.761635] <redpill/override_symbol.c:257> Overriding sd_ioctl() with sd_ioctl_canary [redpill]()<ffffffffa0002220>
[    0.763624] <redpill/override_symbol.c:172> Saved sd_ioctl() ptr <ffffffff81414540>
[    0.764106] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff81414540+12/1 (<<ffffffff81414000)
[    0.764752] <redpill/override_symbol.c:207> Obtaining lock for <sd_ioctl+0x0/0x240/ffffffff81414540>
[    0.765309] <redpill/override_symbol.c:182> Generating trampoline
[    0.765687] <redpill/override_symbol.c:187> Generated trampoline to sd_ioctl_canary+0x0/0x70 [redpill]<ffffffffa0002220> for sd_ioctl<ffffffff81414540>:
[    0.766304] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff81414540>
[    0.766930] <redpill/override_symbol.c:207> Released lock for <ffffffff81414540>
[    0.767349] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff81414540+12/1 (<<ffffffff81414000)
[    0.768126] <redpill/override_symbol.c:269> Successfully overrode sd_ioctl() with trampoline to sd_ioctl_canary+0x0/0x70 [redpill]<ffffffffa0002220>
[    0.768806] <redpill/smart_shim.c:1052> Successfully registered SMART emulator shim
[    0.769246] <redpill/pmu_shim.c:344> Registering PMU emulator shim
[    0.769570] <redpill/virtual_uart.c:988> Adding vUART ttyS1
[    0.769859] <redpill/virtual_uart.c:645> Initializing ttyS1 vUART
[    0.770221] <redpill/virtual_uart.c:661> Initialized ttyS1 vUART
[    0.770595] <redpill/virtual_uart.c:800> Registering ttyS1 (io=0x2f8) in the driver
[    0.770989] <redpill/virtual_uart.c:754> serial8250 driver is not ready - the port addition will be delayed until the driver loads
[    0.771649] <redpill/intercept_driver_register.c:215> Registered driver_register() watcher for "serial8250" driver (coming=0, live=1)
[    0.772417] <redpill/virtual_uart.c:809> The serial8250 driver is not ready - vUART port ttyS1 (io=0x2f8) will be activated later
[    0.773041] <redpill/vuart_virtual_irq.c:66> Enabling vIRQ for ttyS1
[    0.773493] <redpill/vuart_virtual_irq.c:101> vIRQ fully enabled for for ttyS1
[    0.773868] <redpill/virtual_uart.c:1005> Added vUART at ttyS1
[    0.774214] <redpill/virtual_uart.c:932> Setting TX callback for for ttyS1 (line=1)
[    0.774609] <redpill/virtual_uart.c:946> Added TX callback for ttyS1 (line=1)
[    0.774973] <redpill/pmu_shim.c:361> Successfully registered PMU emulator shim
[    0.775407] <redpill/sanitize_cmdline.c:89> Cmdline param "syno_port_thaw=1" blacklisted - skipping
[    0.775868] <redpill/sanitize_cmdline.c:89> Cmdline param "earlyprintk" blacklisted - skipping
[    0.776386] <redpill/sanitize_cmdline.c:89> Cmdline param "pid=0x0001" blacklisted - skipping
[    0.776820] <redpill/sanitize_cmdline.c:89> Cmdline param "log_buf_len=32M" blacklisted - skipping
[    0.777319] <redpill/sanitize_cmdline.c:89> Cmdline param "vid=0x46f4" blacklisted - skipping
[    0.777755] <redpill/sanitize_cmdline.c:89> Cmdline param "elevator=elevator" blacklisted - skipping
[    0.778295] <redpill/sanitize_cmdline.c:89> Cmdline param "loglevel=15" blacklisted - skipping
[    0.778771] <redpill/sanitize_cmdline.c:102> Sanitized cmdline to: BOOT_IMAGE=/zImage HddHotplug=0 withefi console=ttyS0,115200n8 netif_num=1 syno_hdd_detect=0 vender_format_version=2 mac1=001132123456 syno_hdd_powerup_seq=0 syno_hw_version=FS6400 earlycon=uart8250,io,0x3f8,115200n8 sn=1130LWN123456 root=/dev/md0
[    0.780323] <redpill/override_symbol.c:257> Overriding cmdline_proc_show() with cmdline_proc_show_filtered [redpill]()<ffffffffa0000c40>
[    0.781625] <redpill/override_symbol.c:172> Saved cmdline_proc_show() ptr <ffffffff81204510>
[    0.782106] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff81204510+12/1 (<<ffffffff81204000)
[    0.782754] <redpill/override_symbol.c:207> Obtaining lock for <cmdline_proc_show+0x0/0x20/ffffffff81204510>
[    0.783301] <redpill/override_symbol.c:182> Generating trampoline
[    0.783616] <redpill/override_symbol.c:187> Generated trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0000c40> for cmdline_proc_show<ffffffff81204510>:
[    0.784296] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff81204510>
[    0.784906] <redpill/override_symbol.c:207> Released lock for <ffffffff81204510>
[    0.785330] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff81204510+12/1 (<<ffffffff81204000)
[    0.785974] <redpill/override_symbol.c:269> Successfully overrode cmdline_proc_show() with trampoline to cmdline_proc_show_filtered+0x0/0x20 [redpill]<ffffffffa0000c40>
[    0.786814] <redpill/sanitize_cmdline.c:138> /proc/cmdline sanitized
[    0.787191] <redpill/ioscheduler_fixer.c:24> Resetting I/O scheduler to default
[    0.789480] <redpill/call_protected.c:110> Got addr ffffffff8193965a for elevator_setup
[    0.789892] <redpill/redpill_main.c:69> RedPill v0.5-git-118fd88 loaded successfully (stealth=1)
[    0.791181] <redpill/call_protected.c:101> Got addr ffffffff811a4d30 for getname
[    0.792178] <redpill/call_protected.c:98> Got addr ffffffff8119a070 for do_execve
[    0.793922] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.794345] software IO TLB: mapped [mem 0xb7f1e000-0xbbf1e000] (64MB)
[    0.795367] <redpill/intercept_driver_register.c:93> driver_register() interception[   28.213917] serial8250: too much work for irq4
 active - no handler observing "alarmtimer" found, calling original driver_register()
[    0.796252] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff813c6950+12/1 (<<ffffffff813c6000)
[    0.796869] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.797429] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.797855] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.798278] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.798792] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.799238] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.799681] audit: initializing netlink subsys (disabled)
[    0.800047] audit: type=2000 audit(1645483053.800:1): initialized
[    0.800478] Initialise system trusted keyring
[    0.805836] VFS: Disk quotas dquot_6.6.0
[    0.806128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.873488] Key type asymmetric registered
[    0.873717] Asymmetric key parser 'x509' registered
[    0.874038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.874424] io scheduler noop registered
[    0.874645] io scheduler deadline registered
[    0.874902] io scheduler cfq registered (default)
[    0.875217] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "pcieport" found, calling original driver_register()
[    0.876073] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.876576] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.876998] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.877436] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.877958] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.878407] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.878804] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "aer" found, calling original driver_register()
[    0.879569] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.880207] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.880659] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.881206] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.881780] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.882277] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.882680] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "pcie_pme" found, calling original driver_register()
[    0.883482] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.883987] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.884423] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.884815] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.885360] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.885790] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.886207] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "dpc" found, calling original driver_register()
[    0.886968] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.887491] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.887906] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.888323] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.888846] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.889296] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.889700] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "i2c" found, calling original driver_register()
[    0.890474] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.890973] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.891448] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.891845] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.892372] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.892807] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.893219] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.893517] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "pciehp" found, calling original driver_register()
[    0.894313] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.894810] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.895247] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.895638] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.896167] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.896601] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.896993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.897374] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "button" found, calling original driver_register()
[    0.898167] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.898666] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.899101] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.899566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.899958] ACPI: Power Button [PWRF]
[    0.900206] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.900721] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.901180] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.901586] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "hardware_error_device" found, calling original driver_register()
[    0.902445] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.902944] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    0.903379] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    0.903783] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    0.904310] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    0.904747] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    0.905169] GHES: HEST is not enabled!
[    0.925258] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.948435] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.948881] console [ttyS0] enabled
[    0.949291] bootconsole [uart0] disabled
[    1.115367] <redpill/intercept_driver_register.c:98> driver_register() interception active - calling handler serial8250_ready_watcher+0x0/0x20 [redpill]<ffffffffa00018d0> for "serial8250"
[    1.116314] <redpill/override_symbol.c:239> Obta[   28.250704] serial8250: too much work for irq4
ining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.116835] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    1.117293] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    1.117711] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.118261] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    1.118715] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    1.119130] <redpill/intercept_driver_register.c:141> Calling for DWATCH_STATE_LIVE
[    1.119542] <redpill/virtual_uart.c:697> serial8250 driver loaded - adding queued ports
[    1.119969] <redpill/virtual_uart.c:715> Finished processing enqueued ports
[    1.120370] <redpill/intercept_driver_register.c:244> Removed serial8250_ready_watcher+0x0/0x20 [redpill]<ffffffffa00018d0> subscriber for "serial8250" driver
[    1.121138] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "serial" found, calling original driver_register()
[    1.121909] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.122437] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    1.122862] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    1.123383] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.123907] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    1.124387] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    1.127169] brd: module loaded
[    1.127363] <redpill/intercept_driver_register.c:93> driver_register() interception active - no handler observing "lpc_ich" found, calling original driver_register()
[    1.128222] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.128763] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    1.129220] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    1.129663] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.130225] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    1.130677] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    1.131105] Loading iSCSI transport class v2.0-870.
[    1.133757] rdac: device handler registered
[    1.137671] <redpill/intercept_driver_register.c:98> driver_register() interception active - calling handler sd_load_watcher+0x0/0x20 [redpill]<ffffffffa0000560> for "sd"
[    1.138532] <redpill/intercept_driver_register.c:102> Calling for DWATCH_STATE_COMING
[    1.138966] <redpill/scsi_notifier.c:137> sd driver loaded - triggering sd_probe shim installation
[    1.139476] <redpill/scsi_notifier.c:104> Overriding sd_probe()<ffffffff81418df0> with sd_probe_shim [redpill]()<ffffffffa00039a6>
[    1.140192] <redpill/intercept_driver_register.c:112> Calling original driver_register() & removing watcher
[    1.140732] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.141303] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    1.141765] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    1.142233] <redpill/override_symbol.c:207> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.142778] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff813c6950>
[    1.143269] <redpill/override_symbol.c:207> Released lock for <ffffffff813c6950>
[    1.143727] <redpill/intercept_driver_register.c:244> Removed sd_load_watcher+0x0/0x20 [redpill]<ffffffffa0000560> subscriber for "sd" driver
[    1.144514] <redpill/intercept_driver_register.c:250> Removed last driver_register() subscriber - unshimming driver_register()
[    1.145160] <redpill/intercept_driver_register.c:185> Stopping intercept of driver_register()
[    1.145650] <redpill/override_symbol.c:279> Restoring driver_register<ffffffff813c6950> to original code
[    1.146230] <redpill/override_symbol.c:239> Obtaining lock for <driver_register+0x0/0xd0/ffffffff813c6950>
[    1.146760] <redpill/override_symbol.c:246> Writing original code to <ffffffff813c6950>
[    1.147247] <redpill/override_symbol.c:239> Released lock for <ffffffff813c6950>
[    1.147658] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff813c6950+12/1 (<<ffffffff813c6000)
[    1.148340] <redpill/override_symbol.c:287> Successfully restored original code of driver_register
[    1.148871] <redpill/override_symbol.c:145> Freeing OVS for driver_register
[    1.149292] <redpill/intercept_driver_register.c:191> Intercept of driver_register() stopped
[    1.159303] ahci 0000:00:07.0: version 3.0
[    1.170432] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    1.171027] ahci 0000:00:07.0: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    1.171494] ahci 0000:00:07.0: flags: 64bit ncq only
[    1.171809] Cannot find slot node of this ata_port.
[    1.172164] Cannot find slot node of this ata_port.
[    1.172465] Cannot find slot node of this ata_port.
[    1.172761] Cannot find slot node of this ata_port.
[    1.173078] Cannot find slot node of this ata_port.
[    1.173376] Cannot find slot node of this ata_port.
[    1.178655] scsi host0: ahci
[    1.180760] scsi host1: ahci
[    1.181657] scsi host2: ahci
[    1.182534] scsi host3: ahci
[    1.183918] scsi host4: ahci
[    1.184349] scsi host5: ahci
[    1.184554] ata1 : SATA max UDMA/133 abar m4096@0xc14c8000 port 0xc14c8100 irq 24
[    1.184997] ata2 : SATA max UDMA/133 abar m4096@0xc14c8000 port 0xc14c8180 irq 24
[    1.185474] ata3 : SATA max UDMA/133 abar m4096@0xc14c8000 port 0xc14c8200 irq 24
[    1.185908] ata4 : SATA max UDMA/133 abar m4096@0xc14c8000 port 0xc14c8280 irq 24
[    1.186334] ata5 : SATA max UDMA/133 abar m4096@0xc14c8000 port 0xc14c8300 irq 24
[    1.186740] ata6 : SATA max UDMA/133 abar m4096@0xc14c8000 port 0xc14c8380 irq 24
[    1.187258] rtc_cmos 00:07: RTC can wake from S4
[    1.187707] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.188143] rtc_cmos 00:07: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    1.188578] i2c /dev entries driver
[    1.188827] md: raid1 personality registered for level 1
[    1.193292] NET: Registered protocol family 17
[    1.193560] Key type dns_resolver registered
[    1.193908] mce: Using 10 MCE banks
[    1.194287] registered taskstats version 1
[    1.194516] Loading compiled-in untrusted X.509 certificates
[    1.194831] Loading compiled-in X.509 certificates
[    1.195130] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[    1.196097] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[    1.196667] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[    1.197355] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[    1.197894] page_owner is disabled
[    1.198126] AppArmor: AppArmor sha1 policy hashing enabled
[    1.201138] rtc_cmos 00:07: setting system clock to 2022-02-21 22:37:34 UTC (1645483054)
[    1.492149] ata6 : SATA link down (SStatus 0 SControl 300)
[    1.492592] ata3 : SATA link down (SStatus 0 SControl 300)
[    1.492954] ata1 : SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.493405] ata4 : SATA link down (SStatus 0 SControl 300)
[    1.493763] ata1.00 : ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
[    1.494167] ata1.00 : 67108864 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.494521] ata1.00 : SN:QM00005
[    1.494693] ata1.00 : applying bridge limits
[    1.495064] ata2 : SATA link down (SStatus 0 SControl 300)
[    1.495414] ata5 : SATA link down (SStatus 0 SControl 300)
[    1.495853] ata1.00 : configured for[   28.287900] serial8250: too much work for irq4
 UDMA/100
[    1.496168] ata1.00 : Find SSD disks. [QEMU HARDDISK]
[    1.496892] scsi 0:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
[    1.497587] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[    1.497992] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[    1.498631] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[    1.499042] Cannot find slot node of this ata_port.
[    1.499359] got SATA disk[0]
[    1.499526] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[    1.499669] sd 0:0:0:0: [sata1] 67108864 512-byte logical blocks: (34.4 GB/32.0 GiB)
[    1.499868] sd 0:0:0:0: [sata1] Write Protect is off
[    1.499869] sd 0:0:0:0: [sata1] Mode Sense: 00 3a 00 00
[    1.499937] sd 0:0:0:0: [sata1] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.500932] sd 0:0:0:0: [sata1] Attached SCSI disk
[    1.503070] Freeing unused kernel memory: 972K
[    1.503309] Write protecting the kernel read-only data: 8192k
[    1.503823] Freeing unused kernel memory: 408K
[    1.504406] Freeing unused kernel memory: 228K
[    1.547282] ACPI: bus type USB registered
[    1.547558] usbcore: registered new interface driver usbfs
[    1.547883] usbcore: registered new interface driver hub
[    1.548376] usbcore: registered new device driver usb
[    1.548717] <redpill/usb_boot_shim.c:166> usbcore registered, adding device watcher
[    1.549162] <redpill/call_protected.c:112> Got ptr ffffffffa0042fb0 for usb_register_notify
[    1.549660] <redpill/usb_boot_shim.c:127> Registered USB device notifier
[    1.556184] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.560283] ehci-pci: EHCI PCI platform driver
[    1.565600] uhci_hcd: USB Universal Host Controller Interface driver
[    1.578545] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.578834] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.579415] uhci_hcd 0000:00:01.2: irq 11, io base 0x00001040
[    1.580325] hub 1-0:1.0: USB hub found
[    1.580561] hub 1-0:1.0: 2 ports detected
[    1.580971] <redpill/usb_boot_shim.c:72> Found new device <vid=1d6b, pid=0001> - didn't match expected <vid=46f4, pid=0001> (prev_shimmed=0)
[    1.600293] xhci_hcd 0000:00:18.0: xHCI Host Controller
[    1.600581] xhci_hcd 0000:00:18.0: new USB bus registered, assigned bus number 2
[    1.795196] tsc: Refined TSC clocksource calibration: 3600.192 MHz
[    1.795539] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e50918bf7, max_idle_ns: 440795353408 ns
[    1.801257] xhci_hcd 0000:00:18.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000010
[    1.802563] hub 2-0:1.0: USB hub found
[    1.802816] hub 2-0:1.0: 4 ports detected
[    1.803431] <redpill/usb_boot_shim.c:72> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=46f4, pid=0001> (prev_shimmed=0)
[    1.804197] xhci_hcd 0000:00:18.0: xHCI Host Controller
[    1.804504] xhci_hcd 0000:00:18.0: new USB bus registered, assigned bus number 3
[    1.804957] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.805664] hub 3-0:1.0: USB hub found
[    1.805894] hub 3-0:1.0: 4 ports detected
[    1.806222] <redpill/usb_boot_shim.c:72> Found new device <vid=1d6b, pid=0003> - didn't match expected <vid=46f4, pid=0001> (prev_shimmed=0)
[    1.815775] usbcore: registered new interface driver usb-storage
[    1.822678] mpt3sas version 41.00.00.00 loaded
[    1.903142] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[    2.050022] usb 1-1: not running at top speed; connect to a high speed hub
[    2.087763] <redpill/usb_boot_shim.c:72> Found new device <vid=0627, pid=0001> - didn't match expected <vid=46f4, pid=0001> (prev_shimmed=0)
[    2.129172] usb 3-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.140968] usb-storage 3-1:1.0: USB Mass Storage device detected
[    2.141603] scsi host6: usb-storage 3-1:1.0
[    2.141912] <redpill/usb_boot_shim.c:90> Device <vid=46f4, pid=0001> shimmed to <vid=f400, pid=f400>
[    2.796437] clocksource: Switched to clocksource tsc
[    3.143630] scsi 6:0:0:0: Direct-Access     QEMU     QEMU HARDDISK            2.5+ PQ: 0 ANSI: 5
[    3.144262] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
[    3.144808] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
[    3.145346] <redpill/scsi_notifier.c:87> Calling original sd_probe()
[    3.145839] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
[    3.146259] sd 6:0:0:0: [synoboot] 327680 512-byte logical blocks: (168 MB/160 MiB)
[    3.146408] sd 6:0:0:0: [synoboot] Write Protect is off
[    3.146409] sd 6:0:0:0: [synoboot] Mode Sense: 63 00 00 08
[    3.146589] sd 6:0:0:0: [synoboot] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.147373]  synoboot: synoboot1 synoboot2 synoboot3
[    3.148041] sd 6:0:0:0: [synoboot] Attached SCSI disk
[    3.842620] purley_synobios: module license 'Synology Inc.' taints kernel.
[    3.843014] Disabling lock debugging due to kernel taint
[    3.843364] <redpill/bios_shim.c:206> Symbol section <ffffc90000fb74f0> @ vaddr<18446744072100196352> size[9720]
[    3.843915] <redpill/bios_shim.c:215> Symbol #0 in mfgBIOS "purley_synobios" {}<          (null)>
[    3.844442] <redpill/bios_shim.c:215> Symbol #1 in mfgBIOS "purley_synobios" {}<ffffffffa011f000>
[    3.844934] <redpill/bios_shim.c:215> Symbol #2 in mfgBIOS "purley_synobios" {}<ffffffffa0126f20>
[    3.845411] <redpill/bios_shim.c:215> Symbol #3 in mfgBIOS "purley_synobios" {}<ffffffffa0127478>
[    3.845898] <redpill/bios_shim.c:215> Symbol #4 in mfgBIOS "purley_synobios" {}<ffffffffa0128728>
[    3.846377] <redpill/bios_shim.c:215> Symbol #5 in mfgBIOS "purley_synobios" {}<ffffffffa0129883>
[    3.846850] <redpill/bios_shim.c:215> Symbol #6 in mfgBIOS "purley_synobios" {}<ffffffffa0129940>
[    3.847337] <redpill/bios_shim.c:215> Symbol #7 in mfgBIOS "purley_synobios" {}<ffffffffa012eb40>
[    3.847842] <redpill/bios_shim.c:215> Symbol #8 in mfgBIOS "purley_synobios" {__FUNCTION__.28701}<ffffffffa0126f20>
[    3.848538] <redpill/bios_shim.c:215> Symbol #9 in mfgBIOS "purley_synobios" {synobios_ttyS_wait_read}<ffffffffa011f720>
[    3.849164] <redpill/bios_shim.c:215> Symbol #10 in mfgBIOS "purley_synobios" {state.25077}<ffffffffa012ec0c>
[    3.849760] <redpill/bios_shim.c:215> Symbol #11 in mfgBIOS "purley_synobios" {save_bytes.25076}<ffffffffa012ec08>
[    3.850402] <redpill/bios_shim.c:215> Symbol #12 in mfgBIOS "purley_synobios" {state.25095}<ffffffffa012ec04>
[    3.851004] <redpill/bios_shim.c:215> Symbol #13 in mfgBIOS "purley_synobios" {syno_ttyS_write}<ffffffffa011fb40>
[    3.851596] <redpill/bios_shim.c:215> Symbol #14 in mfgBIOS "purley_synobios" {__key.25113}<ffffffffa012ec04>
[    3.852183] <redpill/bios_shim.c:215> Symbol #15 in mfgBIOS "purley_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa0129883>
[    3.852931] <redpill/bios_shim.c:215> Symbol #16 in mfgBIOS "purley_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa012989e>
[    3.853671] <redpill/bios_shim.c:215> Symbol #17 in mfgBIOS "purley_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa01298bc>
[    3.854433] <redpill/bios_shim.c:215> Symbol #18 in mfgBIOS "purley_synobios" {__kstrtab_save_char_from_uart}<ffffffffa01298d8>
[    3.855109] <redpill/bios_shim.c:215> Symbol #19 in mfgBIOS "purley_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa01202b0>
[    3.855792] <redpill/bios_shim.c:215> Symbol #20 in mfgBIOS "purley_synobios" {synobios_read_proc_cpu_arch}<ffffffffa0120310>
[    3.856455] <redpill/bios_shim.c:215> Symbol #21 in mfgBIOS "purley_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa01202d0>
[    3.857151] <redpill/bios_shim.c:215> Symbol #22 in mfgBIOS "purley_synobios" {synobios_read_proc_crypto_hw}<ffffffffa0120380>
[    3.857855] <redpill/bios_shim.c:215> Symbol #23 in mfgBIOS "purley_synobios" {synobios_read_proc_p[   28.325757] serial8250: too much work for irq4
latform_open}<ffffffffa01202f0>
[    3.858602] <redpill/bios_shim.c:215> Symbol #24 in mfgBIOS "purley_synobios" {synobios_read_proc_platform_name}<ffffffffa01203f0>
[    3.859291] <redpill/bios_shim.c:215> Symbol #25 in mfgBIOS "purley_synobios" {gSynoCPUMapping}<ffffffffa012a6c0>
[    3.859856] <redpill/bios_shim.c:215> Symbol #26 in mfgBIOS "purley_synobios" {gSynoCRYPTOMapping}<ffffffffa012a600>
[    3.860449] <redpill/bios_shim.c:215> Symbol #27 in mfgBIOS "purley_synobios" {synobios_record_event_new.isra.0.part.1}<ffffffffa0120410>
[    3.861132] <redpill/bios_shim.c:215> Symbol #28 in mfgBIOS "purley_synobios" {scSynoBios}<ffffffffa012eec0>
[    3.861695] <redpill/bios_shim.c:215> Symbol #29 in mfgBIOS "purley_synobios" {synobios_record_scsi_error_event}<ffffffffa01204b0>
[    3.862354] <redpill/bios_shim.c:215> Symbol #30 in mfgBIOS "purley_synobios" {synobios_disk_power_short_break_report}<ffffffffa0120500>
[    3.863024] <redpill/bios_shim.c:215> Symbol #31 in mfgBIOS "purley_synobios" {synobios_wake_from_deep_sleep}<ffffffffa0120550>
[    3.863655] <redpill/bios_shim.c:215> Symbol #32 in mfgBIOS "purley_synobios" {synobios_disk_reset_fail_report}<ffffffffa01205a0>
[    3.864315] <redpill/bios_shim.c:215> Symbol #33 in mfgBIOS "purley_synobios" {synobios_disk_timeout_report}<ffffffffa0120600>
[    3.864926] <redpill/bios_shim.c:215> Symbol #34 in mfgBIOS "purley_synobios" {synobios_disk_retry_report}<ffffffffa0120660>
[    3.865716] <redpill/bios_shim.c:215> Symbol #35 in mfgBIOS "purley_synobios" {synobios_sata_error_report}<ffffffffa01206b0>
[    3.866305] <redpill/bios_shim.c:215> Symbol #36 in mfgBIOS "purley_synobios" {synobios_disk_port_lost_report}<ffffffffa0120710>
[    3.866931] <redpill/bios_shim.c:215> Symbol #37 in mfgBIOS "purley_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa0120760>
[    3.867605] <redpill/bios_shim.c:215> Symbol #38 in mfgBIOS "purley_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa01207b0>
[    3.868297] <redpill/bios_shim.c:215> Symbol #39 in mfgBIOS "purley_synobios" {synobios_error_fs_btrfs_event}<ffffffffa0120800>
[    3.868919] <redpill/bios_shim.c:215> Symbol #40 in mfgBIOS "purley_synobios" {synobios_error_fs_event}<ffffffffa0120850>
[    3.869500] <redpill/bios_shim.c:215> Symbol #41 in mfgBIOS "purley_synobios" {synobios_autoremap_raid_event}<ffffffffa01208c0>
[    3.870117] <redpill/bios_shim.c:215> Symbol #42 in mfgBIOS "purley_synobios" {synobios_record_raid_event}<ffffffffa0120910>
[    3.870726] <redpill/bios_shim.c:215> Symbol #43 in mfgBIOS "purley_synobios" {synobios_event_ecc_notification}<ffffffffa0120960>
[    3.871349] <redpill/bios_shim.c:215> Symbol #44 in mfgBIOS "purley_synobios" {synobios_raid_sync_event}<ffffffffa01209b0>
[    3.871951] <redpill/bios_shim.c:215> Symbol #45 in mfgBIOS "purley_synobios" {synobios_error_oom_event}<ffffffffa0120ac0>
[    3.872547] <redpill/bios_shim.c:215> Symbol #46 in mfgBIOS "purley_synobios" {synobios_poll}<ffffffffa0120c20>
[    3.873097] <redpill/bios_shim.c:215> Symbol #47 in mfgBIOS "purley_synobios" {synobios_ops}<ffffffffa01302e8>
[    3.873629] <redpill/bios_shim.c:215> Symbol #48 in mfgBIOS "purley_synobios" {last_jiffies.29872}<ffffffffa0129940>
[    3.874203] <redpill/bios_shim.c:215> Symbol #49 in mfgBIOS "purley_synobios" {buzzer_press_count.29873}<ffffffffa012ed74>
[    3.874796] <redpill/bios_shim.c:215> Symbol #50 in mfgBIOS "purley_synobios" {syno_microp_get_event}<ffffffffa0120d10>
[    3.875366] <redpill/bios_shim.c:215> Symbol #51 in mfgBIOS "purley_synobios" {micropLogSwitch}<ffffffffa01302f0>
[    3.875928] <redpill/bios_shim.c:215> Symbol #52 in mfgBIOS "purley_synobios" {syno_console_prohibit_event}<ffffffffa0120d70>
[    3.876535] <redpill/bios_shim.c:215> Symbol #53 in mfgBIOS "purley_synobios" {syno_usb_prohibit_event}<ffffffffa0120d90>
[    3.877136] <redpill/bios_shim.c:215> Symbol #54 in mfgBIOS "purley_synobios" {card_detect_proc_fops}<ffffffffa012ed80>
[    3.877701] <redpill/bios_shim.c:215> Symbol #55 in mfgBIOS "purley_synobios" {synobios_ioctl}<ffffffffa0121050>
[    3.878257] <redpill/bios_shim.c:215> Symbol #56 in mfgBIOS "purley_synobios" {sys_status_lock}<ffffffffa012ab40>
[    3.878801] <redpill/bios_shim.c:215> Symbol #57 in mfgBIOS "purley_synobios" {pgSysStatus}<ffffffffa012eea0>
[    3.879344] <redpill/bios_shim.c:215> Symbol #58 in mfgBIOS "purley_synobios" {LedSetLock}<ffffffffa01302f8>
[    3.879868] <redpill/bios_shim.c:215> Symbol #59 in mfgBIOS "purley_synobios" {check_fan}<ffffffffa012ab30>
[    3.880409] <redpill/bios_shim.c:215> Symbol #60 in mfgBIOS "purley_synobios" {__FUNCTION__.29923}<ffffffffa0126f50>
[    3.881003] <redpill/bios_shim.c:215> Symbol #61 in mfgBIOS "purley_synobios" {__func__.29984}<ffffffffa0126f40>
[    3.881547] <redpill/bios_shim.c:215> Symbol #62 in mfgBIOS "purley_synobios" {__key.30191}<ffffffffa012ed74>
[    3.882101] <redpill/bios_shim.c:215> Symbol #63 in mfgBIOS "purley_synobios" {gSynoModelMapping}<ffffffffa0129960>
[    3.882666] <redpill/bios_shim.c:215> Symbol #64 in mfgBIOS "purley_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa01271a0>
[    3.883312] <redpill/bios_shim.c:215> Symbol #65 in mfgBIOS "purley_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa0127080>
[    3.883946] <redpill/bios_shim.c:215> Symbol #66 in mfgBIOS "purley_synobios" {synobios_read_proc_platform_fops}<ffffffffa0126f60>
[    3.884596] <redpill/bios_shim.c:215> Symbol #67 in mfgBIOS "purley_synobios" {system_mode}<ffffffffa01302f4>
[    3.885146] <redpill/bios_shim.c:215> Symbol #68 in mfgBIOS "purley_synobios" {__UNIQUE_ID_license6}<ffffc90000fa2930>
[    3.885719] <redpill/bios_shim.c:215> Symbol #69 in mfgBIOS "purley_synobios" {__UNIQUE_ID_description5}<ffffc90000fa2946>
[    3.886337] <redpill/bios_shim.c:215> Symbol #70 in mfgBIOS "purley_synobios" {__UNIQUE_ID_author4}<ffffc90000fa295c>
[    3.886912] <redpill/bios_shim.c:215> Symbol #71 in mfgBIOS "purley_synobios" {__UNIQUE_ID_system_mode3}<ffffc90000fa296d>
[    3.887525] <redpill/bios_shim.c:215> Symbol #72 in mfgBIOS "purley_synobios" {__UNIQUE_ID_system_modetype2}<ffffc90000fa29a8>
[    3.888157] <redpill/bios_shim.c:215> Symbol #73 in mfgBIOS "purley_synobios" {__param_system_mode}<ffffffffa01298f0>
[    3.888733] <redpill/bios_shim.c:215> Symbol #74 in mfgBIOS "purley_synobios" {__param_str_system_mode}<ffffffffa01272c0>
[    3.889345] <redpill/bios_shim.c:215> Symbol #75 in mfgBIOS "purley_synobios" {__UNIQUE_ID_check_fan1}<ffffc90000fa29c1>
[    3.889931] <redpill/bios_shim.c:215> Symbol #76 in mfgBIOS "purley_synobios" {__UNIQUE_ID_check_fantype0}<ffffc90000fa29fb>
[    3.890553] <redpill/bios_shim.c:215> Symbol #77 in mfgBIOS "purley_synobios" {__param_check_fan}<ffffffffa0129918>
[    3.891115] <redpill/bios_shim.c:215> Symbol #78 in mfgBIOS "purley_synobios" {__param_str_check_fan}<ffffffffa01272d0>
[    3.891705] <redpill/bios_shim.c:215> Symbol #79 in mfgBIOS "purley_synobios" {FS6400I2CGetPowerInfo}<ffffffffa0123590>
[    3.892304] <redpill/bios_shim.c:215> Symbol #80 in mfgBIOS "purley_synobios" {FS6500I2CGetPowerInfo}<ffffffffa0123610>
[    3.892886] <redpill/bios_shim.c:215> Symbol #81 in mfgBIOS "purley_synobios" {SA6500I2CGetPowerInfo}<ffffffffa0123690>
[    3.893482] <redpill/bios_shim.c:215> Symbol #82 in mfgBIOS "purley_synobios" {SA6500GetDiskStatus}<ffffffffa0123780>
[    3.894060] <redpill/bios_shim.c:215> Symbol #83 in mfgBIOS "purley_synobios" {mask.30311}<ffffffffa0127310>
[    3.894597] <redpill/bios_shim.c:215> Symbol #84 in mfgBIOS "purley_synobios" {HD6500GpioInit}<ffffffffa0123bf0>
[    3.895146] <redpill/bios_shim.c:215> Symbol #85 in mfgBIOS "purley_synobios" {disk_led_ctrl}<ffffffffa012d870>
[    3.895696] <redpill/bios_shim.c:215> Symbol #86 in mfgBIOS "purley_synobios" {HD6500GpioCleanup}<ffffffffa0123c30>
[    3.896270] <redpill/bios_shim.c:215> Symbol #87 in mfgBIOS "purley_synobios" {HD6500I2CGetPowerInfo}<ffffffffa0123ca0>
[    3.896862] <redpill/bios_shim.c:215> Symbol #88 in mfgBIOS "purley_synobios" {FS6600NI2CGetPowerInfo}<ffffffffa0123d20>
[    3.897471] <redpill/bios_shim.c:215> Symbol #89 in mf[   28.362979] serial8250: too much work for irq4
gBIOS "purley_synobios" {MpId.25835}<ffffffffa012e5a8>
[    3.898010] <redpill/bios_shim.c:215> Symbol #90 in mfgBIOS "purley_synobios" {days_since_epoch}<ffffffffa0127340>
[    3.898574] <redpill/bios_shim.c:215> Symbol #91 in mfgBIOS "purley_synobios" {days_since_leapyear}<ffffffffa01273d0>
[    3.899147] <redpill/bios_shim.c:215> Symbol #92 in mfgBIOS "purley_synobios" {days_since_year}<ffffffffa01273f0>
[    3.899715] <redpill/bios_shim.c:215> Symbol #93 in mfgBIOS "purley_synobios" {rtc_correct_wday}<ffffffffa0124860>
[    3.900283] <redpill/bios_shim.c:215> Symbol #94 in mfgBIOS "purley_synobios" {days_in_mo}<ffffffffa0127408>
[    3.900821] <redpill/bios_shim.c:215> Symbol #95 in mfgBIOS "purley_synobios" {GetFanStatus}<ffffffffa01250d0>
[    3.901362] <redpill/bios_shim.c:215> Symbol #96 in mfgBIOS "purley_synobios" {SetFanStatus}<ffffffffa01250e0>
[    3.901916] <redpill/bios_shim.c:215> Symbol #97 in mfgBIOS "purley_synobios" {InitModuleType}<ffffffffa01250f0>
[    3.902465] <redpill/bios_shim.c:215> Symbol #98 in mfgBIOS "purley_synobios" {model_ops}<ffffffffa0130310>
[    3.903010] <redpill/bios_shim.c:215> Symbol #99 in mfgBIOS "purley_synobios" {SetBuzzerClear}<ffffffffa0125120>
[    3.903565] <redpill/bios_shim.c:215> Symbol #100 in mfgBIOS "purley_synobios" {GetBuzzerCleared}<ffffffffa0125150>
[    3.904135] <redpill/bios_shim.c:215> Symbol #101 in mfgBIOS "purley_synobios" {GetPowerStatus}<ffffffffa0125180>
[    3.904696] <redpill/bios_shim.c:215> Symbol #102 in mfgBIOS "purley_synobios" {SetAlarmLed}<ffffffffa01251b0>
[    3.905240] <redpill/bios_shim.c:215> Symbol #103 in mfgBIOS "purley_synobios" {hwmon_sensor_list}<ffffffffa0130308>
[    3.905816] <redpill/bios_shim.c:215> Symbol #104 in mfgBIOS "purley_synobios" {SetHddActLed}<ffffffffa0125300>
[    3.906360] <redpill/bios_shim.c:215> Symbol #105 in mfgBIOS "purley_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa0125320>
[    3.906987] <redpill/bios_shim.c:215> Symbol #106 in mfgBIOS "purley_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa0125380>
[    3.907605] <redpill/bios_shim.c:215> Symbol #107 in mfgBIOS "purley_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa01253e0>
[    3.908248] <redpill/bios_shim.c:215> Symbol #108 in mfgBIOS "purley_synobios" {GetSysTemperature}<ffffffffa0125440>
[    3.908822] <redpill/bios_shim.c:215> Symbol #109 in mfgBIOS "purley_synobios" {Uninitialize}<ffffffffa0125520>
[    3.909362] <redpill/bios_shim.c:215> Symbol #110 in mfgBIOS "purley_synobios" {synobios_ops}<ffffffffa012e5c0>
[    3.909919] <redpill/bios_shim.c:219> Found vtable - size 416
[    3.910239] <redpill/bios_shim.c:233> Found "synobios_ops" in "purley_synobios" @ <ffffffffa012e5c0 =416=> ffffffffa012f2c0>
[    3.910864] <redpill/override_symbol.c:279> Restoring apply_relocate_add<ffffffff8103cef0> to original code
[    3.911393] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[    3.912083] <redpill/override_symbol.c:239> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103cef0>
[    3.912628] <redpill/override_symbol.c:246> Writing original code to <ffffffff8103cef0>
[    3.913083] <redpill/override_symbol.c:239> Released lock for <ffffffff8103cef0>
[    3.913486] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[    3.914127] <redpill/override_symbol.c:287> Successfully restored original code of apply_relocate_add
[    3.914623] <redpill/override_symbol.c:145> Freeing OVS for apply_relocate_add
[    3.915067] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa012e5c0
[    3.915559] 40 e8 12 a0 ff ff ff ff  [00] 0x000      ffffffffa012e840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[    3.916287] c0 f6 11 a0 ff ff ff ff  [01] 0x008      ffffffffa011f6c0        GetBrand+0x0/0x10 [purley_synobios]
[    3.916909] 60 54 12 a0 ff ff ff ff  [02] 0x010      ffffffffa0125460        GetModel+0x0/0xc0 [purley_synobios]
[    3.917551] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[    3.918091] b0 4a 12 a0 ff ff ff ff  [04] 0x020      ffffffffa0124ab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[    3.918771] 20 4d 12 a0 ff ff ff ff  [05] 0x028      ffffffffa0124d20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[    3.919460] d0 50 12 a0 ff ff ff ff  [06] 0x030      ffffffffa01250d0        GetFanStatus+0x0/0x10 [purley_synobios]
[    3.920102] e0 50 12 a0 ff ff ff ff  [07] 0x038      ffffffffa01250e0        SetFanStatus+0x0/0x10 [purley_synobios]
[    3.920754] 40 54 12 a0 ff ff ff ff  [08] 0x040      ffffffffa0125440        GetSysTemperature+0x0/0x20 [purley_synobios]
[    3.921426] 60 55 12 a0 ff ff ff ff  [09] 0x048      ffffffffa0125560        GetCpuTemperatureI3Transfer+0x0/0x60 [purley_synobios]
[    3.922143] 00 00 00 00 00 00 00 00  [10] 0x050                (null)                  (null)
[    3.922685] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[    3.923222] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[    3.923769] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[    3.924312] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[    3.924863] d0 f6 11 a0 ff ff ff ff  [15] 0x078      ffffffffa011f6d0        SetGpioPin+0x0/0x20 [purley_synobios]
[    3.925513] f0 f6 11 a0 ff ff ff ff  [16] 0x080      ffffffffa011f6f0        GetGpioPin+0x0/0x30 [purley_synobios]
[    3.926147] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[    3.926689] 70 4c 12 a0 ff ff ff ff  [18] 0x090      ffffffffa0124c70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[    3.927402] 00 48 12 a0 ff ff ff ff  [19] 0x098      ffffffffa0124800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[    3.928102] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[    3.928644] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[    3.929183] b0 51 12 a0 ff ff ff ff  [22] 0x0b0      ffffffffa01251b0        SetAlarmLed+0x0/0x30 [purley_synobios]
[    3.929833] 50 51 12 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0125150        GetBuzzerCleared+0x0/0x30 [purley_synobios]
[    3.930499] 20 51 12 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0125120        SetBuzzerClear+0x0/0x30 [purley_synobios]
[    3.931167] 80 51 12 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0125180        GetPowerStatus+0x0/0x30 [purley_synobios]
[    3.931829] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[    3.932373] f0 50 12 a0 ff ff ff ff  [27] 0x0d8      ffffffffa01250f0        InitModuleType+0x0/0x30 [purley_synobios]
[    3.933042] 20 55 12 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0125520        Uninitialize+0x0/0x40 [purley_synobios]
[    3.933693] c0 55 12 a0 ff ff ff ff  [29] 0x0e8      ffffffffa01255c0        SetCpuFanStatus+0x0/0x10 [purley_synobios]
[    3.934352] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[    3.934900] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[    3.935442] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[    3.936004] 00 00 00 00 00 00 00 00  [33] 0x108                (null)                  (null)
[    3.936530] 00 00 00 00 00 00 00 00  [34] 0x110                (null)                  (null)
[    3.937079] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[    3.937610] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[    3.938162] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[    3.938703] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[    3.939252] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[    3.939786] e0 51 12 a0 ff ff ff ff  [40] 0x140      ffffffffa01251e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[    3.940448] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[    3.941004] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[    3.941529] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[    3.942085] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[    3.942621] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[    3.943168] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[    3.943714] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[    3.944271] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[    3.944767] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[    3.945257] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[    3.945726] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[    3.946216]
[    3.946303] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa012e760
[    3.946771] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [7] originally SetFanStatus [purley_synobios]<ffffffffa01250e0> will now be bios_VTK_SET_FAN_STATE_null_zero_int [redpill]<ffffffffa000d5e7>
[    3.947757] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [10] originally           (null)<          (null)> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000d612>
[    3.948682] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [11] originally           (null)<          (null)> will now be bios_VTK_SET_PWR_LED_null_zero_int [redpill]<ffffffffa000d63d>
[    3.949600] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [16] originally GetGpioPin [purley_synobios]<ffffffffa011f6f0> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa0002980>
[    3.950529] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [15] originally SetGpioPin [purley_synobios]<ffffffffa011f6d0> will now be shim_set_gpio_pin_usable [redpill]<ffffffffa000d7c0>
[    3.951457] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [17] originally           (null)<          (null)> will now be bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int [redpill]<ffffffffa000d668>
[    3.952414] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [22] originally SetAlarmLed [purley_synobios]<ffffffffa01251b0> will now be bios_VTK_SET_ALR_LED_null_zero_int [redpill]<ffffffffa000d693>
[    3.953398] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [23] originally GetBuzzerCleared [purley_synobios]<ffffffffa0125150> will now be bios_get_buz_clr [redpill]<ffffffffa0002990>
[    3.954318] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [24] originally SetBuzzerClear [purley_synobios]<ffffffffa0125120> will now be bios_VTK_SET_BUZ_CLR_null_zero_int [redpill]<ffffffffa000d6be>
[    3.955306] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [29] originally SetCpuFanStatus [purley_synobios]<ffffffffa01255c0> will now be bios_VTK_SET_CPU_FAN_STATUS_null_zero_int [redpill]<ffffffffa000d6e9>
[    3.956332] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [30] originally           (null)<          (null)> will now be bios_VTK_SET_PHY_LED_null_zero_int [redpill]<ffffffffa000d714>
[    3.957233] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [31] originally           (null)<          (null)> will now be bios_VTK_SET_HDD_ACT_LED_null_zero_int [redpill]<ffffffffa000d73f>
[    3.958162] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [33] originally           (null)<          (null)> will now be bios_VTK_GET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d76a>
[    3.959088] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [34] originally           (null)<          (null)> will now be bios_VTK_SET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d795>
[    3.960006] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[    3.960536] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[    3.960929] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [6] originally GetFanStatus [purley_synobios]<ffffffffa01250d0> will now be bios_get_fan_state [redpill]<ffffffffa00024f0>
[    3.961825] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [9] originally GetCpuTemperatureI3Transfer [purley_synobios]<ffffffffa0125560> will now be bios_get_cpu_temp [redpill]<ffffffffa00025e0>
[    3.962782] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [47] originally           (null)<          (null)> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002630>
[    3.963635] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [45] originally           (null)<          (null)> will now be bios_hwmon_get_voltages [redpill]<ffffffffa0002740>
[    3.964482] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [43] originally           (null)<          (null)> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa0002870>
[    3.965336] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[    3.965793] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa012e5c0
[    3.966288] 40 e8 12 a0 ff ff ff ff  [00] 0x000      ffffffffa012e840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[    3.966943] c0 f6 11 a0 ff ff ff ff  [01] 0x008      ffffffffa011f6c0        GetBrand+0x0/0x10 [purley_synobios]
[    3.967503] 60 54 12 a0 ff ff ff ff  [02] 0x010      ffffffffa0125460        GetModel+0x0/0xc0 [purley_synobios]
[    3.968083] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[    3.968548] b0 4a 12 a0 ff ff ff ff  [04] 0x020      ffffffffa0124ab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[    3.969173] 20 4d 12 a0 ff ff ff ff  [05] 0x028      ffffffffa0124d20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[    3.969781] f0 24 00 a0 ff ff ff ff  [06] 0x030      ffffffffa00024f0        bios_get_fan_state+0x0/0x10 [redpill]
[    3.970357] e7 d5 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d5e7        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x2b [redpill]
[    3.971018] 40 54 12 a0 ff ff ff ff  [08] 0x040      ffffffffa0125440        GetSysTemperature+0x0/0x20 [purley_synobios]
[    3.971611] e0 25 00 a0 ff ff ff ff  [09] 0x048      ffffffffa00025e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[    3.972198] 12 d6 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d612        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x2b [redpill]
[    3.972859] 3d d6 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d63d        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x2b [redpill]
[    3.973504] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[    3.973988] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[    3.974462] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[    3.974944] c0 d7 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d7c0        shim_set_gpio_pin_usable+0x0/0x9c [redpill]
[    3.975538] 80 29 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0002980        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[    3.976148] 68 d6 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d668        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x2b [redpill]
[    3.976815] 70 4c 12 a0 ff ff ff ff  [18] 0x090      ffffffffa0124c70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[    3.977471] 00 48 12 a0 ff ff ff ff  [19] 0x098      ffffffffa0124800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[    3.978096] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[    3.978561] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[    3.979044] 93 d6 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d693        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x2b [redpill]
[    3.979688] 90 29 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0002990        bios_get_buz_clr+0x0/0x10 [redpill]
[    3.980265] be d6 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d6be        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x2b [redpill]
[    3.980900] 80 51 12 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0125180        GetPowerStatus+0x0/0x30 [purley_synobios]
[    3.981497] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[    3.981963] f0 50 12 a0 ff ff ff ff  [27] 0x0d8      ffffffffa01250f0        InitModuleType+0x0/0x30 [purley_synobios]
[    3.982560] 20 55 12 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0125520        Uninitialize+0x0/0x40 [purley_synobios]
[    3.983148] e9 d6 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d6e9        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x2b [redpill]
[    3.983814] 14 d7 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d714        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x2b [redpill]
[    3.984477] 3f d7 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d73f        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x2b [redpill]
[    3.985136] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[    3.985615] 6a d7 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d76a        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[    3.986278] 95 d7 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d795        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[    3.986926] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[    3.987411] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[    3.987884] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[    3.988374] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[    3.988842] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[    3.989313] e0 51 12 a0 ff ff ff ff  [40] 0x140      ffffffffa01251e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[    3.989893] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[    3.990365] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[    3.990846] 70 28 00 a0 ff ff ff ff  [43] 0x158      ffffffffa0002870        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
[    3.991454] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[    3.991921] 40 27 00 a0 ff ff ff ff  [45] 0x168      ffffffffa0002740        bios_hwmon_get_voltages+0x0/0x130 [redpill]
[    3.992532] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[    3.993002] 30 26 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002630        bios_hwmon_get_thermal+0x0/0x110 [redpill]
[    3.993600] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[    3.994072] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[    3.994542] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[    3.995024] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[    3.995492]
[    3.995579] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa012e760
[    3.996064] <redpill/bios_hwcap_shim.c:79> Registering mfgBIOS HW Capability shim
[    3.996465] <redpill/override_symbol.c:257> Overriding GetHwCapability() with GetHwCapability_shim [redpill]()<ffffffffa0002350>
[    3.999017] <redpill/override_symbol.c:172> Saved GetHwCapability() ptr <ffffffffa0123fd0>
[    3.999459] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffffa0123fd0+12/1 (<<ffffffffa0123000)
[    4.000158] <redpill/override_symbol.c:207> Obtaining lock for <GetHwCapability+0x0/0x100 [purley_synobios]/ffffffffa0123fd0>
[    4.000759] <redpill/override_symbol.c:182> Generating trampoline
[    4.001078] <redpill/override_symbol.c:187> Generated trampoline to GetHwCapability_shim+0x0/0x190 [redpill]<ffffffffa0002350> for GetHwCapability<ffffffffa0123fd0>:
[    4.001078] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffffa0123fd0>
[    4.002346] <redpill/override_symbol.c:207> Released lock for <ffffffffa0123fd0>
[    4.002740] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffffa0123fd0+12/1 (<<ffffffffa0123000)
[    4.003419] <redpill/override_symbol.c:269> Successfully overrode GetHwCapability() with trampoline to GetHwCapability_shim+0x0/0x190 [redpill]<ffffffffa0002350>
[    4.004210] <redpill/bios_hwcap_shim.c:87> Successfully registered mfgBIOS HW Capability shim
[    4.004668] <redpill/bios_shim.c:131> purley_synobios BIOS *early* shimmed
[    4.005201] synobios ioctl TCGETS /dev/ttyS1 failed
[    4.005469] synobios unable to set termios of /dev/ttyS1
[    4.005905] 2022-2-21 22:37:37 UTC
[    4.006112] synobios: load, major number 201
[    4.006348] Brand: Synology
[    4.006502] Model: FS-6400
[    4.006651] set group disks wakeup number to 4, spinup time deno 7
[    4.006985] <redpill/bios_shims_collection.c:54> mfgBIOS: nullify zero-int for VTK_SET_MICROP_ID
[    4.007476] synobios cpu_arch proc entry initialized
[    4.007744] synobios crypto_hw proc entry initialized
[    4.008021] synobios syno_platform proc entry initialized
[    4.008325] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa012e5c0
[    4.008812] 40 e8 12 a0 ff ff ff ff  [00] 0x000      ffffffffa012e840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[    4.009469] c0 f6 11 a0 ff ff ff ff  [01] 0x008      ffffffffa011f6c0        GetBrand+0x0/0x10 [purley_synobios]
[    4.010026] 60 54 12 a0 ff ff ff ff  [02] 0x010      ffffffffa0125460        GetModel+0x0/0xc0 [purley_synobios]
[    4.010592] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[    4.011061] b0 4a 12 a0 ff ff ff ff  [04] 0x020      ffffffffa0124ab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[    4.011684] 20 4d 12 a0 ff ff ff ff  [05] 0x028      ffffffffa0124d20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[    4.012312] f0 24 00 a0 ff ff ff ff  [06] 0x030      ffffffffa00024f0        bios_get_fan_state+0x0/0x10 [redpill]
[    4.012878] e7 d5 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d5e7        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x2b [redpill]
[    4.013542] 40 54 12 a0 ff ff ff ff  [08] 0x040      ffffffffa0125440        GetSysTemperature+0x0/0x20 [purley_synobios]
[    4.014144] e0 25 00 a0 ff ff ff ff  [09] 0x048      ffffffffa00025e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[    4.014718] 12 d6 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d612        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x2b [redpill]
[    4.015380] 3d d6 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d63d        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x2b [redpill]
[    4.016030] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[    4.016511] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[    4.016981] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[    4.017468] c0 d7 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d7c0        shim_set_gpio_pin_usable+0x0/0x9c [redpill]
[    4.018067] 80 29 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0002980        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[    4.018671] 68 d6 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d668        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x2b [redpill]
[    4.019347] 70 4c 12 a0 ff ff ff ff  [18] 0x090      ffffffffa0124c70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[    4.020010] 00 48 12 a0 ff ff ff ff  [19] 0x098      ffffffffa0124800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[    4.020631] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[    4.021102] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[    4.021568] 93 d6 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d693        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x2b [redpill]
[    4.022223] 90 29 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0002990        bios_get_buz_clr+0x0/0x10 [redpill]
[    4.022788] be d6 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d6be        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x2b [redpill]
[    4.023428] 80 51 12 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0125180        GetPowerStatus+0x0/0x30 [purley_synobios]
[    4.024036] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[    4.024506] f0 50 12 a0 ff ff ff ff  [27] 0x0d8      ffffffffa01250f0        InitModuleType+0x0/0x30 [purley_synobios]
[    4.025106] 20 55 12 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0125520        Uninitialize+0x0/0x40 [purley_synobios]
[    4.025678] e9 d6 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d6e9        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x2b [redpill]
[    4.026365] 14 d7 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d714        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x2b [redpill]
[    4.027019] 3f d7 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d73f        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x2b [redpill]
[    4.027675] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[    4.028163] 6a d7 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d76a        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[    4.028808] 95 d7 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d795        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[    4.029470] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[    4.029936] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[    4.030422] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[    4.030891] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[    4.031377] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[    4.031847] e0 51 12 a0 ff ff ff ff  [40] 0x140      ffffffffa01251e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[    4.032432] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[    4.032898] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[    4.033382] e0 53 12 a0 ff ff ff ff  [43] 0x158      ffffffffa01253e0        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [purley_synobios]
[    4.034022] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[    4.034504] 80 53 12 a0 ff ff ff ff  [45] 0x168      ffffffffa0125380        HWMONGetVoltageSensorFromADT+0x0/0x60 [purley_synobios]
[    4.035153] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[    4.035629] 20 53 12 a0 ff ff ff ff  [47] 0x178      ffffffffa0125320        HWMONGetThermalSensorFromADT+0x0/0x60 [purley_synobios]
[    4.036295] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[    4.036762] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[    4.037245] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[    4.037711] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[    4.038182]
[    4.038280] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa012e760
[    4.038912] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[    4.039514] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[    4.039909] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [47] originally HWMONGetThermalSensorFromADT [purley_synobios]<ffffffffa0125320> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002630>
[    4.040902] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [45] originally HWMONGetVoltageSensorFromADT [purley_synobios]<ffffffffa0125380> will now be bios_hwmon_get_voltages [redpill]<ffffffffa0002740>
[    4.041895] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [43] originally HWMONGetFanSpeedRPMFromADT [purley_synobios]<ffffffffa01253e0> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa0002870>
[    4.042878] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[    4.043327] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa012e5c0
[    4.043830] 40 e8 12 a0 ff ff ff ff  [00] 0x000      ffffffffa012e840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[    4.044478] c0 f6 11 a0 ff ff ff ff  [01] 0x008      ffffffffa011f6c0        GetBrand+0x0/0x10 [purley_synobios]
[    4.045050] 60 54 12 a0 ff ff ff ff  [02] 0x010      ffffffffa0125460        GetModel+0x0/0xc0 [purley_synobios]
[    4.045615] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[    4.046085] b0 4a 12 a0 ff ff ff ff  [04] 0x020      ffffffffa0124ab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[    4.046704] 20 4d 12 a0 ff ff ff ff  [05] 0x028      ffffffffa0124d20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[    4.047316] f0 24 00 a0 ff ff ff ff  [06] 0x030      ffffffffa00024f0        bios_get_fan_state+0x0/0x10 [redpill]
[    4.047892] e7 d5 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d5e7        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x2b [redpill]
[    4.048543] 40 54 12 a0 ff ff ff ff  [08] 0x040      ffffffffa0125440        GetSysTemperature+0x0/0x20 [purley_synobios]
[    4.049153] e0 25 00 a0 ff ff ff ff  [09] 0x048      ffffffffa00025e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[    4.049723] 12 d6 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d612        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x2b [redpill]
[    4.050370] 3d d6 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d63d        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x2b [redpill]
[    4.051021] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[    4.051487] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[    4.051970] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[    4.052441] c0 d7 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d7c0        shim_set_gpio_pin_usable+0x0/0x9c [redpill]
[    4.053048] 80 29 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0002980        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[    4.053642] 68 d6 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d668        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x2b [redpill]
[    4.054330] 70 4c 12 a0 ff ff ff ff  [18] 0x090      ffffffffa0124c70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[    4.054992] 00 48 12 a0 ff ff ff ff  [19] 0x098      ffffffffa0124800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[    4.055613] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[    4.056105] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[    4.056572] 93 d6 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d693        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x2b [redpill]
[    4.057223] 90 29 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0002990        bios_get_buz_clr+0x0/0x10 [redpill]
[    4.057778] be d6 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d6be        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x2b [redpill]
[    4.058426] 80 51 12 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0125180        GetPowerStatus+0x0/0x30 [purley_synobios]
[    4.059010] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[    4.059490] f0 50 12 a0 ff ff ff ff  [27] 0x0d8      ffffffffa01250f0        InitModuleType+0x0/0x30 [purley_synobios]
[    4.060084] 20 55 12 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0125520        Uninitialize+0x0/0x40 [purley_synobios]
[    4.060665] e9 d6 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d6e9        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x2b [redpill]
[    4.061349] 14 d7 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d714        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x2b [redpill]
[    4.061986] 3f d7 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d73f        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x2b [redpill]
[    4.062655] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[    4.063126] 6a d7 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d76a        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[    4.063782] 95 d7 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d795        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[    4.064447] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[    4.064913] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[    4.065396] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[    4.065862] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[    4.066346] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[    4.066812] e0 51 12 a0 ff ff ff ff  [40] 0x140      ffffffffa01251e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[    4.067391] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[    4.067857] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[    4.068331] 70 28 00 a0 ff ff ff ff  [43] 0x158      ffffffffa0002870        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
[    4.068933] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[    4.069403] 40 27 00 a0 ff ff ff ff  [45] 0x168      ffffffffa0002740        bios_hwmon_get_voltages+0x0/0x130 [redpill]
[    4.070012] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[    4.070480] 30 26 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002630        bios_hwmon_get_thermal+0x0/0x110 [redpill]
[    4.071080] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[    4.071561] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[    4.072035] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[    4.072504] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[    4.072986]
[    4.073075] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa012e760
[    4.073533] <redpill/bios_shim.c:126> purley_synobios BIOS *fully* shimmed
[    4.076921] Module [purley_synobios] is removed.
[    4.077198] synobios: unload
[    4.077394] <redpill/bios_shim.c:100> purley_synobios BIOS went away - you may get a kernel panic if YOU unloaded it
[    4.077977] <redpill/override_symbol.c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa0002af0>
[    4.078707] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103cef0>
[    4.079183] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[    4.079850] <redpill/override_symbol.c:207> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103cef0>
[    4.080408] <redpill/override_symbol.c:182> Generating trampoline
[    4.080739] <redpill/override_symbol.c:187> Generated trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002af0> for apply_relocate_add<ffffffff8103cef0>:
[    4.081406] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff8103cef0>
[    4.082001] <redpill/override_symbol.c:207> Released lock for <ffffffff8103cef0>
[    4.082399] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[    4.083040] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002af0>
[    4.083818] <redpill/rtc_proxy.c:244> Unregistering RTC proxy shim
[    4.084170] <redpill/rtc_proxy.c:248> The RTC proxy shim is not registered - ignoring
[    4.084590] <redpill/bios_hwmon_shim.c:364> Forcefully resetting mfgBIOS HW Monitor shim
[    4.085026] <redpill/bios_hwmon_shim.c:372> Successfully reset mfgBIOS HW Monitor
[    4.085440] <redpill/bios_hwcap_shim.c:111> Forcefully resetting mfgBIOS HW Capability shim
[    4.085886] <redpill/override_symbol.c:145> Freeing OVS for GetHwCapability
[    4.086276] <redpill/bios_hwcap_shim.c:115> Successfully reset mfgBIOS HW Capability
[    4.149016] random: syno_swap_ctl: uninitialized urandom read (4 bytes read, 82 bits of entropy available)
[    4.175772] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.176146] sd 6:0:0:0: Attached scsi generic sg1 type 0
[    4.214861] dca service started, version 1.12.1
[    4.218442] e1000e: Intel(R) PRO/1000 Network Driver - 3.4.2.4-NAPI
[    4.218801] e1000e: Copyright(c) 1999 - 2019 Intel Corporation.
[    4.229884] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[    4.230302] e1000e 0000:00:12.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    4.277686] e1000e 0000:00:12.0 0000:00:12.0 (uninitialized): registered PHC clock
[    4.330710] e1000e 0000:00:12.0 eth0: (PCI Express:2.5GT/s:Width x1) 1a:d9:e5:22:58:78
[    4.331162] e1000e 0000:00:12.0 eth0: Intel(R) PRO/1000 Network Connection
[    4.331549] e1000e 0000:00:12.0 eth0: MAC: 3, PHY: 8, PBA No: 000000-000
[    4.342646] e1000e 0000:00:13.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    4.389661] e1000e 0000:00:13.0 0000:00:13.0 (uninitialized): registered PHC clock
[    4.437656] e1000e 0000:00:13.0 eth1: (PCI Express:2.5GT/s:Width x1) 76:2d:79:e6:ab:21
[    4.438107] e1000e 0000:00:13.0 eth1: Intel(R) PRO/1000 Network Connection
[    4.438503] e1000e 0000:00:13.0 eth1: MAC: 3, PHY: 8, PBA No: 000000-000
[    4.445797] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.22
[    4.446268] Copyright(c) 2007 - 2018 Intel Corporation.
[    4.451510] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.5.5
[    4.451989] Copyright(c) 1999 - 2019 Intel Corporation.
[    4.461830] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.7.29
[    4.462331] i40e: Copyright(c) 2013 - 2018 Intel Corporation.
[    4.472530] RPC: Registered named UNIX socket transport module.
[    4.472878] RPC: Registered udp transport module.
[    4.473140] RPC: Registered tcp transport module.
[    4.473393] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.504709] Module [adt7475] is removed.
[    5.511595] Module [i2c_i801] is removed.
[    7.525045] Module [adt7475] is removed.
[    7.531839] Module [i2c_i801] is removed.
[    9.545410] Module [adt7475] is removed.
[    9.552065] Module [i2c_i801] is removed.
[   10.564559] <redpill/bios_shim.c:206> Symbol section <ffffc900013bd4f0> @ vaddr<18446744072103317504> size[9720]
[   10.565602] <redpill/bios_shim.c:215> Symbol #0 in mfgBIOS "purley_synobios" {}<          (null)>
[   10.566408] <redpill/bios_shim.c:215> Symbol #1 in mfgBIOS "purley_synobios" {}<ffffffffa0419000>
[   10.567004] <redpill/bios_shim.c:215> Symbol #2 in mfgBIOS "purley_synobios" {}<ffffffffa0420f20>
[   10.567659] <redpill/bios_shim.c:215> Symbol #3 in mfgBIOS "purley_synobios" {}<ffffffffa0421478>
[   10.568254] <redpill/bios_shim.c:215> Symbol #4 in mfgBIOS "purley_synobios" {}<ffffffffa0422728>
[   10.568825] <redpill/bios_shim.c:215> Symbol #5 in mfgBIOS "purley_synobios" {}<ffffffffa0423883>
[   10.569444] <redpill/bios_shim.c:215> Symbol #6 in mfgBIOS "purley_synobios" {}<ffffffffa0423940>
[   10.570091] <redpill/bios_shim.c:215> Symbol #7 in mfgBIOS "purley_synobios" {}<ffffffffa0428b40>
[   10.570680] <redpill/bios_shim.c:215> Symbol #8 in mfgBIOS "purley_synobios" {__FUNCTION__.28701}<ffffffffa0420f20>
[   10.571353] <redpill/bios_shim.c:215> Symbol #9 in mfgBIOS "purley_synobios" {synobios_ttyS_wait_read}<ffffffffa0419720>
[   10.572089] <redpill/bios_shim.c:215> Symbol #10 in mfgBIOS "purley_synobios" {state.25077}<ffffffffa0428c0c>
[   10.572744] <redpill/bios_shim.c:215> Symbol #11 in mfgBIOS "purley_synobios" {save_bytes.25076}<ffffffffa0428c08>
[   10.573416] <redpill/bios_shim.c:215> Symbol #12 in mfgBIOS "purley_synobios" {state.25095}<ffffffffa0428c04>
[   10.574106] <redpill/bios_shim.c:215> Symbol #13 in mfgBIOS "purley_synobios" {syno_ttyS_write}<ffffffffa0419b40>
[   10.574778] <redpill/bios_shim.c:215> Symbol #14 in mfgBIOS "purley_synobios" {__key.25113}<ffffffffa0428c04>
[   10.575420] <redpill/bios_shim.c:215> Symbol #15 in mfgBIOS "purley_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa0423883>
[   10.576266] <redpill/bios_shim.c:215> Symbol #16 in mfgBIOS "purley_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa042389e>
[   10.577231] <redpill/bios_shim.c:215> Symbol #17 in mfgBIOS "purley_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa04238bc>
[   10.578177] <redpill/bios_shim.c:215> Symbol #18 in mfgBIOS "purley_synobios" {__kstrtab_save_char_from_uart}<ffffffffa04238d8>
[   10.579130] <redpill/bios_shim.c:215> Symbol #19 in mfgBIOS "purley_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa041a2b0>
[   10.580055] <redpill/bios_shim.c:215> Symbol #20 in mfgBIOS "purley_synobios" {synobios_read_proc_cpu_arch}<ffffffffa041a310>
[   10.580833] <redpill/bios_shim.c:215> Symbol #21 in mfgBIOS "purley_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa041a2d0>
[   10.581613] <redpill/bios_shim.c:215> Symbol #22 in mfgBIOS "purley_synobios" {synobios_read_proc_crypto_hw}<ffffffffa041a380>
[   10.582370] <redpill/bios_shim.c:215> Symbol #23 in mfgBIOS "purley_synobios" {synobios_read_proc_platform_open}<ffffffffa041a2f0>
[   10.583148] <redpill/bios_shim.c:215> Symbol #24 in mfgBIOS "purley_synobios" {synobios_read_proc_platform_name}<ffffffffa041a3f0>
[   10.583919] <redpill/bios_shim.c:215> Symbol #25 in mfgBIOS "purley_synobios" {gSynoCPUMapping}<ffffffffa04246c0>
[   10.584600] <redpill/bios_shim.c:215> Symbol #26 in mfgBIOS "purley_synobios" {gSynoCRYPTOMapping}<ffffffffa0424600>
[   10.585314] <redpill/bios_shim.c:215> Symbol #27 in mfgBIOS "purley_synobios" {synobios_record_event_new.isra.0.part.1}<ffffffffa041a410>
[   10.586102] <redpill/bios_shim.c:215> Symbol #28 in mfgBIOS "purley_synobios" {scSynoBios}<ffffffffa0428ec0>
[   10.586713] <redpill/bios_shim.c:215> Symbol #29 in mfgBIOS "purley_synobios" {synobios_record_scsi_error_event}<ffffffffa041a4b0>
[   10.587461] <redpill/bios_shim.c:215> Symbol #30 in mfgBIOS "purley_synobios" {synobios_disk_power_short_break_report}<ffffffffa041a500>
[   10.588267] <redpill/bios_shim.c:215> Symbol #31 in mfgBIOS "purley_synobios" {synobios_wake_from_deep_sleep}<ffffffffa041a550>
[   10.589004] <redpill/bios_shim.c:215> Symbol #32 in mfgBIOS "purley_synobios" {synobios_disk_reset_fail_report}<ffffffffa041a5a0>
[   10.589736] <redpill/bios_shim.c:215> Symbol #33 in mfgBIOS "purley_synobios" {synobios_disk_timeout_report}<ffffffffa041a600>
[   10.590470] <redpill/bios_shim.c:215> Symbol #34 in mfgBIOS "purley_synobios" {synobios_disk_retry_report}<ffffffffa041a660>
[   10.591197] <redpill/bios_shim.c:215> Symbol #35 in mfgBIOS "purley_synobios" {synobios_sata_error_report}<ffffffffa041a6b0>
[   10.591900] <redpill/bios_shim.c:215> Symbol #36 in mfgBIOS "purley_synobios" {synobios_disk_port_lost_report}<ffffffffa041a710>
[   10.592645] <redpill/bios_shim.c:215> Symbol #37 in mfgBIOS "purley_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa041a760>
[   10.593445] <redpill/bios_shim.c:215> Symbol #38 in mfgBIOS "purley_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa041a7b0>
[   10.594230] <redpill/bios_shim.c:215> Symbol #39 in mfgBIOS "purley_synobios" {synobios_error_fs_btrfs_event}<ffffffffa041a800>
[   10.594962] <redpill/bios_shim.c:215> Symbol #40 in mfgBIOS "purley_synobios" {synobios_error_fs_event}<ffffffffa041a850>
[   10.595667] <redpill/bios_shim.c:215> Symbol #41 in mfgBIOS "purley_synobios" {synobios_autoremap_raid_event}<ffffffffa041a8c0>
[   10.596414] <redpill/bios_shim.c:215> Symbol #42 in mfgBIOS "purley_synobios" {synobios_record_raid_event}<ffffffffa041a910>
[   10.597116] <redpill/bios_shim.c:215> Symbol #43 in mfgBIOS "purley_synobios" {synobios_event_ecc_notification}<ffffffffa041a960>
[   10.597865] <redpill/bios_shim.c:215> Symbol #44 in mfgBIOS "purley_synobios" {synobios_raid_sync_event}<ffffffffa041a9b0>
[   10.598573] <redpill/bios_shim.c:215> Symbol #45 in mfgBIOS "purley_synobios" {synobios_error_oom_event}<ffffffffa041aac0>
[   10.599276] <redpill/bios_shim.c:215> Symbol #46 in mfgBIOS "purley_synobios" {synobios_poll}<ffffffffa041ac20>
[   10.599923] <redpill/bios_shim.c:215> Symbol #47 in mfgBIOS "purley_synobios" {synobios_ops}<ffffffffa042a2e8>
[   10.600577] <redpill/bios_shim.c:215> Symbol #48 in mfgBIOS "purley_synobios" {last_jiffies.29872}<ffffffffa0423940>
[   10.601242] <redpill/bios_shim.c:215> Symbol #49 in mfgBIOS "purley_synobios" {buzzer_press_count.29873}<ffffffffa0428d74>
[   10.601955] <redpill/bios_shim.c:215> Symbol #50 in mfgBIOS "purley_synobios" {syno_microp_get_event}<ffffffffa041ad10>
[   10.602649] <redpill/bios_shim.c:215> Symbol #51 in mfgBIOS "purley_synobios" {micropLogSwitch}<ffffffffa042a2f0>
[   10.603308] <redpill/bios_shim.c:215> Symbol #52 in mfgBIOS "purley_synobios" {syno_console_prohibit_event}<ffffffffa041ad70>
[   10.604038] <redpill/bios_shim.c:215> Symbol #53 in mfgBIOS "purley_synobios" {syno_usb_prohibit_event}<ffffffffa041ad90>
[   10.604746] <redpill/bios_shim.c:215> Symbol #54 in mfgBIOS "purley_synobios" {card_detect_proc_fops}<ffffffffa0428d80>
[   10.605424] <redpill/bios_shim.c:215> Symbol #55 in mfgBIOS "purley_synobios" {synobios_ioctl}<ffffffffa041b050>
[   10.606077] <redpill/bios_shim.c:215> Symbol #56 in mfgBIOS "purley_synobios" {sys_status_lock}<ffffffffa0424b40>
[   10.606730] <redpill/bios_shim.c:215> Symbol #57 in mfgBIOS "purley_synobios" {pgSysStatus}<ffffffffa0428ea0>
[   10.607362] <redpill/bios_shim.c:215> Symbol #58 in mfgBIOS "purley_synobios" {LedSetLock}<ffffffffa042a2f8>
[   10.608003] <redpill/bios_shim.c:215> Symbol #59 in mfgBIOS "purley_synobios" {check_fan}<ffffffffa0424b30>
[   10.608612] <redpill/bios_shim.c:215> Symbol #60 in mfgBIOS "purley_synobios" {__FUNCTION__.29923}<ffffffffa0420f50>
[   10.609295] <redpill/bios_shim.c:215> Symbol #61 in mfgBIOS "purley_synobios" {__func__.29984}<ffffffffa0420f40>
[   10.609950] <redpill/bios_shim.c:215> Symbol #62 in mfgBIOS "purley_synobios" {__key.30191}<ffffffffa0428d74>
[   10.610576] <redpill/bios_shim.c:215> Symbol #63 in mfgBIOS "purley_synobios" {gSynoModelMapping}<ffffffffa0423960>
[   10.611251] <redpill/bios_shim.c:215> Symbol #64 in mfgBIOS "purley_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa04211a0>
[   10.612014] <redpill/bios_shim.c:215> Symbol #65 in mfgBIOS "purley_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa0421080>
[   10.612757] <redpill/bios_shim.c:215> Symbol #66 in mfgBIOS "purley_synobios" {synobios_read_proc_platform_fops}<ffffffffa0420f60>
[   10.613511] <redpill/bios_shim.c:215> Symbol #67 in mfgBIOS "purley_synobios" {system_mode}<ffffffffa042a2f4>
[   10.614172] <redpill/bios_shim.c:215> Symbol #68 in mfgBIOS "purley_synobios" {__UNIQUE_ID_license6}<ffffc900013a8930>
[   10.614833] <redpill/bios_shim.c:215> Symbol #69 in mfgBIOS "purley_synobios" {__UNIQUE_ID_description5}<ffffc900013a8946>
[   10.615546] <redpill/bios_shim.c:215> Symbol #70 in mfgBIOS "purley_synobios" {__UNIQUE_ID_author4}<ffffc900013a895c>
[   10.616330] <redpill/bios_shim.c:215> Symbol #71 in mfgBIOS "purley_synobios" {__UNIQUE_ID_system_mode3}<ffffc900013a896d>
[   10.617101] <redpill/bios_shim.c:215> Symbol #72 in mfgBIOS "purley_synobios" {__UNIQUE_ID_system_modetype2}<ffffc900013a89a8>
[   10.617881] <redpill/bios_shim.c:215> Symbol #73 in mfgBIOS "purley_synobios" {__param_system_mode}<ffffffffa04238f0>
[   10.618652] <redpill/bios_shim.c:215> Symbol #74 in mfgBIOS "purley_synobios" {__param_str_system_mode}<ffffffffa04212c0>
[   10.619393] <redpill/bios_shim.c:215> Symbol #75 in mfgBIOS "purley_synobios" {__UNIQUE_ID_check_fan1}<ffffc900013a89c1>
[   10.620105] <redpill/bios_shim.c:215> Symbol #76 in mfgBIOS "purley_synobios" {__UNIQUE_ID_check_fantype0}<ffffc900013a89fb>
[   10.620809] <redpill/bios_shim.c:215> Symbol #77 in mfgBIOS "purley_synobios" {__param_check_fan}<ffffffffa0423918>
[   10.621487] <redpill/bios_shim.c:215> Symbol #78 in mfgBIOS "purley_synobios" {__param_str_check_fan}<ffffffffa04212d0>
[   10.622185] <redpill/bios_shim.c:215> Symbol #79 in mfgBIOS "purley_synobios" {FS6400I2CGetPowerInfo}<ffffffffa041d590>
[   10.622854] <redpill/bios_shim.c:215> Symbol #80 in mfgBIOS "purley_synobios" {FS6500I2CGetPowerInfo}<ffffffffa041d610>
[   10.623549] <redpill/bios_shim.c:215> Symbol #81 in mfgBIOS "purley_synobios" {SA6500I2CGetPowerInfo}<ffffffffa041d690>
[   10.624254] <redpill/bios_shim.c:215> Symbol #82 in mfgBIOS "purley_synobios" {SA6500GetDiskStatus}<ffffffffa041d780>
[   10.624917] <redpill/bios_shim.c:215> Symbol #83 in mfgBIOS "purley_synobios" {mask.30311}<ffffffffa0421310>
[   10.625560] <redpill/bios_shim.c:215> Symbol #84 in mfgBIOS "purley_synobios" {HD6500GpioInit}<ffffffffa041dbf0>
[   10.626225] <redpill/bios_shim.c:215> Symbol #85 in mfgBIOS "purley_synobios" {disk_led_ctrl}<ffffffffa0427870>
[   10.626851] <redpill/bios_shim.c:215> Symbol #86 in mfgBIOS "purley_synobios" {HD6500GpioCleanup}<ffffffffa041dc30>
[   10.627528] <redpill/bios_shim.c:215> Symbol #87 in mfgBIOS "purley_synobios" {HD6500I2CGetPowerInfo}<ffffffffa041dca0>
[   10.628224] <redpill/bios_shim.c:215> Symbol #88 in mfgBIOS "purley_synobios" {FS6600NI2CGetPowerInfo}<ffffffffa041dd20>
[   10.628915] <redpill/bios_shim.c:215> Symbol #89 in mfgBIOS "purley_synobios" {MpId.25835}<ffffffffa04285a8>
[   10.629556] <redpill/bios_shim.c:215> Symbol #90 in mfgBIOS "purley_synobios" {days_since_epoch}<ffffffffa0421340>
[   10.630226] <redpill/bios_shim.c:215> Symbol #91 in mfgBIOS "purley_synobios" {days_since_leapyear}<ffffffffa04213d0>
[   10.630909] <redpill/bios_shim.c:215> Symbol #92 in mfgBIOS "purley_synobios" {days_since_year}<ffffffffa04213f0>
[   10.631578] <redpill/bios_shim.c:215> Symbol #93 in mfgBIOS "purley_synobios" {rtc_correct_wday}<ffffffffa041e860>
[   10.632247] <redpill/bios_shim.c:215> Symbol #94 in mfgBIOS "purley_synobios" {days_in_mo}<ffffffffa0421408>
[   10.632874] <redpill/bios_shim.c:215> Symbol #95 in mfgBIOS "purley_synobios" {GetFanStatus}<ffffffffa041f0d0>
[   10.633526] <redpill/bios_shim.c:215> Symbol #96 in mfgBIOS "purley_synobios" {SetFanStatus}<ffffffffa041f0e0>
[   10.634168] <redpill/bios_shim.c:215> Symbol #97 in mfgBIOS "purley_synobios" {InitModuleType}<ffffffffa041f0f0>
[   10.634816] <redpill/bios_shim.c:215> Symbol #98 in mfgBIOS "purley_synobios" {model_ops}<ffffffffa042a310>
[   10.635435] <redpill/bios_shim.c:215> Symbol #99 in mfgBIOS "purley_synobios" {SetBuzzerClear}<ffffffffa041f120>
[   10.636101] <redpill/bios_shim.c:215> Symbol #100 in mfgBIOS "purley_synobios" {GetBuzzerCleared}<ffffffffa041f150>
[   10.636764] <redpill/bios_shim.c:215> Symbol #101 in mfgBIOS "purley_synobios" {GetPowerStatus}<ffffffffa041f180>
[   10.637420] <redpill/bios_shim.c:215> Symbol #102 in mfgBIOS "purley_synobios" {SetAlarmLed}<ffffffffa041f1b0>
[   10.638070] <redpill/bios_shim.c:215> Symbol #103 in mfgBIOS "purley_synobios" {hwmon_sensor_list}<ffffffffa042a308>
[   10.638738] <redpill/bios_shim.c:215> Symbol #104 in mfgBIOS "purley_synobios" {SetHddActLed}<ffffffffa041f300>
[   10.639379] <redpill/bios_shim.c:215> Symbol #105 in mfgBIOS "purley_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa041f320>
[   10.640126] <redpill/bios_shim.c:215> Symbol #106 in mfgBIOS "purley_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa041f380>
[   10.640848] <redpill/bios_shim.c:215> Symbol #107 in mfgBIOS "purley_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa041f3e0>
[   10.641567] <redpill/bios_shim.c:215> Symbol #108 in mfgBIOS "purley_synobios" {GetSysTemperature}<ffffffffa041f440>
[   10.642252] <redpill/bios_shim.c:215> Symbol #109 in mfgBIOS "purley_synobios" {Uninitialize}<ffffffffa041f520>
[   10.642894] <redpill/bios_shim.c:215> Symbol #110 in mfgBIOS "purley_synobios" {synobios_ops}<ffffffffa04285c0>
[   10.643536] <redpill/bios_shim.c:219> Found vtable - size 416
[   10.643912] <redpill/bios_shim.c:233> Found "synobios_ops" in "purley_synobios" @ <ffffffffa04285c0 =416=> ffffffffa04292c0>
[   10.644625] <redpill/override_symbol.c:279> Restoring apply_relocate_add<ffffffff8103cef0> to original code
[   10.645270] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[   10.646037] <redpill/override_symbol.c:239> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103cef0>
[   10.646674] <redpill/override_symbol.c:246> Writing original code to <ffffffff8103cef0>
[   10.647213] <redpill/override_symbol.c:239> Released lock for <ffffffff8103cef0>
[   10.647676] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[   10.648477] <redpill/override_symbol.c:287> Successfully restored original code of apply_relocate_add
[   10.649091] <redpill/override_symbol.c:145> Freeing OVS for apply_relocate_add
[   10.649583] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa04285c0
[   10.650186] 40 88 42 a0 ff ff ff ff  [00] 0x000      ffffffffa0428840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[   10.650935] c0 96 41 a0 ff ff ff ff  [01] 0x008      ffffffffa04196c0        GetBrand+0x0/0x10 [purley_synobios]
[   10.651616] 60 f4 41 a0 ff ff ff ff  [02] 0x010      ffffffffa041f460        GetModel+0x0/0xc0 [purley_synobios]
[   10.652298] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   10.652841] b0 ea 41 a0 ff ff ff ff  [04] 0x020      ffffffffa041eab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[   10.653581] 20 ed 41 a0 ff ff ff ff  [05] 0x028      ffffffffa041ed20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[   10.654322] d0 f0 41 a0 ff ff ff ff  [06] 0x030      ffffffffa041f0d0        GetFanStatus+0x0/0x10 [purley_synobios]
[   10.654994] e0 f0 41 a0 ff ff ff ff  [07] 0x038      ffffffffa041f0e0        SetFanStatus+0x0/0x10 [purley_synobios]
[   10.655685] 40 f4 41 a0 ff ff ff ff  [08] 0x040      ffffffffa041f440        GetSysTemperature+0x0/0x20 [purley_synobios]
[   10.656414] 60 f5 41 a0 ff ff ff ff  [09] 0x048      ffffffffa041f560        GetCpuTemperatureI3Transfer+0x0/0x60 [purley_synobios]
[   10.657183] 00 00 00 00 00 00 00 00  [10] 0x050                (null)                  (null)
[   10.657741] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[   10.658298] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   10.658854] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   10.659422] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   10.659964] d0 96 41 a0 ff ff ff ff  [15] 0x078      ffffffffa04196d0        SetGpioPin+0x0/0x20 [purley_synobios]
[   10.660658] f0 96 41 a0 ff ff ff ff  [16] 0x080      ffffffffa04196f0        GetGpioPin+0x0/0x30 [purley_synobios]
[   10.661332] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[   10.661893] 70 ec 41 a0 ff ff ff ff  [18] 0x090      ffffffffa041ec70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[   10.662669] 00 e8 41 a0 ff ff ff ff  [19] 0x098      ffffffffa041e800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[   10.663393] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   10.663953] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   10.664523] b0 f1 41 a0 ff ff ff ff  [22] 0x0b0      ffffffffa041f1b0        SetAlarmLed+0x0/0x30 [purley_synobios]
[   10.665215] 50 f1 41 a0 ff ff ff ff  [23] 0x0b8      ffffffffa041f150        GetBuzzerCleared+0x0/0x30 [purley_synobios]
[   10.665923] 20 f1 41 a0 ff ff ff ff  [24] 0x0c0      ffffffffa041f120        SetBuzzerClear+0x0/0x30 [purley_synobios]
[   10.666619] 80 f1 41 a0 ff ff ff ff  [25] 0x0c8      ffffffffa041f180        GetPowerStatus+0x0/0x30 [purley_synobios]
[   10.667333] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   10.667896] f0 f0 41 a0 ff ff ff ff  [27] 0x0d8      ffffffffa041f0f0        InitModuleType+0x0/0x30 [purley_synobios]
[   10.668593] 20 f5 41 a0 ff ff ff ff  [28] 0x0e0      ffffffffa041f520        Uninitialize+0x0/0x40 [purley_synobios]
[   10.669288] c0 f5 41 a0 ff ff ff ff  [29] 0x0e8      ffffffffa041f5c0        SetCpuFanStatus+0x0/0x10 [purley_synobios]
[   10.669984] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[   10.670547] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[   10.671118] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   10.671662] 00 00 00 00 00 00 00 00  [33] 0x108                (null)                  (null)
[   10.672238] 00 00 00 00 00 00 00 00  [34] 0x110                (null)                  (null)
[   10.672780] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   10.673352] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   10.673896] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   10.674466] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   10.675035] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   10.675582] e0 f1 41 a0 ff ff ff ff  [40] 0x140      ffffffffa041f1e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[   10.676272] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   10.676815] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   10.677384] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   10.677931] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   10.678500] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   10.679067] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   10.679613] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   10.680192] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   10.680737] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   10.681310] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   10.681851] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   10.682423]
[   10.682525] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0428760
[   10.683099] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [7] originally SetFanStatus [purley_synobios]<ffffffffa041f0e0> will now be bios_VTK_SET_FAN_STATE_null_zero_int [redpill]<ffffffffa000d5e7>
[   10.684265] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [10] originally           (null)<          (null)> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000d612>
[   10.685346] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [11] originally           (null)<          (null)> will now be bios_VTK_SET_PWR_LED_null_zero_int [redpill]<ffffffffa000d63d>
[   10.686426] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [16] originally GetGpioPin [purley_synobios]<ffffffffa04196f0> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa0002980>
[   10.687514] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [15] originally SetGpioPin [purley_synobios]<ffffffffa04196d0> will now be shim_set_gpio_pin_usable [redpill]<ffffffffa000d7c0>
[   10.688603] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [17] originally           (null)<          (null)> will now be bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int [redpill]<ffffffffa000d668>
[   10.689719] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [22] originally SetAlarmLed [purley_synobios]<ffffffffa041f1b0> will now be bios_VTK_SET_ALR_LED_null_zero_int [redpill]<ffffffffa000d693>
[   10.690867] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [23] originally GetBuzzerCleared [purley_synobios]<ffffffffa041f150> will now be bios_get_buz_clr [redpill]<ffffffffa0002990>
[   10.691945] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [24] originally SetBuzzerClear [purley_synobios]<ffffffffa041f120> will now be bios_VTK_SET_BUZ_CLR_null_zero_int [redpill]<ffffffffa000d6be>
[   10.693133] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [29] originally SetCpuFanStatus [purley_synobios]<ffffffffa041f5c0> will now be bios_VTK_SET_CPU_FAN_STATUS_null_zero_int [redpill]<ffffffffa000d6e9>
[   10.694355] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [30] originally           (null)<          (null)> will now be bios_VTK_SET_PHY_LED_null_zero_int [redpill]<ffffffffa000d714>
[   10.695431] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [31] originally           (null)<          (null)> will now be bios_VTK_SET_HDD_ACT_LED_null_zero_int [redpill]<ffffffffa000d73f>
[   10.696541] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [33] originally           (null)<          (null)> will now be bios_VTK_GET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d76a>
[   10.697641] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [34] originally           (null)<          (null)> will now be bios_VTK_SET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d795>
[   10.698731] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   10.699357] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   10.699834] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [6] originally GetFanStatus [purley_synobios]<ffffffffa041f0d0> will now be bios_get_fan_state [redpill]<ffffffffa00024f0>
[   10.700902] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [9] originally GetCpuTemperatureI3Transfer [purley_synobios]<ffffffffa041f560> will now be bios_get_cpu_temp [redpill]<ffffffffa00025e0>
[   10.702049] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [47] originally           (null)<          (null)> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002630>
[   10.703060] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [45] originally           (null)<          (null)> will now be bios_hwmon_get_voltages [redpill]<ffffffffa0002740>
[   10.704088] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [43] originally           (null)<          (null)> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa0002870>
[   10.705120] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   10.705643] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa04285c0
[   10.706251] 40 88 42 a0 ff ff ff ff  [00] 0x000      ffffffffa0428840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[   10.707033] c0 96 41 a0 ff ff ff ff  [01] 0x008      ffffffffa04196c0        GetBrand+0x0/0x10 [purley_synobios]
[   10.707681] 60 f4 41 a0 ff ff ff ff  [02] 0x010      ffffffffa041f460        GetModel+0x0/0xc0 [purley_synobios]
[   10.708362] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   10.708919] b0 ea 41 a0 ff ff ff ff  [04] 0x020      ffffffffa041eab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[   10.709649] 20 ed 41 a0 ff ff ff ff  [05] 0x028      ffffffffa041ed20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[   10.710388] f0 24 00 a0 ff ff ff ff  [06] 0x030      ffffffffa00024f0        bios_get_fan_state+0x0/0x10 [redpill]
[   10.711077] e7 d5 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d5e7        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x2b [redpill]
[   10.711833] 40 f4 41 a0 ff ff ff ff  [08] 0x040      ffffffffa041f440        GetSysTemperature+0x0/0x20 [purley_synobios]
[   10.712559] e0 25 00 a0 ff ff ff ff  [09] 0x048      ffffffffa00025e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   10.713238] 12 d6 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d612        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x2b [redpill]
[   10.714014] 3d d6 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d63d        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x2b [redpill]
[   10.714761] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   10.715329] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   10.715868] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   10.716444] c0 d7 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d7c0        shim_set_gpio_pin_usable+0x0/0x9c [redpill]
[   10.717164] 80 29 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0002980        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   10.717859] 68 d6 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d668        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x2b [redpill]
[   10.718662] 70 ec 41 a0 ff ff ff ff  [18] 0x090      ffffffffa041ec70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[   10.719437] 00 e8 41 a0 ff ff ff ff  [19] 0x098      ffffffffa041e800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[   10.720183] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   10.720727] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   10.721295] 93 d6 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d693        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x2b [redpill]
[   10.722054] 90 29 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0002990        bios_get_buz_clr+0x0/0x10 [redpill]
[   10.722717] be d6 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d6be        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x2b [redpill]
[   10.723493] 80 f1 41 a0 ff ff ff ff  [25] 0x0c8      ffffffffa041f180        GetPowerStatus+0x0/0x30 [purley_synobios]
[   10.724211] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   10.724754] f0 f0 41 a0 ff ff ff ff  [27] 0x0d8      ffffffffa041f0f0        InitModuleType+0x0/0x30 [purley_synobios]
[   10.725466] 20 f5 41 a0 ff ff ff ff  [28] 0x0e0      ffffffffa041f520        Uninitialize+0x0/0x40 [purley_synobios]
[   10.726166] e9 d6 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d6e9        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x2b [redpill]
[   10.726949] 14 d7 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d714        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x2b [redpill]
[   10.727728] 3f d7 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d73f        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x2b [redpill]
[   10.728530] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   10.729092] 6a d7 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d76a        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   10.729864] 95 d7 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d795        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   10.730651] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   10.731210] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   10.731769] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   10.732347] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   10.732890] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   10.733462] e0 f1 41 a0 ff ff ff ff  [40] 0x140      ffffffffa041f1e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[   10.734134] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   10.734697] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   10.735261] 70 28 00 a0 ff ff ff ff  [43] 0x158      ffffffffa0002870        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
[   10.735975] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   10.736548] 40 27 00 a0 ff ff ff ff  [45] 0x168      ffffffffa0002740        bios_hwmon_get_voltages+0x0/0x130 [redpill]
[   10.737257] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   10.737820] 30 26 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002630        bios_hwmon_get_thermal+0x0/0x110 [redpill]
[   10.738537] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   10.739098] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   10.739660] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   10.740226] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   10.740787]
[   10.740888] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0428760
[   10.741444] <redpill/bios_hwcap_shim.c:79> Registering mfgBIOS HW Capability shim
[   10.741937] <redpill/override_symbol.c:257> Overriding GetHwCapability() with GetHwCapability_shim [redpill]()<ffffffffa0002350>
[   10.744603] <redpill/override_symbol.c:172> Saved GetHwCapability() ptr <ffffffffa041dfd0>
[   10.745163] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffffa041dfd0+12/1 (<<ffffffffa041d000)
[   10.745936] <redpill/override_symbol.c:207> Obtaining lock for <GetHwCapability+0x0/0x100 [purley_synobios]/ffffffffa041dfd0>
[   10.746661] <redpill/override_symbol.c:182> Generating trampoline
[   10.747075] <redpill/override_symbol.c:187> Generated trampoline to GetHwCapability_shim+0x0/0x190 [redpill]<ffffffffa0002350> for GetHwCapability<ffffffffa041dfd0>:
[   10.747659] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffffa041dfd0>
[   10.748545] <redpill/override_symbol.c:207> Released lock for <ffffffffa041dfd0>
[   10.749039] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffffa041dfd0+12/1 (<<ffffffffa041d000)
[   10.749787] <redpill/override_symbol.c:269> Successfully overrode GetHwCapability() with trampoline to GetHwCapability_shim+0x0/0x190 [redpill]<ffffffffa0002350>
[   10.750715] <redpill/bios_hwcap_shim.c:87> Successfully registered mfgBIOS HW Capability shim
[   10.751282] <redpill/bios_shim.c:131> purley_synobios BIOS *early* shimmed
[   10.751879] synobios ioctl TCGETS /dev/ttyS1 failed
[   10.752351] synobios unable to set termios of /dev/ttyS1
[   10.752946] 2022-2-21 22:37:44 UTC
[   10.753267] synobios: load, major number 201
[   10.753630] Brand: Synology
[   10.753848] Model: FS-6400
[   10.754108] set group disks wakeup number to 4, spinup time deno 7
[   10.754613] <redpill/bios_shims_collection.c:54> mfgBIOS: nullify zero-int for VTK_SET_MICROP_ID
[   10.755315] synobios cpu_arch proc entry initialized
[   10.755759] synobios crypto_hw proc entry initialized
[   10.756167] synobios syno_platform proc entry initialized
[   10.756619] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa04285c0
[   10.757395] 40 88 42 a0 ff ff ff ff  [00] 0x000      ffffffffa0428840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[   10.758298] c0 96 41 a0 ff ff ff ff  [01] 0x008      ffffffffa04196c0        GetBrand+0x0/0x10 [purley_synobios]
[   10.759121] 60 f4 41 a0 ff ff ff ff  [02] 0x010      ffffffffa041f460        GetModel+0x0/0xc0 [purley_synobios]
[   10.759974] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   10.760635] b0 ea 41 a0 ff ff ff ff  [04] 0x020      ffffffffa041eab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[   10.761582] 20 ed 41 a0 ff ff ff ff  [05] 0x028      ffffffffa041ed20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[   10.762501] f0 24 00 a0 ff ff ff ff  [06] 0x030      ffffffffa00024f0        bios_get_fan_state+0x0/0x10 [redpill]
[   10.763399] e7 d5 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d5e7        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x2b [redpill]
[   10.764375] 40 f4 41 a0 ff ff ff ff  [08] 0x040      ffffffffa041f440        GetSysTemperature+0x0/0x20 [purley_synobios]
[   10.765244] e0 25 00 a0 ff ff ff ff  [09] 0x048      ffffffffa00025e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   10.766111] 12 d6 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d612        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x2b [redpill]
[   10.767111] 3d d6 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d63d        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x2b [redpill]
[   10.768083] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   10.768801] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   10.769493] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   10.770193] c0 d7 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d7c0        shim_set_gpio_pin_usable+0x0/0x9c [redpill]
[   10.771133] 80 29 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0002980        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   10.772080] 68 d6 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d668        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x2b [redpill]
[   10.773144] 70 ec 41 a0 ff ff ff ff  [18] 0x090      ffffffffa041ec70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[   10.774037] 00 e8 41 a0 ff ff ff ff  [19] 0x098      ffffffffa041e800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[   10.775009] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   10.775669] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   10.776324] 93 d6 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d693        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x2b [redpill]
[   10.777324] 90 29 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0002990        bios_get_buz_clr+0x0/0x10 [redpill]
[   10.778229] be d6 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d6be        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x2b [redpill]
[   10.779122] 80 f1 41 a0 ff ff ff ff  [25] 0x0c8      ffffffffa041f180        GetPowerStatus+0x0/0x30 [purley_synobios]
[   10.780056] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   10.780764] f0 f0 41 a0 ff ff ff ff  [27] 0x0d8      ffffffffa041f0f0        InitModuleType+0x0/0x30 [purley_synobios]
[   10.781603] 20 f5 41 a0 ff ff ff ff  [28] 0x0e0      ffffffffa041f520        Uninitialize+0x0/0x40 [purley_synobios]
[   10.782422] e9 d6 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d6e9        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x2b [redpill]
[   10.783432] 14 d7 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d714        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x2b [redpill]
[   10.784405] 3f d7 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d73f        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x2b [redpill]
[   10.785432] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   10.786149] 6a d7 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d76a        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   10.787136] 95 d7 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d795        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   10.788129] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   10.788847] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   10.789500] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   10.790189] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   10.790913] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   10.791629] e0 f1 41 a0 ff ff ff ff  [40] 0x140      ffffffffa041f1e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[   10.792472] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   10.793128] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   10.793774] e0 f3 41 a0 ff ff ff ff  [43] 0x158      ffffffffa041f3e0        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [purley_synobios]
[   10.794775] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   10.795472] 80 f3 41 a0 ff ff ff ff  [45] 0x168      ffffffffa041f380        HWMONGetVoltageSensorFromADT+0x0/0x60 [purley_synobios]
[   10.796490] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   10.797173] 20 f3 41 a0 ff ff ff ff  [47] 0x178      ffffffffa041f320        HWMONGetThermalSensorFromADT+0x0/0x60 [purley_synobios]
[   10.798098] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   10.798759] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   10.799444] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   10.800110] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   10.800834]
[   10.800968] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0428760
[   10.801683] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   10.802489] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   10.803083] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [47] originally HWMONGetThermalSensorFromADT [purley_synobios]<ffffffffa041f320> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002630>
[   10.804468] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [45] originally HWMONGetVoltageSensorFromADT [purley_synobios]<ffffffffa041f380> will now be bios_hwmon_get_voltages [redpill]<ffffffffa0002740>
[   10.806000] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [43] originally HWMONGetFanSpeedRPMFromADT [purley_synobios]<ffffffffa041f3e0> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa0002870>
[   10.807523] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   10.808259] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa04285c0
[   10.809066] 40 88 42 a0 ff ff ff ff  [00] 0x000      ffffffffa0428840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[   10.809978] c0 96 41 a0 ff ff ff ff  [01] 0x008      ffffffffa04196c0        GetBrand+0x0/0x10 [purley_synobios]
[   10.810741] 60 f4 41 a0 ff ff ff ff  [02] 0x010      ffffffffa041f460        GetModel+0x0/0xc0 [purley_synobios]
[   10.811593] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   10.812309] b0 ea 41 a0 ff ff ff ff  [04] 0x020      ffffffffa041eab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[   10.813224] 20 ed 41 a0 ff ff ff ff  [05] 0x028      ffffffffa041ed20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[   10.814135] f0 24 00 a0 ff ff ff ff  [06] 0x030      ffffffffa00024f0        bios_get_fan_state+0x0/0x10 [redpill]
[   10.814976] e7 d5 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d5e7        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x2b [redpill]
[   10.816023] 40 f4 41 a0 ff ff ff ff  [08] 0x040      ffffffffa041f440        GetSysTemperature+0x0/0x20 [purley_synobios]
[   10.816730] e0 25 00 a0 ff ff ff ff  [09] 0x048      ffffffffa00025e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   10.817419] 12 d6 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d612        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x2b [redpill]
[   10.818199] 3d d6 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d63d        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x2b [redpill]
[   10.818967] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   10.819523] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   10.820097] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   10.820649] c0 d7 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d7c0        shim_set_gpio_pin_usable+0x0/0x9c [redpill]
[   10.821365] 80 29 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0002980        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   10.822083] 68 d6 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d668        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x2b [redpill]
[   10.822880] 70 ec 41 a0 ff ff ff ff  [18] 0x090      ffffffffa041ec70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[   10.823659] 00 e8 41 a0 ff ff ff ff  [19] 0x098      ffffffffa041e800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[   10.824400] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   10.824966] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   10.825524] 93 d6 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d693        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x2b [redpill]
[   10.826297] 90 29 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0002990        bios_get_buz_clr+0x0/0x10 [redpill]
[   10.826960] be d6 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d6be        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x2b [redpill]
[   10.827737] 80 f1 41 a0 ff ff ff ff  [25] 0x0c8      ffffffffa041f180        GetPowerStatus+0x0/0x30 [purley_synobios]
[   10.828452] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   10.829006] f0 f0 41 a0 ff ff ff ff  [27] 0x0d8      ffffffffa041f0f0        InitModuleType+0x0/0x30 [purley_synobios]
[   10.829710] 20 f5 41 a0 ff ff ff ff  [28] 0x0e0      ffffffffa041f520        Uninitialize+0x0/0x40 [purley_synobios]
[   10.830409] e9 d6 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d6e9        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x2b [redpill]
[   10.831226] 14 d7 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d714        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x2b [redpill]
[   10.831995] 3f d7 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d73f        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x2b [redpill]
[   10.832785] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   10.833353] 6a d7 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d76a        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   10.834118] 95 d7 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d795        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   10.834893] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   10.835461] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   10.836021] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   10.836589] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   10.837146] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   10.837714] e0 f1 41 a0 ff ff ff ff  [40] 0x140      ffffffffa041f1e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[   10.838389] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   10.838956] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   10.839529] 70 28 00 a0 ff ff ff ff  [43] 0x158      ffffffffa0002870        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
[   10.840241] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   10.840809] 40 27 00 a0 ff ff ff ff  [45] 0x168      ffffffffa0002740        bios_hwmon_get_voltages+0x0/0x130 [redpill]
[   10.841514] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   10.842085] 30 26 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002630        bios_hwmon_get_thermal+0x0/0x110 [redpill]
[   10.842792] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   10.843347] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   10.843908] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   10.844471] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   10.845041]
[   10.845145] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0428760
[   10.845694] <redpill/bios_shim.c:126> purley_synobios BIOS *fully* shimmed
[   10.848133] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.848694] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.849266] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.849815] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.850372] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.850932] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.851485] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.852072] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.852620] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.853191] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.853761] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.854328] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.854878] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.855448] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.856008] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.856573] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.857154] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.857706] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.858274] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.858824] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.859391] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.859939] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.860516] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.861078] <redpill/bios_shims_collection.c:44> mfgBIOS: nullify zero-int for VTK_SET_DISK_LED
[   10.861666] <redpill/bios_shims_collection.c:52> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
[   10.862893] synobios write 4 to /dev/ttyS1 failed
[   10.863988] synobios write 9 to /dev/ttyS1 failed
[   10.865533] Module [purley_synobios] is removed.
[   10.865918] synobios: unload
[   10.866243] <redpill/bios_shim.c:100> purley_synobios BIOS went away - you may get a kernel panic if YOU unloaded it
[   10.867013] <redpill/override_symbol.c:257> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa0002af0>
[   10.867863] <redpill/override_symbol.c:172> Saved apply_relocate_add() ptr <ffffffff8103cef0>
[   10.868469] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[   10.869248] <redpill/override_symbol.c:207> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103cef0>
[   10.869917] <redpill/override_symbol.c:182> Generating trampoline
[   10.870200] <redpill/override_symbol.c:187> Generated trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002af0> for apply_relocate_add<ffffffff8103cef0>:
[   10.870200] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffff8103cef0>
[   10.871812] <redpill/override_symbol.c:207> Released lock for <ffffffff8103cef0>
[   10.872296] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[   10.873049] <redpill/override_symbol.c:269> Successfully overrode apply_relocate_add() with trampoline to _apply_relocate_add+0x0/0x150 [redpill]<ffffffffa0002af0>
[   10.873983] <redpill/rtc_proxy.c:244> Unregistering RTC proxy shim
[   10.874384] <redpill/rtc_proxy.c:248> The RTC proxy shim is not registered - ignoring
[   10.874894] <redpill/bios_hwmon_shim.c:364> Forcefully resetting mfgBIOS HW Monitor shim
[   10.875413] <redpill/bios_hwmon_shim.c:372> Successfully reset mfgBIOS HW Monitor
[   10.875904] <redpill/bios_hwcap_shim.c:111> Forcefully resetting mfgBIOS HW Capability shim
[   10.876453] <redpill/override_symbol.c:145> Freeing OVS for GetHwCapability
[   10.876909] <redpill/bios_hwcap_shim.c:115> Successfully reset mfgBIOS HW Capability
[   10.893892] <redpill/bios_shim.c:206> Symbol section <ffffc900013de4f0> @ vaddr<18446744072103424000> size[9720]
[   10.894591] <redpill/bios_shim.c:215> Symbol #0 in mfgBIOS "purley_synobios" {}<          (null)>
[   10.895166] <redpill/bios_shim.c:215> Symbol #1 in mfgBIOS "purley_synobios" {}<ffffffffa0433000>
[   10.895741] <redpill/bios_shim.c:215> Symbol #2 in mfgBIOS "purley_synobios" {}<ffffffffa043af20>
[   10.896345] <redpill/bios_shim.c:215> Symbol #3 in mfgBIOS "purley_synobios" {}<ffffffffa043b478>
[   10.896903] <redpill/bios_shim.c:215> Symbol #4 in mfgBIOS "purley_synobios" {}<ffffffffa043c728>
[   10.897502] <redpill/bios_shim.c:215> Symbol #5 in mfgBIOS "purley_synobios" {}<ffffffffa043d883>
[   10.898076] <redpill/bios_shim.c:215> Symbol #6 in mfgBIOS "purley_synobios" {}<ffffffffa043d940>
[   10.898655] <redpill/bios_shim.c:215> Symbol #7 in mfgBIOS "purley_synobios" {}<ffffffffa0442b40>
[   10.899234] <redpill/bios_shim.c:215> Symbol #8 in mfgBIOS "purley_synobios" {__FUNCTION__.28701}<ffffffffa043af20>
[   10.899911] <redpill/bios_shim.c:215> Symbol #9 in mfgBIOS "purley_synobios" {synobios_ttyS_wait_read}<ffffffffa0433720>
[   10.900630] <redpill/bios_shim.c:215> Symbol #10 in mfgBIOS "purley_synobios" {state.25077}<ffffffffa0442c0c>
[   10.901268] <redpill/bios_shim.c:215> Symbol #11 in mfgBIOS "purley_synobios" {save_bytes.25076}<ffffffffa0442c08>
[   10.901931] <redpill/bios_shim.c:215> Symbol #12 in mfgBIOS "purley_synobios" {state.25095}<ffffffffa0442c04>
[   10.902581] <redpill/bios_shim.c:215> Symbol #13 in mfgBIOS "purley_synobios" {syno_ttyS_write}<ffffffffa0433b40>
[   10.903245] <redpill/bios_shim.c:215> Symbol #14 in mfgBIOS "purley_synobios" {__key.25113}<ffffffffa0442c04>
[   10.903883] <redpill/bios_shim.c:215> Symbol #15 in mfgBIOS "purley_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa043d883>
[   10.904679] <redpill/bios_shim.c:215> Symbol #16 in mfgBIOS "purley_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa043d89e>
[   10.905475] <redpill/bios_shim.c:215> Symbol #17 in mfgBIOS "purley_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa043d8bc>
[   10.906269] <redpill/bios_shim.c:215> Symbol #18 in mfgBIOS "purley_synobios" {__kstrtab_save_char_from_uart}<ffffffffa043d8d8>
[   10.907008] <redpill/bios_shim.c:215> Symbol #19 in mfgBIOS "purley_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa04342b0>
[   10.907767] <redpill/bios_shim.c:215> Symbol #20 in mfgBIOS "purley_synobios" {synobios_read_proc_cpu_arch}<ffffffffa0434310>
[   10.908510] <redpill/bios_shim.c:215> Symbol #21 in mfgBIOS "purley_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa04342d0>
[   10.909288] <redpill/bios_shim.c:215> Symbol #22 in mfgBIOS "purley_synobios" {synobios_read_proc_crypto_hw}<ffffffffa0434380>
[   10.910037] <redpill/bios_shim.c:215> Symbol #23 in mfgBIOS "purley_synobios" {synobios_read_proc_platform_open}<ffffffffa04342f0>
[   10.910789] <redpill/bios_shim.c:215> Symbol #24 in mfgBIOS "purley_synobios" {synobios_read_proc_platform_name}<ffffffffa04343f0>
[   10.911541] <redpill/bios_shim.c:215> Symbol #25 in mfgBIOS "purley_synobios" {gSynoCPUMapping}<ffffffffa043e6c0>
[   10.912217] <redpill/bios_shim.c:215> Symbol #26 in mfgBIOS "purley_synobios" {gSynoCRYPTOMapping}<ffffffffa043e600>
[   10.912895] <redpill/bios_shim.c:215> Symbol #27 in mfgBIOS "purley_synobios" {synobios_record_event_new.isra.0.part.1}<ffffffffa0434410>
[   10.913691] <redpill/bios_shim.c:215> Symbol #28 in mfgBIOS "purley_synobios" {scSynoBios}<ffffffffa0442ec0>
[   10.914344] <redpill/bios_shim.c:215> Symbol #29 in mfgBIOS "purley_synobios" {synobios_record_scsi_error_event}<ffffffffa04344b0>
[   10.915113] <redpill/bios_shim.c:215> Symbol #30 in mfgBIOS "purley_synobios" {synobios_disk_power_short_break_report}<ffffffffa0434500>
[   10.915887] <redpill/bios_shim.c:215> Symbol #31 in mfgBIOS "purley_synobios" {synobios_wake_from_deep_sleep}<ffffffffa0434550>
[   10.916643] <redpill/bios_shim.c:215> Symbol #32 in mfgBIOS "purley_synobios" {synobios_disk_reset_fail_report}<ffffffffa04345a0>
[   10.917404] <redpill/bios_shim.c:215> Symbol #33 in mfgBIOS "purley_synobios" {synobios_disk_timeout_report}<ffffffffa0434600>
[   10.918149] <redpill/bios_shim.c:215> Symbol #34 in mfgBIOS "purley_synobios" {synobios_disk_retry_report}<ffffffffa0434660>
[   10.918853] <redpill/bios_shim.c:215> Symbol #35 in mfgBIOS "purley_synobios" {synobios_sata_error_report}<ffffffffa04346b0>
[   10.919591] <redpill/bios_shim.c:215> Symbol #36 in mfgBIOS "purley_synobios" {synobios_disk_port_lost_report}<ffffffffa0434710>
[   10.920365] <redpill/bios_shim.c:215> Symbol #37 in mfgBIOS "purley_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa0434760>
[   10.921175] <redpill/bios_shim.c:215> Symbol #38 in mfgBIOS "purley_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa04347b0>
[   10.921936] <redpill/bios_shim.c:215> Symbol #39 in mfgBIOS "purley_synobios" {synobios_error_fs_btrfs_event}<ffffffffa0434800>
[   10.922704] <redpill/bios_shim.c:215> Symbol #40 in mfgBIOS "purley_synobios" {synobios_error_fs_event}<ffffffffa0434850>
[   10.923429] <redpill/bios_shim.c:215> Symbol #41 in mfgBIOS "purley_synobios" {synobios_autoremap_raid_event}<ffffffffa04348c0>
[   10.924176] <redpill/bios_shim.c:215> Symbol #42 in mfgBIOS "purley_synobios" {synobios_record_raid_event}<ffffffffa0434910>
[   10.924902] <redpill/bios_shim.c:215> Symbol #43 in mfgBIOS "purley_synobios" {synobios_event_ecc_notification}<ffffffffa0434960>
[   10.925668] <redpill/bios_shim.c:215> Symbol #44 in mfgBIOS "purley_synobios" {synobios_raid_sync_event}<ffffffffa04349b0>
[   10.926397] <redpill/bios_shim.c:215> Symbol #45 in mfgBIOS "purley_synobios" {synobios_error_oom_event}<ffffffffa0434ac0>
[   10.927106] <redpill/bios_shim.c:215> Symbol #46 in mfgBIOS "purley_synobios" {synobios_poll}<ffffffffa0434c20>
[   10.927755] <redpill/bios_shim.c:215> Symbol #47 in mfgBIOS "purley_synobios" {synobios_ops}<ffffffffa04442e8>
[   10.928406] <redpill/bios_shim.c:215> Symbol #48 in mfgBIOS "purley_synobios" {last_jiffies.29872}<ffffffffa043d940>
[   10.929099] <redpill/bios_shim.c:215> Symbol #49 in mfgBIOS "purley_synobios" {buzzer_press_count.29873}<ffffffffa0442d74>
[   10.929810] <redpill/bios_shim.c:215> Symbol #50 in mfgBIOS "purley_synobios" {syno_microp_get_event}<ffffffffa0434d10>
[   10.930508] <redpill/bios_shim.c:215> Symbol #51 in mfgBIOS "purley_synobios" {micropLogSwitch}<ffffffffa04442f0>
[   10.931180] <redpill/bios_shim.c:215> Symbol #52 in mfgBIOS "purley_synobios" {syno_console_prohibit_event}<ffffffffa0434d70>
[   10.931904] <redpill/bios_shim.c:215> Symbol #53 in mfgBIOS "purley_synobios" {syno_usb_prohibit_event}<ffffffffa0434d90>
[   10.932632] <redpill/bios_shim.c:215> Symbol #54 in mfgBIOS "purley_synobios" {card_detect_proc_fops}<ffffffffa0442d80>
[   10.933327] <redpill/bios_shim.c:215> Symbol #55 in mfgBIOS "purley_synobios" {synobios_ioctl}<ffffffffa0435050>
[   10.933979] <redpill/bios_shim.c:215> Symbol #56 in mfgBIOS "purley_synobios" {sys_status_lock}<ffffffffa043eb40>
[   10.934643] <redpill/bios_shim.c:215> Symbol #57 in mfgBIOS "purley_synobios" {pgSysStatus}<ffffffffa0442ea0>
[   10.935294] <redpill/bios_shim.c:215> Symbol #58 in mfgBIOS "purley_synobios" {LedSetLock}<ffffffffa04442f8>
[   10.935929] <redpill/bios_shim.c:215> Symbol #59 in mfgBIOS "purley_synobios" {check_fan}<ffffffffa043eb30>
[   10.936564] <redpill/bios_shim.c:215> Symbol #60 in mfgBIOS "purley_synobios" {__FUNCTION__.29923}<ffffffffa043af50>
[   10.937254] <redpill/bios_shim.c:215> Symbol #61 in mfgBIOS "purley_synobios" {__func__.29984}<ffffffffa043af40>
[   10.937907] <redpill/bios_shim.c:215> Symbol #62 in mfgBIOS "purley_synobios" {__key.30191}<ffffffffa0442d74>
[   10.938550] <redpill/bios_shim.c:215> Symbol #63 in mfgBIOS "purley_synobios" {gSynoModelMapping}<ffffffffa043d960>
[   10.939240] <redpill/bios_shim.c:215> Symbol #64 in mfgBIOS "purley_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa043b1a0>
[   10.940018] <redpill/bios_shim.c:215> Symbol #65 in mfgBIOS "purley_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa043b080>
[   10.940764] <redpill/bios_shim.c:215> Symbol #66 in mfgBIOS "purley_synobios" {synobios_read_proc_platform_fops}<ffffffffa043af60>
[   10.941530] <redpill/bios_shim.c:215> Symbol #67 in mfgBIOS "purley_synobios" {system_mode}<ffffffffa04442f4>
[   10.942181] <redpill/bios_shim.c:215> Symbol #68 in mfgBIOS "purley_synobios" {__UNIQUE_ID_license6}<ffffc900013c9930>
[   10.942855] <redpill/bios_shim.c:215> Symbol #69 in mfgBIOS "purley_synobios" {__UNIQUE_ID_description5}<ffffc900013c9946>
[   10.943579] <redpill/bios_shim.c:215> Symbol #70 in mfgBIOS "purley_synobios" {__UNIQUE_ID_author4}<ffffc900013c995c>
[   10.944282] <redpill/bios_shim.c:215> Symbol #71 in mfgBIOS "purley_synobios" {__UNIQUE_ID_system_mode3}<ffffc900013c996d>
[   10.944980] <redpill/bios_shim.c:215> Symbol #72 in mfgBIOS "purley_synobios" {__UNIQUE_ID_system_modetype2}<ffffc900013c99a8>
[   10.945726] <redpill/bios_shim.c:215> Symbol #73 in mfgBIOS "purley_synobios" {__param_system_mode}<ffffffffa043d8f0>
[   10.946427] <redpill/bios_shim.c:215> Symbol #74 in mfgBIOS "purley_synobios" {__param_str_system_mode}<ffffffffa043b2c0>
[   10.947129] <redpill/bios_shim.c:215> Symbol #75 in mfgBIOS "purley_synobios" {__UNIQUE_ID_check_fan1}<ffffc900013c99c1>
[   10.947827] <redpill/bios_shim.c:215> Symbol #76 in mfgBIOS "purley_synobios" {__UNIQUE_ID_check_fantype0}<ffffc900013c99fb>
[   10.948573] <redpill/bios_shim.c:215> Symbol #77 in mfgBIOS "purley_synobios" {__param_check_fan}<ffffffffa043d918>
[   10.949265] <redpill/bios_shim.c:215> Symbol #78 in mfgBIOS "purley_synobios" {__param_str_check_fan}<ffffffffa043b2d0>
[   10.949948] <redpill/bios_shim.c:215> Symbol #79 in mfgBIOS "purley_synobios" {FS6400I2CGetPowerInfo}<ffffffffa0437590>
[   10.950653] <redpill/bios_shim.c:215> Symbol #80 in mfgBIOS "purley_synobios" {FS6500I2CGetPowerInfo}<ffffffffa0437610>
[   10.951355] <redpill/bios_shim.c:215> Symbol #81 in mfgBIOS "purley_synobios" {SA6500I2CGetPowerInfo}<ffffffffa0437690>
[   10.952052] <redpill/bios_shim.c:215> Symbol #82 in mfgBIOS "purley_synobios" {SA6500GetDiskStatus}<ffffffffa0437780>
[   10.952732] <redpill/bios_shim.c:215> Symbol #83 in mfgBIOS "purley_synobios" {mask.30311}<ffffffffa043b310>
[   10.953393] <redpill/bios_shim.c:215> Symbol #84 in mfgBIOS "purley_synobios" {HD6500GpioInit}<ffffffffa0437bf0>
[   10.954053] <redpill/bios_shim.c:215> Symbol #85 in mfgBIOS "purley_synobios" {disk_led_ctrl}<ffffffffa0441870>
[   10.954706] <redpill/bios_shim.c:215> Symbol #86 in mfgBIOS "purley_synobios" {HD6500GpioCleanup}<ffffffffa0437c30>
[   10.955378] <redpill/bios_shim.c:215> Symbol #87 in mfgBIOS "purley_synobios" {HD6500I2CGetPowerInfo}<ffffffffa0437ca0>
[   10.956092] <redpill/bios_shim.c:215> Symbol #88 in mfgBIOS "purley_synobios" {FS6600NI2CGetPowerInfo}<ffffffffa0437d20>
[   10.956788] <redpill/bios_shim.c:215> Symbol #89 in mfgBIOS "purley_synobios" {MpId.25835}<ffffffffa04425a8>
[   10.957425] <redpill/bios_shim.c:215> Symbol #90 in mfgBIOS "purley_synobios" {days_since_epoch}<ffffffffa043b340>
[   10.958109] <redpill/bios_shim.c:215> Symbol #91 in mfgBIOS "purley_synobios" {days_since_leapyear}<ffffffffa043b3d0>
[   10.958796] <redpill/bios_shim.c:215> Symbol #92 in mfgBIOS "purley_synobios" {days_since_year}<ffffffffa043b3f0>
[   10.959457] <redpill/bios_shim.c:215> Symbol #93 in mfgBIOS "purley_synobios" {rtc_correct_wday}<ffffffffa0438860>
[   10.960141] <redpill/bios_shim.c:215> Symbol #94 in mfgBIOS "purley_synobios" {days_in_mo}<ffffffffa043b408>
[   10.960779] <redpill/bios_shim.c:215> Symbol #95 in mfgBIOS "purley_synobios" {GetFanStatus}<ffffffffa04390d0>
[   10.961426] <redpill/bios_shim.c:215> Symbol #96 in mfgBIOS "purley_synobios" {SetFanStatus}<ffffffffa04390e0>
[   10.962090] <redpill/bios_shim.c:215> Symbol #97 in mfgBIOS "purley_synobios" {InitModuleType}<ffffffffa04390f0>
[   10.962736] <redpill/bios_shim.c:215> Symbol #98 in mfgBIOS "purley_synobios" {model_ops}<ffffffffa0444310>
[   10.963385] <redpill/bios_shim.c:215> Symbol #99 in mfgBIOS "purley_synobios" {SetBuzzerClear}<ffffffffa0439120>
[   10.964059] <redpill/bios_shim.c:215> Symbol #100 in mfgBIOS "purley_synobios" {GetBuzzerCleared}<ffffffffa0439150>
[   10.964719] <redpill/bios_shim.c:215> Symbol #101 in mfgBIOS "purley_synobios" {GetPowerStatus}<ffffffffa0439180>
[   10.965392] <redpill/bios_shim.c:215> Symbol #102 in mfgBIOS "purley_synobios" {SetAlarmLed}<ffffffffa04391b0>
[   10.966053] <redpill/bios_shim.c:215> Symbol #103 in mfgBIOS "purley_synobios" {hwmon_sensor_list}<ffffffffa0444308>
[   10.966714] <redpill/bios_shim.c:215> Symbol #104 in mfgBIOS "purley_synobios" {SetHddActLed}<ffffffffa0439300>
[   10.967381] <redpill/bios_shim.c:215> Symbol #105 in mfgBIOS "purley_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa0439320>
[   10.968138] <redpill/bios_shim.c:215> Symbol #106 in mfgBIOS "purley_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa0439380>
[   10.968860] <redpill/bios_shim.c:215> Symbol #107 in mfgBIOS "purley_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa04393e0>
[   10.969599] <redpill/bios_shim.c:215> Symbol #108 in mfgBIOS "purley_synobios" {GetSysTemperature}<ffffffffa0439440>
[   10.970286] <redpill/bios_shim.c:215> Symbol #109 in mfgBIOS "purley_synobios" {Uninitialize}<ffffffffa0439520>
[   10.970921] <redpill/bios_shim.c:215> Symbol #110 in mfgBIOS "purley_synobios" {synobios_ops}<ffffffffa04425c0>
[   10.971584] <redpill/bios_shim.c:219> Found vtable - size 416
[   10.971954] <redpill/bios_shim.c:233> Found "synobios_ops" in "purley_synobios" @ <ffffffffa04425c0 =416=> ffffffffa04432c0>
[   10.972699] <redpill/override_symbol.c:279> Restoring apply_relocate_add<ffffffff8103cef0> to original code
[   10.973341] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[   10.974117] <redpill/override_symbol.c:239> Obtaining lock for <apply_relocate_add+0x0/0x1b0/ffffffff8103cef0>
[   10.974751] <redpill/override_symbol.c:246> Writing original code to <ffffffff8103cef0>
[   10.975292] <redpill/override_symbol.c:239> Released lock for <ffffffff8103cef0>
[   10.975766] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffff8103cef0+12/1 (<<ffffffff8103c000)
[   10.976540] <redpill/override_symbol.c:287> Successfully restored original code of apply_relocate_add
[   10.977152] <redpill/override_symbol.c:145> Freeing OVS for apply_relocate_add
[   10.977645] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa04425c0
[   10.978258] 40 28 44 a0 ff ff ff ff  [00] 0x000      ffffffffa0442840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[   10.979028] c0 36 43 a0 ff ff ff ff  [01] 0x008      ffffffffa04336c0        GetBrand+0x0/0x10 [purley_synobios]
[   10.979690] 60 94 43 a0 ff ff ff ff  [02] 0x010      ffffffffa0439460        GetModel+0x0/0xc0 [purley_synobios]
[   10.980379] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   10.980932] b0 8a 43 a0 ff ff ff ff  [04] 0x020      ffffffffa0438ab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[   10.981683] 20 8d 43 a0 ff ff ff ff  [05] 0x028      ffffffffa0438d20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[   10.982429] d0 90 43 a0 ff ff ff ff  [06] 0x030      ffffffffa04390d0        GetFanStatus+0x0/0x10 [purley_synobios]
[   10.983122] e0 90 43 a0 ff ff ff ff  [07] 0x038      ffffffffa04390e0        SetFanStatus+0x0/0x10 [purley_synobios]
[   10.983811] 40 94 43 a0 ff ff ff ff  [08] 0x040      ffffffffa0439440        GetSysTemperature+0x0/0x20 [purley_synobios]
[   10.984545] 60 95 43 a0 ff ff ff ff  [09] 0x048      ffffffffa0439560        GetCpuTemperatureI3Transfer+0x0/0x60 [purley_synobios]
[   10.985316] 00 00 00 00 00 00 00 00  [10] 0x050                (null)                  (null)
[   10.985878] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[   10.986440] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   10.987015] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   10.987579] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   10.988150] d0 36 43 a0 ff ff ff ff  [15] 0x078      ffffffffa04336d0        SetGpioPin+0x0/0x20 [purley_synobios]
[   10.988836] f0 36 43 a0 ff ff ff ff  [16] 0x080      ffffffffa04336f0        GetGpioPin+0x0/0x30 [purley_synobios]
[   10.989512] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[   10.990085] 70 8c 43 a0 ff ff ff ff  [18] 0x090      ffffffffa0438c70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[   10.990853] 00 88 43 a0 ff ff ff ff  [19] 0x098      ffffffffa0438800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[   10.991584] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   10.992166] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   10.992715] b0 91 43 a0 ff ff ff ff  [22] 0x0b0      ffffffffa04391b0        SetAlarmLed+0x0/0x30 [purley_synobios]
[   10.993412] 50 91 43 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0439150        GetBuzzerCleared+0x0/0x30 [purley_synobios]
[   10.994140] 20 91 43 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0439120        SetBuzzerClear+0x0/0x30 [purley_synobios]
[   10.994841] 80 91 43 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0439180        GetPowerStatus+0x0/0x30 [purley_synobios]
[   10.995542] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   10.996122] f0 90 43 a0 ff ff ff ff  [27] 0x0d8      ffffffffa04390f0        InitModuleType+0x0/0x30 [purley_synobios]
[   10.996803] 20 95 43 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0439520        Uninitialize+0x0/0x40 [purley_synobios]
[   10.997507] c0 95 43 a0 ff ff ff ff  [29] 0x0e8      ffffffffa04395c0        SetCpuFanStatus+0x0/0x10 [purley_synobios]
[   10.998226] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[   10.998776] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[   10.999353] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   10.999904] 00 00 00 00 00 00 00 00  [33] 0x108                (null)                  (null)
[   11.000485] 00 00 00 00 00 00 00 00  [34] 0x110                (null)                  (null)
[   11.001046] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   11.001610] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   11.002188] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   11.002737] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   11.003312] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   11.003855] e0 91 43 a0 ff ff ff ff  [40] 0x140      ffffffffa04391e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[   11.004549] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   11.005113] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   11.005676] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   11.006241] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   11.006811] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   11.007386] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   11.007938] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   11.008519] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   11.009084] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   11.009646] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   11.010209] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   11.010772]
[   11.010873] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0442760
[   11.011436] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [7] originally SetFanStatus [purley_synobios]<ffffffffa04390e0> will now be bios_VTK_SET_FAN_STATE_null_zero_int [redpill]<ffffffffa000d5e7>
[   11.012623] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [10] originally           (null)<          (null)> will now be bios_VTK_SET_DISK_LED_null_zero_int [redpill]<ffffffffa000d612>
[   11.013718] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [11] originally           (null)<          (null)> will now be bios_VTK_SET_PWR_LED_null_zero_int [redpill]<ffffffffa000d63d>
[   11.014842] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [16] originally GetGpioPin [purley_synobios]<ffffffffa04336f0> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa0002980>
[   11.015956] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [15] originally SetGpioPin [purley_synobios]<ffffffffa04336d0> will now be shim_set_gpio_pin_usable [redpill]<ffffffffa000d7c0>
[   11.017074] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [17] originally           (null)<          (null)> will now be bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int [redpill]<ffffffffa000d668>
[   11.018196] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [22] originally SetAlarmLed [purley_synobios]<ffffffffa04391b0> will now be bios_VTK_SET_ALR_LED_null_zero_int [redpill]<ffffffffa000d693>
[   11.019347] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [23] originally GetBuzzerCleared [purley_synobios]<ffffffffa0439150> will now be bios_get_buz_clr [redpill]<ffffffffa0002990>
[   11.020440] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [24] originally SetBuzzerClear [purley_synobios]<ffffffffa0439120> will now be bios_VTK_SET_BUZ_CLR_null_zero_int [redpill]<ffffffffa000d6be>
[   11.021617] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [29] originally SetCpuFanStatus [purley_synobios]<ffffffffa04395c0> will now be bios_VTK_SET_CPU_FAN_STATUS_null_zero_int [redpill]<ffffffffa000d6e9>
[   11.022833] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [30] originally           (null)<          (null)> will now be bios_VTK_SET_PHY_LED_null_zero_int [redpill]<ffffffffa000d714>
[   11.023957] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [31] originally           (null)<          (null)> will now be bios_VTK_SET_HDD_ACT_LED_null_zero_int [redpill]<ffffffffa000d73f>
[   11.025104] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [33] originally           (null)<          (null)> will now be bios_VTK_GET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d76a>
[   11.026203] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [34] originally           (null)<          (null)> will now be bios_VTK_SET_MICROP_ID_null_zero_int [redpill]<ffffffffa000d795>
[   11.027296] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   11.027910] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   11.028410] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [6] originally GetFanStatus [purley_synobios]<ffffffffa04390d0> will now be bios_get_fan_state [redpill]<ffffffffa00024f0>
[   11.029477] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [9] originally GetCpuTemperatureI3Transfer [purley_synobios]<ffffffffa0439560> will now be bios_get_cpu_temp [redpill]<ffffffffa00025e0>
[   11.030618] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [47] originally           (null)<          (null)> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002630>
[   11.031640] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [45] originally           (null)<          (null)> will now be bios_hwmon_get_voltages [redpill]<ffffffffa0002740>
[   11.032669] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [43] originally           (null)<          (null)> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa0002870>
[   11.033692] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   11.034237] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa04425c0
[   11.034827] 40 28 44 a0 ff ff ff ff  [00] 0x000      ffffffffa0442840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[   11.035610] c0 36 43 a0 ff ff ff ff  [01] 0x008      ffffffffa04336c0        GetBrand+0x0/0x10 [purley_synobios]
[   11.036285] 60 94 43 a0 ff ff ff ff  [02] 0x010      ffffffffa0439460        GetModel+0x0/0xc0 [purley_synobios]
[   11.036957] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   11.037532] b0 8a 43 a0 ff ff ff ff  [04] 0x020      ffffffffa0438ab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[   11.038267] 20 8d 43 a0 ff ff ff ff  [05] 0x028      ffffffffa0438d20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[   11.038993] f0 24 00 a0 ff ff ff ff  [06] 0x030      ffffffffa00024f0        bios_get_fan_state+0x0/0x10 [redpill]
[   11.039679] e7 d5 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d5e7        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x2b [redpill]
[   11.040473] 40 94 43 a0 ff ff ff ff  [08] 0x040      ffffffffa0439440        GetSysTemperature+0x0/0x20 [purley_synobios]
[   11.041187] e0 25 00 a0 ff ff ff ff  [09] 0x048      ffffffffa00025e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   11.041855] 12 d6 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d612        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x2b [redpill]
[   11.042635] 3d d6 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d63d        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x2b [redpill]
[   11.043411] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   11.043959] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   11.044539] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   11.045103] c0 d7 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d7c0        shim_set_gpio_pin_usable+0x0/0x9c [redpill]
[   11.045818] 80 29 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0002980        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   11.046543] 68 d6 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d668        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x2b [redpill]
[   11.047345] 70 8c 43 a0 ff ff ff ff  [18] 0x090      ffffffffa0438c70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[   11.048136] 00 88 43 a0 ff ff ff ff  [19] 0x098      ffffffffa0438800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[   11.048869] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   11.049431] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   11.049987] 93 d6 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d693        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x2b [redpill]
[   11.050766] 90 29 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0002990        bios_get_buz_clr+0x0/0x10 [redpill]
[   11.051433] be d6 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d6be        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x2b [redpill]
[   11.052221] 80 91 43 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0439180        GetPowerStatus+0x0/0x30 [purley_synobios]
[   11.052921] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   11.053485] f0 90 43 a0 ff ff ff ff  [27] 0x0d8      ffffffffa04390f0        InitModuleType+0x0/0x30 [purley_synobios]
[   11.054194] 20 95 43 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0439520        Uninitialize+0x0/0x40 [purley_synobios]
[   11.054881] e9 d6 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d6e9        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x2b [redpill]
[   11.055702] 14 d7 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d714        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x2b [redpill]
[   11.056473] 3f d7 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d73f        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x2b [redpill]
[   11.057273] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   11.057832] 6a d7 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d76a        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   11.058618] 95 d7 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d795        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   11.059393] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   11.059956] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   11.060526] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   11.061098] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   11.061666] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   11.062230] e0 91 43 a0 ff ff ff ff  [40] 0x140      ffffffffa04391e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[   11.062907] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   11.063471] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   11.064052] 70 28 00 a0 ff ff ff ff  [43] 0x158      ffffffffa0002870        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
[   11.064762] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   11.065324] 40 27 00 a0 ff ff ff ff  [45] 0x168      ffffffffa0002740        bios_hwmon_get_voltages+0x0/0x130 [redpill]
[   11.066047] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   11.066597] 30 26 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002630        bios_hwmon_get_thermal+0x0/0x110 [redpill]
[   11.067316] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   11.067886] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   11.068459] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   11.069038] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   11.069593]
[   11.069698] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0442760
[   11.070279] <redpill/bios_hwcap_shim.c:79> Registering mfgBIOS HW Capability shim
[   11.070772] <redpill/override_symbol.c:257> Overriding GetHwCapability() with GetHwCapability_shim [redpill]()<ffffffffa0002350>
[   11.073424] <redpill/override_symbol.c:172> Saved GetHwCapability() ptr <ffffffffa0437fd0>
[   11.073964] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffffa0437fd0+12/1 (<<ffffffffa0437000)
[   11.074718] <redpill/override_symbol.c:207> Obtaining lock for <GetHwCapability+0x0/0x100 [purley_synobios]/ffffffffa0437fd0>
[   11.075461] <redpill/override_symbol.c:182> Generating trampoline
[   11.075865] <redpill/override_symbol.c:187> Generated trampoline to GetHwCapability_shim+0x0/0x190 [redpill]<ffffffffa0002350> for GetHwCapability<ffffffffa0437fd0>:
[   11.076459] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffffa0437fd0>
[   11.077353] <redpill/override_symbol.c:207> Released lock for <ffffffffa0437fd0>
[   11.077828] <redpill/memory_helper.c:33> Enabling memory protection for page(s) at ffffffffa0437fd0+12/1 (<<ffffffffa0437000)
[   11.078595] <redpill/override_symbol.c:269> Successfully overrode GetHwCapability() with trampoline to GetHwCapability_shim+0x0/0x190 [redpill]<ffffffffa0002350>
[   11.079526] <redpill/bios_hwcap_shim.c:87> Successfully registered mfgBIOS HW Capability shim
[   11.080097] <redpill/bios_shim.c:131> purley_synobios BIOS *early* shimmed
[   11.080663] synobios ioctl TCGETS /dev/ttyS1 failed
[   11.081092] synobios unable to set termios of /dev/ttyS1
[   11.081666] 2022-2-21 22:37:45 UTC
[   11.081910] synobios: load, major number 201
[   11.082187] Brand: Synology
[   11.082362] Model: FS-6400
[   11.082582] set group disks wakeup number to 4, spinup time deno 7
[   11.083064] <redpill/bios_shims_collection.c:54> mfgBIOS: nullify zero-int for VTK_SET_MICROP_ID
[   11.083746] synobios cpu_arch proc entry initialized
[   11.084136] synobios crypto_hw proc entry initialized
[   11.084569] synobios syno_platform proc entry initialized
[   11.084978] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa04425c0
[   11.085735] 40 28 44 a0 ff ff ff ff  [00] 0x000      ffffffffa0442840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[   11.086709] c0 36 43 a0 ff ff ff ff  [01] 0x008      ffffffffa04336c0        GetBrand+0x0/0x10 [purley_synobios]
[   11.087497] 60 94 43 a0 ff ff ff ff  [02] 0x010      ffffffffa0439460        GetModel+0x0/0xc0 [purley_synobios]
[   11.088338] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   11.088993] b0 8a 43 a0 ff ff ff ff  [04] 0x020      ffffffffa0438ab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[   11.089846] 20 8d 43 a0 ff ff ff ff  [05] 0x028      ffffffffa0438d20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[   11.090719] f0 24 00 a0 ff ff ff ff  [06] 0x030      ffffffffa00024f0        bios_get_fan_state+0x0/0x10 [redpill]
[   11.091540] e7 d5 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d5e7        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x2b [redpill]
[   11.092510] 40 94 43 a0 ff ff ff ff  [08] 0x040      ffffffffa0439440        GetSysTemperature+0x0/0x20 [purley_synobios]
[   11.093392] e0 25 00 a0 ff ff ff ff  [09] 0x048      ffffffffa00025e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   11.094221] 12 d6 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d612        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x2b [redpill]
[   11.095053] 3d d6 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d63d        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x2b [redpill]
[   11.095950] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   11.096634] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   11.097323] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   11.097995] c0 d7 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d7c0        shim_set_gpio_pin_usable+0x0/0x9c [redpill]
[   11.098895] 80 29 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0002980        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   11.099698] 68 d6 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d668        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x2b [redpill]
[   11.100641] 70 8c 43 a0 ff ff ff ff  [18] 0x090      ffffffffa0438c70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[   11.101557] 00 88 43 a0 ff ff ff ff  [19] 0x098      ffffffffa0438800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[   11.102450] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   11.103126] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   11.103786] 93 d6 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d693        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x2b [redpill]
[   11.104732] 90 29 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0002990        bios_get_buz_clr+0x0/0x10 [redpill]
[   11.105496] be d6 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d6be        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x2b [redpill]
[   11.106369] 80 91 43 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0439180        GetPowerStatus+0x0/0x30 [purley_synobios]
[   11.107151] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   11.107788] f0 90 43 a0 ff ff ff ff  [27] 0x0d8      ffffffffa04390f0        InitModuleType+0x0/0x30 [purley_synobios]
[   11.108672] 20 95 43 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0439520        Uninitialize+0x0/0x40 [purley_synobios]
[   11.109467] e9 d6 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d6e9        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x2b [redpill]
[   11.110446] 14 d7 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d714        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x2b [redpill]
[   11.111332] 3f d7 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d73f        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x2b [redpill]
[   11.112328] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   11.112971] 6a d7 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d76a        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   11.113895] 95 d7 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d795        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   11.114783] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   11.115428] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   11.116101] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   11.116734] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   11.117391] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   11.118022] e0 91 43 a0 ff ff ff ff  [40] 0x140      ffffffffa04391e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[   11.118849] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   11.119556] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   11.120253] e0 93 43 a0 ff ff ff ff  [43] 0x158      ffffffffa04393e0        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [purley_synobios]
[   11.121236] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   11.121949] 80 93 43 a0 ff ff ff ff  [45] 0x168      ffffffffa0439380        HWMONGetVoltageSensorFromADT+0x0/0x60 [purley_synobios]
[   11.122797] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   11.123454] 20 93 43 a0 ff ff ff ff  [47] 0x178      ffffffffa0439320        HWMONGetThermalSensorFromADT+0x0/0x60 [purley_synobios]
[   11.124442] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   11.125096] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   11.125762] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   11.126490] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   11.127181]
[   11.127300] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0442760
[   11.127994] <redpill/bios_shims_collection.c:156> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   11.128810] <redpill/bios_hwmon_shim.c:332> Registering mfgBIOS HW Monitor shim
[   11.129424] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [47] originally HWMONGetThermalSensorFromADT [purley_synobios]<ffffffffa0439320> will now be bios_hwmon_get_thermal [redpill]<ffffffffa0002630>
[   11.130877] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [45] originally HWMONGetVoltageSensorFromADT [purley_synobios]<ffffffffa0439380> will now be bios_hwmon_get_voltages [redpill]<ffffffffa0002740>
[   11.132421] <redpill/bios_shims_collection.c:79> mfgBIOS vtable [43] originally HWMONGetFanSpeedRPMFromADT [purley_synobios]<ffffffffa04393e0> will now be bios_hwmon_get_fans_rpm [redpill]<ffffffffa0002870>
[   11.133740] <redpill/bios_hwmon_shim.c:358> Successfully registered mfgBIOS HW Monitor shim
[   11.134465] <redpill/bios_shims_collection.c:97> Will print 416 bytes of memory from ffffffffa04425c0
[   11.135255] 40 28 44 a0 ff ff ff ff  [00] 0x000      ffffffffa0442840        __this_module+0x0/0xffffffffffff865f [purley_synobios]
[   11.136200] c0 36 43 a0 ff ff ff ff  [01] 0x008      ffffffffa04336c0        GetBrand+0x0/0x10 [purley_synobios]
[   11.136979] 60 94 43 a0 ff ff ff ff  [02] 0x010      ffffffffa0439460        GetModel+0x0/0xc0 [purley_synobios]
[   11.137641] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   11.138294] b0 8a 43 a0 ff ff ff ff  [04] 0x020      ffffffffa0438ab0        rtc_bandon_get_time+0x0/0x1c0 [purley_synobios]
[   11.139191] 20 8d 43 a0 ff ff ff ff  [05] 0x028      ffffffffa0438d20        rtc_bandon_set_time+0x0/0x380 [purley_synobios]
[   11.140056] f0 24 00 a0 ff ff ff ff  [06] 0x030      ffffffffa00024f0        bios_get_fan_state+0x0/0x10 [redpill]
[   11.140798] e7 d5 00 a0 ff ff ff ff  [07] 0x038      ffffffffa000d5e7        bios_VTK_SET_FAN_STATE_null_zero_int+0x0/0x2b [redpill]
[   11.141707] 40 94 43 a0 ff ff ff ff  [08] 0x040      ffffffffa0439440        GetSysTemperature+0x0/0x20 [purley_synobios]
[   11.142525] e0 25 00 a0 ff ff ff ff  [09] 0x048      ffffffffa00025e0        bios_get_cpu_temp+0x0/0x40 [redpill]
[   11.143406] 12 d6 00 a0 ff ff ff ff  [10] 0x050      ffffffffa000d612        bios_VTK_SET_DISK_LED_null_zero_int+0x0/0x2b [redpill]
[   11.144380] 3d d6 00 a0 ff ff ff ff  [11] 0x058      ffffffffa000d63d        bios_VTK_SET_PWR_LED_null_zero_int+0x0/0x2b [redpill]
[   11.145237] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   11.145857] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   11.146523] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   11.147237] c0 d7 00 a0 ff ff ff ff  [15] 0x078      ffffffffa000d7c0        shim_set_gpio_pin_usable+0x0/0x9c [redpill]
[   11.148076] 80 29 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0002980        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   11.148861] 68 d6 00 a0 ff ff ff ff  [17] 0x088      ffffffffa000d668        bios_VTK_SET_GPIO_PIN_BLINK_null_zero_int+0x0/0x2b [redpill]
[   11.149849] 70 8c 43 a0 ff ff ff ff  [18] 0x090      ffffffffa0438c70        rtc_bandon_set_auto_poweron+0x0/0xb0 [purley_synobios]
[   11.150802] 00 88 43 a0 ff ff ff ff  [19] 0x098      ffffffffa0438800        rtc_get_auto_poweron+0x0/0x60 [purley_synobios]
[   11.151686] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   11.152403] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   11.153021] 93 d6 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa000d693        bios_VTK_SET_ALR_LED_null_zero_int+0x0/0x2b [redpill]
[   11.153917] 90 29 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0002990        bios_get_buz_clr+0x0/0x10 [redpill]
[   11.154652] be d6 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa000d6be        bios_VTK_SET_BUZ_CLR_null_zero_int+0x0/0x2b [redpill]
[   11.155522] 80 91 43 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0439180        GetPowerStatus+0x0/0x30 [purley_synobios]
[   11.156372] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   11.157025] f0 90 43 a0 ff ff ff ff  [27] 0x0d8      ffffffffa04390f0        InitModuleType+0x0/0x30 [purley_synobios]
[   11.157842] 20 95 43 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0439520        Uninitialize+0x0/0x40 [purley_synobios]
[   11.158673] e9 d6 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa000d6e9        bios_VTK_SET_CPU_FAN_STATUS_null_zero_int+0x0/0x2b [redpill]
[   11.159555] 14 d7 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa000d714        bios_VTK_SET_PHY_LED_null_zero_int+0x0/0x2b [redpill]
[   11.160466] 3f d7 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa000d73f        bios_VTK_SET_HDD_ACT_LED_null_zero_int+0x0/0x2b [redpill]
[   11.161417] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   11.162117] 6a d7 00 a0 ff ff ff ff  [33] 0x108      ffffffffa000d76a        bios_VTK_GET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   11.163041] 95 d7 00 a0 ff ff ff ff  [34] 0x110      ffffffffa000d795        bios_VTK_SET_MICROP_ID_null_zero_int+0x0/0x2b [redpill]
[   11.163981] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   11.164633] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   11.165328] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   11.166047] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   11.166723] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   11.167366] e0 91 43 a0 ff ff ff ff  [40] 0x140      ffffffffa04391e0        GetCPUInfo+0x0/0xe0 [purley_synobios]
[   11.168211] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   11.168859] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   11.169476] 70 28 00 a0 ff ff ff ff  [43] 0x158      ffffffffa0002870        bios_hwmon_get_fans_rpm+0x0/0x110 [redpill]
[   11.170305] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   11.170921] 40 27 00 a0 ff ff ff ff  [45] 0x168      ffffffffa0002740        bios_hwmon_get_voltages+0x0/0x130 [redpill]
[   11.171759] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   11.172402] 30 26 00 a0 ff ff ff ff  [47] 0x178      ffffffffa0002630        bios_hwmon_get_thermal+0x0/0x110 [redpill]
[   11.173237] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   11.173891] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   11.174597] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   11.175305] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   11.176012]
[   11.176141] <redpill/bios_shims_collection.c:110> Finished printing memory at ffffffffa0442760
[   11.176836] <redpill/bios_shim.c:126> purley_synobios BIOS *fully* shimmed
[   11.486075] e1000e 0000:00:12.0 eth0: MSI interrupt test failed, using legacy interrupt.
[   11.862225] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   12.674137] e1000e 0000:00:13.0 eth1: MSI interrupt test failed, using legacy interrupt.
[   13.049244] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   13.698056] <redpill/intercept_execve.c:82> Blocked /usr/syno/bin/syno_pstore_collect from running
[   19.908721] synobios write 3 to /dev/ttyS1 failed
[   19.909219] synobios write 4 to /dev/ttyS1 failed
[   19.909974] synobios write k to /dev/ttyS1 failed
[   19.910326] <redpill/bios_shims_collection.c:51> mfgBIOS: nullify zero-int for VTK_SET_PHY_LED
[   19.911024] <redpill/bios_shims_collection.c:52> mfgBIOS: nullify zero-int for VTK_SET_HDD_ACT_LED
[   19.911950] <redpill/memory_helper.c:17> Disabling memory protection for page(s) at ffffffffa0437fd0+12/1 (<<ffffffffa0437000)
[   19.912892] <redpill/override_symbol.c:239> Obtaining lock for <GetHwCapability+0x0/0x100 [purley_synobios]/ffffffffa0437fd0>
[   19.913995] <redpill/override_symbol.c:246> Writing original code to <ffffffffa0437fd0>
[   19.914724] <redpill/override_symbol.c:239> Released lock for <ffffffffa0437fd0>
[   19.915304] <redpill/override_symbol.c:207> Obtaining lock for <GetHwCapability+0x0/0x100 [purley_synobios]/ffffffffa0437fd0>
[   19.916071] <redpill/override_symbol.c:217> Writing trampoline code to <ffffffffa0437fd0>
[   19.916608] <redpill/override_symbol.c:207> Released lock for <ffffffffa0437fd0>
[   19.917101] <redpill/bios_hwcap_shim.c:65> proxying GetHwCapability(id=2)->support => real=1 [org_fout=0, ovs_fout=0]
[   19.992619] random: avahi-daemon: uninitialized urandom read (4 bytes read, 124 bits of entropy available)
[   19.993812] random: avahi-daemon: uninitialized urandom read (8 bytes read, 124 bits of entropy available)
[   20.019231] usbcore: registered new interface driver usbhid
[   20.019638] usbhid: USB HID core driver
[   20.875890] random: nonblocking pool is initialized

dmesg information.

 

 

synoinfo.conf info.

 

SynologyNAS> cat /etc/synoinfo.conf
AppleTalk="eth0"
BS_Thr_Enable="yes"
BS_Thr_Value="50"
addport="no"
allowanonymous="yes"
arp_ignore="yes"
auto_poweroff_timer="0"
autoblock_attempt_min="0"
autoblock_attempts="0"
autoblock_expriedday="0"
block_optional_usb="yes"
btrfs_default_compression="zstd"
buzzeroffcfg="0x00"
buzzeroffen="0x1df"
cache_advisor_default_size_gb="4096"
cache_max_total_size_gb="0"
cache_skip_seq_io_min_num_disk="1"
cache_support_pin="yes"
cache_support_skip_seq_io="yes"
codepage="enu"
company="synology"
company_title="Synology"
configured="no"
ddns_reclaim_interval_mins="3"
ddns_select=""
ddns_update="no"
defaultfs="btrfs"
defgroup="users"
defquota="5"
defright="writeable"
defshare="public"
disk_inode_warning_percent="0.05"
disk_swap="no"
diskcache="on"
dsmtimeout="15"
enableRCPower="no"
enable_fan_debug="0x0"
enable_syno_token="yes"
enable_zram="yes"
enableguest="no"
esata_disk_warning_percent="0.1"
esata_partition_warning_percent="0.1"
eth0_mtu="1500"
eth0_wol_options="d"
eth10_mtu="1500"
eth11_mtu="1500"
eth1_mtu="1500"
eth1_wol_options="d"
eth2_mtu="1500"
eth2_wol_options="d"
eth3_mtu="1500"
eth3_wol_options="d"
eth4_mtu="1500"
eth5_mtu="1500"
eth6_mtu="1500"
eth7_mtu="1500"
eth8_mtu="1500"
eth9_mtu="1500"
fan_config_type_internal="low"
frame_options_built_in_allow_url="gofile.me/,find.synology.com/"
frame_options_deny_url=""
group_thread_cnt="auto"
hostname="SynologyNAS"
internal_disk_without_led_mask="no"
iscsi_target_type="lio4x"
language="def"
mailfrom="Synology NAS"
maillang="enu"
manager="Synology NAS"
max_btrfs_snapshots="65536"
max_c2fs_num="8"
max_dr_replica="64"
max_ha_spacecount="64"
max_iscsiluns="512"
max_iscsitrgs="256"
max_snapshot_per_lun="256"
max_snapshots_per_share="1024"
max_sys_raid_disks="12"
max_volumes="256"
maxaccounts="16000"
maxdisks="24"
maxgroups="512"
maxlanport="12"
maxlogsize="64"
maxprinters="2"
maxshares="512"
mem_max_mb="524288"
mem_min_mb="32768"
mfp_autotimer="60"
mfp_manualtimer="300"
myds_region_api_base_url="https://example.com"
netbkp="yes"
netif_seq="0 1 3 2"
ntpdate_period="daily"
ntpdate_run_client="yes"
ntpdate_run_server="no"
ntpdate_server="time.google.com"
ntpdate_server_backup=""
online_help_base_url="http://help.synology.com/"
package_update_channel="beta"
pgsql_sys_max_connections="256"
php_openbasedir_customize="no"
pkg_source_trust_level="0"
pkg_term_version="0003"
pkgupdate_server="https://pkgupdate7.synology.com"
portmap_admin="no"
portmap_ftp="no"
portmap_http="no"
portmap_http_add="no"
portmap_netbkp="no"
portmap_netbkp_encrypt="no"
printer_driver_host="https://global.download.synology.com/airprint/DSM7.0/latest"
product="Synology NAS"
pswdprotect="no"
pushbrowser_server="https://notification.synology.com/web/"
pushservice_server="https://sns.synology.com/api/"
redirect_server="https://gofile.me/"
remain_life_mail_notify_thr_value="5"
remain_life_show_thr_value="20"
remain_life_thr_enable="yes"
remain_life_thr_value="10"
retain_admin_pwd="no"
rss_server="http://example.com/null.xml"
rss_server_ssl="https://example.com/null.xml"
rss_server_v2="https://example.com/autoupdate/v2/getList"
runmediaservice="no"
runupnp="no"
s2s_task_max="32"
sas_enclosure_max="7"
sb_month_left_thres_value="6"
sb_month_left_warn_enable="yes"
sdcard_partition_warning_percent="0.05"
sdcard_warning_percent="0.05"
sdkversion="no"
security_version_server="https://example.com/smallupdate"
showdisktemperature="yes"
small_info_path="https://example.com/null"
smsinterval="1"
smsneedinterval="no"
smspass=""
smsphone1=""
smsphone2=""
smsport="80"
smssepchar="+"
smsserver="clickatell"
smsssl="yes"
smstemplate="https://api.clickatell.com/http/sendmsg?user=@@USER@@&password=@@PASS@@&api_id=3148203&to=@@PHONE@@&text=@@TEXT@@"
smstest="no"
smsuser=""
ss_cms="yes"
ss_sync_event_player="yes"
ss_vs="yes"
standby_force="yes"
standbytimer="0"
strong_password_enable="yes"
supplang="enu,cht,chs,krn,tha,ger,fre,ita,spn,jpn,dan,nor,sve,nld,rus,plk,ptb,ptg,hun,trk,csy"
supportMFP="yes"
supportMTU="yes"
supportNFS="yes"
supportNFSKerberos="yes"
supportTc="yes"
supportVLAN="yes"
support_aesni_intel="yes"
support_app_privilege="yes"
support_apparmor="yes"
support_audio="yes"
support_auto_poweron="yes"
support_auto_repair="yes"
support_bmc_fan="yes"
support_btrfs="yes"
support_btrfs_dedupe="yes"
support_buzzer="yes"
support_c2fs="yes"
support_cable_overview="no"
support_chassis_sn="no"
support_console_port="yes"
support_diffraid="yes"
support_directory_service="yes"
support_disk_compatibility="no"
support_disk_hibernation="yes"
support_disk_latency_monitor="yes"
support_disk_msgr="yes"
support_disk_performance_test="yes"
support_disk_report="yes"
support_download="yes"
support_dr_replica="yes"
support_dr_snap="yes"
support_dsl_cmd="yes"
support_dual_chain="yes"
support_expansion_heartbeat="yes"
support_ez_internet="yes"
support_fan="yes"
support_fan_adjust_by_ext_nic="high"
support_fan_adjust_dual_mode="yes"
support_fast_repair="yes"
support_fc="yes"
support_fw_security="yes"
support_group="yes"
support_ha="yes"
support_hfsplus_rw="yes"
support_hotspare="yes"
support_ihm="yes"
support_img_backupd="yes"
support_ipsec="yes"
support_iscsi_btrfs_lun="yes"
support_iscsi_lunbkp="yes"
support_iscsi_plugin="yes"
support_iscsi_target="yes"
support_iscsi_target_block="no"
support_led_behavior_v2="yes"
support_mib="yes"
support_mib_adv_mode="yes"
support_mtd_serial="yes"
support_online_compr_switch="yes"
support_oob_ctl="no"
support_ovs="yes"
support_performance_event="yes"
support_peta_volume="yes"
support_postgresql_data_checksums="yes"
support_power_recovery="yes"
support_power_schedule="yes"
support_poweroff="yes"
support_raid_disk_replacement="yes"
support_raid_dummy_read="yes"
support_rdma="yes"
support_s2s="yes"
support_s2s_server="yes"
support_sct_cmd="yes"
support_share_encryption="yes"
support_share_quota="yes"
support_share_snapshot="yes"
support_share_user_quota="yes"
support_skip_copy="yes"
support_spectre_meltdown_mitigation="yes"
support_spectre_meltdown_mitigation_full="yes"
support_sriov="yes"
support_ssd_cache="yes"
support_ssd_related_ui="yes"
support_ssd_trim="yes"
support_stgmgmt_task_queue="yes"
support_storage_mgr="yes"
support_synoacl="yes"
support_synodrive_ability="no"
support_synopkg="yes"
support_sys_adjust="yes"
support_sys_time="yes"
support_task_scheduler="yes"
support_timebkp_server="yes"
support_trim="yes"
support_vaai="yes"
support_wdda="yes"
support_webinstall="yes"
support_wimax="yes"
support_wireless="yes"
support_wireless_number="2"
support_wol="yes"
support_wol_but_not_enable_ui="no"
support_write_cache="yes"
support_xa="no"
support_zram="yes"
supportadt7490="yes"
supportdcacheui="yes"
supportddns="yes"
supportdomain="yes"
supportext4="yes"
supportfileindex="yes"
supportfilestation="yes"
supporthfsplus="yes"
supportitunes="yes"
supportldap="yes"
supportmediaservice="yes"
supportmemtest="yes"
supportmount="yes"
supportntfswrite="yes"
supportphoto="yes"
supportphotopersonal="yes"
supportportmappingv2="yes"
supportquota="yes"
supportraid="yes"
supportraidcross="yes"
supportraidgroup="yes"
supportrcpower="yes"
supportrsrcmon="yes"
supportsas="no"
supportsmart="yes"
supportsnapshot="yes"
supportssh="yes"
supportstartupd="yes"
supportsurveillance="yes"
supportsystemperature="no"
supportsystempwarning="no"
supporttrustdomain="yes"
supportuart2="yes"
supportups="yes"
supportvideostation="yes"
surveillance_camera_max="150"
synobios="purley"
sys_adjust_groups="12"
sysctl_kernel.sem="250 32000 32 256"
syslogport="514"
systemfs="ext4"
timebkp_max_task="16"
timezone="Pacific"
token_invalid_referer="fbsharing,fbdownload"
token_valid_user_agent=""
unique="synology_purley_fs6400"
update_server="http://example.com/"
update_server_ssl="https//example.com/"
updateurl="http://example.com/"
upgrade_pkg_dsm_notification="yes"
upnpdevicetype="Synology NAS"
upnpfriendlyname="Synology NAS Device"
upnpmanufacturerurl="http://www.synology.com/"
upnpmodeldescription="Syn[   74.149062] serial8250_interrupt: 16 callbacks suppressed
[   74.149062] serial8250: too much work for irq4
ology NAS UPnP Device"
upnpmodelname="FS6400"
upnpmodelurl=""
usb_disk_warning_percent="0.05"
usb_partition_warning_percent="0.05"
usbbkp="yes"
usbcopy="no"
usbportnum="4"
use_reserved_more_gdt="no"
vender="Synology Inc."
vpn_conn_max="60"
vs_version="1.1"
win98autodisconnect="yes"
wins="none"
wol_enabled_options="g"

usbportcfg="0x10000"
support_bde_internal_10g="no"
esataportcfg="0x00"
internalportcfg="0xfffff"
SynologyNAS> [  129.065751] ext2: synoboot2 mounted, process=mantool
[  129.067337] synoboot2 unmounted, process=mantool
^C
SynologyNAS> cat /etc/synoinfo.conf
AppleTalk="eth0"
BS_Thr_Enable="yes"
BS_Thr_Value="50"
addport="no"
allowanonymous="yes"
arp_ignore="yes"
auto_poweroff_timer="0"
autoblock_attempt_min="0"
autoblock_attempts="0"
autoblock_expriedday="0"
block_optional_usb="yes"
btrfs_default_compression="zstd"
buzzeroffcfg="0x00"
buzzeroffen="0x1df"
cache_advisor_default_size_gb="4096"
cache_max_total_size_gb="0"
cache_skip_seq_io_min_num_disk="1"
cache_support_pin="yes"
cache_support_skip_seq_io="yes"
codepage="enu"
company="synology"
company_title="Synology"
configured="no"
ddns_reclaim_interval_mins="3"
ddns_select=""
ddns_update="no"
defaultfs="btrfs"
defgroup="users"
defquota="5"
defright="writeable"
defshare="public"
disk_inode_warning_percent="0.05"
disk_swap="no"
diskcache="on"
dsmtimeout="15"
enableRCPower="no"
enable_fan_debug="0x0"
enable_syno_token="yes"
enable_zram="yes"
enableguest="no"
esata_disk_warning_percent="0.1"
esata_partition_warning_percent="0.1"
eth0_mtu="1500"
eth0_wol_options="d"
eth10_mtu="1500"
eth11_mtu="1500"
eth1_mtu="1500"
eth1_wol_options="d"
eth2_mtu="1500"
eth2_wol_options="d"
eth3_mtu="1500"
eth3_wol_options="d"
eth4_mtu="1500"
eth5_mtu="1500"
eth6_mtu="1500"
eth7_mtu="1500"
eth8_mtu="1500"
eth9_mtu="1500"
fan_config_type_internal="low"
frame_options_built_in_allow_url="gofile.me/,find.synology.com/"
frame_options_deny_url=""
group_thread_cnt="auto"
hostname="SynologyNAS"
internal_disk_without_led_mask="no"
iscsi_target_type="lio4x"
language="def"
mailfrom="Synology NAS"
maillang="enu"
manager="Synology NAS"
max_btrfs_snapshots="65536"
max_c2fs_num="8"
max_dr_replica="64"
max_ha_spacecount="64"
max_iscsiluns="512"
max_iscsitrgs="256"
max_snapshot_per_lun="256"
max_snapshots_per_share="1024"
max_sys_raid_disks="12"
max_volumes="256"
maxaccounts="16000"
maxdisks="24"
maxgroups="512"
maxlanport="12"
maxlogsize="64"
maxprinters="2"
maxshares="512"
mem_max_mb="524288"
mem_min_mb="32768"
mfp_autotimer="60"
mfp_manualtimer="300"
myds_region_api_base_url="https://example.com"
netbkp="yes"
netif_seq="0 1 3 2"
ntpdate_period="daily"
ntpdate_run_client="yes"
ntpdate_run_server="no"
ntpdate_server="time.google.com"
ntpdate_server_backup=""
online_help_base_url="http://help.synology.com/"
package_update_channel="beta"
pgsql_sys_max_connections="256"
php_openbasedir_customize="no"
pkg_source_trust_level="0"
pkg_term_version="0003"
pkgupdate_server="https://pkgupdate7.synology.com"
portmap_admin="no"
portmap_ftp="no"
portmap_http="no"
portmap_http_add="no"
portmap_netbkp="no"
portmap_netbkp_encrypt="no"
printer_driver_host="https://global.download.synology.com/airprint/DSM7.0/latest"
product="Synology NAS"
pswdprotect="no"
pushbrowser_server="https://notification.synology.com/web/"
pushservice_server="https://sns.synology.com/api/"
redirect_server="https://gofile.me/"
remain_life_mail_notify_thr_value="5"
remain_life_show_thr_value="20"
remain_life_thr_enable="yes"
remain_life_thr_value="10"
retain_admin_pwd="no"
rss_server="http://example.com/null.xml"
rss_server_ssl="https://example.com/null.xml"
rss_server_v2="https://example.com/autoupdate/v2/getList"
runmediaservice="no"
runupnp="no"
s2s_task_max="32"
sas_enclosure_max="7"
sb_month_left_thres_value="6"
sb_month_left_warn_enable="yes"
sdcard_partition_warning_percent="0.05"
sdcard_warning_percent="0.05"
sdkversion="no"
security_version_server="https://example.com/smallupdate"
showdisktemperature="yes"
small_info_path="https://example.com/null"
smsinterval="1"
smsneedinterval="no"
smspass=""
smsphone1=""
smsphone2=""
smsport="80"
smssepchar="+"
smsserver="clickatell"
smsssl="yes"
smstemplate="https://api.clickatell.com/http/sendmsg?user=@@USER@@&password=@@PASS@@&api_id=3148203&to=@@PHONE@@&text=@@TEXT@@"
smstest="no"
smsuser=""
ss_cms="yes"
ss_sync_event_player="yes"
ss_vs="yes"
standby_force="yes"
standbytimer="0"
strong_password_enable="yes"
supplang="enu,cht,chs,krn,tha,ger,fre,ita,spn,jpn,dan,nor,sve,nld,rus,plk,ptb,ptg,hun,trk,csy"
supportMFP="yes"
supportMTU="yes"
supportNFS="yes"
supportNFSKerberos="yes"
supportTc="yes"
supportVLAN="yes"
support_aesni_intel="yes"
support_app_privilege="yes"
support_apparmor="yes"
support_audio="yes"
support_auto_poweron="yes"
support_auto_repair="yes"
support_bmc_fan="yes"
support_btrfs="yes"
support_btrfs_dedupe="yes"
support_buzzer="yes"
support_c2fs="yes"
support_cable_overview="no"
support_chassis_sn="no"
support_console_port="yes"
support_diffraid="yes"
support_directory_service="yes"
support_disk_compatibility="no"
support_disk_hibernation="yes"
support_disk_latency_monitor="yes"
support_disk_msgr="yes"
support_disk_performance_test="yes"
support_disk_report="yes"
support_download="yes"
support_dr_replica="yes"
support_dr_snap="yes"
support_dsl_cmd="yes"
support_dual_chain="yes"
support_expansion_heartbeat="yes"
support_ez_internet="yes"
support_fan="yes"
support_fan_adjust_by_ext_nic="high"
support_fan_adjust_dual_mode="yes"
support_fast_repair="yes"
support_fc="yes"
support_fw_security="yes"
support_group="yes"
support_ha="yes"
support_hfsplus_rw="yes"
support_hotspare="yes"
support_ihm="yes"
support_img_backupd="yes"
support_ipsec="yes"
support_iscsi_btrfs_lun="yes"
support_iscsi_lunbkp="yes"
support_iscsi_plugin="yes"
support_iscsi_target="yes"
support_iscsi_target_block="no"
support_led_behavior_v2="yes"
support_mib="yes"
support_mib_adv_mode="yes"
support_mtd_serial="yes"
support_online_compr_switch="yes"
support_oob_ctl="no"
support_ovs="yes"
support_performance_event="yes"
support_peta_volume="yes"
support_postgresql_data_checksums="yes"
support_power_recovery="yes"
support_power_schedule="yes"
support_poweroff="yes"
support_raid_disk_replacement="yes"
support_raid_dummy_read="yes"
support_rdma="yes"
support_s2s="yes"
support_s2s_server="yes"
support_sct_cmd="yes"
support_share_encryption="yes"
support_share_quota="yes"
support_share_snapshot="yes"
support_share_user_quota="yes"
support_skip_copy="yes"
support_spectre_meltdown_mitigation="yes"
support_spectre_meltdown_mitigation_full="yes"
support_sriov="yes"
support_ssd_cache="yes"
support_ssd_related_ui="yes"
support_ssd_trim="yes"
support_stgmgmt_task_queue="yes"
support_storage_mgr="yes"
support_synoacl="yes"
support_synodrive_ability="no"
support_synopkg="yes"
support_sys_adjust="yes"
support_sys_time="yes"
support_task_scheduler="yes"
support_timebkp_server="yes"
support_trim="yes"
support_vaai="yes"
support_wdda="yes"
support_webinstall="yes"
support_wimax="yes"
support_wireless="yes"
support_wireless_number="2"
support_wol="yes"
support_wol_but_not_enable_ui="no"
support_write_cache="yes"
support_xa="no"
support_zram="yes"
supportadt7490="yes"
supportdcacheui="yes"
supportddns="yes"
supportdomain="yes"
supportext4="yes"
supportfileindex="yes"
supportfilestation="yes"
supporthfsplus="yes"
supportitunes="yes"
supportldap="yes"
supportmediaservice="yes"
supportmemtest="yes"
supportmount="yes"
supportntfswrite="yes"
supportphoto="yes"
supportphotopersonal="yes"
supportportmappingv2="yes"
supportquota="yes"
supportraid="yes"
supportraidcross="yes"
supportraidgroup="yes"
supportrcpower="yes"
supportrsrcmon="yes"
supportsas="no"
supportsmart="yes"
supportsnapshot="yes"
supportssh="yes"
supportstartupd="yes"
supportsurveillance="yes"
supportsystemperature="no"
supportsystempwarning="no"
supporttrustdomain="yes"
supportuart2="yes"
supportups="yes"
supportvideostation="yes"
surveillance_camera_max="150"
synobios="purley"
sys_adjust_groups="12"
sysctl_kernel.sem="250 32000 32 256"
syslogport="514"
systemfs="ext4"
timebkp_max_task="16"
timezone="Pacific"
token_invalid_referer="fbsharing,fbdownload"
token_valid_user_agent=""
unique="synology_purley_fs6400"
update_server="http://example.com/"
update_server_ssl="https//example.com/"
updateurl="http://example.com/"
upgrade_pkg_dsm_notification="yes"
upnpdevicetype="Synology NAS"
upnpfriendlyname="Synology NAS Device"
upnpmanufacturerurl="http://www.synology.com/"
upnpmodeldescription="Syn[  133.556036] serial8250: too much work for irq4
ology NAS UPnP Device"
upnpmodelname="FS6400"
upnpmodelurl=""
usb_disk_warning_percent="0.05"
usb_partition_warning_percent="0.05"
usbbkp="yes"
usbcopy="no"
usbportnum="4"
use_reserved_more_gdt="no"
vender="Synology Inc."
vpn_conn_max="60"
vs_version="1.1"
win98autodisconnect="yes"
wins="none"
wol_enabled_options="g"

usbportcfg="0x10000"
support_bde_internal_10g="no"
esataportcfg="0x00"
internalportcfg="0xfffff"

 

Link to comment
Share on other sites

4 hours ago, jumkey said:

synology fixed two pciserial ports

eg.DS920+ syno_ttyS0=pciserial,0x0:0x18.0x2,115200 syno_ttyS1=pciserial,0x0:0x18.0x0,115200

so we should add this two pci and implements PMU on pci 0x0:0x18.0x0

PMU can now be enabled by adding cmdline args

Quote

syno_ttyS0=serial,0x3f8 syno_ttyS1=serial,0x2f8

but still

Quote

: Loading module syno_hddmon ... [FAILED]

 

Link to comment
Share on other sites

  • 3 months later...
24 minutes ago, g4sho said:

@yanjun@jumkeyis there anymore developing being done for this loader? I for one would sure like this to be one of the regular platforms supported on xpenology.

 

Just for my curiosity, what hardware configuration would you deploy with this?  Because DS3622xs+ appears to be able to do anything this can.

Link to comment
Share on other sites

@flyrideI have three servers to choose from. My newest is a self built Norco 24 case, supermicro x12spa-tf motherboard,Xeon 3rd gen silver processor, is has 240 gb ram, 4 nvme in vroc config on motherboard, with 12ssds, and 12 spinning disk, and 1 optane 905p, using with primo cache, as cache drive. I also have a HP Dl380 gen 9, dual processor e5-2670v3, 64 gig ram, 12-6tb sas 3 spinning drives, with 9305 16i LSI hba card.(This currently runs DSM 6.2.3) in a raid 10 configuration). Has been rock solid. And I also have a 24 bay supermicro server with dual processor x9 motherboard, with 192gb ram, 24-3tb Sas drives, currently running proxmox 7.2 with 2 tinycore redpill 3622xs vms instances, and a couple of server 2022 vms also. The first server mentioned uses some of the same hardware as the FS6400. I believe that with the hardware I have, I can achieve better performance with the software for the higher end synology boxes. Things like RDMA(SMB3+), which synology provides in their higher end hardware, that they dont provide in the lower end stuff like the 3622xs,etc. I have both 40Gbe and 10Gbe connectivity to these boxes. And yes all this is part of my home lab.

 

Edited by g4sho
clarrification
Link to comment
Share on other sites

@yanjun@jumkey@pocopico@flyride I guess that is a NO since i have not received any reply from you guys. Is there some kind of unwritten rule on what can be developed for and what can't. Since I started using xpenology,(2015), there has never been a loader made for any of the higher end model numbers. That s a shame, because some of us have the hardware and do other things than just video conversion,plex, etc, with our boxes. Oh well, good work done by all regardless. So thanks anyway.

Link to comment
Share on other sites

As far as I know, currently this model has not received the rule that it cannot develop loader. As you can see, FS6400 and 920 need the dtb file to describe the location information of the hard disk, but his dtb file has more complex information besides the hard disk. information. I tried for a long time and it didn't solve the problem. I am posting the dts file, you can try to see if you can solve it yourself based on the information in this thread. FS6400.dts

  • Like 1
Link to comment
Share on other sites

39 minutes ago, yanjun said:

As far as I know, currently this model has not received the rule that it cannot develop loader. As you can see, FS6400 and 920 need the dtb file to describe the location information of the hard disk, but his dtb file has more complex information besides the hard disk. information. I tried for a long time and it didn't solve the problem. I am posting the dts file, you can try to see if you can solve it yourself based on the information in this thread.  FS6400.dts 46.65 kB · 1 download

 

@g4sho @yanjun FS6400 is from what dts suggests, all SAS. And it makes absolutely sense. It depends on two internal SAS HBAs which are defined in the DTS file. It splits the local enclosure in two parts. The first one connected to 12 disks and the second to another 12 disks. All disks are defined by its port number on the specific HBA.

 

You have to understand that FS6400 is an enterprise model and it will of course have tighter hardware restrictions in order to operate properly. As you can see from the DTS file, it even depends on specific HBA firmware. There might have also harder to brake interdependencies and even more counter measures as already @yanjun have found. 

 

 

 

 

 

Edited by pocopico
  • Like 1
Link to comment
Share on other sites

17 hours ago, pocopico said:

 

@g4sho @yanjun FS6400 is from what dts suggests, all SAS. And it makes absolutely sense. It depends on two internal SAS HBAs which are defined in the DTS file. It splits the local enclosure in two parts. The first one connected to 12 disks and the second to another 12 disks. All disks are defined by its port number on the specific HBA.

 

You have to understand that FS6400 is an enterprise model and it will of course have tighter hardware restrictions in order to operate properly. As you can see from the DTS file, it even depends on specific HBA firmware. There might have also harder to brake interdependencies and even more counter measures as already @yanjun have found. 

 

 

 

 

 

@yanjun@pocopicoNow that makes sense to me. Thanks you guys for replying, I did not realize the technical difficulties involved. So basically the sas controllers are hardcoded into DSM. And probably specific firmware, ouch! Yanjun, if this has stumped you guys, I don't have a chance at deciphering this, as I am nowhere close to you guys skill levels. But I will look at it anyway just to see what it is, thanks for the post. Again, thank you guys for all you do for the community.

  • Like 2
Link to comment
Share on other sites

  • 5 months later...
On 11/25/2022 at 10:39 AM, -iliya- said:

Hi, have a any news about FS6400?

I'm thinking of making this model

Supermicro X11DPL-I

2x Xeon Silver 4110

128Gb

2x LSI 9300-16i

 

I am in the same boat was hoping to see this loader, but the real programmers explained to me the difficulties of this endeavor. I am using the RS4021xs with my Supermicro server system.

Link to comment
Share on other sites

  • 9 months later...
On 11/30/2022 at 6:06 PM, g4sho said:

I am in the same boat was hoping to see this loader, but the real programmers explained to me the difficulties of this endeavor. I am using the RS4021xs with my Supermicro server system.

 

On 11/25/2022 at 10:39 AM, -iliya- said:

Hi, have a any news about FS6400?

I'm thinking of making this model

Supermicro X11DPL-I

2x Xeon Silver 4110

128Gb

2x LSI 9300-16i

 

 

I have a question with the selection of: RS4021xs the RS4021xs have a xeon D-1541 of 8 cores 16 threads, so if you have a build of 2 xeon silver 4110 (16 cores, 32 threads), the system would only be using 16 and wasting the other 16 remaining

Link to comment
Share on other sites

  • 3 months later...

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...