Bug#992238: debian-installer: Installation fails on HP ProLiant m400 Server: additional cores crash, kernel hangs in acpi_init
Package: debian-installer
Version: 20210731
Severity: critical
Tags: d-i
Justification: breaks the whole system
Dear Maintainer,
I'm trying to install Debian Bullseye on a ProLiant m400 Server
Cartridge. The cartridge is in EFI mode, we boot the EFI shim, GRUB,
the kernel, and the netboot initrd via PXE and tftp. We added the
necessary kernel command line flags to redirect the kernel log to the
serial console early on, and various debugging flags.
Reading the log we believe that there are two problems. First, while
bringing up additional CPU cores, we see them crash immediately.
Adding nosmp to the kernel command line avoids this, but doesn't make
the second problem go away. Second, the kernel calls acpi_init, which
does not seem to return.
~~~ boot log ~~~
U-Boot 2013.04 (Oct 02 2015 - 14:44:51)
ProLiant m400 Server Cartridge - U02 (10/02/2015)
Copyright 2013 - 2015 Hewlett-Packard Development Company, L.P.
Copyright 2000 - 2012 Wolfgang Denk, DENX Software Engineering, wd@denx.de
CPU0: APM ARM 64-bit Potenza Rev B0 2400MHz PCP 2400MHz
32 KB ICACHE, 32 KB DCACHE
SOC 2000MHz IOBAXI 400MHz AXI 250MHz AHB 200MHz GFC 125MHz
Boot from SPI-NOR
Slimpro FW: Ver: 2.3 (build 2015/03/16)
PMD: 960 mV
SOC: 950 mV
I2C: ready
DRAM: ECC 64 GiB @ 1333MHz
Using default environment
API sig @ 0x0000004ffdf13170
In: serial
Out: serial
Err: serial
CPUs: 11111111
CPLD: 0B
SF: Detected MX25L12805D with page size 64 KiB, total 16 MiB
SF: 16384 KiB MX25L12805D at 0:0 is now current device
SF: flash read success (17417 bytes @ 0xe0000)
.
SF: flash read success (65568 bytes @ 0xc0000)
SF: flash read success (1477 bytes @ 0x100000)
Node Boot Start Time: 2021-08-16T09:56:54
Node Serial Number: CN7447V0BK
Cartridge Chassis Slot ID: 26
Cartridge Serial Number: CN7447V0BK
Chassis Serial Number: CZ3450K3J5
Chassis Asset Tag:
Node UUID: 4445FA0A-122C-52F2-8764-A549A7928A4B
Product ID: 721717-B21
Timezone Name: Europe/London
Loading UEFI .......................................................
SF: flash read success (3604480 bytes @ 0x200000)
## Starting application at 0x4002000000 ...
ProLiant System BIOS U02 v1.01 (10/02/2015)
(C) Copyright 1982 - 2015 Hewlett-Packard Development Company, L.P.
Early system initialization, please wait...
Processor Root Ports Initialization
BIOS Configuration Initialization
Early PCI Initialization - Start
Early PCI Initialization - Complete
Switching console output to Primary Video. Please wait...
(C) Copyright 1982 - 2015 Hewlett-Packard Development Company, L.P.
HP ProLiant m400 Server
BIOS Version: U02 v1.01 (10/02/2015)
Serial Number: CN7447V0BK
System Memory: 64 GB
1 Processor(s) detected, 8 total cores enabled, Proc 1: X-Gene
HP Power Profile Mode: Balanced Power and Performance
Boot Mode: UEFI
For access via BIOS Serial Console:
Press 'ESC+9' for System Utilities
Press 'ESC+@' for Network Boot
>> Booting Embedded LOM 1 Port 1 : Port 1 - Mellanox Network Adapter (PXE IPv4)
>> Booting PXE over IPv4.
Station IP address is 192.168.103.26
Server IP address is 192.168.103.253
NBP filename is debian-stable/debian-installer/arm64/bootnetaa64.efi
NBP filesize is 856064 Bytes
Downloading NBP file...
NBP file downloaded successfully.
Fetching Netboot Image
Welcome to GRUB!
GNU GRUB version 2.04-20
/----------------------------------------------------------------------------\
|*Install |
| Graphical install |
| Advanced options ... |
| Dark theme option... |
| Install with speech synthesis |
| |
| |
| |
| |
| |
| |
| |
| |
\----------------------------------------------------------------------------/
Use the ^ and v keys to select which entry is highlighted.
Press enter to boot the selected OS, `e' to edit the commands
before booting or `c' for a command-line.
GNU GRUB version 2.04-20
/----------------------------------------------------------------------------\
|setparams 'Install' |
| |
| set background_color=black |
| linux /debian-installer/arm64/linux --- console=ttyS0,115200 earlyco\|
|n=uart,mmio32,0x1c021000 initcall_debug keep_bootcon efi=debug debug earlyp\|
|rintk=efi,keep |
| initrd /debian-installer/arm64/initrd.gz |
| |
| |
| |
| |
| |
| |
\----------------------------------------------------------------------------/
Minimum Emacs-like screen editing is supported. TAB lists
completions. Press Ctrl-x or F10 to boot, Ctrl-c or F2 for a
command-line or ESC to discard edits and return to the GRUB menu.
Booting a command list
EFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map...
L3c Cache: 8MB
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x500f0001]
[ 0.000000] Linux version 5.10.0-8-arm64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.46-3 (2021-07-28)
[ 0.000000] earlycon: uart0 at MMIO32 0x000000001c021000 (options '')
[ 0.000000] printk: bootconsole [uart0] enabled
[ 0.000000] printk: debug: skip boot console de-registration.
[ 0.000000] efi: Getting UEFI parameters from /chosen in DT:
[ 0.000000] efi: System Table : 0x0000004fff350018
[ 0.000000] efi: MemMap Address : 0x0000004f8a1c8018
[ 0.000000] efi: MemMap Size : 0x00000000000012c0
[ 0.000000] efi: MemMap Desc. Size : 0x0000000000000030
[ 0.000000] efi: MemMap Desc. Version : 0x0000000000000001
[ 0.000000] efi: Secure Boot Enabled : 0x00000002
[ 0.000000] efi: EFI v2.40 by HP
[ 0.000000] efi: ACPI 2.0=0x4fff320000 SMBIOS 3.0=0x4ffef90000 MOKvar=0x4ff78b0000 RNG=0x4fff359658 MEMRESERVE=0x4fefff97d8
[ 0.000000] efi: seeding entropy pool
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] efi: Processing EFI memory map:
[ 0.000000] efi: 0x004000000000-0x004001ffffff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004002400000-0x0047fe423fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x0047fe424000-0x0047ffffffff [Loader Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004800000000-0x004e8c25ffff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004e8c260000-0x004e8dd1ffff [Loader Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004e8dd20000-0x004f6e52ffff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004f6e530000-0x004f6fffffff [Loader Code | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004f70000000-0x004f89fbffff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004f89fc0000-0x004f8a1bffff [Loader Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004f8a1c0000-0x004f8a1c7fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004f8a1c8000-0x004f8bbebfff [Loader Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004f8bbec000-0x004fefbebfff [Loader Code | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fefbec000-0x004fefffffff [Loader Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff0000000-0x004ff5111fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff5112000-0x004ff55fefff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff55ff000-0x004ff5875fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff5876000-0x004ff5889fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff588a000-0x004ff588efff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff588f000-0x004ff59b1fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff59b2000-0x004ff59b2fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff59b3000-0x004ff59b5fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff59b6000-0x004ff59b6fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff59b7000-0x004ff6027fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6028000-0x004ff6134fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6135000-0x004ff6162fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6163000-0x004ff616ffff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6170000-0x004ff6170fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6171000-0x004ff6683fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6684000-0x004ff6685fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6686000-0x004ff668efff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff668f000-0x004ff668ffff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6690000-0x004ff6690fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6691000-0x004ff6692fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6693000-0x004ff6693fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6694000-0x004ff6694fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6695000-0x004ff669dfff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff669e000-0x004ff669efff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff669f000-0x004ff66a7fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66a8000-0x004ff66a8fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66a9000-0x004ff66aafff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66ab000-0x004ff66abfff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66ac000-0x004ff66bdfff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66be000-0x004ff66befff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66bf000-0x004ff66c1fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66c2000-0x004ff66c2fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66c3000-0x004ff66c3fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66c4000-0x004ff66c4fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66c5000-0x004ff66c5fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66c6000-0x004ff66c7fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66c8000-0x004ff66d9fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66da000-0x004ff66dbfff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66dc000-0x004ff66e3fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66e4000-0x004ff66e4fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66e5000-0x004ff66eefff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66ef000-0x004ff66effff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66f0000-0x004ff66f1fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66f2000-0x004ff66f2fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66f3000-0x004ff66fafff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66fb000-0x004ff66fbfff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66fc000-0x004ff66fefff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff66ff000-0x004ff6700fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6701000-0x004ff6703fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6704000-0x004ff6704fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6705000-0x004ff6709fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff670a000-0x004ff670afff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff670b000-0x004ff670bfff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff670c000-0x004ff670cfff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff670d000-0x004ff670dfff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff670e000-0x004ff670ffff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6710000-0x004ff6714fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6715000-0x004ff6717fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6718000-0x004ff6718fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff6719000-0x004ff671afff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff671b000-0x004ff685bfff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff685c000-0x004ff7761fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff7762000-0x004ff7788fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff7789000-0x004ff7888fff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff7889000-0x004ff78aefff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff78af000-0x004ff801ffff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ff8020000-0x004ffd966fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ffd967000-0x004ffdbaffff [Loader Code | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ffdbb0000-0x004ffe72afff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ffe72b000-0x004ffebaffff [Boot Code | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ffebb0000-0x004ffedaffff [Runtime Code|RUN| | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004ffedb0000-0x004fff1affff [Runtime Data|RUN| | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fff1b0000-0x004fff1effff [Reserved | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fff1f0000-0x004fff22ffff [ACPI Mem NVS| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fff230000-0x004fff32ffff [ACPI Reclaim| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fff330000-0x004fff337fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fff338000-0x004fff33bfff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fff33c000-0x004fff34ffff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fff350000-0x004fff35ffff [Runtime Data|RUN| | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fff360000-0x004fff361fff [Conventional| | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x004fff362000-0x004fffffffff [Boot Data | | | | | | | | | | |WB|WT|WC|UC]
[ 0.000000] efi: 0x000010510000-0x000010510fff [MMIO |RUN| | | | | | | | | | | | | ]
[ 0.000000] efi: 0x000010549000-0x000010549fff [MMIO |RUN| | | | | | | | | | | | | ]
[ 0.000000] efi: 0x000017000000-0x000017001fff [MMIO |RUN| | | | | | | | | | | | | ]
[ 0.000000] efi: 0x00001c024000-0x00001c025fff [MMIO |RUN| | | | | | | | | | | | | ]
[ 0.000000] efi: 0x00001f2a0000-0x00001f2affff [MMIO |RUN| | | | | | | | | | | | | ]
[ 0.000000] efi: 0x004002300000-0x00400235ffff [MMIO |RUN| | | | | | | | | | | | | ]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x0000004FFF320000 000024 (v02 HP )
[ 0.000000] ACPI: XSDT 0x0000004FFF310000 00005C (v01 HP ProLiant 00000003 01000013)
[ 0.000000] ACPI: FACP 0x0000004FFF2E0000 00010C (v05 HP ProLiant 00000003 INTL 20140724)
[ 0.000000] ACPI: DSDT 0x0000004FFF2F0000 002484 (v05 HP ProLiant 00000001 INTL 20140724)
[ 0.000000] ACPI: DBG2 0x0000004FFF300000 0000AA (v00 HP ProLiant 00000000 INTL 20140724)
[ 0.000000] ACPI: GTDT 0x0000004FFF2D0000 0000E0 (v02 HP ProLiant 00000001 INTL 20140724)
[ 0.000000] ACPI: MCFG 0x0000004FFF2C0000 00003C (v01 APM XGENE 00000002 INTL 20140724)
[ 0.000000] ACPI: SPCR 0x0000004FFF2B0000 000050 (v02 HP ProLiant 00000000 INTL 20140724)
[ 0.000000] ACPI: SSDT 0x0000004FFF2A0000 00002D (v02 HP ProLiant 00000001 INTL 20140724)
[ 0.000000] ACPI: APIC 0x0000004FFF290000 0002A4 (v03 HP ProLiant 00000003 01000013)
[ 0.000000] ACPI: SPCR: console: uart,mmio,0x1c021000,9600
[ 0.000000] ACPI: NUMA: Failed to initialise from firmware
[ 0.000000] NUMA: Faking a node at [mem 0x0000004000000000-0x0000004fffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x4ff782eb00-0x4ff7830fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000004000000000-0x00000040ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000004100000000-0x0000004fffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000004000000000-0x0000004001ffffff]
[ 0.000000] node 0: [mem 0x0000004002400000-0x0000004ffebaffff]
[ 0.000000] node 0: [mem 0x0000004ffebb0000-0x0000004fff22ffff]
[ 0.000000] node 0: [mem 0x0000004fff230000-0x0000004fff34ffff]
[ 0.000000] node 0: [mem 0x0000004fff350000-0x0000004fff35ffff]
[ 0.000000] node 0: [mem 0x0000004fff360000-0x0000004fffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000004000000000-0x0000004fffffffff]
[ 0.000000] On node 0 totalpages: 16776192
[ 0.000000] DMA zone: 16384 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 1047552 pages, LIFO batch:63
[ 0.000000] Normal zone: 245760 pages used for memmap
[ 0.000000] Normal zone: 15728640 pages, LIFO batch:63
[ 0.000000] cma: Reserved 64 MiB at 0x00000040fc000000
[ 0.000000] psci: is not implemented in ACPI.
[ 0.000000] ACPI: SRAT not present
[ 0.000000] percpu: Embedded 33 pages/cpu s95192 r8192 d31784 u135168
[ 0.000000] pcpu-alloc: s95192 r8192 d31784 u135168 alloc=33*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16514048
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/debian-installer/arm64/linux --- console=ttyS0,115200 earlycon=uart,mmio32,0x1c021000 initcall_debug keep_bootcon efi=debug debug earlyprintk=efi,keep
[ 0.000000] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x00000040f8000000-0x00000040fc000000] (64MB)
[ 0.000000] Memory: 5107712K/67104768K available (11776K kernel code, 2436K rwdata, 7008K rodata, 5440K init, 598K bss, 1408904K reserved, 65536K cma-reserved)
[ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x560 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] ftrace: allocating 38533 entries in 151 pages
[ 0.000000] ftrace: allocated 151 pages with 5 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: No distributor detected at @(____ptrval____), giving up
[ 0.000000] arch_timer: Failed to initialize memory-mapped timer.
[ 0.000000] arch_timer: cp15 timer(s) running at 50.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
[ 0.000002] sched_clock: 56 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
[ 0.095839] calling con_init+0x0/0x224 @ 0
[ 0.145879] Console: colour dummy device 80x25
[ 0.199019] initcall con_init+0x0/0x224 returned 0 after 0 usecs
[ 0.270881] calling hvc_console_init+0x0/0x38 @ 0
[ 0.328081] initcall hvc_console_init+0x0/0x38 returned 0 after 0 usecs
[ 0.407122] calling xen_cons_init+0x0/0x90 @ 0
[ 0.461201] initcall xen_cons_init+0x0/0x90 returned 0 after 0 usecs
[ 0.537121] calling univ8250_console_init+0x0/0x54 @ 0
[ 0.599524] initcall univ8250_console_init+0x0/0x54 returned 0 after 0 usecs
[ 0.683864] calling meson_serial_console_init+0x0/0x34 @ 0
[ 0.750425] initcall meson_serial_console_init+0x0/0x34 returned 0 after 0 usecs
[ 0.838824] calling mvebu_uart_console_init+0x0/0x34 @ 0
[ 0.903305] initcall mvebu_uart_console_init+0x0/0x34 returned 0 after 0 usecs
[ 0.989665] ACPI: Core revision 20200925
[ 1.036653] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=200000)
[ 1.161556] pid_max: default: 32768 minimum: 301
[ 1.216731] LSM: Security Framework initializing
[ 1.271968] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 1.351153] AppArmor: AppArmor initialized
[ 1.400133] TOMOYO Linux initialized
[ 1.442850] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 1.535557] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 1.634001] ACPI PPTT: No PPTT table found, CPU and cache topology may be inaccurate
[ 1.726965] calling trace_init_flags_sys_enter+0x0/0x30 @ 1
[ 1.794663] initcall trace_init_flags_sys_enter+0x0/0x30 returned 0 after 0 usecs
[ 1.884102] calling trace_init_flags_sys_exit+0x0/0x30 @ 1
[ 1.950663] initcall trace_init_flags_sys_exit+0x0/0x30 returned 0 after 0 usecs
[ 2.039063] calling cpu_suspend_init+0x0/0x5c @ 1
[ 2.096263] initcall cpu_suspend_init+0x0/0x5c returned 0 after 0 usecs
[ 2.175303] calling asids_init+0x0/0x124 @ 1
[ 2.227304] initcall asids_init+0x0/0x124 returned 0 after 0 usecs
[ 2.301143] calling xen_guest_init+0x0/0x368 @ 1
[ 2.357303] initcall xen_guest_init+0x0/0x368 returned 0 after 0 usecs
[ 2.435303] calling spawn_ksoftirqd+0x0/0x5c @ 1
[ 2.491506] initcall spawn_ksoftirqd+0x0/0x5c returned 0 after 0 usecs
[ 2.569606] calling migration_init+0x0/0x68 @ 1
[ 2.624726] initcall migration_init+0x0/0x68 returned 0 after 0 usecs
[ 2.701686] calling srcu_bootup_announce+0x0/0x54 @ 1
[ 2.763044] rcu: Hierarchical SRCU implementation.
[ 2.820245] initcall srcu_bootup_announce+0x0/0x54 returned 0 after 0 usecs
[ 2.903445] calling rcu_spawn_core_kthreads+0x0/0xc0 @ 1
[ 2.967926] initcall rcu_spawn_core_kthreads+0x0/0xc0 returned 0 after 0 usecs
[ 3.054245] calling rcu_spawn_gp_kthread+0x0/0x178 @ 1
[ 3.116682] initcall rcu_spawn_gp_kthread+0x0/0x178 returned 0 after 0 usecs
[ 3.201022] calling check_cpu_stall_init+0x0/0x40 @ 1
[ 3.262383] initcall check_cpu_stall_init+0x0/0x40 returned 0 after 0 usecs
[ 3.345582] calling rcu_sysrq_init+0x0/0x4c @ 1
[ 3.400702] initcall rcu_sysrq_init+0x0/0x4c returned 0 after 0 usecs
[ 3.581598] calling cpu_stop_init+0x0/0xc4 @ 1
[ 3.635733] initcall cpu_stop_init+0x0/0xc4 returned 0 after 0 usecs
[ 3.711753] calling init_kprobes+0x0/0x13c @ 1
[ 3.765938] initcall init_kprobes+0x0/0x13c returned 0 after 0 usecs
[ 3.841955] calling init_events+0x0/0x68 @ 1
[ 3.893962] initcall init_events+0x0/0x68 returned 0 after 0 usecs
[ 3.967899] calling init_trace_printk+0x0/0x28 @ 1
[ 4.026139] initcall init_trace_printk+0x0/0x28 returned 0 after 0 usecs
[ 4.106219] calling event_trace_enable_again+0x0/0x38 @ 1
[ 4.171739] initcall event_trace_enable_again+0x0/0x38 returned 0 after 0 usecs
[ 4.259098] calling jump_label_init_module+0x0/0x30 @ 1
[ 4.322539] initcall jump_label_init_module+0x0/0x30 returned 0 after 0 usecs
[ 4.407818] calling init_zero_pfn+0x0/0x3c @ 1
[ 4.461898] initcall init_zero_pfn+0x0/0x3c returned 0 after 0 usecs
[ 4.537820] calling dynamic_debug_init+0x0/0x21c @ 1
[ 4.598358] initcall dynamic_debug_init+0x0/0x21c returned 0 after 0 usecs
[ 4.680618] calling initialize_ptr_random+0x0/0x70 @ 1
[ 4.743018] initcall initialize_ptr_random+0x0/0x70 returned 0 after 0 usecs
[ 4.827256] calling its_pmsi_init+0x0/0xc0 @ 1
[ 4.881342] initcall its_pmsi_init+0x0/0xc0 returned 0 after 0 usecs
[ 4.957360] calling its_pci_msi_init+0x0/0xd8 @ 1
[ 5.014565] initcall its_pci_msi_init+0x0/0xd8 returned 0 after 0 usecs
[ 5.093705] calling its_fsl_mc_msi_init+0x0/0xbc @ 1
[ 5.154027] initcall its_fsl_mc_msi_init+0x0/0xbc returned 0 after 0 usecs
[ 5.236186] calling cci_init+0x0/0x80 @ 1
[ 5.285066] initcall cci_init+0x0/0x80 returned -19 after 0 usecs
[ 5.357865] calling tegra_init_fuse+0x0/0x208 @ 1
[ 5.415066] initcall tegra_init_fuse+0x0/0x208 returned 0 after 0 usecs
[ 5.494104] calling tegra_flowctrl_init+0x0/0xe0 @ 1
[ 5.554425] initcall tegra_flowctrl_init+0x0/0xe0 returned 0 after 0 usecs
[ 5.636584] calling tegra_pmc_early_init+0x0/0x270 @ 1
[ 5.698985] initcall tegra_pmc_early_init+0x0/0x270 returned 0 after 0 usecs
[ 5.783225] calling efi_memreserve_root_init+0x0/0x4c @ 1
[ 5.848747] initcall efi_memreserve_root_init+0x0/0x4c returned 0 after 0 usecs
[ 5.936105] calling arm_enable_runtime_services+0x0/0x2ac @ 1
[ 6.005788] Remapping and enabling EFI services.
[ 6.061102] initcall arm_enable_runtime_services+0x0/0x2ac returned 0 after 0 usecs
[ 6.152718] calling efi_earlycon_remap_fb+0x0/0x88 @ 1
[ 6.215117] initcall efi_earlycon_remap_fb+0x0/0x88 returned 0 after 0 usecs
[ 6.299359] calling dummy_timer_register+0x0/0x48 @ 1
[ 6.360722] initcall dummy_timer_register+0x0/0x48 returned 0 after 0 usecs
[ 6.444287] smp: Bringing up secondary CPUs ...
[ 6.498671] ------------[ cut here ]------------
[ 6.553894] WARNING: CPU: 0 PID: 1 at arch/arm64/mm/ioremap.c:46 __ioremap_caller+0xd0/0xf4
[ 6.653834] Modules linked in:
[ 6.690237] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.0-8-arm64 #1 Debian 5.10.46-3
[ 6.786956] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 6.858715] pc : __ioremap_caller+0xd0/0xf4
[ 6.908634] lr : __ioremap_caller+0x5c/0xf4
[ 6.958554] sp : ffff80001004bbd0
[ 6.998074] x29: ffff80001004bbd0 x28: 0000000000000000
[ 7.061514] x27: ffff395666d16000 x26: 0000000000000000
[ 7.124954] x25: 0000000000000001 x24: ffffdbc6d0a24688
[ 7.188394] x23: 0068000000000f17 x22: ffffdbc6cf6965d8
[ 7.251834] x21: 0000000000000000 x20: 0000004000009000
[ 7.315274] x19: 0000000000001000 x18: 00000000fffffffe
[ 7.378714] x17: 0000000030f317a1 x16: 0000000003544a2c
[ 7.442154] x15: 0000000000000020 x14: ffffffffffffffff
[ 7.505594] x13: ffff150ec01f06cf x12: ffff150e401f06d8
[ 7.569034] x11: 0000000000000008 x10: 0000000000000407
[ 7.632474] x9 : ffffdbc6cf69b6d8 x8 : 0000000002000000
[ 7.695914] x7 : 0000000000000018 x6 : ffffdbc6d10c35a0
[ 7.759354] x5 : ffffdbc6d10c35a0 x4 : 0000000000000001
[ 7.822794] x3 : 0000000000000001 x2 : 0000004002000000
[ 7.886234] x1 : 0000000000000000 x0 : 0000000000000001
[ 7.949674] Call trace:
[ 7.978796] __ioremap_caller+0xd0/0xf4
[ 8.024554] __ioremap+0x38/0x5c
[ 8.063036] acpi_parking_protocol_cpu_boot+0x68/0xf0
[ 8.123356] __cpu_up+0x70/0x1f0
[ 8.161835] bringup_cpu+0x38/0x110
[ 8.203435] cpuhp_invoke_callback+0xac/0x6a0
[ 8.255435] _cpu_up+0xe0/0x1c0
[ 8.292875] cpu_up+0xbc/0x100
[ 8.329275] bringup_nonboot_cpus+0x90/0xd0
[ 8.379195] smp_init+0x3c/0x98
[ 8.416635] kernel_init_freeable+0x19c/0x338
[ 8.468636] kernel_init+0x20/0x134
[ 8.510235] ret_from_fork+0x10/0x38
[ 8.552876] ---[ end trace fa08ca3de79452e0 ]---
[ 8.607996] CPU1: failed to boot: -5
[ 8.650906] ------------[ cut here ]------------
[ 8.809562] WARNING: CPU: 0 PID: 1 at arch/arm64/mm/ioremap.c:46 __ioremap_caller+0xd0/0xf4
[ 8.909399] Modules linked in:
[ 8.945800] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.0-8-arm64 #1 Debian 5.10.46-3
[ 9.059161] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 9.130919] pc : __ioremap_caller+0xd0/0xf4
[ 9.180839] lr : __ioremap_caller+0x5c/0xf4
[ 9.230759] sp : ffff80001004bbd0
[ 9.270279] x29: ffff80001004bbd0 x28: 0000000000000000
[ 9.333719] x27: ffff395666d37000 x26: 0000000000000000
[ 9.397159] x25: 0000000000000002 x24: ffffdbc6d0a24688
[ 9.460599] x23: 0068000000000f17 x22: ffffdbc6cf6965d8
[ 9.524039] x21: 0000000000000000 x20: 000000400000a000
[ 9.587479] x19: 0000000000001000 x18: 00000000fffffffe
[ 9.650919] x17: 0000000030f317a1 x16: 0000000003544a2c
[ 9.714359] x15: 0000000000000020 x14: ffffffffffffffff
[ 9.777799] x13: ffff150ec01f160f x12: ffff150e401f1618
[ 9.841239] x11: 0000000000000008 x10: 0000000000000407
[ 9.904679] x9 : ffffdbc6cf69b6d8 x8 : 0000000002000000
[ 9.968119] x7 : 0000000000000018 x6 : ffffdbc6d10c35a0
[ 10.031559] x5 : ffffdbc6d10c35a0 x4 : 0000000000000001
[ 10.094999] x3 : 0000000000000001 x2 : 0000004002000000
[ 10.158439] x1 : 0000000000000000 x0 : 0000000000000001
[ 10.221879] Call trace:
[ 10.251000] __ioremap_caller+0xd0/0xf4
[ 10.296759] __ioremap+0x38/0x5c
[ 10.335240] acpi_parking_protocol_cpu_boot+0x68/0xf0
[ 10.395560] __cpu_up+0x70/0x1f0
[ 10.434040] bringup_cpu+0x38/0x110
[ 10.475640] cpuhp_invoke_callback+0xac/0x6a0
[ 10.527640] _cpu_up+0xe0/0x1c0
[ 10.565080] cpu_up+0xbc/0x100
[ 10.601480] bringup_nonboot_cpus+0x90/0xd0
[ 10.651400] smp_init+0x3c/0x98
[ 10.688840] kernel_init_freeable+0x19c/0x338
[ 10.740840] kernel_init+0x20/0x134
[ 10.782440] ret_from_fork+0x10/0x38
[ 10.825079] ---[ end trace fa08ca3de79452e1 ]---
[ 10.880200] CPU2: failed to boot: -5
[ 10.923084] ------------[ cut here ]------------
[ 10.978306] WARNING: CPU: 0 PID: 1 at arch/arm64/mm/ioremap.c:46 __ioremap_caller+0xd0/0xf4
[ 11.078143] Modules linked in:
[ 11.114545] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.0-8-arm64 #1 Debian 5.10.46-3
[ 11.227904] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 11.299664] pc : __ioremap_caller+0xd0/0xf4
[ 11.349584] lr : __ioremap_caller+0x5c/0xf4
[ 11.399503] sp : ffff80001004bbd0
[ 11.439023] x29: ffff80001004bbd0 x28: 0000000000000000
[ 11.502463] x27: ffff395666d58000 x26: 0000000000000000
[ 11.565903] x25: 0000000000000003 x24: ffffdbc6d0a24688
[ 11.629343] x23: 0068000000000f17 x22: ffffdbc6cf6965d8
[ 11.692783] x21: 0000000000000000 x20: 000000400000b000
[ 11.756223] x19: 0000000000001000 x18: 00000000fffffffe
[ 11.819663] x17: 00000000b08cb5cd x16: 00000000801d3d08
[ 11.883103] x15: 0000000000000020 x14: ffffffffffffffff
[ 11.946543] x13: ffff150ec084718f x12: ffff150e40847198
[ 12.009983] x11: ffffdbc6d0a3c5b8 x10: 000000000000000d
[ 12.073423] x9 : ffffdbc6cf69b6d8 x8 : 0000000002000000
[ 12.136863] x7 : 0000000000000018 x6 : ffffdbc6d10c35a0
[ 12.200303] x5 : ffffdbc6d10c35a0 x4 : 0000000000000001
[ 12.263743] x3 : 0000000000000001 x2 : 0000004002000000
[ 12.327183] x1 : 0000000000000000 x0 : 0000000000000001
[ 12.390623] Call trace:
[ 12.419744] __ioremap_caller+0xd0/0xf4
[ 12.465504] __ioremap+0x38/0x5c
[ 12.503985] acpi_parking_protocol_cpu_boot+0x68/0xf0
[ 12.564304] __cpu_up+0x70/0x1f0
[ 12.602784] bringup_cpu+0x38/0x110
[ 12.644384] cpuhp_invoke_callback+0xac/0x6a0
[ 12.696384] _cpu_up+0xe0/0x1c0
[ 12.733824] cpu_up+0xbc/0x100
[ 12.770224] bringup_nonboot_cpus+0x90/0xd0
[ 12.820145] smp_init+0x3c/0x98
[ 12.857584] kernel_init_freeable+0x19c/0x338
[ 12.909585] kernel_init+0x20/0x134
[ 12.951184] ret_from_fork+0x10/0x38
[ 12.993824] ---[ end trace fa08ca3de79452e2 ]---
[ 13.048944] CPU3: failed to boot: -5
[ 13.091838] ------------[ cut here ]------------
[ 13.147064] WARNING: CPU: 0 PID: 1 at arch/arm64/mm/ioremap.c:46 __ioremap_caller+0xd0/0xf4
[ 13.246901] Modules linked in:
[ 13.283302] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.0-8-arm64 #1 Debian 5.10.46-3
[ 13.396662] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 13.468421] pc : __ioremap_caller+0xd0/0xf4
[ 13.518341] lr : __ioremap_caller+0x5c/0xf4
[ 13.568261] sp : ffff80001004bbd0
[ 13.607781] x29: ffff80001004bbd0 x28: 0000000000000000
[ 13.671221] x27: ffff395666d79000 x26: 0000000000000000
[ 13.734661] x25: 0000000000000004 x24: ffffdbc6d0a24688
[ 13.798101] x23: 0068000000000f17 x22: ffffdbc6cf6965d8
[ 13.861540] x21: 0000000000000000 x20: 000000400000c000
[ 13.924981] x19: 0000000000001000 x18: 00000000fffffffe
[ 14.043300] x17: 000000004af97ce9 x16: 00000000a648db72
[ 14.106740] x15: 0000000000000020 x14: ffffffffffffffff
[ 14.170180] x13: ffff150ec08443cf x12: ffff150e408443d8
[ 14.233620] x11: ffffdbc6d0a3c5b8 x10: 0000000000000000
[ 14.297060] x9 : ffffdbc6cf69b6d8 x8 : 0000000002000000
[ 14.360500] x7 : 0000000000000018 x6 : ffffdbc6d10c35a0
[ 14.423940] x5 : ffffdbc6d10c35a0 x4 : 0000000000000001
[ 14.487380] x3 : 0000000000000001 x2 : 0000004002000000
[ 14.550820] x1 : 0000000000000000 x0 : 0000000000000001
[ 14.614260] Call trace:
[ 14.643382] __ioremap_caller+0xd0/0xf4
[ 14.689141] __ioremap+0x38/0x5c
[ 14.727622] acpi_parking_protocol_cpu_boot+0x68/0xf0
[ 14.787942] __cpu_up+0x70/0x1f0
[ 14.826421] bringup_cpu+0x38/0x110
[ 14.868021] cpuhp_invoke_callback+0xac/0x6a0
[ 14.920021] _cpu_up+0xe0/0x1c0
[ 14.957461] cpu_up+0xbc/0x100
[ 14.993862] bringup_nonboot_cpus+0x90/0xd0
[ 15.043781] smp_init+0x3c/0x98
[ 15.081221] kernel_init_freeable+0x19c/0x338
[ 15.133222] kernel_init+0x20/0x134
[ 15.174821] ret_from_fork+0x10/0x38
[ 15.217460] ---[ end trace fa08ca3de79452e3 ]---
[ 15.272581] CPU4: failed to boot: -5
[ 15.315464] ------------[ cut here ]------------
[ 15.370688] WARNING: CPU: 0 PID: 1 at arch/arm64/mm/ioremap.c:46 __ioremap_caller+0xd0/0xf4
[ 15.470525] Modules linked in:
[ 15.506926] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.0-8-arm64 #1 Debian 5.10.46-3
[ 15.620286] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 15.692045] pc : __ioremap_caller+0xd0/0xf4
[ 15.741965] lr : __ioremap_caller+0x5c/0xf4
[ 15.791885] sp : ffff80001004bbd0
[ 15.831405] x29: ffff80001004bbd0 x28: 0000000000000000
[ 15.894845] x27: ffff395666d9a000 x26: 0000000000000000
[ 15.958285] x25: 0000000000000005 x24: ffffdbc6d0a24688
[ 16.021725] x23: 0068000000000f17 x22: ffffdbc6cf6965d8
[ 16.085165] x21: 0000000000000000 x20: 000000400000d000
[ 16.148605] x19: 0000000000001000 x18: 00000000fffffffe
[ 16.212045] x17: 000000004af97ce9 x16: 00000000a648db72
[ 16.275485] x15: 0000000000000020 x14: ffffffffffffffff
[ 16.338925] x13: ffff150ec084624f x12: ffff150e40846258
[ 16.402365] x11: 0000000000000008 x10: 0000000000000407
[ 16.465805] x9 : ffffdbc6cf69b6d8 x8 : 0000000002000000
[ 16.529245] x7 : 0000000000000018 x6 : ffffdbc6d10c35a0
[ 16.592685] x5 : ffffdbc6d10c35a0 x4 : 0000000000000001
[ 16.656125] x3 : 0000000000000001 x2 : 0000004002000000
[ 16.719564] x1 : 0000000000000000 x0 : 0000000000000001
[ 16.783005] Call trace:
[ 16.812126] __ioremap_caller+0xd0/0xf4
[ 16.857885] __ioremap+0x38/0x5c
[ 16.896366] acpi_parking_protocol_cpu_boot+0x68/0xf0
[ 16.956686] __cpu_up+0x70/0x1f0
[ 16.995166] bringup_cpu+0x38/0x110
[ 17.036766] cpuhp_invoke_callback+0xac/0x6a0
[ 17.088766] _cpu_up+0xe0/0x1c0
[ 17.126206] cpu_up+0xbc/0x100
[ 17.162606] bringup_nonboot_cpus+0x90/0xd0
[ 17.212526] smp_init+0x3c/0x98
[ 17.249966] kernel_init_freeable+0x19c/0x338
[ 17.301966] kernel_init+0x20/0x134
[ 17.343566] ret_from_fork+0x10/0x38
[ 17.386205] ---[ end trace fa08ca3de79452e4 ]---
[ 17.441326] CPU5: failed to boot: -5
[ 17.484222] ------------[ cut here ]------------
[ 17.539446] WARNING: CPU: 0 PID: 1 at arch/arm64/mm/ioremap.c:46 __ioremap_caller+0xd0/0xf4
[ 17.639282] Modules linked in:
[ 17.675684] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.0-8-arm64 #1 Debian 5.10.46-3
[ 17.789043] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 17.860803] pc : __ioremap_caller+0xd0/0xf4
[ 17.910723] lr : __ioremap_caller+0x5c/0xf4
[ 17.960642] sp : ffff80001004bbd0
[ 18.000162] x29: ffff80001004bbd0 x28: 0000000000000000
[ 18.063602] x27: ffff395666dbb000 x26: 0000000000000000
[ 18.127042] x25: 0000000000000006 x24: ffffdbc6d0a24688
[ 18.190482] x23: 0068000000000f17 x22: ffffdbc6cf6965d8
[ 18.253922] x21: 0000000000000000 x20: 000000400000e000
[ 18.317362] x19: 0000000000001000 x18: 00000000fffffffe
[ 18.380802] x17: 000000003cae38a5 x16: 00000000063124de
[ 18.444242] x15: 0000000000000020 x14: ffffffffffffffff
[ 18.507682] x13: ffff150ec08406cf x12: ffff150e408406d8
[ 18.571122] x11: 0000000000000008 x10: 0000000000000407
[ 18.634562] x9 : ffffdbc6cf69b6d8 x8 : 0000000002000000
[ 18.698002] x7 : 0000000000000018 x6 : ffffdbc6d10c35a0
[ 18.761442] x5 : ffffdbc6d10c35a0 x4 : 0000000000000001
[ 18.824882] x3 : 0000000000000001 x2 : 0000004002000000
[ 18.888322] x1 : 0000000000000000 x0 : 0000000000000001
[ 18.951762] Call trace:
[ 18.980883] __ioremap_caller+0xd0/0xf4
[ 19.026643] __ioremap+0x38/0x5c
[ 19.181247] acpi_parking_protocol_cpu_boot+0x68/0xf0
[ 19.241566] __cpu_up+0x70/0x1f0
[ 19.280046] bringup_cpu+0x38/0x110
[ 19.321646] cpuhp_invoke_callback+0xac/0x6a0
[ 19.373646] _cpu_up+0xe0/0x1c0
[ 19.411085] cpu_up+0xbc/0x100
[ 19.447486] bringup_nonboot_cpus+0x90/0xd0
[ 19.497406] smp_init+0x3c/0x98
[ 19.534846] kernel_init_freeable+0x19c/0x338
[ 19.586846] kernel_init+0x20/0x134
[ 19.628446] ret_from_fork+0x10/0x38
[ 19.671085] ---[ end trace fa08ca3de79452e5 ]---
[ 19.726206] CPU6: failed to boot: -5
[ 19.769094] ------------[ cut here ]------------
[ 19.824319] WARNING: CPU: 0 PID: 1 at arch/arm64/mm/ioremap.c:46 __ioremap_caller+0xd0/0xf4
[ 19.924155] Modules linked in:
[ 19.960557] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.0-8-arm64 #1 Debian 5.10.46-3
[ 20.073917] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
[ 20.145676] pc : __ioremap_caller+0xd0/0xf4
[ 20.195596] lr : __ioremap_caller+0x5c/0xf4
[ 20.245516] sp : ffff80001004bbd0
[ 20.285036] x29: ffff80001004bbd0 x28: 0000000000000000
[ 20.348476] x27: ffff395666ddc000 x26: 0000000000000000
[ 20.411916] x25: 0000000000000007 x24: ffffdbc6d0a24688
[ 20.475356] x23: 0068000000000f17 x22: ffffdbc6cf6965d8
[ 20.538796] x21: 0000000000000000 x20: 000000400000f000
[ 20.602236] x19: 0000000000001000 x18: 00000000fffffffe
[ 20.665676] x17: 00000000e499876d x16: 00000000beed0cc6
[ 20.729116] x15: 0000000000000020 x14: ffffffffffffffff
[ 20.792556] x13: ffff150ec084160f x12: ffff150e40841618
[ 20.855996] x11: 0000000000000008 x10: 0000000000000407
[ 20.919436] x9 : ffffdbc6cf69b6d8 x8 : 0000000002000000
[ 20.982876] x7 : 0000000000000018 x6 : ffffdbc6d10c35a0
[ 21.046316] x5 : ffffdbc6d10c35a0 x4 : 0000000000000001
[ 21.109756] x3 : 0000000000000001 x2 : 0000004002000000
[ 21.173196] x1 : 0000000000000000 x0 : 0000000000000001
[ 21.236636] Call trace:
[ 21.265757] __ioremap_caller+0xd0/0xf4
[ 21.311516] __ioremap+0x38/0x5c
[ 21.349997] acpi_parking_protocol_cpu_boot+0x68/0xf0
[ 21.410317] __cpu_up+0x70/0x1f0
[ 21.448797] bringup_cpu+0x38/0x110
[ 21.490397] cpuhp_invoke_callback+0xac/0x6a0
[ 21.542397] _cpu_up+0xe0/0x1c0
[ 21.579837] cpu_up+0xbc/0x100
[ 21.616237] bringup_nonboot_cpus+0x90/0xd0
[ 21.666157] smp_init+0x3c/0x98
[ 21.703597] kernel_init_freeable+0x19c/0x338
[ 21.755597] kernel_init+0x20/0x134
[ 21.797197] ret_from_fork+0x10/0x38
[ 21.839836] ---[ end trace fa08ca3de79452e6 ]---
[ 21.894957] CPU7: failed to boot: -5
[ 21.937631] smp: Brought up 1 node, 1 CPU
[ 21.985566] SMP: Total of 1 processors activated.
[ 22.041729] CPU features: detected: 32-bit EL0 Support
[ 22.103089] CPU features: detected: 32-bit EL1 Support
[ 22.171138] CPU: All CPU(s) started at EL2
[ 22.220133] alternatives: patching kernel code
[ 23.207132] node 0 deferred pages initialised in 0ms
[ 23.276949] devtmpfs: initialized
[ 23.318389] calling bpf_jit_charge_init+0x0/0x50 @ 1
[ 23.378811] initcall bpf_jit_charge_init+0x0/0x50 returned 0 after 0 usecs
[ 23.460971] calling memory_stats_init+0x0/0x48 @ 1
[ 23.519210] initcall memory_stats_init+0x0/0x48 returned 0 after 0 usecs
[ 23.599290] calling ipc_ns_init+0x0/0x50 @ 1
[ 23.651292] initcall ipc_ns_init+0x0/0x50 returned 0 after 0 usecs
[ 23.725233] calling init_mmap_min_addr+0x0/0x38 @ 1
[ 23.784514] initcall init_mmap_min_addr+0x0/0x38 returned 0 after 0 usecs
[ 23.865635] calling pci_realloc_setup_params+0x0/0x60 @ 1
[ 23.931154] initcall pci_realloc_setup_params+0x0/0x60 returned 0 after 0 usecs
[ 24.018514] calling net_ns_init+0x0/0x140 @ 1
[ 24.071654] initcall net_ns_init+0x0/0x140 returned 0 after 0 usecs
[ 24.146665] calling fpsimd_init+0x0/0xd8 @ 1
[ 24.198768] initcall fpsimd_init+0x0/0xd8 returned 0 after 0 usecs
[ 24.272709] calling tagged_addr_init+0x0/0x44 @ 1
[ 24.417329] initcall tagged_addr_init+0x0/0x44 returned 0 after 0 usecs
[ 24.496465] calling enable_mrs_emulation+0x0/0x34 @ 1
[ 24.557826] initcall enable_mrs_emulation+0x0/0x34 returned 0 after 0 usecs
[ 24.641025] calling armv8_deprecated_init+0x0/0x160 @ 1
[ 24.704468] Registered cp15_barrier emulation handler
[ 24.764890] Registered setend emulation handler
[ 24.818979] initcall armv8_deprecated_init+0x0/0x160 returned 0 after 0 usecs
[ 24.904360] calling kaslr_init+0x0/0x84 @ 1
[ 24.955319] KASLR enabled
[ 24.986520] initcall kaslr_init+0x0/0x84 returned 0 after 0 usecs
[ 25.059320] calling map_entry_trampoline+0x0/0x11c @ 1
[ 25.121726] initcall map_entry_trampoline+0x0/0x11c returned 0 after 0 usecs
[ 25.206064] calling alloc_frozen_cpus+0x0/0x1c @ 1
[ 25.264304] initcall alloc_frozen_cpus+0x0/0x1c returned 0 after 0 usecs
[ 25.344384] calling cpu_hotplug_pm_sync_init+0x0/0x38 @ 1
[ 25.409905] initcall cpu_hotplug_pm_sync_init+0x0/0x38 returned 0 after 0 usecs
[ 25.497263] calling wq_sysfs_init+0x0/0x54 @ 1
[ 25.551381] initcall wq_sysfs_init+0x0/0x54 returned 0 after 0 usecs
[ 25.627400] calling ksysfs_init+0x0/0xc8 @ 1
[ 25.679412] initcall ksysfs_init+0x0/0xc8 returned 0 after 0 usecs
[ 25.753350] calling schedutil_gov_init+0x0/0x30 @ 1
[ 25.812631] initcall schedutil_gov_init+0x0/0x30 returned 0 after 0 usecs
[ 25.893750] calling pm_init+0x0/0x9c @ 1
[ 25.941630] initcall pm_init+0x0/0x9c returned 0 after 0 usecs
[ 26.011407] calling pm_disk_init+0x0/0x38 @ 1
[ 26.064452] initcall pm_disk_init+0x0/0x38 returned 0 after 0 usecs
[ 26.139430] calling swsusp_header_init+0x0/0x4c @ 1
[ 26.198712] initcall swsusp_header_init+0x0/0x4c returned 0 after 0 usecs
[ 26.279831] calling rcu_set_runtime_mode+0x0/0x38 @ 1
[ 26.341195] initcall rcu_set_runtime_mode+0x0/0x38 returned 0 after 0 usecs
[ 26.424495] calling dma_init_reserved_memory+0x0/0x78 @ 1
[ 26.490015] initcall dma_init_reserved_memory+0x0/0x78 returned -12 after 0 usecs
[ 26.579455] calling init_jiffies_clocksource+0x0/0x38 @ 1
[ 26.644976] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 26.761456] initcall init_jiffies_clocksource+0x0/0x38 returned 0 after 0 usecs
[ 26.848815] calling futex_init+0x0/0x114 @ 1
[ 26.900824] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 26.984143] initcall futex_init+0x0/0x114 returned 0 after 0 usecs
[ 27.058083] calling cgroup_wq_init+0x0/0x4c @ 1
[ 27.113212] initcall cgroup_wq_init+0x0/0x4c returned 0 after 0 usecs
[ 27.190274] calling cgroup1_wq_init+0x0/0x4c @ 1
[ 27.246438] initcall cgroup1_wq_init+0x0/0x4c returned 0 after 0 usecs
[ 27.324537] calling ftrace_mod_cmd_init+0x0/0x28 @ 1
[ 27.384859] initcall ftrace_mod_cmd_init+0x0/0x28 returned 0 after 0 usecs
[ 27.467121] calling init_graph_trace+0x0/0x88 @ 1
[ 27.524329] initcall init_graph_trace+0x0/0x88 returned 0 after 0 usecs
[ 27.603465] calling init_kprobe_trace_early+0x0/0x48 @ 1
[ 27.667946] initcall init_kprobe_trace_early+0x0/0x48 returned 0 after 0 usecs
[ 27.754267] calling cpu_pm_init+0x0/0x34 @ 1
[ 27.806266] initcall cpu_pm_init+0x0/0x34 returned 0 after 0 usecs
[ 27.880105] calling mem_cgroup_swap_init+0x0/0x88 @ 1
[ 27.941473] initcall mem_cgroup_swap_init+0x0/0x88 returned 0 after 0 usecs
[ 28.024769] calling memory_failure_init+0x0/0xb0 @ 1
[ 28.085091] initcall memory_failure_init+0x0/0xb0 returned 0 after 0 usecs
[ 28.167249] calling cma_init_reserved_areas+0x0/0x1a0 @ 1
[ 28.233337] initcall cma_init_reserved_areas+0x0/0x1a0 returned 0 after 0 usecs
[ 28.320800] calling fsnotify_init+0x0/0x6c @ 1
[ 28.374908] initcall fsnotify_init+0x0/0x6c returned 0 after 0 usecs
[ 28.450929] calling filelock_init+0x0/0xdc @ 1
[ 28.505020] initcall filelock_init+0x0/0xdc returned 0 after 0 usecs
[ 28.581039] calling init_script_binfmt+0x0/0x38 @ 1
[ 28.640320] initcall init_script_binfmt+0x0/0x38 returned 0 after 0 usecs
[ 28.721439] calling init_elf_binfmt+0x0/0x38 @ 1
[ 28.777599] initcall init_elf_binfmt+0x0/0x38 returned 0 after 0 usecs
[ 28.855598] calling init_compat_elf_binfmt+0x0/0x38 @ 1
[ 28.919039] initcall init_compat_elf_binfmt+0x0/0x38 returned 0 after 0 usecs
[ 29.004319] calling debugfs_init+0x0/0x9c @ 1
[ 29.057366] initcall debugfs_init+0x0/0x9c returned 0 after 0 usecs
[ 29.132342] calling tracefs_init+0x0/0x60 @ 1
[ 29.185385] initcall tracefs_init+0x0/0x60 returned 0 after 0 usecs
[ 29.260263] calling securityfs_init+0x0/0xa4 @ 1
[ 29.316467] initcall securityfs_init+0x0/0xa4 returned 0 after 0 usecs
[ 29.394567] calling lockdown_secfs_init+0x0/0x4c @ 1
[ 29.454890] initcall lockdown_secfs_init+0x0/0x4c returned 0 after 0 usecs
[ 29.626239] calling prandom_init_early+0x0/0x128 @ 1
[ 29.686560] initcall prandom_init_early+0x0/0x128 returned 0 after 0 usecs
[ 29.768719] calling cci_platform_init+0x0/0x34 @ 1
[ 29.826974] initcall cci_platform_init+0x0/0x34 returned 0 after 0 usecs
[ 29.907149] calling pinctrl_init+0x0/0xd4 @ 1
[ 29.960188] pinctrl core: initialized pinctrl subsystem
[ 30.022629] initcall pinctrl_init+0x0/0xd4 returned 0 after 0 usecs
[ 30.097606] calling gpiolib_dev_init+0x0/0xf0 @ 1
[ 30.154821] initcall gpiolib_dev_init+0x0/0xf0 returned 0 after 0 usecs
[ 30.233964] calling hi3516cv300_crg_init+0x0/0x34 @ 1
[ 30.295331] initcall hi3516cv300_crg_init+0x0/0x34 returned 0 after 0 usecs
[ 30.378627] calling hi3519_clk_init+0x0/0x34 @ 1
[ 30.434793] initcall hi3519_clk_init+0x0/0x34 returned 0 after 0 usecs
[ 30.512891] calling hi3660_clk_init+0x0/0x34 @ 1
[ 30.569058] initcall hi3660_clk_init+0x0/0x34 returned 0 after 0 usecs
[ 30.647155] calling hi3670_clk_init+0x0/0x34 @ 1
[ 30.703321] initcall hi3670_clk_init+0x0/0x34 returned 0 after 0 usecs
[ 30.781419] calling hi3798cv200_crg_init+0x0/0x34 @ 1
[ 30.842785] initcall hi3798cv200_crg_init+0x0/0x34 returned 0 after 0 usecs
[ 30.926083] calling gcc_msm8916_init+0x0/0x34 @ 1
[ 30.983290] initcall gcc_msm8916_init+0x0/0x34 returned 0 after 0 usecs
[ 31.062427] calling gcc_msm8996_init+0x0/0x34 @ 1
[ 31.119636] initcall gcc_msm8996_init+0x0/0x34 returned 0 after 0 usecs
[ 31.198778] calling fsl_guts_init+0x0/0x34 @ 1
[ 31.252864] initcall fsl_guts_init+0x0/0x34 returned 0 after 0 usecs
[ 31.328882] calling regulator_init+0x0/0xc8 @ 1
[ 31.384150] initcall regulator_init+0x0/0xc8 returned 0 after 0 usecs
[ 31.461209] calling iommu_init+0x0/0x50 @ 1
[ 31.512172] initcall iommu_init+0x0/0x50 returned 0 after 0 usecs
[ 31.585072] calling component_debug_init+0x0/0x44 @ 1
[ 31.646437] initcall component_debug_init+0x0/0x44 returned 0 after 0 usecs
[ 31.729737] calling genpd_bus_init+0x0/0x34 @ 1
[ 31.784867] initcall genpd_bus_init+0x0/0x34 returned 0 after 0 usecs
[ 31.861927] calling soc_bus_register+0x0/0x4c @ 1
[ 31.919136] initcall soc_bus_register+0x0/0x4c returned 0 after 0 usecs
[ 31.998278] calling register_cpufreq_notifier+0x0/0x74 @ 1
[ 32.064838] initcall register_cpufreq_notifier+0x0/0x74 returned -22 after 0 usecs
[ 32.155317] calling opp_debug_init+0x0/0x44 @ 1
[ 32.210445] initcall opp_debug_init+0x0/0x44 returned 0 after 0 usecs
[ 32.287501] calling cpufreq_core_init+0x0/0x8c @ 1
[ 32.345747] initcall cpufreq_core_init+0x0/0x8c returned 0 after 0 usecs
[ 32.425925] calling cpufreq_gov_performance_init+0x0/0x30 @ 1
[ 32.495606] initcall cpufreq_gov_performance_init+0x0/0x30 returned 0 after 0 usecs
[ 32.587125] calling cpufreq_dt_platdev_init+0x0/0x11c @ 1
[ 32.652646] initcall cpufreq_dt_platdev_init+0x0/0x11c returned -19 after 0 usecs
[ 32.742085] calling cpuidle_init+0x0/0x44 @ 1
[ 32.795131] initcall cpuidle_init+0x0/0x44 returned 0 after 0 usecs
[ 32.870109] calling capsule_reboot_register+0x0/0x34 @ 1
[ 32.934590] initcall capsule_reboot_register+0x0/0x34 returned 0 after 0 usecs
[ 33.020909] calling arm_dmi_init+0x0/0x2c @ 1
[ 33.074025] SMBIOS 3.0.0 present.
[ 33.113650] DMI: HP ProLiant m400 Server/ProLiant m400 Server, BIOS U02 10/02/2015
[ 33.204324] initcall arm_dmi_init+0x0/0x2c returned 0 after 0 usecs
[ 33.279305] calling hi3660_mbox_init+0x0/0x34 @ 1
[ 33.336515] initcall hi3660_mbox_init+0x0/0x34 returned 0 after 0 usecs
[ 33.415654] calling hi6220_mbox_init+0x0/0x34 @ 1
[ 33.472862] initcall hi6220_mbox_init+0x0/0x34 returned 0 after 0 usecs
[ 33.551998] calling sock_init+0x0/0xc8 @ 1
[ 33.602125] initcall sock_init+0x0/0xc8 returned 0 after 0 usecs
[ 33.673985] calling net_inuse_init+0x0/0x44 @ 1
[ 33.729108] initcall net_inuse_init+0x0/0x44 returned 0 after 0 usecs
[ 33.806168] calling net_defaults_init+0x0/0x44 @ 1
[ 33.864409] initcall net_defaults_init+0x0/0x44 returned 0 after 0 usecs
[ 33.944488] calling init_default_flow_dissectors+0x0/0x70 @ 1
[ 34.014170] initcall init_default_flow_dissectors+0x0/0x70 returned 0 after 0 usecs
[ 34.105688] calling netpoll_init+0x0/0x2c @ 1
[ 34.158728] initcall netpoll_init+0x0/0x2c returned 0 after 0 usecs
[ 34.233608] calling netlink_proto_init+0x0/0x198 @ 1
[ 34.293959] NET: Registered protocol family 16
[ 34.347130] initcall netlink_proto_init+0x0/0x198 returned 0 after 0 usecs
[ 34.429388] calling genl_init+0x0/0x60 @ 1
[ 34.479318] initcall genl_init+0x0/0x60 returned 0 after 0 usecs
[ 34.551178] calling tcp_bpf_v4_build_proto+0x0/0xb0 @ 1
[ 34.614619] initcall tcp_bpf_v4_build_proto+0x0/0xb0 returned 0 after 0 usecs
[ 34.699898] calling udp_bpf_v4_build_proto+0x0/0x68 @ 1
[ 34.833175] initcall udp_bpf_v4_build_proto+0x0/0x68 returned 0 after 0 usecs
[ 34.918457] calling __gnttab_init+0x0/0x50 @ 1
[ 34.972639] initcall __gnttab_init+0x0/0x50 returned -19 after 0 usecs
[ 35.050672] calling debug_monitors_init+0x0/0x48 @ 1
[ 35.111124] initcall debug_monitors_init+0x0/0x48 returned 0 after 0 usecs
[ 35.193385] calling irq_sysfs_init+0x0/0xfc @ 1
[ 35.248602] initcall irq_sysfs_init+0x0/0xfc returned 0 after 0 usecs
[ 35.325660] calling dma_atomic_pool_init+0x0/0x164 @ 1
[ 35.388309] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 35.474039] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 35.568075] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 35.663878] initcall dma_atomic_pool_init+0x0/0x164 returned 0 after 0 usecs
[ 35.748220] calling audit_init+0x0/0x154 @ 1
[ 35.800223] audit: initializing netlink subsys (disabled)
[ 35.864907] initcall audit_init+0x0/0x154 returned 0 after 0 usecs
[ 35.938851] calling release_early_probes+0x0/0x68 @ 1
[ 36.000211] initcall release_early_probes+0x0/0x68 returned 0 after 0 usecs
[ 36.083411] calling bdi_class_init+0x0/0x84 @ 1
[ 36.138546] initcall bdi_class_init+0x0/0x84 returned 0 after 0 usecs
[ 36.215607] calling mm_sysfs_init+0x0/0x4c @ 1
[ 36.269691] initcall mm_sysfs_init+0x0/0x4c returned 0 after 0 usecs
[ 36.345712] calling init_per_zone_wmark_min+0x0/0x90 @ 1
[ 36.410198] initcall init_per_zone_wmark_min+0x0/0x90 returned 0 after 0 usecs
[ 36.496616] calling mpi_init+0x0/0x74 @ 1
[ 36.545498] initcall mpi_init+0x0/0x74 returned 0 after 0 usecs
[ 36.616319] calling kobject_uevent_init+0x0/0x24 @ 1
[ 36.676646] initcall kobject_uevent_init+0x0/0x24 returned 0 after 0 usecs
[ 36.758904] calling fsl_mc_bus_driver_init+0x0/0xb8 @ 1
[ 36.822382] initcall fsl_mc_bus_driver_init+0x0/0xb8 returned 0 after 0 usecs
[ 36.907760] calling rockchip_pinctrl_drv_register+0x0/0x34 @ 1
[ 36.978488] initcall rockchip_pinctrl_drv_register+0x0/0x34 returned 0 after 0 usecs
[ 37.071144] calling gpiolib_sysfs_init+0x0/0xcc @ 1
[ 37.130432] initcall gpiolib_sysfs_init+0x0/0xcc returned 0 after 0 usecs
[ 37.211648] calling acpi_gpio_setup_params+0x0/0x88 @ 1
[ 37.275091] initcall acpi_gpio_setup_params+0x0/0x88 returned 0 after 0 usecs
[ 37.360472] calling pcibus_class_init+0x0/0x38 @ 1
[ 37.418717] initcall pcibus_class_init+0x0/0x38 returned 0 after 0 usecs
[ 37.498896] calling pci_driver_init+0x0/0x48 @ 1
[ 37.555074] initcall pci_driver_init+0x0/0x48 returned 0 after 0 usecs
[ 37.633173] calling backlight_class_init+0x0/0xd0 @ 1
[ 37.694538] initcall backlight_class_init+0x0/0xd0 returned 0 after 0 usecs
[ 37.777837] calling amba_init+0x0/0x30 @ 1
[ 37.827766] initcall amba_init+0x0/0x30 returned 0 after 0 usecs
[ 37.899627] calling rockchip_grf_init+0x0/0x16c @ 1
[ 37.958908] initcall rockchip_grf_init+0x0/0x16c returned -19 after 0 usecs
[ 38.042107] calling rockchip_pm_domain_drv_register+0x0/0x34 @ 1
[ 38.114918] initcall rockchip_pm_domain_drv_register+0x0/0x34 returned 0 after 0 usecs
[ 38.209658] calling xenbus_init+0x0/0x2fc @ 1
[ 38.262699] initcall xenbus_init+0x0/0x2fc returned -19 after 0 usecs
[ 38.339658] calling hi6220_reset_init+0x0/0x34 @ 1
[ 38.397906] initcall hi6220_reset_init+0x0/0x34 returned 0 after 0 usecs
[ 38.478082] calling tty_class_init+0x0/0x64 @ 1
[ 38.533207] initcall tty_class_init+0x0/0x64 returned 0 after 0 usecs
[ 38.610266] calling vtconsole_class_init+0x0/0x108 @ 1
[ 38.672699] initcall vtconsole_class_init+0x0/0x108 returned 0 after 0 usecs
[ 38.757036] calling serdev_init+0x0/0x44 @ 1
[ 38.809046] initcall serdev_init+0x0/0x44 returned 0 after 0 usecs
[ 38.882986] calling iommu_dev_init+0x0/0x38 @ 1
[ 38.938111] initcall iommu_dev_init+0x0/0x38 returned 0 after 0 usecs
[ 39.015171] calling mipi_dsi_bus_init+0x0/0x30 @ 1
[ 39.073422] initcall mipi_dsi_bus_init+0x0/0x30 returned 0 after 0 usecs
[ 39.153601] calling devlink_class_init+0x0/0x68 @ 1
[ 39.212886] initcall devlink_class_init+0x0/0x68 returned 0 after 0 usecs
[ 39.294105] calling software_node_init+0x0/0x50 @ 1
[ 39.353387] initcall software_node_init+0x0/0x50 returned 0 after 0 usecs
[ 39.434609] calling wakeup_sources_debugfs_init+0x0/0x48 @ 1
[ 39.503256] initcall wakeup_sources_debugfs_init+0x0/0x48 returned 0 after 0 usecs
[ 39.593833] calling wakeup_sources_sysfs_init+0x0/0x50 @ 1
[ 39.660398] initcall wakeup_sources_sysfs_init+0x0/0x50 returned 0 after 0 usecs
[ 39.748897] calling register_node_type+0x0/0x54 @ 1
[ 39.808209] initcall register_node_type+0x0/0x54 returned 0 after 0 usecs
[ 39.889427] calling regmap_initcall+0x0/0x2c @ 1
[ 39.994635] initcall regmap_initcall+0x0/0x2c returned 0 after 0 usecs
[ 40.072734] calling sram_init+0x0/0x34 @ 1
[ 40.122665] initcall sram_init+0x0/0x34 returned 0 after 0 usecs
[ 40.194524] calling syscon_init+0x0/0x34 @ 1
[ 40.246532] initcall syscon_init+0x0/0x34 returned 0 after 0 usecs
[ 40.320468] calling spi_init+0x0/0xc8 @ 1
[ 40.369362] initcall spi_init+0x0/0xc8 returned 0 after 0 usecs
[ 40.440179] calling spmi_init+0x0/0x44 @ 1
[ 40.490109] initcall spmi_init+0x0/0x44 returned 0 after 0 usecs
[ 40.561970] calling i2c_init+0x0/0xfc @ 1
[ 40.610868] initcall i2c_init+0x0/0xfc returned 0 after 0 usecs
[ 40.681685] calling thermal_init+0x0/0x154 @ 1
[ 40.735766] thermal_sys: Registered thermal governor 'fair_share'
[ 40.735769] thermal_sys: Registered thermal governor 'bang_bang'
[ 40.808669] thermal_sys: Registered thermal governor 'step_wise'
[ 40.880429] thermal_sys: Registered thermal governor 'user_space'
[ 40.952189] thermal_sys: Registered thermal governor 'power_allocator'
[ 41.024999] initcall thermal_init+0x0/0x154 returned 0 after 0 usecs
[ 41.179020] calling init_ladder+0x0/0x44 @ 1
[ 41.231021] cpuidle: using governor ladder
[ 41.279900] initcall init_ladder+0x0/0x44 returned 0 after 0 usecs
[ 41.353740] calling init_menu+0x0/0x30 @ 1
[ 41.403659] cpuidle: using governor menu
[ 41.450460] initcall init_menu+0x0/0x30 returned 0 after 0 usecs
[ 41.522221] calling pcc_init+0x0/0xd0 @ 1
[ 41.571103] initcall pcc_init+0x0/0xd0 returned -19 after 0 usecs
[ 41.644035] calling reserve_memblock_reserved_regions+0x0/0x168 @ 1
[ 41.720074] initcall reserve_memblock_reserved_regions+0x0/0x168 returned 0 after 0 usecs
[ 41.817932] calling aarch32_alloc_vdso_pages+0x0/0x11c @ 1
[ 41.884495] initcall aarch32_alloc_vdso_pages+0x0/0x11c returned 0 after 0 usecs
[ 41.972995] calling vdso_init+0x0/0x40 @ 1
[ 42.022916] initcall vdso_init+0x0/0x40 returned 0 after 0 usecs
[ 42.094676] calling arch_hw_breakpoint_init+0x0/0x104 @ 1
[ 42.160195] hw-breakpoint: found 4 breakpoint and 4 watchpoint registers.
[ 42.241337] audit: type=2000 audit(0.004:1): state=initialized audit_enabled=0 res=1
[ 42.334009] initcall arch_hw_breakpoint_init+0x0/0x104 returned 0 after 0 usecs
[ 42.421471] calling asids_update_limit+0x0/0xec @ 1
[ 42.480749] ASID allocator initialised with 32768 entries
[ 42.545229] initcall asids_update_limit+0x0/0xec returned 0 after 0 usecs
[ 42.626350] calling hugetlbpage_init+0x0/0x48 @ 1
[ 42.683553] initcall hugetlbpage_init+0x0/0x48 returned 0 after 0 usecs
[ 42.762694] calling p2m_init+0x0/0x24 @ 1
[ 42.811573] initcall p2m_init+0x0/0x24 returned 0 after 0 usecs
[ 42.882294] calling xen_mm_init+0x0/0xa0 @ 1
[ 42.934294] initcall xen_mm_init+0x0/0xa0 returned 0 after 0 usecs
[ 43.008133] calling kcmp_cookies_init+0x0/0x64 @ 1
[ 43.066377] initcall kcmp_cookies_init+0x0/0x64 returned 0 after 0 usecs
[ 43.146557] calling cryptomgr_init+0x0/0x30 @ 1
[ 43.201678] initcall cryptomgr_init+0x0/0x30 returned 0 after 0 usecs
[ 43.278637] calling tegra124_pinctrl_init+0x0/0x34 @ 1
[ 43.341052] initcall tegra124_pinctrl_init+0x0/0x34 returned 0 after 0 usecs
[ 43.425395] calling tegra210_pinctrl_init+0x0/0x34 @ 1
[ 43.487802] initcall tegra210_pinctrl_init+0x0/0x34 returned 0 after 0 usecs
[ 43.572138] calling imx8mm_pinctrl_init+0x0/0x34 @ 1
[ 43.632465] initcall imx8mm_pinctrl_init+0x0/0x34 returned 0 after 0 usecs
[ 43.714722] calling imx8mn_pinctrl_init+0x0/0x34 @ 1
[ 43.775049] initcall imx8mn_pinctrl_init+0x0/0x34 returned 0 after 0 usecs
[ 43.857306] calling imx8mp_pinctrl_init+0x0/0x34 @ 1
[ 43.917634] initcall imx8mp_pinctrl_init+0x0/0x34 returned 0 after 0 usecs
[ 43.999890] calling imx8mq_pinctrl_init+0x0/0x34 @ 1
[ 44.060216] initcall imx8mq_pinctrl_init+0x0/0x34 returned 0 after 0 usecs
[ 44.142474] calling msm8916_pinctrl_init+0x0/0x34 @ 1
[ 44.203842] initcall msm8916_pinctrl_init+0x0/0x34 returned 0 after 0 usecs
[ 44.287138] calling msm8996_pinctrl_init+0x0/0x34 @ 1
[ 44.348506] initcall msm8996_pinctrl_init+0x0/0x34 returned 0 after 0 usecs
[ 44.431802] calling mpc8xxx_init+0x0/0x34 @ 1
[ 44.484850] initcall mpc8xxx_init+0x0/0x34 returned 0 after 0 usecs
[ 44.559826] calling acpi_pci_init+0x0/0x94 @ 1
[ 44.613907] ACPI: bus type PCI registered
[ 44.661746] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 44.738706] initcall acpi_pci_init+0x0/0x94 returned 0 after 0 usecs
[ 44.814627] calling tegra_clocks_apply_init_table+0x0/0x40 @ 1
[ 44.885348] initcall tegra_clocks_apply_init_table+0x0/0x40 returned 0 after 0 usecs
[ 44.977906] calling dma_channel_table_init+0x0/0x164 @ 1
[ 45.042401] initcall dma_channel_table_init+0x0/0x164 returned 0 after 0 usecs
[ 45.218484] calling dma_bus_init+0x0/0x144 @ 1
[ 45.272622] initcall dma_bus_init+0x0/0x144 returned 0 after 0 usecs
[ 45.348641] calling cmd_db_device_init+0x0/0x34 @ 1
[ 45.407935] initcall cmd_db_device_init+0x0/0x34 returned 0 after 0 usecs
[ 45.489151] calling register_xen_platform_notifier+0x0/0x64 @ 1
[ 45.560911] initcall register_xen_platform_notifier+0x0/0x64 returned 0 after 0 usecs
[ 45.654511] calling register_xen_amba_notifier+0x0/0x68 @ 1
[ 45.722111] initcall register_xen_amba_notifier+0x0/0x68 returned 0 after 0 usecs
[ 45.811551] calling register_xen_pci_notifier+0x0/0x58 @ 1
[ 45.878111] initcall register_xen_pci_notifier+0x0/0x58 returned 0 after 0 usecs
[ 45.966511] calling hi3660_reset_init+0x0/0x34 @ 1
[ 46.024759] initcall hi3660_reset_init+0x0/0x34 returned 0 after 0 usecs
[ 46.104935] calling zynqmp_reset_init+0x0/0x34 @ 1
[ 46.163183] initcall zynqmp_reset_init+0x0/0x34 returned 0 after 0 usecs
[ 46.243359] calling pl011_init+0x0/0x64 @ 1
[ 46.294318] Serial: AMBA PL011 UART driver
[ 46.343210] initcall pl011_init+0x0/0x64 returned 0 after 0 usecs
[ 46.416109] calling cdns_uart_init+0x0/0x34 @ 1
[ 46.471236] initcall cdns_uart_init+0x0/0x34 returned 0 after 0 usecs
[ 46.548294] calling mvebu_uart_init+0x0/0x70 @ 1
[ 46.604468] initcall mvebu_uart_init+0x0/0x70 returned 0 after 0 usecs
[ 46.682572] calling iommu_dma_init+0x0/0x30 @ 1
[ 46.737693] initcall iommu_dma_init+0x0/0x30 returned 0 after 0 usecs
[ 46.814650] calling dmi_id_init+0x0/0x2ec @ 1
[ 46.867750] initcall dmi_id_init+0x0/0x2ec returned 0 after 0 usecs
[ 46.942729] calling tegra_mc_init+0x0/0x34 @ 1
[ 46.996919] initcall tegra_mc_init+0x0/0x34 returned 0 after 0 usecs
[ 47.072941] calling of_platform_default_populate_init+0x0/0xdc @ 1
[ 47.147822] initcall of_platform_default_populate_init+0x0/0xdc returned -19 after 0 usecs
[ 47.246650] calling topology_init+0x0/0x15c @ 1
[ 47.302340] initcall topology_init+0x0/0x15c returned 0 after 0 usecs
[ 47.379404] calling uid_cache_init+0x0/0x134 @ 1
[ 47.435569] initcall uid_cache_init+0x0/0x134 returned 0 after 0 usecs
[ 47.513667] calling param_sysfs_init+0x0/0x250 @ 1
[ 47.573587] initcall param_sysfs_init+0x0/0x250 returned 0 after 0 usecs
[ 47.653768] calling user_namespace_sysctl_init+0x0/0x60 @ 1
[ 47.721385] initcall user_namespace_sysctl_init+0x0/0x60 returned 0 after 0 usecs
[ 47.810925] calling proc_schedstat_init+0x0/0x4c @ 1
[ 47.871249] initcall proc_schedstat_init+0x0/0x4c returned 0 after 0 usecs
[ 47.953509] calling pm_sysrq_init+0x0/0x38 @ 1
[ 48.007590] initcall pm_sysrq_init+0x0/0x38 returned 0 after 0 usecs
[ 48.083510] calling create_proc_profile+0x0/0x120 @ 1
[ 48.144869] initcall create_proc_profile+0x0/0x120 returned 0 after 0 usecs
[ 48.228069] calling time_ns_init+0x0/0x1c @ 1
[ 48.281109] initcall time_ns_init+0x0/0x1c returned 0 after 0 usecs
[ 48.355989] calling crash_save_vmcoreinfo_init+0x0/0x694 @ 1
[ 48.424675] initcall crash_save_vmcoreinfo_init+0x0/0x694 returned 0 after 0 usecs
[ 48.515252] calling crash_notes_memory_init+0x0/0x54 @ 1
[ 48.579738] initcall crash_notes_memory_init+0x0/0x54 returned 0 after 0 usecs
[ 48.666156] calling cgroup_sysfs_init+0x0/0x3c @ 1
[ 48.724401] initcall cgroup_sysfs_init+0x0/0x3c returned 0 after 0 usecs
[ 48.804580] calling cgroup_namespaces_init+0x0/0x1c @ 1
[ 48.868020] initcall cgroup_namespaces_init+0x0/0x1c returned 0 after 0 usecs
[ 48.953300] calling user_namespaces_init+0x0/0x50 @ 1
[ 49.014671] initcall user_namespaces_init+0x0/0x50 returned 0 after 0 usecs
[ 49.097971] calling hung_task_init+0x0/0x84 @ 1
[ 49.153162] initcall hung_task_init+0x0/0x84 returned 0 after 0 usecs
[ 49.230221] calling send_signal_irq_work_init+0x0/0x80 @ 1
[ 49.296781] initcall send_signal_irq_work_init+0x0/0x80 returned 0 after 0 usecs
[ 49.385179] calling dev_map_init+0x0/0x90 @ 1
[ 49.438221] initcall dev_map_init+0x0/0x90 returned 0 after 0 usecs
[ 49.513099] calling cpu_map_init+0x0/0x84 @ 1
[ 49.566140] initcall cpu_map_init+0x0/0x84 returned 0 after 0 usecs
[ 49.641019] calling netns_bpf_init+0x0/0x34 @ 1
[ 49.696140] initcall netns_bpf_init+0x0/0x34 returned 0 after 0 usecs
[ 49.773099] calling stack_map_init+0x0/0x8c @ 1
[ 49.828219] initcall stack_map_init+0x0/0x8c returned 0 after 0 usecs
[ 49.905179] calling btf_vmlinux_init+0x0/0x84 @ 1
[ 49.962385] initcall btf_vmlinux_init+0x0/0x84 returned 0 after 0 usecs
[ 50.041523] calling oom_init+0x0/0x50 @ 1
[ 50.090451] initcall oom_init+0x0/0x50 returned 0 after 0 usecs
[ 50.161266] calling default_bdi_init+0x0/0xac @ 1
[ 50.218564] initcall default_bdi_init+0x0/0xac returned 0 after 0 usecs
[ 50.398302] calling cgwb_init+0x0/0x4c @ 1
[ 50.448228] initcall cgwb_init+0x0/0x4c returned 0 after 0 usecs
[ 50.520086] calling percpu_enable_async+0x0/0x28 @ 1
[ 50.580406] initcall percpu_enable_async+0x0/0x28 returned 0 after 0 usecs
[ 50.662566] calling kcompactd_init+0x0/0xcc @ 1
[ 50.717736] initcall kcompactd_init+0x0/0xcc returned 0 after 0 usecs
[ 50.794798] calling init_user_reserve+0x0/0x44 @ 1
[ 50.853036] initcall init_user_reserve+0x0/0x44 returned 0 after 0 usecs
[ 50.933115] calling init_admin_reserve+0x0/0x4c @ 1
[ 50.992395] initcall init_admin_reserve+0x0/0x4c returned 0 after 0 usecs
[ 51.073515] calling init_reserve_notifier+0x0/0x3c @ 1
[ 51.135925] initcall init_reserve_notifier+0x0/0x3c returned 0 after 0 usecs
[ 51.220267] calling swap_init_sysfs+0x0/0x88 @ 1
[ 51.276432] initcall swap_init_sysfs+0x0/0x88 returned 0 after 0 usecs
[ 51.354530] calling swapfile_init+0x0/0xd0 @ 1
[ 51.408611] initcall swapfile_init+0x0/0xd0 returned 0 after 0 usecs
[ 51.484530] calling hugetlb_init+0x0/0x4c0 @ 1
[ 51.538613] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 51.618794] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 51.698873] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 51.778953] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 51.859110] initcall hugetlb_init+0x0/0x4c0 returned 0 after 0 usecs
[ 51.935130] calling ksm_init+0x0/0x1b0 @ 1
[ 51.985124] initcall ksm_init+0x0/0x1b0 returned 0 after 0 usecs
[ 52.056986] calling hugepage_init+0x0/0x16c @ 1
[ 52.112180] initcall hugepage_init+0x0/0x16c returned 0 after 0 usecs
[ 52.189241] calling mem_cgroup_init+0x0/0x178 @ 1
[ 52.246449] initcall mem_cgroup_init+0x0/0x178 returned 0 after 0 usecs
[ 52.325585] calling io_wq_init+0x0/0x58 @ 1
[ 52.376545] initcall io_wq_init+0x0/0x58 returned 0 after 0 usecs
[ 52.449344] calling fips_init+0x0/0x40 @ 1
[ 52.499271] initcall fips_init+0x0/0x40 returned 0 after 0 usecs
[ 52.571130] calling dh_init+0x0/0x30 @ 1
[ 52.852056] initcall dh_init+0x0/0x30 returned 0 after 0 usecs
[ 52.921837] calling rsa_init+0x0/0x70 @ 1
[ 53.040908] initcall rsa_init+0x0/0x70 returned 0 after 0 usecs
[ 53.111728] calling hmac_module_init+0x0/0x30 @ 1
[ 53.168928] initcall hmac_module_init+0x0/0x30 returned 0 after 0 usecs
[ 53.247967] calling crypto_null_mod_init+0x0/0x94 @ 1
[ 53.309535] initcall crypto_null_mod_init+0x0/0x94 returned 0 after 0 usecs
[ 53.392833] calling md5_mod_init+0x0/0x30 @ 1
[ 53.446069] initcall md5_mod_init+0x0/0x30 returned 0 after 0 usecs
[ 53.521046] calling sha1_generic_mod_init+0x0/0x30 @ 1
[ 53.583687] initcall sha1_generic_mod_init+0x0/0x30 returned 0 after 0 usecs
[ 53.668030] calling sha256_generic_mod_init+0x0/0x34 @ 1
[ 53.733341] initcall sha256_generic_mod_init+0x0/0x34 returned 0 after 0 usecs
[ 53.819759] calling deflate_mod_init+0x0/0x64 @ 1
[ 53.878550] initcall deflate_mod_init+0x0/0x64 returned 0 after 0 usecs
[ 53.957690] calling lzo_mod_init+0x0/0x60 @ 1
[ 54.011202] initcall lzo_mod_init+0x0/0x60 returned 0 after 0 usecs
[ 54.086182] calling lzorle_mod_init+0x0/0x60 @ 1
[ 54.142785] initcall lzorle_mod_init+0x0/0x60 returned 0 after 0 usecs
[ 54.220888] calling init_bio+0x0/0x100 @ 1
[ 54.270921] initcall init_bio+0x0/0x100 returned 0 after 0 usecs
[ 54.342782] calling blk_settings_init+0x0/0x44 @ 1
[ 54.401022] initcall blk_settings_init+0x0/0x44 returned 0 after 0 usecs
[ 54.481101] calling blk_ioc_init+0x0/0x50 @ 1
[ 54.534143] initcall blk_ioc_init+0x0/0x50 returned 0 after 0 usecs
[ 54.609021] calling blk_mq_init+0x0/0x104 @ 1
[ 54.662063] initcall blk_mq_init+0x0/0x104 returned 0 after 0 usecs
[ 54.736941] calling genhd_device_init+0x0/0xa4 @ 1
[ 54.795258] initcall genhd_device_init+0x0/0xa4 returned 0 after 0 usecs
[ 54.875437] calling blkcg_init+0x0/0x4c @ 1
[ 54.926488] initcall blkcg_init+0x0/0x4c returned 0 after 0 usecs
[ 54.999386] calling irq_poll_setup+0x0/0xac @ 1
[ 55.054507] initcall irq_poll_setup+0x0/0xac returned 0 after 0 usecs
[ 55.131465] calling gpiolib_debugfs_init+0x0/0x4c @ 1
[ 55.192831] initcall gpiolib_debugfs_init+0x0/0x4c returned 0 after 0 usecs
[ 55.276129] calling gpio_mxc_init+0x0/0x48 @ 1
[ 55.330224] initcall gpio_mxc_init+0x0/0x48 returned 0 after 0 usecs
[ 55.406240] calling pca953x_init+0x0/0x34 @ 1
[ 55.459288] initcall pca953x_init+0x0/0x34 returned 0 after 0 usecs
[ 55.615208] calling tegra_gpio_init+0x0/0x34 @ 1
[ 55.671377] initcall tegra_gpio_init+0x0/0x34 returned 0 after 0 usecs
[ 55.749472] calling pwm_debugfs_init+0x0/0x48 @ 1
[ 55.806677] initcall pwm_debugfs_init+0x0/0x48 returned 0 after 0 usecs
[ 55.885816] calling pwm_sysfs_init+0x0/0x38 @ 1
[ 55.940942] initcall pwm_sysfs_init+0x0/0x38 returned 0 after 0 usecs
[ 56.018002] calling pci_slot_init+0x0/0x70 @ 1
[ 56.072084] initcall pci_slot_init+0x0/0x70 returned 0 after 0 usecs
[ 56.148104] calling xgene_pcie_msi_init+0x0/0x34 @ 1
[ 56.208433] initcall xgene_pcie_msi_init+0x0/0x34 returned 0 after 0 usecs
[ 56.290688] calling fbmem_init+0x0/0x10c @ 1
[ 56.342729] initcall fbmem_init+0x0/0x10c returned 0 after 0 usecs
[ 56.416665] calling scan_for_dmi_ipmi+0x0/0x290 @ 1
[ 56.476003] initcall scan_for_dmi_ipmi+0x0/0x290 returned 0 after 0 usecs
[ 56.557222] calling acpi_init+0x0/0x32c @ 1
[ 56.608203] ACPI: Added _OSI(Module Device)
[ 56.658224] ACPI: Added _OSI(Processor Device)
[ 56.711264] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 56.767424] ACPI: Added _OSI(Processor Aggregator Device)
[ 56.831904] ACPI: Added _OSI(Linux-Dell-Video)
[ 56.884944] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 56.948384] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 57.013113] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 57.089976] ACPI: Interpreter enabled
[ 57.133757] ACPI: Using GIC for interrupt routing
[ 57.189937] ACPI: MCFG table detected, 1 entries
[ 57.247939] ACPI: Power Resource [SCVR] (off)
[ 57.302512] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 57.376472] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 57.484943] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[ 57.571546] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 57.667330] acpi PNP0A08:00: MCFG quirk: ECAM at [mem 0xa0d0000000-0xa0dfffffff] for [bus 00-ff] with 0xffffdbc6d02c2968
[ 57.798076] acpi PNP0A08:00: [Firmware Bug]: ECAM area [mem 0xa0d0000000-0xa0dfffffff] not reserved in ACPI namespace
[ 57.925103] acpi PNP0A08:00: ECAM at [mem 0xa0d0000000-0xa0dfffffff] for [bus 00-ff]
[ 58.017802] Remapped I/O 0x000000a010000000 to [io 0x0000-0xffff window]
[ 58.099169] PCI host bridge to bus 0000:00
[ 58.148151] pci_bus 0000:00: root bus resource [io 0x0000-0xffff window] (bus address [0x10000000-0x1000ffff])
[ 58.268893] pci_bus 0000:00: root bus resource [mem 0xa030000000-0xa06fffffff window] (bus address [0x30000000-0x6fffffff])
[ 58.402012] pci_bus 0000:00: root bus resource [mem 0xa100000000-0xa13fffffff pref window]
[ 58.500812] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 58.566407] pci 0000:00:00.0: [10e8:e004] type 01 class 0x060400
[ 58.638357] pci 0000:00:00.0: supports D1 D2
[ 58.689954] pci 0000:01:00.0: [15b3:1007] type 00 class 0x020000
[ 58.762152] pci 0000:01:00.0: reg 0x10: [mem 0xa032000000-0xa0320fffff 64bit]
[ 58.847749] pci 0000:01:00.0: reg 0x18: [mem 0xa030000000-0xa031ffffff 64bit pref]
[ 58.938741] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x000fffff pref]
[ 59.020783] pci 0000:01:00.0: reg 0x134: [mem 0xa034000000-0xa035ffffff 64bit pref]
[ 59.112404] pci 0000:01:00.0: VF(n) BAR2 space: [mem 0xa034000000-0xa043ffffff 64bit pref] (contains BAR2 for 8 VFs)
[ 59.239813] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0000:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
~~~ boot log ~~~
-- System Information:
Debian Release: 11.0
APT prefers stable
APT policy: (900, 'stable'), (800, 'unstable'), (300, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-8-amd64 (SMP w/20 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Reply to: