[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1004493: not find rtc device in rt kernel



Package: src:linux
Version: 5.16~rc8-1~exp1
Severity: normal
X-Debbugs-Cc: atzlinux@sina.com

Hi,
	When I boot use the rt kernel, I can't use hwclock in my
	arm64 FT2000-4 CPU mini PC box.

	It's normal when I boot use the no rt kernel.

	From the dmesg, I can't find the rtc device in rt kernel.

The following is some normal info from no rt kernel 5.16.0-rc8-arm64,
it can find rtc device, hwclock run normal.

dmesg|grep rtc

[    1.539761] rtc-efi rtc-efi.0: registered as rtc0
[    1.551881] rtc-efi rtc-efi.0: setting system clock to 2022-01-29T01:49:51 UTC (1643420991)
[  111.080870] rtc-efi rtc-efi.0: write status is 3
[  121.938858] rtc-efi rtc-efi.0: write status is 3
[  196.022653] rtc-efi rtc-efi.0: write status is 3
[  207.315759] rtc-efi rtc-efi.0: write status is 3

ls -l /dev/rtc*

lrwxrwxrwx 1 root root      4 Jan 29 09:49 /dev/rtc -> rtc0
crw------- 1 root root 250, 0 Jan 29 09:49 /dev/rtc0

hwclokc -v

hwclock from util-linux 2.36.1
System Time: 1643440677.231191
Trying to open: /dev/rtc0
Using the rtc interface to the clock.
Last drift adjustment done at 1642812487 seconds after 1969
Last calibration done at 1642812487 seconds after 1969
Hardware clock is on UTC time
Assuming hardware clock is kept in UTC time.
Waiting for clock tick...
ioctl(4, RTC_UIE_ON, 0): Invalid argument
Waiting in loop for time from /dev/rtc0 to change
...got clock tick
Time read from Hardware Clock: 2022/01/29 07:17:46
Hw clock time : 2022/01/29 07:17:46 = 1643440666 seconds since 1969
Time since last adjustment is 628179 seconds
Calculated Hardware Clock drift is 0.000000 seconds
2022-01-29 15:17:45.709485+08:00

My mini PC box hardware info also can see:

https://linux-hardware.org/?probe=fb7e1fcf47

The install report bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004474

-- Package-specific info:
** Version:
Linux version 5.16.0-rc8-rt-arm64 (debian-kernel@lists.debian.org) (gcc-11 (Debian 11.2.0-13) 11.2.0, GNU ld (GNU Binutils for Debian) 2.37) #1 SMP PREEMPT_RT Debian 5.16~rc8-1~exp1 (2022-01-03)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-5.16.0-rc8-rt-arm64 root=UUID=172ab927-70a2-42d4-baf5-96d8e23ecd82 ro quiet

** Not tainted

** Kernel log:
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x701f6633]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Linux version 5.16.0-rc8-rt-arm64 (debian-kernel@lists.debian.org) (gcc-11 (Debian 11.2.0-13) 11.2.0, GNU ld (GNU Binutils for Debian) 2.37) #1 SMP PREEMPT_RT Debian 5.16~rc8-1~exp1 (2022-01-03)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] efi: EFI v2.70 by Phytium Platform
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] efi: ACPI 2.0=0xe6950000 SMBIOS=0xebfa0000 SMBIOS 3.0=0xe6790000 MEMATTR=0xe9f7d018 MOKvar=0xe9f6b000 MEMRESERVE=0xe6f80298 
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] secureboot: Secure boot disabled
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: Early table checksum verification disabled
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: RSDP 0x00000000E6950000 000024 (v02 PHYLTD)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: XSDT 0x00000000E6940000 000074 (v01 PHYLTD PHYTIUM. 00000001      01000013)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: FACP 0x00000000E6850000 000114 (v06 PHYLTD PHYTIUM. 00000001 PHYT 00000001)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: DSDT 0x00000000E67C0000 0015F3 (v02 PHYLTD PHYTIUM. 00000001 INTL 20180105)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: GTDT 0x00000000E6840000 000098 (v02 PHYLTD PHYTIUM. 00000001 PHYT 00000001)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: IORT 0x00000000E6830000 000080 (v00 PHYLTD PHYTIUM. 00000001 PHYT 00000001)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: APIC 0x00000000E6820000 000198 (v04 PHYLTD PHYTIUM. 00000001 PHYT 00000001)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: MCFG 0x00000000E6810000 00003C (v01 PHYLTD PHYTIUM. 00000001 PHYT 00000001)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: PCCT 0x00000000E6800000 0000AC (v02 PHYLTD PHYTIUM. 00000001 PHYT 00000001)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: PPTT 0x00000000E67F0000 000206 (v01 PHYLTD PHYTIUM. 00000001 PHYT 00000001)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: SPCR 0x00000000E67E0000 000050 (v02 PHYLTD PHYTIUM. 00000001 PHYT 00000001)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: SSDT 0x00000000E67D0000 000476 (v02 PHYLTD PHYTIUM. 00000001 INTL 20180105)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: VFCT 0x00000000E6160000 00EA84 (v01 PHYLTD PHYTIUM. 00000001 AMD  31504F47)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: SPCR: console: pl011,mmio32,0x28001000,115200
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] NUMA: Failed to initialise from firmware
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x000000237fffffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] NUMA: NODE_DATA [mem 0x237e00f880-0x237e011fff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Zone ranges:
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   DMA32    empty
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   Normal   [mem 0x0000000100000000-0x000000237fffffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Movable zone start for each node
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Early memory node ranges
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x0000000080000000-0x0000000087ffffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x0000000088000000-0x000000008801ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x0000000088020000-0x00000000e611ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6120000-0x00000000e615ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6160000-0x00000000e650ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6510000-0x00000000e65affff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e65b0000-0x00000000e664ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6650000-0x00000000e66effff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e66f0000-0x00000000e677ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6780000-0x00000000e67affff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e67b0000-0x00000000e685ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6860000-0x00000000e686ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6870000-0x00000000e688ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6890000-0x00000000e692ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6930000-0x00000000e695ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6960000-0x00000000e6f7ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000e6f80000-0x00000000ebf9ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000ebfa0000-0x00000000ebfeffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x00000000ebff0000-0x00000000fbffffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000]   node   0: [mem 0x0000002000000000-0x000000237fffffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000237fffffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] cma: Reserved 64 MiB at 0x00000000f8000000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] psci: probing for conduit method from ACPI.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] psci: PSCIv1.1 detected in firmware.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] psci: Using standard PSCI v0.2 function IDs
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] psci: SMC Calling Convention v1.1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: SRAT not present
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] percpu: Embedded 29 pages/cpu s80368 r8192 d30224 u118784
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Detected PIPT I-cache on CPU0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] CPU features: detected: GIC system register CPU interface
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] CPU features: kernel page table isolation forced ON by KASLR
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Fallback order for Node 0: 0 
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4112384
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Policy zone: Normal
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.16.0-rc8-rt-arm64 root=UUID=172ab927-70a2-42d4-baf5-96d8e23ecd82 ro quiet
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.16.0-rc8-rt-arm64", will be passed to user space.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Memory: 1955400K/16711680K available (11648K kernel code, 2566K rwdata, 7196K rodata, 5376K init, 733K bss, 462572K reserved, 65536K cma-reserved)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] random: random: get_random_u64 called from __kmem_cache_create+0x38/0x5ac with crng_init=0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ftrace: allocating 39643 entries in 155 pages
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ftrace: allocated 155 pages with 5 groups
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] trace event string verifier disabled
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] rcu: Preemptible hierarchical RCU implementation.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] 	Trampoline variant of Tasks RCU enabled.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] 	Rude variant of Tasks RCU enabled.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] 	Tracing variant of Tasks RCU enabled.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] GICv3: 128 SPIs implemented
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] GICv3: 0 Extended SPIs implemented
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] GICv3: Distributor has no Range Selector support
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] Root IRQ handler: gic_handle_irq
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] GICv3: 16 PPIs implemented
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000029980000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ACPI: SRAT not present
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ITS [mem 0x29920000-0x2993ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ITS@0x0000000029920000: allocated 65536 Devices @2000180000 (flat, esz 8, psz 64K, shr 0)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] ITS: using cache flushing for cmd queue
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] GICv3: using LPI property table @0x0000002000200000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] GIC: using cache flushing for LPI property table
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000002000210000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] rcu: 	Offload RCU callbacks from CPUs: (none).
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (phys).
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000000] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000042] Console: colour dummy device 80x25
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000066] ACPI: Core revision 20210930
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000225] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=192000)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000229] pid_max: default: 32768 minimum: 301
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000272] LSM: Security Framework initializing
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000282] Yama: disabled by default; enable with sysctl kernel.yama.*
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000317] AppArmor: AppArmor initialized
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000321] TOMOYO Linux initialized
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000355] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.000374] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.001274] rcu: Hierarchical SRCU implementation.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.001785] Platform MSI: ITS@0x29920000 domain created
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.001796] PCI/MSI: ITS@0x29920000 domain created
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.001802] fsl-mc MSI: ITS@0x29920000 domain created
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.001810] EFI runtime services will be disabled.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.001979] smp: Bringing up secondary CPUs ...
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.037004] Detected PIPT I-cache on CPU1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.037018] GICv3: CPU1: found redistributor 1 region 1:0x00000000299a0000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.037033] GICv3: CPU1: using allocated LPI pending table @0x0000002000220000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.037049] CPU1: Booted secondary processor 0x0000000001 [0x701f6633]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.074087] Detected PIPT I-cache on CPU2
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.074099] GICv3: CPU2: found redistributor 100 region 2:0x00000000299c0000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.074119] GICv3: CPU2: using allocated LPI pending table @0x0000002000230000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.074136] CPU2: Booted secondary processor 0x0000000100 [0x701f6633]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.111173] Detected PIPT I-cache on CPU3
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.111180] GICv3: CPU3: found redistributor 101 region 3:0x00000000299e0000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.111193] GICv3: CPU3: using allocated LPI pending table @0x0000002000240000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.111204] CPU3: Booted secondary processor 0x0000000101 [0x701f6633]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.111272] smp: Brought up 1 node, 4 CPUs
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.111275] SMP: Total of 4 processors activated.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.111276] CPU features: detected: 32-bit EL0 Support
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.111278] CPU features: detected: CRC32 instructions
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.117978] CPU: All CPU(s) started at EL2
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.117991] alternatives: patching kernel code
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.193164] node 0 deferred pages initialised in 76ms
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.193577] devtmpfs: initialized
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.198665] Registered cp15_barrier emulation handler
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.198671] Registered setend emulation handler
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.198675] KASLR disabled due to lack of seed
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.198804] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.198816] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.199422] pinctrl core: initialized pinctrl subsystem
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.199824] SMBIOS 3.2.0 present.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.199829] DMI: Phytium FT-2000/4/FT-2000/4, BIOS V2.0 Jan 20 2022
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.200071] NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.201096] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.201437] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202042] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202069] audit: initializing netlink subsys (disabled)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202146] audit: type=2000 audit(0.100:1): state=initialized audit_enabled=0 res=1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202574] thermal_sys: Registered thermal governor 'fair_share'
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202576] thermal_sys: Registered thermal governor 'bang_bang'
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202577] thermal_sys: Registered thermal governor 'step_wise'
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202578] thermal_sys: Registered thermal governor 'user_space'
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202579] thermal_sys: Registered thermal governor 'power_allocator'
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202610] cpuidle: using governor ladder
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202623] cpuidle: using governor menu
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202721] Detected 2 PCC Subspaces
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202723] Registering PCC driver as Mailbox controller
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202788] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202833] ASID allocator initialised with 32768 entries
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.202930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.203038] Serial: AMBA PL011 UART driver
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.207524] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.207526] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.207528] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.207529] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.208122] ACPI: Added _OSI(Module Device)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.208125] ACPI: Added _OSI(Processor Device)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.208127] ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.208128] ACPI: Added _OSI(Processor Aggregator Device)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.208131] ACPI: Added _OSI(Linux-Dell-Video)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.208133] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.208134] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.210415] ACPI: 2 ACPI AML tables successfully acquired and loaded
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.211606] ACPI: Interpreter enabled
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.211607] ACPI: Using GIC for interrupt routing
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.211630] ACPI: MCFG table detected, 1 entries
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.211685] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.211736] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b039
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.211790] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.211834] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03b
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.212464] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.212618] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.212771] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b039
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.212908] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.213055] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.213206] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03b
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.218851] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.218887] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.219120] ARMH0011:00: ttyAMA0 at MMIO 0x28001000 (irq = 14, base_baud = 0) is a SBSA
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.219129] printk: console [ttyAMA0] enabled
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.219175] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.219210] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.219243] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b039
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.219276] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.219309] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.219341] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03b
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.220226] ARMH0011:01: ttyAMA1 at MMIO 0x28000000 (irq = 15, base_baud = 0) is a SBSA
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.220271] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.220308] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.220342] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b039
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.220375] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.220408] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.220440] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03b
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.221228] ARMH0011:02: ttyAMA2 at MMIO 0x28002000 (irq = 16, base_baud = 0) is a SBSA
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.221270] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.221305] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.221338] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b039
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.221371] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.221403] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.221436] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03b
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.222198] ARMH0011:03: ttyAMA3 at MMIO 0x28003000 (irq = 17, base_baud = 0) is a SBSA
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.222243] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.222277] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.222311] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b039
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.222344] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.222398] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.222433] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03b
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225148] ACPI: PCI: Interrupt link LNKA configured for IRQ 60
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225184] ACPI: PCI: Interrupt link LNKB configured for IRQ 61
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225219] ACPI: PCI: Interrupt link LNKC configured for IRQ 62
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225253] ACPI: PCI: Interrupt link LNKD configured for IRQ 63
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225316] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225466] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225719] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225742] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.225783] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226303] acpi PNP0A08:00: ECAM area [mem 0x40000000-0x4fffffff] reserved by PNP0C02:00
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226320] acpi PNP0A08:00: ECAM at [mem 0x40000000-0x4fffffff] for [bus 00-ff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226394] ACPI: Remapped I/O 0x0000000050000000 to [io  0x0000-0xefffff window]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226515] PCI host bridge to bus 0000:00
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226517] pci_bus 0000:00: root bus resource [mem 0x58000000-0x7fffffff window]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226520] pci_bus 0000:00: root bus resource [mem 0x1000000000-0x1fffffffff window]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226523] pci_bus 0000:00: root bus resource [io  0x0000-0xefffff window]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226526] pci_bus 0000:00: root bus resource [bus 00-ff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226548] pci 0000:00:00.0: [17cd:dc16] type 01 class 0x060400
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226558] pci 0000:00:00.0: reg 0x10: [mem 0x1011000000-0x10113fffff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226604] pci 0000:00:00.0: supports D1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226606] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226826] pci 0000:00:01.0: [17cd:dc01] type 01 class 0x060400
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226836] pci 0000:00:01.0: reg 0x10: [mem 0x1010c00000-0x1010ffffff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226878] pci 0000:00:01.0: supports D1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.226880] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227016] pci 0000:00:02.0: [17cd:dc16] type 01 class 0x060400
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227027] pci 0000:00:02.0: reg 0x10: [mem 0x1010800000-0x1010bfffff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227073] pci 0000:00:02.0: supports D1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227075] pci 0000:00:02.0: PME# supported from D0 D1 D3hot
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227211] pci 0000:00:03.0: [17cd:dc01] type 01 class 0x060400
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227222] pci 0000:00:03.0: reg 0x10: [mem 0x1010400000-0x10107fffff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227268] pci 0000:00:03.0: supports D1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227270] pci 0000:00:03.0: PME# supported from D0 D1 D3hot
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227485] pci 0000:01:00.0: [1002:699f] type 00 class 0x030000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227501] pci 0000:01:00.0: reg 0x10: [mem 0x1000000000-0x100fffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227512] pci 0000:01:00.0: reg 0x18: [mem 0x1010000000-0x10101fffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227520] pci 0000:01:00.0: reg 0x20: [io  0x0000-0x00ff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227528] pci 0000:01:00.0: reg 0x24: [mem 0x58200000-0x5823ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227535] pci 0000:01:00.0: reg 0x30: [mem 0x58300000-0x5831ffff pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227541] pci 0000:01:00.0: enabling Extended Tags
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227566] pci 0000:01:00.0: BAR 0: assigned to efifb
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227627] pci 0000:01:00.0: supports D1 D2
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227629] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227832] pci 0000:01:00.1: [1002:aae0] type 00 class 0x040300
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227847] pci 0000:01:00.1: reg 0x10: [mem 0x58240000-0x58243fff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227874] pci 0000:01:00.1: enabling Extended Tags
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.227929] pci 0000:01:00.1: supports D1 D2
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.242560] pci 0000:03:00.0: [1987:5013] type 00 class 0x010802
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.242578] pci 0000:03:00.0: reg 0x10: [mem 0x58100000-0x58103fff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.254521] pci 0000:04:00.0: [1912:0014] type 00 class 0x0c0330
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.254542] pci 0000:04:00.0: reg 0x10: [mem 0x58000000-0x58001fff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.254640] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265211] pci 0000:00:00.0: BAR 15: assigned [mem 0x1000000000-0x1017ffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265217] pci 0000:00:00.0: BAR 0: assigned [mem 0x1018000000-0x10183fffff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265223] pci 0000:00:01.0: BAR 0: assigned [mem 0x1018400000-0x10187fffff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265229] pci 0000:00:02.0: BAR 0: assigned [mem 0x1018800000-0x1018bfffff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265236] pci 0000:00:03.0: BAR 0: assigned [mem 0x1018c00000-0x1018ffffff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265241] pci 0000:00:00.0: BAR 14: assigned [mem 0x58000000-0x580fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265244] pci 0000:00:02.0: BAR 14: assigned [mem 0x58100000-0x581fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265246] pci 0000:00:03.0: BAR 14: assigned [mem 0x58200000-0x582fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265249] pci 0000:00:00.0: BAR 13: assigned [io  0x1000-0x1fff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265255] pci 0000:01:00.0: BAR 0: assigned [mem 0x1000000000-0x100fffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265264] pci 0000:01:00.0: BAR 2: assigned [mem 0x1010000000-0x10101fffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265272] pci 0000:01:00.0: BAR 5: assigned [mem 0x58000000-0x5803ffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265276] pci 0000:01:00.0: BAR 6: assigned [mem 0x58040000-0x5805ffff pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265281] pci 0000:01:00.1: BAR 0: assigned [mem 0x58060000-0x58063fff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265289] pci 0000:01:00.0: BAR 4: assigned [io  0x1000-0x10ff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265294] pci 0000:00:00.0: PCI bridge to [bus 01]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265296] pci 0000:00:00.0:   bridge window [io  0x1000-0x1fff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265299] pci 0000:00:00.0:   bridge window [mem 0x58000000-0x580fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265301] pci 0000:00:00.0:   bridge window [mem 0x1000000000-0x1017ffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265305] pci 0000:00:01.0: PCI bridge to [bus 02]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265312] pci 0000:03:00.0: BAR 0: assigned [mem 0x58100000-0x58103fff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265320] pci 0000:00:02.0: PCI bridge to [bus 03]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265323] pci 0000:00:02.0:   bridge window [mem 0x58100000-0x581fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265329] pci 0000:04:00.0: BAR 0: assigned [mem 0x58200000-0x58201fff 64bit]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265339] pci 0000:00:03.0: PCI bridge to [bus 04]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265342] pci 0000:00:03.0:   bridge window [mem 0x58200000-0x582fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265346] pci_bus 0000:00: resource 4 [mem 0x58000000-0x7fffffff window]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265349] pci_bus 0000:00: resource 5 [mem 0x1000000000-0x1fffffffff window]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265351] pci_bus 0000:00: resource 6 [io  0x0000-0xefffff window]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265352] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265354] pci_bus 0000:01: resource 1 [mem 0x58000000-0x580fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265356] pci_bus 0000:01: resource 2 [mem 0x1000000000-0x1017ffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265358] pci_bus 0000:03: resource 1 [mem 0x58100000-0x581fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265360] pci_bus 0000:04: resource 1 [mem 0x58200000-0x582fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265634] iommu: Default domain type: Translated 
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265636] iommu: DMA domain TLB invalidation policy: strict mode 
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265710] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265716] pci 0000:01:00.0: vgaarb: bridge control possible
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265718] pci 0000:01:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265720] vgaarb: loaded
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.265873] EDAC MC: Ver: 3.0.0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.266586] NetLabel: Initializing
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.266588] NetLabel:  domain hash size = 128
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.266589] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.266615] NetLabel:  unlabeled traffic allowed by default
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.266741] clocksource: Switched to clocksource arch_sys_counter
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.287484] VFS: Disk quotas dquot_6.6.0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.287513] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.287910] AppArmor: AppArmor Filesystem Enabled
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.287992] pnp: PnP ACPI init
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.288095] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b038
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.288146] ACPI: [Firmware Bug]: requested region covers kernel memory @ 0x00000000e687b03a
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.288546] system 00:00: [mem 0x40000000-0x4fffffff] could not be reserved
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.288574] pnp: PnP ACPI: found 1 devices
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.292820] NET: Registered PF_INET protocol family
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.293048] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.295724] tcp_listen_portaddr_hash hash table entries: 8192 (order: 6, 393216 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.295855] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.296452] TCP bind hash table entries: 65536 (order: 9, 2621440 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.296947] TCP: Hash tables configured (established 131072 bind 65536)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.297181] MPTCP token hash table entries: 16384 (order: 7, 917504 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.297432] UDP hash table entries: 8192 (order: 7, 786432 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.297628] UDP-Lite hash table entries: 8192 (order: 7, 786432 bytes, linear)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.297827] NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.297842] NET: Registered PF_XDP protocol family
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.297932] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.298032] pci 0000:04:00.0: enabling device (0000 -> 0002)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.298065] PCI: CLS 0 bytes, default 64
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.298199] Trying to unpack rootfs image as initramfs...
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.298452] hw perfevents: enabled with armv8_pmuv3_0 PMU driver, 7 counters available
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.299270] Initialise system trusted keyrings
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.299289] Key type blacklist registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.299395] workingset: timestamp_bits=42 max_order=22 bucket_order=0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.304249] zbud: loaded
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.304770] integrity: Platform Keyring initialized
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.304772] Key type asymmetric registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.304774] Asymmetric key parser 'x509' registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.304857] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.304949] io scheduler mq-deadline registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.306645] ACPI: \_SB_.LNKA: Enabled at IRQ 60
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.307364] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.308060] ACPI GTDT: found 2 SBSA generic Watchdog(s).
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.309196] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.310022] Serial: AMBA driver
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.310105] msm_serial: driver initialized
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.311216] mousedev: PS/2 mouse device common for all mice
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.312045] efifb: probing for efifb
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.312077] efifb: framebuffer at 0x1000000000, using 1200k, total 1200k
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.312079] efifb: mode is 640x480x32, linelength=2560, pages=1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.312081] efifb: scrolling: redraw
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.312082] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.312278] Console: switching to colour frame buffer device 80x30
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.313020] fb0: EFI VGA frame buffer device
Jan 29 15:30:01 atzlinux-arm64 kernel: [    0.313716] NET: Registered PF_INET6 protocol family
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.035066] Freeing initrd memory: 38636K
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.047543] Segment Routing with IPv6
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.047572] In-situ OAM (IOAM) with IPv6
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.047611] mip6: Mobile IPv6
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.047615] NET: Registered PF_PACKET protocol family
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.047686] mpls_gso: MPLS GSO support
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.048058] printk: console [ttyAMA0]: printing thread started
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.048104] registered taskstats version 1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.050827] Loading compiled-in X.509 certificates
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.118719] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.118756] Loaded X.509 cert 'Debian Secure Boot Signer 2021 - linux: 4b6ef5abca669825178e052c84667ccbc0531f8c'
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.119462] zswap: loaded using pool lzo/zbud
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.157315] Key type ._fscrypt registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.157317] Key type .fscrypt registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.157319] Key type fscrypt-provisioning registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163166] Key type encrypted registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163173] AppArmor: AppArmor sha1 policy hashing enabled
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163191] ima: No TPM chip found, activating TPM-bypass!
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163200] ima: Allocated hash algorithm: sha256
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163217] ima: No architecture policies found
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163250] evm: Initialising EVM extended attributes:
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163251] evm: security.selinux
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163252] evm: security.SMACK64 (disabled)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163253] evm: security.SMACK64EXEC (disabled)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163254] evm: security.SMACK64TRANSMUTE (disabled)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163255] evm: security.SMACK64MMAP (disabled)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163255] evm: security.apparmor
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163256] evm: security.ima
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163257] evm: security.capability
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.163258] evm: HMAC attrs: 0x1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.401456] Freeing unused kernel memory: 5376K
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.449821] Checked W+X mappings: passed, no W+X pages found
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.449854] Run /init as init process
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.627887] ACPI: bus type USB registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.627948] usbcore: registered new interface driver usbfs
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.627972] usbcore: registered new interface driver hub
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.628009] usbcore: registered new device driver usb
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.640011] xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.640024] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.645386] xhci_hcd 0000:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646177] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646184] usb usb1: Product: xHCI Host Controller
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646185] usb usb1: Manufacturer: Linux 5.16.0-rc8-rt-arm64 xhci-hcd
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646187] usb usb1: SerialNumber: 0000:04:00.0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646495] hub 1-0:1.0: USB hub found
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646514] hub 1-0:1.0: 4 ports detected
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646986] xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646992] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.646997] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.649016] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.649075] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.649078] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.649080] usb usb2: Product: xHCI Host Controller
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.649082] usb usb2: Manufacturer: Linux 5.16.0-rc8-rt-arm64 xhci-hcd
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.649084] usb usb2: SerialNumber: 0000:04:00.0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.649345] hub 2-0:1.0: USB hub found
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.649366] hub 2-0:1.0: 4 ports detected
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.654457] nvme nvme0: pci function 0000:03:00.0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.663731] nvme nvme0: missing or invalid SUBNQN field.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.906757] usb 1-1: new high-speed USB device number 2 using xhci_hcd
Jan 29 15:30:01 atzlinux-arm64 kernel: [    1.997356] nvme nvme0: allocated 128 MiB host memory buffer.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.034127] nvme nvme0: 4/0/0 default/read/poll queues
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.045381]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.058034] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.058042] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.058044] usb 1-1: Product: USB2.0 Hub
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.062969] hub 1-1:1.0: USB hub found
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.063900] hub 1-1:1.0: 4 ports detected
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.067932] random: fast init done
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.194764] usb 1-3: new full-speed USB device number 3 using xhci_hcd
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.206449] EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.342025] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.374026] usb 1-3: New USB device found, idVendor=24ae, idProduct=2013, bcdDevice= 1.10
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.374033] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.374035] usb 1-3: Product: Rapoo 2.4G Wireless Device
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.374037] usb 1-3: Manufacturer: RAPOO
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.426754] usb 1-1.2: new low-speed USB device number 4 using xhci_hcd
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.546269] usb 1-1.2: New USB device found, idVendor=046a, idProduct=0011, bcdDevice= 1.00
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.546276] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.634771] usb 1-1.4: new high-speed USB device number 5 using xhci_hcd
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.741769] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.741777] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.741779] usb 1-1.4: Product: USB 10/100/1000 LAN
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.741781] usb 1-1.4: Manufacturer: Realtek
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.741783] usb 1-1.4: SerialNumber: 001000001
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.769962] random: systemd: uninitialized urandom read (16 bytes read)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.771386] random: systemd: uninitialized urandom read (16 bytes read)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.771914] random: systemd: uninitialized urandom read (16 bytes read)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.805028] fuse: init (API version 7.35)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.818353] ACPI: bus type drm_connector registered
Jan 29 15:30:01 atzlinux-arm64 kernel: [    2.834999] EXT4-fs (nvme0n1p8): re-mounted. Opts: errors=remount-ro. Quota mode: none.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.112368] sbsa-gwdt sbsa-gwdt.0: Initialized with 10s timeout @ 48000000 Hz, action=0.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.113809] sbsa-gwdt sbsa-gwdt.1: Initialized with 10s timeout @ 48000000 Hz, action=0.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.229984] hid: raw HID events driver (C) Jiri Kosina
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.251885] usbcore: registered new interface driver r8152
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.269531] usbcore: registered new interface driver cdc_ether
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.276619] ACPI: \_SB_.LNKB: Enabled at IRQ 61
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.276739] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.276747] snd_hda_intel 0000:01:00.1: Force to snoop mode by module option
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.292136] usbcore: registered new interface driver usbhid
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.292141] usbhid: USB HID core driver
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.299278] input: RAPOO Rapoo 2.4G Wireless Device as /devices/pci0000:00/0000:00:03.0/0000:04:00.0/usb1/1-3/1-3:1.0/0003:24AE:2013.0001/input/input0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.299450] hid-generic 0003:24AE:2013.0001: input,hidraw0: USB HID v1.10 Mouse [RAPOO Rapoo 2.4G Wireless Device] on usb-0000:04:00.0-3/input0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.299811] input: RAPOO Rapoo 2.4G Wireless Device System Control as /devices/pci0000:00/0000:00:03.0/0000:04:00.0/usb1/1-3/1-3:1.1/0003:24AE:2013.0002/input/input2
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.303451] EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: errors=remount-ro. Quota mode: none.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.306154] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:00.0/0000:01:00.1/sound/card0/input4
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.332786] [drm] amdgpu kernel modesetting enabled.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.333756] fb0: switching to amdgpu from EFI VGA
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.333996] Console: switching to colour dummy device 80x25
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334213] amdgpu 0000:01:00.0: enabling device (0006 -> 0007)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334221] [drm] initializing kernel modesetting (POLARIS12 0x1002:0x699F 0x1002:0x0B0C 0xC7).
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334225] amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334241] [drm] register mmio base: 0x58000000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334243] [drm] register mmio size: 262144
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334249] [drm] add ip block number 0 <vi_common>
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334252] [drm] add ip block number 1 <gmc_v8_0>
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334253] [drm] add ip block number 2 <tonga_ih>
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334254] [drm] add ip block number 3 <gfx_v8_0>
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334255] [drm] add ip block number 4 <sdma_v3_0>
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334256] [drm] add ip block number 5 <powerplay>
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334258] [drm] add ip block number 6 <dm>
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334260] [drm] add ip block number 7 <uvd_v6_0>
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334261] [drm] add ip block number 8 <vce_v3_0>
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334297] amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from VFCT
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334302] amdgpu: ATOM BIOS: 113-9M852GES-D01
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334323] [drm] UVD is enabled in VM mode
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334324] [drm] UVD ENC is enabled in VM mode
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334326] [drm] VCE enabled in VM mode
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334329] amdgpu 0000:01:00.0: amdgpu: PCIE atomic ops is not supported
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.334383] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335822] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_mc.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335847] amdgpu 0000:01:00.0: BAR 2: releasing [mem 0x1010000000-0x10101fffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335852] amdgpu 0000:01:00.0: BAR 0: releasing [mem 0x1000000000-0x100fffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335872] pcieport 0000:00:00.0: BAR 15: releasing [mem 0x1000000000-0x1017ffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335883] pcieport 0000:00:00.0: BAR 15: assigned [mem 0x1040000000-0x10ffffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335888] amdgpu 0000:01:00.0: BAR 0: assigned [mem 0x1080000000-0x10ffffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335897] amdgpu 0000:01:00.0: BAR 2: assigned [mem 0x1040000000-0x10401fffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335906] pcieport 0000:00:00.0: PCI bridge to [bus 01]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335908] pcieport 0000:00:00.0:   bridge window [io  0x1000-0x1fff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335912] pcieport 0000:00:00.0:   bridge window [mem 0x58000000-0x580fffff]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335914] pcieport 0000:00:00.0:   bridge window [mem 0x1040000000-0x10ffffffff 64bit pref]
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335924] amdgpu 0000:01:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335928] amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335933] [drm] Detected VRAM RAM=2048M, BAR=2048M
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.335935] [drm] RAM width 128bits GDDR5
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.336013] [drm] amdgpu: 2048M of VRAM memory ready
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.336016] [drm] amdgpu: 3072M of GTT memory ready.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.336035] [drm] GART: num cpu pages 65536, num gpu pages 65536
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.336937] [drm] PCIE GART of 256M enabled (table at 0x000000F40012C000).
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.340179] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_pfp_2.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.340629] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_me_2.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.340906] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_ce_2.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.340913] [drm] Chained IB support enabled!
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.341234] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_rlc.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.342310] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_mec_2.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.343261] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_mec2_2.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.344926] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_sdma.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.345147] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_sdma1.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.345317] amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.346849] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_uvd.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.346859] [drm] Found UVD firmware Version: 1.130 Family ID: 16
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.348438] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_vce.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.348448] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.350308] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris12_smc.bin
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.358909] input: RAPOO Rapoo 2.4G Wireless Device Consumer Control as /devices/pci0000:00/0000:00:03.0/0000:04:00.0/usb1/1-3/1-3:1.1/0003:24AE:2013.0002/input/input3
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.359005] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:00.0/0000:01:00.1/sound/card0/input5
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.363225] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:00.0/0000:01:00.1/sound/card0/input6
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.363368] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:00.0/0000:01:00.1/sound/card0/input7
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.368852] hid-generic 0003:24AE:2013.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [RAPOO Rapoo 2.4G Wireless Device] on usb-0000:04:00.0-3/input1
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.375179] usb 1-1.4: reset high-speed USB device number 5 using xhci_hcd
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.387000] input: RAPOO Rapoo 2.4G Wireless Device as /devices/pci0000:00/0000:00:03.0/0000:04:00.0/usb1/1-3/1-3:1.2/0003:24AE:2013.0003/input/input8
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.413599] audit: type=1400 audit(1626197364.979:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=406 comm="apparmor_parser"
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.414017] audit: type=1400 audit(1626197364.979:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=407 comm="apparmor_parser"
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.414162] audit: type=1400 audit(1626197364.979:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=407 comm="apparmor_parser"
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.417587] audit: type=1400 audit(1626197364.983:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=408 comm="apparmor_parser"
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.417622] audit: type=1400 audit(1626197364.983:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=408 comm="apparmor_parser"
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.417650] audit: type=1400 audit(1626197364.983:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=408 comm="apparmor_parser"
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.445669] [drm] Display Core initialized with v3.2.160!
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.451251] hid-generic 0003:24AE:2013.0003: input,hidraw2: USB HID v1.10 Keyboard [RAPOO Rapoo 2.4G Wireless Device] on usb-0000:04:00.0-3/input2
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.451590] input: HID 046a:0011 as /devices/pci0000:00/0000:00:03.0/0000:04:00.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046A:0011.0004/input/input9
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.455085] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.511126] hid-generic 0003:046A:0011.0004: input,hidraw3: USB HID v1.11 Keyboard [HID 046a:0011] on usb-0000:04:00.0-1.2/input0
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.513264] r8152 1-1.4:1.0: firmware: direct-loading firmware rtl_nic/rtl8153b-2.fw
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.521446] [drm] UVD and UVD ENC initialized successfully.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.574159] r8152 1-1.4:1.0: load rtl8153b-2 v1 10/23/19 successfully
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.626391] [drm] VCE initialized successfully.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.626435] amdgpu 0000:01:00.0: amdgpu: SE 2, SH per SE 1, CU per SH 5, active_cu_number 8
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.632189] [drm] fb mappable at 0x108065C000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.632195] [drm] vram apper at 0x1080000000
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.632197] [drm] size 33177600
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.632198] [drm] fb depth is 24
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.632200] [drm]    pitch is 15360
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.658991] r8152 1-1.4:1.0 eth0: v1.12.12
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.669035] Console: switching to colour frame buffer device 240x67
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.693465] r8152 1-1.4:1.0 enx00e04c680707: renamed from eth0
Jan 29 15:30:01 atzlinux-arm64 rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.2102.0]
Jan 29 15:30:01 atzlinux-arm64 rsyslogd: [origin software="rsyslogd" swVersion="8.2102.0" x-pid="480" x-info="https://www.rsyslog.com";] start
Jan 29 15:30:01 atzlinux-arm64 /usr/sbin/gpm[500]: *** info [daemon/startup.c(131)]: 
Jan 29 15:30:01 atzlinux-arm64 /usr/sbin/gpm[500]: Started gpm successfully. Entered daemon mode.
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.731933] amdgpu 0000:01:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Jan 29 15:30:01 atzlinux-arm64 kernel: [    3.748506] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:01:00.0 on minor 0
Jan 29 15:30:02 atzlinux-arm64 kernel: [    4.934781] random: crng init done
Jan 29 15:30:02 atzlinux-arm64 kernel: [    4.934786] random: 7 urandom warning(s) missed due to ratelimiting
Jan 29 15:30:04 atzlinux-arm64 kernel: [    6.353000] IPv6: ADDRCONF(NETDEV_CHANGE): enx00e04c680707: link becomes ready
Jan 29 15:30:04 atzlinux-arm64 kernel: [    6.355084] r8152 1-1.4:1.0 enx00e04c680707: carrier on

** Model information

** Loaded modules:
rfkill
joydev
nls_ascii
nls_cp437
vfat
fat
evdev
amdgpu
hid_generic
snd_hda_codec_hdmi
snd_hda_intel
snd_intel_dspcfg
aes_ce_blk
snd_hda_codec
cdc_ether
aes_ce_cipher
usbnet
snd_hda_core
ghash_ce
gpu_sched
snd_hwdep
gf128mul
r8152
usbhid
drm_ttm_helper
sha2_ce
snd_pcm
mii
hid
ttm
sha256_arm64
snd_timer
sha1_ce
drm_kms_helper
sbsa_gwdt
snd
i2c_algo_bit
soundcore
drm
fuse
configfs
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
crc32c_generic
nvme
nvme_core
t10_pi
crc_t10dif
xhci_pci
xhci_hcd
crct10dif_generic
usbcore
crct10dif_ce
usb_common
crct10dif_common

** Network interface configuration:
*** /etc/network/interfaces:

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

allow-hotplug enx00e04c680707
iface enx00e04c680707 inet dhcp

** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enx00e04c680707: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:e0:4c:68:07:07 brd ff:ff:ff:ff:ff:ff
    inet 192.168.159.101/24 brd 192.168.159.255 scope global enx00e04c680707
       valid_lft forever preferred_lft forever
    inet6 fe80::2e0:4cff:fe68:707/64 scope link 
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo:     400       8    0    0    0     0          0         0      400       8    0    0    0     0       0          0
enx00e04c680707:  761421    1956    0    0    0     0          0         0   394458    1697    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    Forwarding: 2
    1712 total packets received
    2 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    1710 incoming packets delivered
    1576 requests sent out
    40 dropped because of missing route
Icmp:
    0 ICMP messages received
    0 input ICMP message failed
    ICMP input histogram:
    0 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
Tcp:
    25 active connection openings
    3 passive connection openings
    4 failed connection attempts
    0 connection resets received
    2 connections established
    1622 segments received
    1580 segments sent out
    8 segments retransmitted
    0 bad segments received
    36 resets sent
Udp:
    65 packets received
    0 packets to unknown port received
    0 packet receive errors
    67 packets sent
    0 receive buffer errors
    0 send buffer errors
    IgnoredMulti: 23
UdpLite:
TcpExt:
    4 TCP sockets finished time wait in fast timer
    6 delayed acks sent
    Quick ack mode was activated 1 times
    327 packet headers predicted
    184 acknowledgments not containing data payload received
    578 predicted acknowledgments
    Detected reordering 3 times using SACK
    TCPLostRetransmit: 5
    TCPTimeouts: 7
    TCPLossProbes: 1
    TCPBacklogCoalesce: 21
    TCPDSACKOldSent: 1
    TCPDSACKRecv: 2
    TCPDSACKOfoRecv: 1
    16 connections reset due to unexpected data
    TCPDSACKIgnoredNoUndo: 1
    TCPSackShiftFallback: 3
    TCPRcvCoalesce: 1
    TCPOFOQueue: 56
    TCPAutoCorking: 11
    TCPSynRetrans: 7
    TCPOrigDataSent: 1158
    TCPHystartTrainDetect: 2
    TCPHystartTrainCwnd: 68
    TCPDelivered: 1179
    TCPAckCompressed: 1
    TcpTimeoutRehash: 6
    TCPDSACKRecvSegs: 1
    TCPDSACKIgnoredDubious: 2
IpExt:
    InBcastPkts: 23
    InOctets: 748963
    OutOctets: 369722
    InBcastOctets: 3059
    InNoECTPkts: 1923
MPTcpExt:


** PCI devices:
00:00.0 PCI bridge [0604]: Cadence Design Systems, Inc. Device [17cd:dc16] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at 1018000000 (64-bit, non-prefetchable) [size=4M]
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00001000-00001fff [size=4K]
	Memory behind bridge: 58000000-580fffff [size=1M]
	Prefetchable memory behind bridge: 0000001040000000-00000010ffffffff [size=3G]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:01.0 PCI bridge [0604]: Cadence Design Systems, Inc. Device [17cd:dc01] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at 1018400000 (64-bit, non-prefetchable) [size=4M]
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: [disabled]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.0 PCI bridge [0604]: Cadence Design Systems, Inc. Device [17cd:dc16] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at 1018800000 (64-bit, non-prefetchable) [size=4M]
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: 58100000-581fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.0 PCI bridge [0604]: Cadence Design Systems, Inc. Device [17cd:dc01] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at 1018c00000 (64-bit, non-prefetchable) [size=4M]
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: 58200000-582fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X] [1002:699f] (rev c7) (prog-if 00 [VGA controller])
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X] [1002:0b0c]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 51
	Region 0: Memory at 1080000000 (64-bit, prefetchable) [size=2G]
	Region 2: Memory at 1040000000 (64-bit, prefetchable) [size=2M]
	Region 4: I/O ports at 1000 [size=256]
	Region 5: Memory at 58000000 (32-bit, non-prefetchable) [size=256K]
	Expansion ROM at 58040000 [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X] [1002:aae0]
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X] [1002:aae0]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 50
	Region 0: Memory at 58060000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

03:00.0 Non-Volatile memory controller [0108]: Phison Electronics Corporation PS5013 E13 NVMe Controller [1987:5013] (rev 01) (prog-if 02 [NVM Express])
	Subsystem: Phison Electronics Corporation PS5013 E13 NVMe Controller [1987:5013]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 36
	NUMA node: 0
	Region 0: Memory at 58100000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: nvme
	Kernel modules: nvme

04:00.0 USB controller [0c03]: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller [1912:0014] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller [1912:0015]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at 58200000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci


** USB devices:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 24ae:2013 Shenzhen Rapoo Technology Co., Ltd. Rapoo 2.4G Wireless Device
Bus 001 Device 005: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
Bus 001 Device 004: ID 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 11.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: arm64 (aarch64)

Kernel: Linux 5.16.0-rc8-rt-arm64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8), LANGUAGE=zh_CN:zh
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-5.16.0-rc8-rt-arm64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.140
ii  kmod                                    28-1
ii  linux-base                              4.6

Versions of packages linux-image-5.16.0-rc8-rt-arm64 recommends:
ii  apparmor             2.13.6-10
ii  firmware-linux-free  20200122-1

Versions of packages linux-image-5.16.0-rc8-rt-arm64 suggests:
ii  debian-kernel-handbook  1.0.19
ii  linux-doc-5.16          5.16.3-1~exp1

Versions of packages linux-image-5.16.0-rc8-rt-arm64 is related to:
ii  firmware-amd-graphics     20210315-3
ii  firmware-atheros          20210315-3
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
pn  firmware-iwlwifi          <none>
pn  firmware-libertas         <none>
pn  firmware-linux-nonfree    <none>
pn  firmware-misc-nonfree     <none>
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
ii  firmware-realtek          20210315-3
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information


Reply to: