Package: linux-image-4.19.0-8-arm64 Version: 4.19.98-1 When I tested kdump on Debian 10.3, I found that it stuck in the capture kernel startup process:
# echo 1 > /proc/sys/kernel/sysrq # echo c > /proc/sysrq-trigger The log of the capture kernel boot process is as follows: [ 0.000000] Booting Linux on physical CPU 0x0000180300 [0x481fd010] [ 0.000000] Linux version 4.19.0-5-arm64 (debian-ker...@lists.debian.org<mailto:debian-ker...@lists.debian.org>) (gcc version 8.3.0 (Debian 8.3.0-7)) #1 SMP Debian 4.19.37-5 (2019-06-19) [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: ACPI 2.0=0x20570000 SMBIOS 3.0=0x204e0000 MEMATTR=0x23e34018 ESRT=0x23e79b18 [ 0.000000] secureboot: Secure boot could not be determined (mode 1) [ 0.000000] esrt: Reserving ESRT space from 0x0000000023e79b18 to 0x0000000023e79b50. [ 0.000000] Reserving 5KB of memory at 0x7fffe000 for elfcorehdr [ 0.000000] cma: Reserved 64 MiB at 0x000000007bc00000 [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x0000000020570000 000024 (v02 HISI ) [ 0.000000] ACPI: XSDT 0x0000000020560000 0000AC (v01 HISI HIP08 00000000 01000013) [ 0.000000] ACPI: FACP 0x0000000020040000 000114 (v06 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: DSDT 0x000000001FDC0000 00CFCC (v02 HISI HIP08 00000000 INTL 20181213) [ 0.000000] ACPI: PCCT 0x0000000020550000 00008A (v01 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: SSDT 0x0000000020540000 00E56A (v02 HISI HIP07 00000000 INTL 20181213) [ 0.000000] ACPI: BERT 0x0000000020490000 000030 (v01 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: HEST 0x0000000020470000 00058C (v01 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: ERST 0x0000000020430000 000230 (v01 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: EINJ 0x0000000020420000 000170 (v01 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: GTDT 0x0000000020020000 00007C (v02 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: SDEI 0x000000001FE20000 000030 (v01 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: MCFG 0x000000001FE10000 00003C (v01 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: SLIT 0x000000001FE00000 000030 (v01 HISI HIP08 00000001 HISI 20151124) [ 0.000000] ACPI: SPCR 0x000000001FDF0000 000050 (v02 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: SRAT 0x000000001FDE0000 000540 (v03 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: APIC 0x000000001FDD0000 00146C (v04 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: IORT 0x000000001FDB0000 001060 (v00 HISI HIP08 00000000 INTL 20181213) [ 0.000000] ACPI: PPTT 0x000000001F8E0000 002130 (v01 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: SPMI 0x000000001F8D0000 000041 (v05 HISI HIP08 00000000 HISI 20151124) [ 0.000000] ACPI: SPCR: console: uart,mmio,0x3f00002f8,115200 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x2080000000-0x23ffffffff] [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff] [ 0.000000] ACPI: SRAT: Node 1 PXM 1 [mem 0x202000000000-0x2023ffffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x7ffef840-0x7fff0fff] [ 0.000000] NUMA: Initmem setup node 1 [<memory-less node>] [ 0.000000] NUMA: NODE_DATA [mem 0x7ffee080-0x7ffef83f] [ 0.000000] NUMA: NODE_DATA(1) on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA32 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000000ffff] [ 0.000000] node 0: [mem 0x000000001fe30000-0x000000002001ffff] [ 0.000000] node 0: [mem 0x0000000020030000-0x000000002003ffff] [ 0.000000] node 0: [mem 0x0000000020050000-0x000000002012ffff] [ 0.000000] node 0: [mem 0x0000000020180000-0x000000002021ffff] [ 0.000000] node 0: [mem 0x0000000020240000-0x000000002037ffff] [ 0.000000] node 0: [mem 0x0000000020440000-0x0000000020441fff] [ 0.000000] node 0: [mem 0x0000000020450000-0x0000000020450fff] [ 0.000000] node 0: [mem 0x0000000020460000-0x0000000020461fff] [ 0.000000] node 0: [mem 0x0000000020480000-0x0000000020481fff] [ 0.000000] node 0: [mem 0x00000000204a0000-0x00000000204a0fff] [ 0.000000] node 0: [mem 0x00000000204d0000-0x00000000204effff] [ 0.000000] node 0: [mem 0x00000000204f4000-0x00000000204f4fff] [ 0.000000] node 0: [mem 0x0000000020580000-0x000000002081ffff] [ 0.000000] node 0: [mem 0x000000002fbd0000-0x000000002fbfffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000043ffffff] [ 0.000000] node 0: [mem 0x0000000044030000-0x000000004fffffff] [ 0.000000] node 0: [mem 0x0000000050000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] Could not find start_pfn for node 1 [ 0.000000] Initmem setup node 1 [mem 0x0000000000000000-0x0000000000000000] [ 0.000000] psci: probing for conduit method from ACPI. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.1 [ 0.000000] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x180300 -> Node 0 [ 0.000000] Number of cores (64) exceeds configured maximum of 1 - clipping [ 0.000000] random: get_random_bytes called from start_kernel+0x9c/0x4bc with crng_init=0 [ 0.000000] percpu: Embedded 24 pages/cpu s60120 r8192 d29992 u98304 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] Speculative Store Bypass Disable mitigation not required [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Hardware dirty bit management [ 0.000000] Built 2 zonelists, mobility grouping on. Total pages: 259962 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-5-arm64 root=UUID=e372a740-236b-4ebd-9533-b358eaac856d ro console=tty0 nr_cpus=1 systemd.unit=kdump-tools.service [ 0.000000] Memory: 662816K/1056356K available (8828K kernel code, 1612K rwdata, 2804K rodata, 4864K init, 532K bss, 328004K reserved, 65536K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=2 [ 0.000000] ftrace: allocating 33125 entries in 130 pages [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: VLPI support, direct LPI support [ 0.000000] SRAT: PXM 0 -> ITS 0 -> Node 0 [ 0.000000] SRAT: PXM 1 -> ITS 1 -> Node 1 [ 0.000000] ITS [mem 0x202100000-0x20211ffff] [ 0.000000] ITS@0x0000000202100000: Using ITS number 0 [ 0.000000] ITS@0x0000000202100000: allocated 65536 Devices @79980000 (flat, esz 8, psz 16K, shr 1) [ 0.000000] ITS@0x0000000202100000: allocated 65536 Virtual CPUs @79a00000 (flat, esz 16, psz 4K, shr 1) [ 0.000000] ITS@0x0000000202100000: allocated 256 Interrupt Collections @7991f000 (flat, esz 16, psz 4K, shr 1) [ 0.000000] ITS [mem 0x200202100000-0x20020211ffff] [ 0.000000] ITS@0x0000200202100000: Using ITS number 1 [ 0.000000] ITS@0x0000200202100000: allocated 65536 Devices @79b00000 (flat, esz 8, psz 16K, shr 1) [ 0.000000] ITS@0x0000200202100000: allocated 65536 Virtual CPUs @79000000 (flat, esz 16, psz 4K, shr 1) [ 0.000000] ITS@0x0000200202100000: allocated 256 Interrupt Collections @79940000 (flat, esz 16, psz 4K, shr 1) [ 0.000000] GIC: using LPI property table @0x0000000079950000 [ 0.000000] ITS: Using DirectLPI for VPE invalidation [ 0.000000] ITS: Enabling GICv4 support [ 0.000000] GICv3: CPU0: found redistributor 180300 region 3:0x00000000aa1c0000 [ 0.000000] CPU0: Booted with LPIs enabled, memory probably corrupted [ 0.000000] CPU0: Failed to disable LPIs [ 0.000000] arch_timer: cp15 timer(s) running at 100.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns [ 0.000005] sched_clock: 56 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns [ 0.000112] Console: colour dummy device 80x25 [ 0.000309] console [tty0] enabled [ 0.000366] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl [ 0.000393] ACPI: Core revision 20180810 [ 0.001220] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=400000) [ 0.001232] pid_max: default: 32768 minimum: 301 [ 0.001281] Security Framework initialized [ 0.001288] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.001388] AppArmor: AppArmor initialized [ 0.002020] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.002289] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.002308] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.002322] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.003390] ASID allocator initialised with 32768 entries [ 0.003454] rcu: Hierarchical SRCU implementation. [ 0.004501] Platform MSI: ITS@0x202100000 domain created [ 0.004510] Platform MSI: ITS@0x200202100000 domain created [ 0.004524] PCI/MSI: ITS@0x202100000 domain created [ 0.004528] PCI/MSI: ITS@0x200202100000 domain created [ 0.004602] Remapping and enabling EFI services. [ 0.004865] efi: memattr: Entry attributes invalid: RO and XP bits both cleared [ 0.004875] efi: memattr: ! 0x000000000000-0x00000000ffff [Runtime Code |RUN| | | | | | | | | | | ] [ 0.005064] smp: Bringing up secondary CPUs ... [ 0.005067] smp: Brought up 2 nodes, 1 CPU [ 0.005070] SMP: Total of 1 processors activated. [ 0.005081] CPU features: detected: GIC system register CPU interface [ 0.005084] CPU features: detected: Privileged Access Never [ 0.005087] CPU features: detected: LSE atomic instructions [ 0.005090] CPU features: detected: User Access Override [ 0.005095] CPU features: detected: Data cache clean to Point of Persistence [ 0.005097] CPU features: detected: RAS Extension Support [ 0.032176] CPU: All CPU(s) started at EL2 [ 0.032186] alternatives: patching kernel code [ 0.042824] devtmpfs: initialized [ 0.043185] Registered cp15_barrier emulation handler [ 0.043190] Registered setend emulation handler [ 0.043286] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.043300] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.043978] pinctrl core: initialized pinctrl subsystem [ 0.044432] SMBIOS 3.2.0 present. [ 0.044440] DMI: Huawei TaiShan 200 (Model 2280)/BC82AMDG, BIOS 1.29 02/17/2020 [ 0.044711] NET: Registered protocol family 16 [ 0.044855] audit: initializing netlink subsys (disabled) [ 0.045185] cpuidle: using governor ladder [ 0.045189] cpuidle: using governor menu [ 0.045207] Detected 1 PCC Subspaces [ 0.045247] Registering PCC driver as Mailbox controller [ 0.045313] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____)) [ 0.045319] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.045771] DMA: preallocated 256 KiB pool for atomic allocations [ 0.045831] ACPI: bus type PCI registered [ 0.045839] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.045881] Serial: AMBA PL011 UART driver [ 0.047065] audit: type=2000 audit(0.012:1): state=initialized audit_enabled=0 res=1 [ 0.047278] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.047778] ACPI: Added _OSI(Module Device) [ 0.047781] ACPI: Added _OSI(Processor Device) [ 0.047784] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.047786] ACPI: Added _OSI(Processor Aggregator Device) [ 0.047788] ACPI: Added _OSI(Linux-Dell-Video) [ 0.047792] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.056354] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.062295] ACPI: Interpreter enabled [ 0.062304] ACPI: Using GIC for interrupt routing [ 0.062335] ACPI: MCFG table detected, 1 entries [ 0.062723] HEST: Table parsing has been initialized. [ 0.100130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f]) [ 0.100170] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.100312] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR] [ 0.100388] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] [ 0.101042] acpi PNP0A08:00: ECAM area [mem 0xd0000000-0xd3ffffff] reserved by PNP0C02:00 [ 0.101120] acpi PNP0A08:00: ECAM at [mem 0xd0000000-0xd3ffffff] for [bus 00-3f] [ 0.101160] Remapped I/O 0x00000000f7ff0000 to [io 0x0000-0xffff window] [ 0.101275] PCI host bridge to bus 0000:00 [ 0.101281] pci_bus 0000:00: root bus resource [mem 0x80000000000-0x82fffffffff pref window] [ 0.101285] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7feffff window] [ 0.101288] pci_bus 0000:00: root bus resource [io 0x0000-0xffff window] [ 0.101291] pci_bus 0000:00: root bus resource [bus 00-3f] [ 0.103245] pci 0000:00:10.0: BAR 14: assigned [mem 0xe0000000-0xe5ffffff] [ 0.103254] pci 0000:00:11.0: BAR 14: assigned [mem 0xe6000000-0xe8ffffff] [ 0.103262] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.103269] pci 0000:00:04.0: PCI bridge to [bus 02] [ 0.103274] pci 0000:00:08.0: PCI bridge to [bus 03] [ 0.103278] pci 0000:00:0c.0: PCI bridge to [bus 04] [ 0.103283] pci 0000:05:00.0: BAR 0: assigned [mem 0xe0000000-0xe3ffffff pref] [ 0.103292] pci 0000:05:00.0: BAR 1: assigned [mem 0xe4000000-0xe40fffff] [ 0.103298] pci 0000:00:10.0: PCI bridge to [bus 05] [ 0.103302] pci 0000:00:10.0: bridge window [mem 0xe0000000-0xe5ffffff] [ 0.103307] pci 0000:06:00.0: BAR 0: assigned [mem 0xe6000000-0xe7ffffff pref] [ 0.103314] pci 0000:06:00.0: BAR 1: assigned [mem 0xe8000000-0xe81fffff] [ 0.103319] pci 0000:00:11.0: PCI bridge to [bus 06] [ 0.103323] pci 0000:00:11.0: bridge window [mem 0xe6000000-0xe8ffffff] [ 0.103327] pci 0000:00:12.0: PCI bridge to [bus 07] [ 0.103393] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 7b]) [ 0.103401] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.103493] acpi PNP0A08:01: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.103569] acpi PNP0A08:01: _OSC: OS now controls [PCIeCapability] [ 0.104195] acpi PNP0A08:01: ECAM area [mem 0xd7b00000-0xd7bfffff] reserved by PNP0C02:00 [ 0.104301] acpi PNP0A08:01: ECAM at [mem 0xd7b00000-0xd7bfffff] for [bus 7b] [ 0.104376] PCI host bridge to bus 0000:7b [ 0.104381] pci_bus 0000:7b: root bus resource [mem 0x148800000-0x148ffffff pref window] [ 0.104385] pci_bus 0000:7b: root bus resource [bus 7b] [ 0.104475] pci 0000:7b:00.0: BAR 2: assigned [mem 0x148800000-0x148803fff 64bit pref] [ 0.104515] ACPI: PCI Root Bridge [PCI2] (domain 0000 [bus 7a]) [ 0.104522] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.104605] acpi PNP0A08:02: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.104677] acpi PNP0A08:02: _OSC: OS now controls [PCIeCapability] [ 0.105258] acpi PNP0A08:02: ECAM area [mem 0xd7a00000-0xd7afffff] reserved by PNP0C02:00 [ 0.105293] acpi PNP0A08:02: ECAM at [mem 0xd7a00000-0xd7afffff] for [bus 7a] [ 0.105370] PCI host bridge to bus 0000:7a [ 0.105375] pci_bus 0000:7a: root bus resource [mem 0x20c000000-0x20c1fffff pref window] [ 0.105379] pci_bus 0000:7a: root bus resource [bus 7a] [ 0.105603] pci 0000:7a:02.0: BAR 0: assigned [mem 0x20c000000-0x20c0fffff 64bit pref] [ 0.105609] pci 0000:7a:00.0: BAR 0: assigned [mem 0x20c100000-0x20c100fff 64bit pref] [ 0.105614] pci 0000:7a:01.0: BAR 0: assigned [mem 0x20c101000-0x20c101fff 64bit pref] [ 0.105652] ACPI: PCI Root Bridge [PCI3] (domain 0000 [bus 78-79]) [ 0.105659] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.105740] acpi PNP0A08:03: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.105812] acpi PNP0A08:03: _OSC: OS now controls [PCIeCapability] [ 0.106388] acpi PNP0A08:03: ECAM area [mem 0xd7800000-0xd79fffff] reserved by PNP0C02:00 [ 0.106406] acpi PNP0A08:03: ECAM at [mem 0xd7800000-0xd79fffff] for [bus 78-79] [ 0.106522] PCI host bridge to bus 0000:78 [ 0.106526] pci_bus 0000:78: root bus resource [mem 0x208000000-0x208bfffff pref window] [ 0.106529] pci_bus 0000:78: root bus resource [bus 78-79] [ 0.106574] ACPI: PCI Root Bridge [PCI4] (domain 0000 [bus 7c-7d]) [ 0.106580] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.106660] acpi PNP0A08:04: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.106732] acpi PNP0A08:04: _OSC: OS now controls [PCIeCapability] [ 0.107302] acpi PNP0A08:04: ECAM area [mem 0xd7c00000-0xd7dfffff] reserved by PNP0C02:00 [ 0.107316] acpi PNP0A08:04: ECAM at [mem 0xd7c00000-0xd7dfffff] for [bus 7c-7d] [ 0.107385] PCI host bridge to bus 0000:7c [ 0.107389] pci_bus 0000:7c: root bus resource [mem 0x120000000-0x13fffffff pref window] [ 0.107392] pci_bus 0000:7c: root bus resource [bus 7c-7d] [ 0.107409] pci 0000:7c:00.0: enabling Extended Tags [ 0.107502] pci 0000:7c:00.0: PCI bridge to [bus 7d] [ 0.107539] ACPI: PCI Root Bridge [PCI5] (domain 0000 [bus 74-75]) [ 0.107546] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.107626] acpi PNP0A08:05: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.107697] acpi PNP0A08:05: _OSC: OS now controls [PCIeCapability] [ 0.108267] acpi PNP0A08:05: ECAM area [mem 0xd7400000-0xd75fffff] reserved by PNP0C02:00 [ 0.108280] acpi PNP0A08:05: ECAM at [mem 0xd7400000-0xd75fffff] for [bus 74-75] [ 0.108387] PCI host bridge to bus 0000:74 [ 0.108392] pci_bus 0000:74: root bus resource [mem 0x141000000-0x141ffffff pref window] [ 0.108396] pci_bus 0000:74: root bus resource [mem 0x144000000-0x145ffffff pref window] [ 0.108399] pci_bus 0000:74: root bus resource [mem 0xa2000000-0xa2ffffff window] [ 0.108402] pci_bus 0000:74: root bus resource [bus 74-75] [ 0.108417] pci 0000:74:01.0: enabling Extended Tags [ 0.108803] pci 0000:74:02.0: BAR 5: assigned [mem 0xa2000000-0xa2007fff] [ 0.108808] pci 0000:74:04.0: BAR 5: assigned [mem 0xa2008000-0xa200ffff] [ 0.108811] pci 0000:74:03.0: BAR 5: assigned [mem 0xa2010000-0xa2010fff] [ 0.108815] pci 0000:74:01.0: PCI bridge to [bus 76] [ 0.108876] ACPI: PCI Root Bridge [PCI6] (domain 0000 [bus 80-9f]) [ 0.108884] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.108966] acpi PNP0A08:06: _OSC: platform does not support [SHPCHotplug LTR] [ 0.109038] acpi PNP0A08:06: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] [ 0.109632] acpi PNP0A08:06: ECAM area [mem 0xd8000000-0xd9ffffff] reserved by PNP0C02:00 [ 0.109645] acpi PNP0A08:06: ECAM at [mem 0xd8000000-0xd9ffffff] for [bus 80-9f] [ 0.109671] Remapped I/O 0x00000000cfff0000 to [io 0x10000-0x1ffff window] [ 0.109747] PCI host bridge to bus 0000:80 [ 0.109750] pci_bus 0000:80: root bus resource [mem 0x280000000000-0x282fffffffff pref window] [ 0.109754] pci_bus 0000:80: root bus resource [mem 0xb0000000-0xcffeffff window] [ 0.109758] pci_bus 0000:80: root bus resource [io 0x10000-0x1ffff window] (bus address [0x0000-0xffff]) [ 0.109762] pci_bus 0000:80: root bus resource [bus 80-9f] [ 0.110640] pci 0000:80:00.0: PCI bridge to [bus 81] [ 0.110651] pci 0000:80:04.0: PCI bridge to [bus 82] [ 0.110656] pci 0000:80:08.0: PCI bridge to [bus 83] [ 0.110661] pci 0000:80:0c.0: PCI bridge to [bus 84] [ 0.110666] pci 0000:80:10.0: PCI bridge to [bus 85] [ 0.110718] ACPI: PCI Root Bridge [PCI7] (domain 0000 [bus bb]) [ 0.110726] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.110810] acpi PNP0A08:07: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.110883] acpi PNP0A08:07: _OSC: OS now controls [PCIeCapability] [ 0.111497] acpi PNP0A08:07: ECAM area [mem 0xdbb00000-0xdbbfffff] reserved by PNP0C02:00 [ 0.111586] acpi PNP0A08:07: ECAM at [mem 0xdbb00000-0xdbbfffff] for [bus bb] [ 0.111674] PCI host bridge to bus 0000:bb [ 0.111678] pci_bus 0000:bb: root bus resource [mem 0x200148800000-0x200148ffffff pref window] [ 0.111682] pci_bus 0000:bb: root bus resource [bus bb] [ 0.111790] pci 0000:bb:00.0: BAR 2: assigned [mem 0x200148800000-0x200148803fff 64bit pref] [ 0.111829] ACPI: PCI Root Bridge [PCI8] (domain 0000 [bus ba]) [ 0.111838] acpi PNP0A08:08: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.111920] acpi PNP0A08:08: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.111992] acpi PNP0A08:08: _OSC: OS now controls [PCIeCapability] [ 0.112575] acpi PNP0A08:08: ECAM area [mem 0xdba00000-0xdbafffff] reserved by PNP0C02:00 [ 0.112602] acpi PNP0A08:08: ECAM at [mem 0xdba00000-0xdbafffff] for [bus ba] [ 0.112682] PCI host bridge to bus 0000:ba [ 0.112685] pci_bus 0000:ba: root bus resource [mem 0x20020c000000-0x20020c1fffff pref window] [ 0.112690] pci_bus 0000:ba: root bus resource [bus ba] [ 0.112945] pci 0000:ba:02.0: BAR 0: assigned [mem 0x20020c000000-0x20020c0fffff 64bit pref] [ 0.112951] pci 0000:ba:00.0: BAR 0: assigned [mem 0x20020c100000-0x20020c100fff 64bit pref] [ 0.112956] pci 0000:ba:01.0: BAR 0: assigned [mem 0x20020c101000-0x20020c101fff 64bit pref] [ 0.112999] ACPI: PCI Root Bridge [PCI9] (domain 0000 [bus b8-b9]) [ 0.113006] acpi PNP0A08:09: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.113086] acpi PNP0A08:09: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.113157] acpi PNP0A08:09: _OSC: OS now controls [PCIeCapability] [ 0.113747] acpi PNP0A08:09: ECAM area [mem 0xdb800000-0xdb9fffff] reserved by PNP0C02:00 [ 0.113759] acpi PNP0A08:09: ECAM at [mem 0xdb800000-0xdb9fffff] for [bus b8-b9] [ 0.113862] PCI host bridge to bus 0000:b8 [ 0.113865] pci_bus 0000:b8: root bus resource [mem 0x200208000000-0x200208bfffff pref window] [ 0.113869] pci_bus 0000:b8: root bus resource [bus b8-b9] [ 0.113925] ACPI: PCI Root Bridge [PCIA] (domain 0000 [bus bc-bd]) [ 0.113931] acpi PNP0A08:0a: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.114010] acpi PNP0A08:0a: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.114083] acpi PNP0A08:0a: _OSC: OS now controls [PCIeCapability] [ 0.114680] acpi PNP0A08:0a: ECAM area [mem 0xdbc00000-0xdbdfffff] reserved by PNP0C02:00 [ 0.114691] acpi PNP0A08:0a: ECAM at [mem 0xdbc00000-0xdbdfffff] for [bus bc-bd] [ 0.114768] PCI host bridge to bus 0000:bc [ 0.114771] pci_bus 0000:bc: root bus resource [mem 0x200120000000-0x20013fffffff pref window] [ 0.114775] pci_bus 0000:bc: root bus resource [bus bc-bd] [ 0.114795] pci 0000:bc:00.0: enabling Extended Tags [ 0.114946] pci 0000:bd:00.0: VF(n) BAR0 space: [mem 0x200121010000-0x20012103ffff 64bit pref] (contains BAR0 for 3 VFs) [ 0.114955] pci 0000:bd:00.0: VF(n) BAR2 space: [mem 0x200120100000-0x2001203fffff 64bit pref] (contains BAR2 for 3 VFs) [ 0.115044] pci 0000:bd:00.1: VF(n) BAR0 space: [mem 0x200121050000-0x20012107ffff 64bit pref] (contains BAR0 for 3 VFs) [ 0.115052] pci 0000:bd:00.1: VF(n) BAR2 space: [mem 0x200120500000-0x2001207fffff 64bit pref] (contains BAR2 for 3 VFs) [ 0.115137] pci 0000:bd:00.2: VF(n) BAR0 space: [mem 0x200121090000-0x2001210bffff 64bit pref] (contains BAR0 for 3 VFs) [ 0.115145] pci 0000:bd:00.2: VF(n) BAR2 space: [mem 0x200120900000-0x200120bfffff 64bit pref] (contains BAR2 for 3 VFs) [ 0.115240] pci 0000:bd:00.3: VF(n) BAR0 space: [mem 0x2001210d0000-0x2001210fffff 64bit pref] (contains BAR0 for 3 VFs) [ 0.115247] pci 0000:bd:00.3: VF(n) BAR2 space: [mem 0x200120d00000-0x200120ffffff 64bit pref] (contains BAR2 for 3 VFs) [ 0.115317] pci 0000:bc:00.0: BAR 15: assigned [mem 0x200120000000-0x2001210fffff 64bit pref] [ 0.115326] pci 0000:bd:00.0: BAR 2: assigned [mem 0x200120000000-0x2001200fffff 64bit pref] [ 0.115332] pci 0000:bd:00.0: BAR 9: assigned [mem 0x200120100000-0x2001203fffff 64bit pref] [ 0.115337] pci 0000:bd:00.1: BAR 2: assigned [mem 0x200120400000-0x2001204fffff 64bit pref] [ 0.115342] pci 0000:bd:00.1: BAR 9: assigned [mem 0x200120500000-0x2001207fffff 64bit pref] [ 0.115346] pci 0000:bd:00.2: BAR 2: assigned [mem 0x200120800000-0x2001208fffff 64bit pref] [ 0.115351] pci 0000:bd:00.2: BAR 9: assigned [mem 0x200120900000-0x200120bfffff 64bit pref] [ 0.115356] pci 0000:bd:00.3: BAR 2: assigned [mem 0x200120c00000-0x200120cfffff 64bit pref] [ 0.115361] pci 0000:bd:00.3: BAR 9: assigned [mem 0x200120d00000-0x200120ffffff 64bit pref] [ 0.115365] pci 0000:bd:00.0: BAR 0: assigned [mem 0x200121000000-0x20012100ffff 64bit pref] [ 0.115370] pci 0000:bd:00.0: BAR 7: assigned [mem 0x200121010000-0x20012103ffff 64bit pref] [ 0.115375] pci 0000:bd:00.1: BAR 0: assigned [mem 0x200121040000-0x20012104ffff 64bit pref] [ 0.115380] pci 0000:bd:00.1: BAR 7: assigned [mem 0x200121050000-0x20012107ffff 64bit pref] [ 0.115384] pci 0000:bd:00.2: BAR 0: assigned [mem 0x200121080000-0x20012108ffff 64bit pref] [ 0.115389] pci 0000:bd:00.2: BAR 7: assigned [mem 0x200121090000-0x2001210bffff 64bit pref] [ 0.115394] pci 0000:bd:00.3: BAR 0: assigned [mem 0x2001210c0000-0x2001210cffff 64bit pref] [ 0.115399] pci 0000:bd:00.3: BAR 7: assigned [mem 0x2001210d0000-0x2001210fffff 64bit pref] [ 0.115404] pci 0000:bc:00.0: PCI bridge to [bus bd] [ 0.115409] pci 0000:bc:00.0: bridge window [mem 0x200120000000-0x2001210fffff 64bit pref] [ 0.115460] ACPI: PCI Root Bridge [PCIB] (domain 0000 [bus b4-b5]) [ 0.115467] acpi PNP0A08:0b: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.115548] acpi PNP0A08:0b: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR] [ 0.115621] acpi PNP0A08:0b: _OSC: OS now controls [PCIeCapability] [ 0.116217] acpi PNP0A08:0b: ECAM area [mem 0xdb400000-0xdb5fffff] reserved by PNP0C02:00 [ 0.116232] acpi PNP0A08:0b: ECAM at [mem 0xdb400000-0xdb5fffff] for [bus b4-b5] [ 0.116350] PCI host bridge to bus 0000:b4 [ 0.116353] pci_bus 0000:b4: root bus resource [mem 0x200141000000-0x200141ffffff pref window] [ 0.116357] pci_bus 0000:b4: root bus resource [mem 0x200144000000-0x200145ffffff pref window] [ 0.116360] pci_bus 0000:b4: root bus resource [mem 0xa3000000-0xa3ffffff window] [ 0.116363] pci_bus 0000:b4: root bus resource [bus b4-b5] [ 0.116382] pci 0000:b4:01.0: enabling Extended Tags [ 0.116781] pci 0000:b4:02.0: BAR 5: assigned [mem 0xa3000000-0xa3007fff] [ 0.116787] pci 0000:b4:04.0: BAR 5: assigned [mem 0xa3008000-0xa300ffff] [ 0.116791] pci 0000:b4:03.0: BAR 5: assigned [mem 0xa3010000-0xa3010fff] [ 0.116795] pci 0000:b4:01.0: PCI bridge to [bus b6] [ 0.124211] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 0.124228] pci 0000:06:00.0: vgaarb: bridge control possible [ 0.124233] pci 0000:06:00.0: vgaarb: setting as boot device (VGA legacy resources not available) [ 0.124237] vgaarb: loaded [ 0.124478] pps_core: LinuxPPS API ver. 1 registered [ 0.124483] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giome...@linux.it<mailto:giome...@linux.it>> [ 0.124496] PTP clock support registered [ 0.124511] EDAC MC: Ver: 3.0.0 [ 0.125138] Registered efivars operations [ 0.128054] clocksource: Switched to clocksource arch_sys_counter [ 0.150296] VFS: Disk quotas dquot_6.6.0 [ 0.150364] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.151266] AppArmor: AppArmor Filesystem Enabled [ 0.152320] pnp: PnP ACPI init [ 0.154173] system 00:00: [mem 0xd0000000-0xdfffffff] could not be reserved [ 0.156710] pnp: PnP ACPI: found 2 devices [ 0.158711] NET: Registered protocol family 2 [ 0.159179] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes) [ 0.159205] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.159234] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.159308] TCP: Hash tables configured (established 8192 bind 8192) [ 0.159388] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.159404] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.159496] NET: Registered protocol family 1 [ 0.159516] NET: Registered protocol family 44 [ 0.216085] pci 0000:7a:00.0: quirk_usb_early_handoff+0x0/0x8a8 took 55142 usecs [ 0.276051] pci 0000:ba:00.0: quirk_usb_early_handoff+0x0/0x8a8 took 57896 usecs [ 0.276501] Unpacking initramfs... [ 0.384801] Freeing initrd memory: 6428K [ 0.385316] hw perfevents: enabled with armv8_pmuv3_0 PMU driver, 13 counters available [ 0.385338] kvm [1]: 16-bit VMID [ 0.385357] kvm [1]: GICv4 support disabled [ 0.385362] kvm [1]: vgic-v2@9b020000 [ 0.385396] kvm [1]: GIC system register CPU interface enabled [ 0.385434] kvm [1]: vgic interrupt IRQ1 [ 0.385491] kvm [1]: VHE mode initialized successfully [ 0.388197] Initialise system trusted keyrings [ 0.388247] Key type blacklist registered [ 0.388363] workingset: timestamp_bits=44 max_order=18 bucket_order=0 [ 0.389506] zbud: loaded [ 0.389741] pstore: using deflate compression [ 0.501723] Key type asymmetric registered [ 0.501742] Asymmetric key parser 'x509' registered [ 0.501784] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 0.501855] io scheduler noop registered [ 0.501861] io scheduler deadline registered [ 0.501959] io scheduler cfq registered (default) [ 0.501966] io scheduler mq-deadline registered [ 0.800137] pcieport 0000:00:00.0: AER enabled with IRQ 20 [ 0.820089] pcieport 0000:00:04.0: AER enabled with IRQ 22 [ 0.840081] pcieport 0000:00:08.0: AER enabled with IRQ 24 [ 0.860079] pcieport 0000:00:0c.0: AER enabled with IRQ 26 [ 0.860108] pcieport 0000:00:10.0: AER enabled with IRQ 28 [ 0.860136] pcieport 0000:00:11.0: AER enabled with IRQ 30 [ 0.880081] pcieport 0000:00:12.0: AER enabled with IRQ 32 [ 0.900099] pcieport 0000:80:00.0: AER enabled with IRQ 34 [ 0.920094] pcieport 0000:80:04.0: AER enabled with IRQ 36 [ 0.940093] pcieport 0000:80:08.0: AER enabled with IRQ 38 [ 0.960089] pcieport 0000:80:0c.0: AER enabled with IRQ 40 [ 0.980088] pcieport 0000:80:10.0: AER enabled with IRQ 42 [ 1.000079] pcieport 0000:00:00.0: Signaling PME with IRQ 19 [ 1.020077] pcieport 0000:00:04.0: Signaling PME with IRQ 21 [ 1.040077] pcieport 0000:00:08.0: Signaling PME with IRQ 23 [ 1.060073] pcieport 0000:00:0c.0: Signaling PME with IRQ 25 [ 1.060090] pcieport 0000:00:10.0: Signaling PME with IRQ 27 [ 1.060110] pcieport 0000:00:11.0: Signaling PME with IRQ 29 [ 1.080076] pcieport 0000:00:12.0: Signaling PME with IRQ 31 [ 1.100085] pcieport 0000:80:00.0: Signaling PME with IRQ 33 [ 1.120081] pcieport 0000:80:04.0: Signaling PME with IRQ 35 [ 1.140080] pcieport 0000:80:08.0: Signaling PME with IRQ 37 [ 1.160081] pcieport 0000:80:0c.0: Signaling PME with IRQ 39 [ 1.180081] pcieport 0000:80:10.0: Signaling PME with IRQ 41 [ 1.180158] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 1.188362] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 1.188401] ACPI: Power Button [PWRB] [ 1.190753] [Firmware Bug]: APEI: Invalid physical address in GAR [0x0/64/0/4/0] [ 1.192240] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. [ 1.192426] ACPI GTDT: found 1 SBSA generic Watchdog(s). [ 1.207447] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.228228] 00:01: ttyS0 at MMIO 0x3f00002f8 (irq = 15, base_baud = 115200) is a 16550A [ 4.093851] console [ttyS0] enabled [ 4.100391] Serial: AMBA driver [ 4.104427] msm_serial: driver initialized [ 4.111508] mousedev: PS/2 mouse device common for all mice [ 4.134396] rtc-efi rtc-efi: rtc core: registered rtc-efi as rtc0 [ 4.146532] ledtrig-cpu: registered to indicate activity on CPUs [ 4.164271] NET: Registered protocol family 10 [ 4.185301] Segment Routing with IPv6 [ 4.189089] mip6: Mobile IPv6 [ 4.192088] NET: Registered protocol family 17 [ 4.196573] mpls_gso: MPLS GSO support [ 4.200699] registered taskstats version 1 [ 4.204787] Loading compiled-in X.509 certificates [ 4.235024] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1' [ 4.243722] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def' [ 4.250495] Error reading db var attributes: 0x0000000000000007 [ 4.256395] MODSIGN: Couldn't get UEFI db list [ 4.260903] zswap: loaded using pool lzo/zbud [ 4.265364] AppArmor: AppArmor sha1 policy hashing enabled [ 4.279997] rtc-efi rtc-efi: setting system clock to 2020-03-13 05:16:03 UTC (1584076563) [ 4.294308] Freeing unused kernel memory: 4864K [ 4.304150] Run /init as init process [ 4.791770] SCSI subsystem initialized [ 4.854833] ACPI: bus type USB registered [ 4.911640] usbcore: registered new interface driver usbfs [ 4.964831] usbcore: registered new interface driver hub [ 5.003285] usbcore: registered new device driver usb [ 5.042638] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 5.082784] scsi host0: hisi_sas_v3_hw [ 5.088879] ehci-pci: EHCI PCI platform driver [ 5.096155] ehci-pci 0000:7a:01.0: EHCI Host Controller [ 5.102695] ehci-pci 0000:7a:01.0: new USB bus registered, assigned bus number 1 [ 5.514819] ehci-pci 0000:7a:01.0: irq 18, io mem 0x20c101000 [ 5.536058] ehci-pci 0000:7a:01.0: USB 0.0 started, EHCI 1.00 [ 5.541946] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 5.550177] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.557369] usb usb1: Product: EHCI Host Controller [ 5.562227] usb usb1: Manufacturer: Linux 4.19.0-5-arm64 ehci_hcd [ 5.568295] usb usb1: SerialNumber: 0000:7a:01.0 [ 5.573480] hub 1-0:1.0: USB hub found [ 5.577256] hub 1-0:1.0: 2 ports detected [ 5.581913] ehci-pci 0000:ba:01.0: EHCI Host Controller [ 5.587358] ehci-pci 0000:ba:01.0: new USB bus registered, assigned bus number 2 [ 5.594925] ehci-pci 0000:ba:01.0: irq 18, io mem 0x20020c101000 [ 5.616047] ehci-pci 0000:ba:01.0: USB 0.0 started, EHCI 1.00 [ 5.621841] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 5.630072] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.637264] usb usb2: Product: EHCI Host Controller [ 5.642123] usb usb2: Manufacturer: Linux 4.19.0-5-arm64 ehci_hcd [ 5.648190] usb usb2: SerialNumber: 0000:ba:01.0 [ 5.653351] hub 2-0:1.0: USB hub found [ 5.657120] hub 2-0:1.0: 2 ports detected [ 5.916056] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 6.084817] usb 1-1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.01 [ 6.092970] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 6.100075] usb 1-1: Product: 4-Port USB 2.1 Hub [ 6.104676] usb 1-1: Manufacturer: Generic [ 6.110906] hub 1-1:1.0: USB hub found [ 6.115321] hub 1-1:1.0: 4 ports detected [ 6.409166] usb 1-1.1: new full-speed USB device number 3 using ehci-pci [ 6.428541] scsi host1: hisi_sas_v3_hw [ 6.965070] usb 1-1.1: New USB device found, idVendor=12d1, idProduct=0003, bcdDevice= 1.00 [ 6.973401] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 6.980681] usb 1-1.1: Product: Keyboard/Mouse KVM 1.1.0 [ 7.005819] hidraw: raw HID events driver (C) Jiri Kosina [ 7.034519] usbcore: registered new interface driver usbhid [ 7.040099] usbhid: USB HID core driver [ 7.047953] input: Keyboard/Mouse KVM 1.1.0 as /devices/pci0000:7a/0000:7a:01.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:12D1:0003.0001/input/input1 [ 7.121136] hid-generic 0003:12D1:0003.0001: input,hidraw0: USB HID v1.10 Keyboard [Keyboard/Mouse KVM 1.1.0] on usb-0000:7a:01.0-1.1/input0 [ 7.134433] input: Keyboard/Mouse KVM 1.1.0 as /devices/pci0000:7a/0000:7a:01.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:12D1:0003.0002/input/input2 [ 7.147167] hid-generic 0003:12D1:0003.0002: input,hidraw1: USB HID v1.10 Mouse [Keyboard/Mouse KVM 1.1.0] on usb-0000:7a:01.0-1.1/input1 [ 7.693945] scsi host2: hisi_sas_v3_hw [ 9.037903] scsi host3: hisi_sas_v3_hw Capture kernel print stays in this position. I found a series of patches related to this problem upstream, and then applied these patches to the official Debian kernel linux-source-4.19, and found that it resolved the problem. Here is the patches' link: https://patchwork.kernel.org/cover/10610893/