ARM: meson8m2: new board suffering from "rcu_preempt detected stall" / "CPU#n stuck" with stmmac enabled

Martin Blumenstingl martin.blumenstingl at googlemail.com
Fri Jul 2 12:55:06 PDT 2021


Hello,

I am currently trying to make mainline Linux run on a device called
WeTek Core [0]
It uses an Amlogic S812 SoC with 4x Cortex-A9 cores and 2GB DDR3.

Enabling the dwmac-meson8b / stmmac Ethernet IP however is giving me
some trouble.
Four out of five times the board hangs during boot when the Ethernet
controller is enabled.
I have attached three boot logs:
- with-twd.txt - the boot process with the TWD timer enabled
- no-twd.txt - the boot process with the TWD timer disabled (since the
first log contained some TWD related bits I wanted to confirm that TWD
is not causing this issue)
- with-twd-successful.txt - uses the very same uImage, dtb and kernel
cmdline as "with-twd.txt" but this time the kernel does not hang

Disabling the Ethernet controller makes it boot every time (I tried it
five times in a row with 100% success rate).
That said, I am not insisting on the fact that the stmmac or
dwmac-meson8b drivers must be at fault. All of my other Meson8b and
Meson8m2 boards (none of them are using the TrustZone firmware) don't
have any Ethernet problems.

I am hoping that someone in the Linux community can share some advice
on how I can debug this issue.

Some background info:
Initially I thought adding support to mainline Linux would be easy.
After failing to read from the eFuse I found out that this board is
running a TrustZone firmware which prevents Linux from reading/writing
some registers.
So far this TrustZone firmware is affecting three areas (for which I
have patches ready):
- booting the secondary cores requires an SMCCC firmware call
- reading/writing the eFuse requires an SMCCC firmware call
- reading the SoC version requires an SMCCC firmware call
- some memory reservations need to be obtained from an SMCCC firmware
call (and then reserved in Linux as well)


Best regards,
Martin


[0] https://kodi.wiki/view/Archive:WeTek_Core
-------------- next part --------------
## Booting kernel from Legacy Image at 14000000 ...
   Image Name:   linux-next
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    14107200 Bytes = 13.5 MiB
   Load Address: 00208000
   Entry Point:  00208000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 15000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (uncompressed)
   Data Size:    15282688 Bytes = 14.6 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 11800000
   Booting using the fdt blob at 0x11800000
   Loading Kernel Image ... OK
OK
uboot time: 8954821 us.
EFUSE machid is not set.
Using machid 0xf81 from environment
faild to get aml_reserved_end address
the default relocate ramdisk and fdt address-relocate_addr: 0x20000000
   Loading Ramdisk to 1f16c000, end 1ffff200 ... OK
   Loading Device Tree to 1f162000, end 1f16b311 ... OK

Starting kernel ...

SW: sram_core_read(fn=201)=3
SW: sram_core_read(fn=201)=7
SW: sram_core_read(fn=201)=f
SW: sram_core_read(fn=209)=74e
[    0.000000] Booting Linux on physical CPU 0x200
[    0.000000] Linux version 5.13.0-07617-gdfc7c5fde3c1-dirty (xdarklight at blackbox) (arm-none-eabi-gcc (Arch Repository) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #195 SMP PREEMPT Fri Jul 2 20:57:35 CEST 2021
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: WeTek Core
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x70000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000]   HighMem  [mem 0x0000000030000000-0x000000007fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x00000000001fffff]
[    0.000000]   node   0: [mem 0x0000000000200000-0x0000000004efffff]
[    0.000000]   node   0: [mem 0x0000000004f00000-0x0000000004ffffff]
[    0.000000]   node   0: [mem 0x0000000005000000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000] Running under TrustZone secure firmware.
[    0.000000] percpu: Embedded 17 pages/cpu s38024 r8192 d23416 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 522560
[    0.000000] Kernel command line: console=ttyAML0,115200 root=UUID=7b0d3fa5-f547-4293-aba3-a741940cf10e rootwait=1 rootdelay=2 rw
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 1421096K/2097152K available (20480K kernel code, 1561K rwdata, 7188K rodata, 1024K init, 956K bss, 413912K reserved, 262144K cma-reserved, 1048576K highmem)
[    0.000000] **********************************************************
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **                                                      **
[    0.000000] ** This system shows unhashed kernel memory addresses   **
[    0.000000] ** via the console, logs, and other interfaces. This    **
[    0.000000] ** might reduce the security of your system.            **
[    0.000000] **                                                      **
[    0.000000] ** If you see this message and you are not debugging    **
[    0.000000] ** the kernel, report this immediately to your system   **
[    0.000000] ** administrator!                                       **
[    0.000000] **                                                      **
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **********************************************************
[    0.000000] random: get_random_u32 called from __kmem_cache_create+0x1c/0x430 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000]  Trampoline 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=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] irq_meson_gpio: 134 to 8 gpio interrupt mux initialized
[    0.000000] L2C: DT/platform modifies aux control register: 0x02080000 -> 0x32480000
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x4100a0c9, AUX_CTRL 0x76480000
[    0.000001] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000040] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000081] Switching to timer-based delay loop, resolution 1000ns
[    0.000572] Console: colour dummy device 80x30
[    0.000619] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[    0.000635] pid_max: default: 32768 minimum: 301
[    0.001067] LSM: Security Framework initializing
[    0.001270] Smack:  Initializing.
[    0.001276] Smack:  IPv6 port labeling enabled.
[    0.001862] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001875] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.004761] CPU: Testing write buffer coherency: ok
[    0.004851] CPU0: Spectre v2: using BPIALL workaround
[    0.005247] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[    0.006545] Setting up static identity map for 0x300000 - 0x300060
[    0.006762] rcu: Hierarchical SRCU implementation.
[    0.008859] smp: Bringing up secondary CPUs ...
[    0.012496] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[    0.012507] CPU1: Spectre v2: using BPIALL workaround
[    0.016214] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[    0.016225] CPU2: Spectre v2: using BPIALL workaround
[    0.019899] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[    0.019909] CPU3: Spectre v2: using BPIALL workaround
[    0.019994] smp: Brought up 1 node, 4 CPUs
[    0.020005] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[    0.020014] CPU: All CPU(s) started in SVC mode.
[    0.021241] devtmpfs: initialized
[    0.061165] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.062345] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.062365] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.075697] pinctrl core: initialized pinctrl subsystem
[    0.079918] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.082925] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.085693] audit: initializing netlink subsys (disabled)
[    0.086077] audit: type=2000 audit(0.084:1): state=initialized audit_enabled=0 res=1
[    0.088995] thermal_sys: Registered thermal governor 'fair_share'
[    0.089003] thermal_sys: Registered thermal governor 'bang_bang'
[    0.089011] thermal_sys: Registered thermal governor 'step_wise'
[    0.089018] thermal_sys: Registered thermal governor 'user_space'
[    0.090169] cpuidle: using governor menu
[    0.090383] No ATAGs?
[    0.090489] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.090500] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.239616] Kprobes globally optimized
[    0.247584] cryptd: max_cpu_qlen set to 1000
[    0.270142] SCSI subsystem initialized
[    0.271845] usbcore: registered new interface driver usbfs
[    0.272077] usbcore: registered new interface driver hub
[    0.272258] usbcore: registered new device driver usb
[    0.273320] mc: Linux media interface: v0.10
[    0.273485] videodev: Linux video capture interface: v2.00
[    0.274228] pps_core: LinuxPPS API ver. 1 registered
[    0.274237] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    0.274347] PTP clock support registered
[    0.274897] EDAC MC: Ver: 3.0.0
[    0.277959] Advanced Linux Sound Architecture Driver Initialized.
[    0.280799] Bluetooth: Core ver 2.22
[    0.280987] NET: Registered PF_BLUETOOTH protocol family
[    0.280995] Bluetooth: HCI device and connection manager initialized
[    0.281018] Bluetooth: HCI socket layer initialized
[    0.281036] Bluetooth: L2CAP socket layer initialized
[    0.281093] Bluetooth: SCO socket layer initialized
[    0.281163] NetLabel: Initializing
[    0.281169] NetLabel:  domain hash size = 128
[    0.281175] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.281617] NetLabel:  unlabeled traffic allowed by default
[    0.283131] clocksource: Switched to clocksource timer
[    0.284156] Clockevents: could not switch to one-shot mode:
[    0.284156] Clockevents: could not switch to one-shot mode:
[    0.284156] Clockevents: could not switch to one-shot mode:
[    0.284156] Clockevents: could not switch to one-shot mode: dummy_timer is not functional.
[    0.284162]  dummy_timer is not functional.
[    0.284162]  dummy_timer is not functional.
[    0.284167] Could not switch to high resolution mode on CPU 0
[    0.284167] Could not switch to high resolution mode on CPU 1
[    0.284167] Could not switch to high resolution mode on CPU 2
[    0.284181]  dummy_timer is not functional.
[    0.284188] Could not switch to high resolution mode on CPU 3
[    0.284557] VFS: Disk quotas dquot_6.6.0
[    0.284712] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.285435] FS-Cache: Loaded
[    0.286051] CacheFiles: Loaded
[    0.324983] NET: Registered PF_INET protocol family
[    0.325246] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.327534] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.327597] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.327665] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.327750] TCP: Hash tables configured (established 8192 bind 8192)
[    0.328463] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.328533] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.329322] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.330839] RPC: Registered named UNIX socket transport module.
[    0.330849] RPC: Registered udp transport module.
[    0.330856] RPC: Registered tcp transport module.
[    0.330861] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.332674] NET: Registered PF_XDP protocol family
[    0.333948] Trying to unpack rootfs image as initramfs...
[    0.337518] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    0.348003] Initialise system trusted keyrings
[    0.348499] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.397156] zbud: loaded
[    0.409196] DLM installed
[    0.419883] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.424797] Freeing initrd memory: 14928K
[    0.431980] NFS: Registering the id_resolver key type
[    0.432058] Key type id_resolver registered
[    0.432066] Key type id_legacy registered
[    0.432697] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.432724] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.432732] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[    0.439350] FS-Cache: Netfs 'cifs' registered for caching
[    0.442419] Key type cifs.spnego registered
[    0.442474] Key type cifs.idmap registered
[    0.443169] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.448585] fuse: init (API version 7.33)
[    0.453981] NILFS version 2 loaded
[    0.527170] NET: Registered PF_ALG protocol family
[    0.527248] xor: measuring software checksum speed
[    0.532376]    arm4regs        :  1934 MB/sec
[    0.538749]    8regs           :  1547 MB/sec
[    0.545642]    32regs          :  1430 MB/sec
[    0.552578]    neon            :  1419 MB/sec
[    0.552585] xor: using function: arm4regs (1934 MB/sec)
[    0.552600] async_tx: api initialized (async)
[    0.552608] Key type asymmetric registered
[    0.552614] Asymmetric key parser 'x509' registered
[    0.552756] bounce: pool size: 64 pages
[    0.553704] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.553943] io scheduler mq-deadline registered
[    0.553967] io scheduler kyber registered
[    0.554974] io scheduler bfq registered
[    0.564280] gpio-463 (usb-hub-reset): hogged as output/high
[    0.567689] gpio gpiochip1: gpio-line-names is length 16 but should be at most length 15
[    0.580068] soc soc0: Amlogic Meson8m2 (S812) RevA (1d - 0:74E) detected
[    0.583617] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[    0.593688] c11084c0.serial: ttyAML6 at MMIO 0xc11084c0 (irq = 25, base_baud = 8854166) is a meson_uart
[    0.594332] serial serial0: tty port ttyAML6 registered
[    0.595312] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 33, base_baud = 8854166) is a meson_uart
[    1.024149] random: fast init done
[    1.027126] printk: console [ttyAML0] enabled
[    1.730282] usbcore: registered new interface driver udl
[    1.769553] brd: module loaded
[    1.815586] loop: module loaded
[    2.129824] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[    2.130465] drbd: built-in
[    2.133166] drbd: registered as block device major 147
[    2.139852] rbd: loaded (major 253)
[    2.144225] zram: Added device: zram0
[    2.151758] null_blk: module loaded
[    2.151785] dummy-irq: no IRQ given.  Use irq=N
[    2.157083] Loading iSCSI transport class v2.0-870.
[    2.162489] rdac: device handler registered
[    2.163363] hp_sw: device handler registered
[    2.167395] emc: device handler registered
[    2.171636] alua: device handler registered
[    2.177566] iscsi: registered transport (tcp)
[    2.186397] Rounding down aligned max_sectors from 4294967295 to 4294967288
[    2.188009] db_root: cannot open: /etc/target
[    2.196550] SSFDC read-only Flash Translation layer
[    2.196919] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.216584] eql: Equalizer2002: Simon Janes (simon at ncm.com) and David S. Miller (davem at redhat.com)
[    2.225165] MACsec IEEE 802.1AE
[    2.230825] libphy: Fixed MDIO Bus: probed
[    2.236079] tun: Universal TUN/TAP device driver, 1.6
[    2.237141] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[    2.244819] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[    2.254685] usbcore: registered new interface driver ath9k_htc
[    2.262498] aoe: AoE v85 initialised.
[    2.264263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.267738] ehci-platform: EHCI generic platform driver
[    2.273480] usbcore: registered new interface driver cdc_acm
[    2.278587] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.286801] usbcore: registered new interface driver usblp
[    2.292179] usbcore: registered new interface driver cdc_wdm
[    2.297798] usbcore: registered new interface driver usbtmc
[    2.303588] usbcore: registered new interface driver uas
[    2.308724] usbcore: registered new interface driver usb-storage
[    2.314602] usbcore: registered new interface driver ums-alauda
[    2.320490] usbcore: registered new interface driver ums-cypress
[    2.326468] usbcore: registered new interface driver ums-datafab
[    2.332449] usbcore: registered new interface driver ums_eneub6250
[    2.338601] usbcore: registered new interface driver ums-freecom
[    2.344581] usbcore: registered new interface driver ums-isd200
[    2.350497] usbcore: registered new interface driver ums-jumpshot
[    2.356555] usbcore: registered new interface driver ums-karma
[    2.362359] usbcore: registered new interface driver ums-onetouch
[    2.368488] usbcore: registered new interface driver ums-realtek
[    2.374403] usbcore: registered new interface driver ums-sddr09
[    2.380307] usbcore: registered new interface driver ums-sddr55
[    2.386188] usbcore: registered new interface driver ums-usbat
[    2.392047] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[    2.401972] mousedev: PS/2 mouse device common for all mice
[    2.407956] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    2.416600] usbcore: registered new interface driver appletouch
[    2.419060] usbcore: registered new interface driver bcm5974
[    2.425770] usbcore: registered new interface driver synaptics_usb
[    2.431490] usbcore: registered new interface driver ati_remote2
[    2.436838] cm109: Keymap for Komunikate KIP1000 phone loaded
[    2.442549] usbcore: registered new interface driver cm109
[    2.447784] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad
[    2.455549] usbcore: registered new interface driver ims_pcu
[    2.460242] usbcore: registered new interface driver keyspan_remote
[    2.466942] usbcore: registered new interface driver powermate
[    2.474192] usbcore: registered new interface driver yealink
[    2.479504] i2c /dev entries driver
[    2.482360] IR NEC protocol handler initialized
[    2.485667] IR RC5(x/sz) protocol handler initialized
[    2.490691] IR RC6 protocol handler initialized
[    2.495197] IR JVC protocol handler initialized
[    2.499704] IR Sony protocol handler initialized
[    2.504298] IR SANYO protocol handler initialized
[    2.508979] IR Sharp protocol handler initialized
[    2.513666] IR MCE Keyboard/mouse protocol handler initialized
[    2.519496] IR XMP protocol handler initialized
[    2.523977] ir_imon_decoder: IR iMON protocol handler initialized
[    2.530043] IR RCMM protocol handler initialized
[    2.534864] usbcore: registered new interface driver ati_remote
[    2.540981] usbcore: registered new interface driver imon
[    2.546070] usbcore: registered new interface driver imon_raw
[    2.551781] usbcore: registered new interface driver mceusb
[    2.557877] Registered IR keymap rc-empty
[    2.561525] rc rc0: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0
[    2.570482] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[    2.579748] input: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0/input1
[    2.589476] meson-ir c8100480.ir-receiver: receiver initialized
[    2.594909] usbcore: registered new interface driver redrat3
[    2.600286] usbcore: registered new interface driver streamzap
[    2.605927] Registered IR keymap rc-empty
[    2.610147] rc rc1: rc-core loopback device as /devices/virtual/rc/rc1
[    2.616799] rc rc1: lirc_dev: driver rc-loopback registered at minor = 1, raw IR receiver, raw IR transmitter
[    2.626740] input: rc-core loopback device as /devices/virtual/rc/rc1/input2
[    2.634684] usbcore: registered new interface driver igorplugusb
[    2.639363] usbcore: registered new interface driver iguanair
[    2.645057] usbcore: registered new interface driver ttusbir
[    2.651079] pps_ldisc: PPS line discipline registered
[    2.658704] usbcore: registered new interface driver pcwd_usb
[    2.663464] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=1)
[    2.670191] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[    2.677496] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
[    2.685138] md-cluster: support raid1 and raid10 (limited support)
[    2.691101] Registering Cluster MD functions
[    2.697008] device-mapper: uevent: version 1.0.3
[    2.701748] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel at redhat.com
[    2.709921] device-mapper: multipath round-robin: version 1.2.0 loaded
[    2.714870] device-mapper: multipath queue-length: version 0.2.0 loaded
[    2.721449] device-mapper: multipath service-time: version 0.3.0 loaded
[    2.729579] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    2.735991] Bluetooth: HCI UART driver ver 2.3
[    2.738521] Bluetooth: HCI UART protocol H4 registered
[    2.743629] Bluetooth: HCI UART protocol BCSP registered
[    2.749076] Bluetooth: HCI UART protocol LL registered
[    2.754033] Bluetooth: HCI UART protocol ATH3K registered
[    2.759532] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.765849] Bluetooth: HCI UART protocol Intel registered
[    2.771350] Bluetooth: HCI UART protocol Broadcom registered
[    2.772059] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    2.776790] Bluetooth: HCI UART protocol QCA registered
[    2.784669] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    2.799740] ledtrig-cpu: registered to indicate activity on CPUs
[    2.803279] hid: raw HID events driver (C) Jiri Kosina
[    2.826662] usbcore: registered new interface driver usbhid
[    2.826698] usbhid: USB HID core driver
[    2.839772] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    2.842747] NET: Registered PF_LLC protocol family
[    2.846543] GACT probability on
[    2.849631] Mirror/redirect action on
[    2.853433] Simple TC action Loaded
[    2.858845] netem: version 1.3
[    2.860306] u32 classifier
[    2.862420]     Performance counters on
[    2.866267]     input device check on
[    2.869886]     Actions configured
[    2.878472] xt_time: kernel timezone is -0000
[    2.878566] IPVS: Registered protocols ()
[    2.882234] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    2.889217] IPVS: ipvs loaded.
[    2.892120] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    2.899519] gre: GRE over IPv4 demultiplexor driver
[    2.902281] ip_gre: GRE over IPv4 tunneling driver
[    2.912972] IPv4 over IPsec tunneling driver
[    2.916949] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    2.918280] Initializing XFRM netlink socket
[    2.922322] IPsec XFRM device driver
[    2.929391] NET: Registered PF_INET6 protocol family
[    2.966000] Segment Routing with IPv6
[    2.966857] mip6: Mobile IPv6
[    2.972055] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.977708] ip6_gre: GRE over IPv6 tunneling driver
[    2.980119] NET: Registered PF_PACKET protocol family
[    2.982836] NET: Registered PF_KEY protocol family
[    2.988338] Bridge firewalling registered
[    2.992018] NET: Registered PF_APPLETALK protocol family
[    2.997229] Bluetooth: RFCOMM TTY layer initialized
[    3.001779] Bluetooth: RFCOMM socket layer initialized
[    3.006852] Bluetooth: RFCOMM ver 1.11
[    3.010660] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.015809] Bluetooth: BNEP filters: protocol multicast
[    3.021030] Bluetooth: BNEP socket layer initialized
[    3.025934] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.031856] Bluetooth: HIDP socket layer initialized
[    3.037292] 8021q: 802.1Q VLAN Support v1.8
[    3.053825] DCCP: Activated CCID 2 (TCP-like)
[    3.054900] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[    3.062711] sctp: Hash tables configured (bind 512/512)
[    3.066543] NET: Registered PF_RDS protocol family
[    3.069504] Registered RDS/tcp transport
[    3.072320] Key type dns_resolver registered
[    3.076567] Key type ceph registered
[    3.081277] libceph: loaded (mon/osd proto 15/24)
[    3.085038] openvswitch: Open vSwitch switching datapath
[    3.093462] NET: Registered PF_VSOCK protocol family
[    3.094960] mpls_gso: MPLS GSO support
[    3.100794] ThumbEE CPU extension supported.
[    3.102935] Registering SWP/SWPB emulation handler
[    3.119743] registered taskstats version 1
[    3.119820] Loading compiled-in X.509 certificates
[    3.127759] zswap: loaded using pool zstd/zbud
[    3.129955] Key type ._fscrypt registered
[    3.131385] Key type .fscrypt registered
[    3.135335] Key type fscrypt-provisioning registered
[    3.149472] Bluetooth: hci0: BCM: chip id 62
[    3.150064] Bluetooth: hci0: BCM: features 0x0f
[    3.154457] Bluetooth: hci0: BCM4330B1
[    3.156438] Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000
[    3.163074] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    3.168859] Bluetooth: hci0: BCM: 'brcm/BCM4330B1.hcd'
[    3.174044] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[    3.238728] AO_5V: supplied by DC_12V
[    3.239656] VCC5V: supplied by AO_5V
[    3.241593] reg-fixed-voltage regulator-vddio-ao-3v3: nonexclusive access to GPIO for regulator-vddio-ao-3v3
[    3.250217] VDDIO_AO_3V3: supplied by DC_12V
[    3.255848] VDDIO_AO_1V8: supplied by AO_5V
[    3.264715] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    3.265694] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    3.272123] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    3.280814] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[    3.284967] meson8b-dwmac c9410000.ethernet:         DWMAC1000
[    3.290144] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    3.297597] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    3.305050] meson8b-dwmac c9410000.ethernet: COE Type 2
[    3.310251] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    3.317273] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    3.323953] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    3.329586] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    3.335390] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.343400] meson8b-dwmac c9410000.ethernet: device MAC address 26:95:94:23:9d:8b
[    3.353691] libphy: stmmac: probed
[    3.603686] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[    3.605811] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[    3.673402] dwc2 c90c0000.usb: DWC OTG Controller
[    3.674262] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 1
[    3.679586] dwc2 c90c0000.usb: irq 34, io mem 0xc90c0000
[    3.685647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    3.693024] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.700217] usb usb1: Product: DWC OTG Controller
[    3.704896] usb usb1: Manufacturer: Linux 5.13.0-07617-gdfc7c5fde3c1-dirty dwc2_hsotg
[    3.712698] usb usb1: SerialNumber: c90c0000.usb
[    3.719734] hub 1-0:1.0: USB hub found
[    3.721169] hub 1-0:1.0: 1 port detected
[    4.024160] usb 1-1: new high-speed USB device number 2 using dwc2
[    4.233782] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[    4.236333] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.243435] usb 1-1: Product: USB2.0 Hub
[    4.249467] hub 1-1:1.0: USB hub found
[    4.251447] hub 1-1:1.0: 4 ports detected
[    4.544158] usb 1-1.1: new full-speed USB device number 3 using dwc2
[    4.649000] usb 1-1.1: New USB device found, idVendor=22a1, idProduct=2801, bcdDevice=10.01
[    4.651711] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.659003] usb 1-1.1: Product: MHTF
[    4.662552] usb 1-1.1: Manufacturer: MHTF
[    5.677953] random: crng init done
[   28.012145] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [migration/0:13]
[   28.013729] Modules linked in:
[   28.016763] CPU: 0 PID: 13 Comm: migration/0 Not tainted 5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   28.025343] Hardware name: Amlogic Meson platform
[   28.030024] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   28.037738] PC is at rcu_preempt_need_deferred_qs+0x0/0x58
[   28.043199] LR is at rcu_momentary_dyntick_idle+0x78/0xc8
[   28.048574] pc : [<c03b0eb4>]    lr : [<c03b4ca0>]    psr: 200c0113
[   28.054815] sp : c2907f18  ip : c2906000  fp : 200c0113
[   28.060016] r10: 00000000  r9 : 00000001  r8 : c2007c90
[   28.065217] r7 : 00000001  r6 : c54dfe8c  r5 : 00000001  r4 : c28e5380
[   28.071718] r3 : c2906000  r2 : 2d092222  r1 : 00000000  r0 : c28e5380
[   28.078220] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   28.085328] Control: 10c5387d  Table: 0571804a  DAC: 00000051
[   28.091049] CPU: 0 PID: 13 Comm: migration/0 Not tainted 5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   28.099630] Hardware name: Amlogic Meson platform
[   28.104311] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   28.112027] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   28.119741] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   28.127283] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   28.135605] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   28.144445] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   28.153287] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   28.162042] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   28.170364] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   28.178684] [<c03d039c>] (tick_handle_periodic) from [<c1025128>] (meson6_timer_interrupt+0x10/0x18)
[   28.187786] [<c1025128>] (meson6_timer_interrupt) from [<c03a16bc>] (__handle_irq_event_percpu+0x50/0x130)
[   28.197408] [<c03a16bc>] (__handle_irq_event_percpu) from [<c03a1878>] (handle_irq_event+0x58/0xc8)
[   28.206423] [<c03a1878>] (handle_irq_event) from [<c03a6160>] (handle_fasteoi_irq+0xb4/0x21c)
[   28.214918] [<c03a6160>] (handle_fasteoi_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   28.223413] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   28.231561] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   28.239015] Exception stack(0xc2907ec8 to 0xc2907f10)
[   28.244046] 7ec0:                   c28e5380 00000000 2d092222 c2906000 c28e5380 00000001
[   28.252195] 7ee0: c54dfe8c 00000001 c2007c90 00000001 00000000 200c0113 c2906000 c2907f18
[   28.260341] 7f00: c03b4ca0 c03b0eb4 200c0113 ffffffff
[   28.265367] [<c0300b4c>] (__irq_svc) from [<c03b0eb4>] (rcu_preempt_need_deferred_qs+0x0/0x58)
[   28.273949] [<c03b0eb4>] (rcu_preempt_need_deferred_qs) from [<c03f8d5c>] (multi_cpu_stop+0xec/0x12c)
[   28.283138] [<c03f8d5c>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   28.291458] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   28.300127] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   28.307841] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   28.315035] Exception stack(0xc2907fb0 to 0xc2907ff8)
[   28.320065] 7fa0:                                     00000000 00000000 00000000 00000000
[   28.328214] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   28.336362] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   28.342959] watchdog: BUG: soft lockup - CPU#3 stuck for 23s! [migration/3:27]
[   28.342959] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [migration/1:17]
[   28.342968] Modules linked in:
[   28.350142] Modules linked in:
[   28.357337] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   28.360370] CPU: 1 PID: 17 Comm: migration/1 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   28.363404] Hardware name: Amlogic Meson platform
[   28.373372] Hardware name: Amlogic Meson platform
[   28.383341] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   28.388022] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   28.392702] PC is at rcu_preempt_need_deferred_qs+0x10/0x58
[   28.400417] PC is at rcu_momentary_dyntick_idle+0x54/0xc8
[   28.408132] LR is at rcu_momentary_dyntick_idle+0x78/0xc8
[   28.413679] LR is at rcu_momentary_dyntick_idle+0x24/0xc8
[   28.419054] pc : [<c03b0ec4>]    lr : [<c03b4ca0>]    psr: 200c0013
[   28.424428] pc : [<c03b4c7c>]    lr : [<c03b4c4c>]    psr: 600c0013
[   28.429802] sp : c2955f10  ip : c2954000  fp : 200c0013
[   28.436043] sp : c293bf18  ip : c293a000  fp : 200c0013
[   28.442284] r10: 00000000  r9 : 00000000  r8 : c2007c90
[   28.447485] r10: 00000000  r9 : 00000000  r8 : c2007c90
[   28.452686] r7 : 00000001  r6 : c54dfe8c  r5 : 00000001  r4 : c295a540
[   28.457887] r7 : 00000001  r6 : c54dfe8c  r5 : 00000001  r4 : c1f8af00
[   28.463088] r3 : c2954000  r2 : 28814e0a  r1 : 00000000  r0 : c1d7352c
[   28.469589] r3 : eedbaf94  r2 : 2fb29b82  r1 : 00000000  r0 : 00000001
[   28.476091] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   28.482592] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   28.489094] Control: 10c5387d  Table: 03d3404a  DAC: 00000051
[   28.496202] Control: 10c5387d  Table: 0543804a  DAC: 00000051
[   28.503309] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   28.524720] Hardware name: Amlogic Meson platform
[   28.529401] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   28.537117] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   28.544831] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   28.552373] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   28.560694] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   28.569535] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   28.578377] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   28.587132] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   28.595453] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   28.603775] [<c03d039c>] (tick_handle_periodic) from [<c03d1774>] (tick_receive_broadcast+0x38/0x50)
[   28.612877] [<c03d1774>] (tick_receive_broadcast) from [<c030c0e0>] (ipi_handler+0x18/0x20)
[   28.621198] [<c030c0e0>] (ipi_handler) from [<c03a70e8>] (handle_percpu_devid_irq+0x90/0x158)
[   28.629693] [<c03a70e8>] (handle_percpu_devid_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   28.638621] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   28.646770] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   28.654224] Exception stack(0xc2955ec0 to 0xc2955f08)
[   28.659255] 5ec0: c1d7352c 00000000 28814e0a c2954000 c295a540 00000001 c54dfe8c 00000001
[   28.667403] 5ee0: c2007c90 00000000 00000000 200c0013 c2954000 c2955f10 c03b4ca0 c03b0ec4
[   28.675548] 5f00: 200c0013 ffffffff
[   28.679016] [<c0300b4c>] (__irq_svc) from [<c03b0ec4>] (rcu_preempt_need_deferred_qs+0x10/0x58)
[   28.687683] [<c03b0ec4>] (rcu_preempt_need_deferred_qs) from [<c03b4ca0>] (rcu_momentary_dyntick_idle+0x78/0xc8)
[   28.697825] [<c03b4ca0>] (rcu_momentary_dyntick_idle) from [<c03f8d5c>] (multi_cpu_stop+0xec/0x12c)
[   28.706840] [<c03f8d5c>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   28.715162] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   28.723830] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   28.731545] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   28.738739] Exception stack(0xc2955fb0 to 0xc2955ff8)
[   28.743768] 5fa0:                                     00000000 00000000 00000000 00000000
[   28.751917] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   28.760065] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   28.766652] CPU: 1 PID: 17 Comm: migration/1 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   28.776619] Hardware name: Amlogic Meson platform
[   28.781300] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   28.789016] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   28.796730] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   28.804271] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   28.812593] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   28.821434] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   28.830276] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   28.839031] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   28.847352] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   28.855674] [<c03d039c>] (tick_handle_periodic) from [<c03d1774>] (tick_receive_broadcast+0x38/0x50)
[   28.864775] [<c03d1774>] (tick_receive_broadcast) from [<c030c0e0>] (ipi_handler+0x18/0x20)
[   28.873097] [<c030c0e0>] (ipi_handler) from [<c03a70e8>] (handle_percpu_devid_irq+0x90/0x158)
[   28.881592] [<c03a70e8>] (handle_percpu_devid_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   28.890520] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   28.898668] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   28.906122] Exception stack(0xc293bec8 to 0xc293bf10)
[   28.911153] bec0:                   00000001 00000000 2fb29b82 eedbaf94 c1f8af00 00000001
[   28.919302] bee0: c54dfe8c 00000001 c2007c90 00000000 00000000 200c0013 c293a000 c293bf18
[   28.927448] bf00: c03b4c4c c03b4c7c 600c0013 ffffffff
[   28.932475] [<c0300b4c>] (__irq_svc) from [<c03b4c7c>] (rcu_momentary_dyntick_idle+0x54/0xc8)
[   28.940969] [<c03b4c7c>] (rcu_momentary_dyntick_idle) from [<c03f8d5c>] (multi_cpu_stop+0xec/0x12c)
[   28.949984] [<c03f8d5c>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   28.958306] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   28.966974] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   28.974688] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   28.981883] Exception stack(0xc293bfb0 to 0xc293bff8)
[   28.986912] bfa0:                                     00000000 00000000 00000000 00000000
[   28.995061] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   29.003209] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   52.012145] watchdog: BUG: soft lockup - CPU#0 stuck for 45s! [migration/0:13]
[   52.013726] Modules linked in:
[   52.016760] CPU: 0 PID: 13 Comm: migration/0 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   52.026728] Hardware name: Amlogic Meson platform
[   52.031409] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   52.039124] PC is at multi_cpu_stop+0xc4/0x12c
[   52.043544] LR is at rcu_preempt_need_deferred_qs+0x14/0x58
[   52.049092] pc : [<c03f8d34>]    lr : [<c03b0ec8>]    psr: 600c0113
[   52.055333] sp : c2907f20  ip : c2906000  fp : 200c0113
[   52.060534] r10: 00000000  r9 : 00000001  r8 : c2007c90
[   52.065735] r7 : 00000001  r6 : c54dfe8c  r5 : 00000001  r4 : c54dfea0
[   52.072236] r3 : 00000000  r2 : c2907f10  r1 : 2ce1f000  r0 : 00000000
[   52.078737] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   52.085846] Control: 10c5387d  Table: 0571804a  DAC: 00000051
[   52.091567] CPU: 0 PID: 13 Comm: migration/0 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   52.101535] Hardware name: Amlogic Meson platform
[   52.106216] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   52.113932] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   52.121646] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   52.129187] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   52.137509] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   52.146350] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   52.155192] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   52.163947] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   52.172268] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   52.180590] [<c03d039c>] (tick_handle_periodic) from [<c1025128>] (meson6_timer_interrupt+0x10/0x18)
[   52.189691] [<c1025128>] (meson6_timer_interrupt) from [<c03a16bc>] (__handle_irq_event_percpu+0x50/0x130)
[   52.199313] [<c03a16bc>] (__handle_irq_event_percpu) from [<c03a1878>] (handle_irq_event+0x58/0xc8)
[   52.208328] [<c03a1878>] (handle_irq_event) from [<c03a6160>] (handle_fasteoi_irq+0xb4/0x21c)
[   52.216823] [<c03a6160>] (handle_fasteoi_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   52.225318] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   52.233466] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   52.240920] Exception stack(0xc2907ed0 to 0xc2907f18)
[   52.245950] 7ec0:                                     00000000 2ce1f000 c2907f10 00000000
[   52.254099] 7ee0: c54dfea0 00000001 c54dfe8c 00000001 c2007c90 00000001 00000000 200c0113
[   52.262247] 7f00: c2906000 c2907f20 c03b0ec8 c03f8d34 600c0113 ffffffff
[   52.268833] [<c0300b4c>] (__irq_svc) from [<c03f8d34>] (multi_cpu_stop+0xc4/0x12c)
[   52.276374] [<c03f8d34>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   52.284695] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   52.293364] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   52.301078] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   52.308272] Exception stack(0xc2907fb0 to 0xc2907ff8)
[   52.313302] 7fa0:                                     00000000 00000000 00000000 00000000
[   52.321451] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   52.329599] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   52.336193] watchdog: BUG: soft lockup - CPU#1 stuck for 45s! [migration/1:17]
[   52.336193] watchdog: BUG: soft lockup - CPU#3 stuck for 45s! [migration/3:27]
[   52.336200] Modules linked in:
[   52.343378] Modules linked in:
[   52.350573] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   52.353607] 
[   52.356641] Hardware name: Amlogic Meson platform
[   52.366610] CPU: 1 PID: 17 Comm: migration/1 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   52.368083] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   52.372763] Hardware name: Amlogic Meson platform
[   52.382732] PC is at __this_cpu_preempt_check+0x4/0x10
[   52.390447] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   52.395127] LR is at rcu_preempt_need_deferred_qs+0x14/0x58
[   52.400242] PC is at rcu_momentary_dyntick_idle+0x7c/0xc8
[   52.407956] pc : [<c1651554>]    lr : [<c03b0ec8>]    psr: 200c0013
[   52.413504] LR is at rcu_preempt_need_deferred_qs+0x14/0x58
[   52.418878] sp : c2955f10  ip : c2954000  fp : 200c0013
[   52.425120] pc : [<c03b4ca4>]    lr : [<c03b0ec8>]    psr: 600c0013
[   52.430667] r10: 00000000  r9 : 00000000  r8 : c2007c90
[   52.435868] sp : c293bf18  ip : c293a000  fp : 200c0013
[   52.442109] r7 : 00000001  r6 : c54dfe8c  r5 : 00000001  r4 : c295a540
[   52.447310] r10: 00000000  r9 : 00000000  r8 : c2007c90
[   52.452511] r3 : c2954000  r2 : 58998faa  r1 : c1d7352c  r0 : c1d7352c
[   52.459012] r7 : 00000001  r6 : c54dfe8c  r5 : 00000001  r4 : c2912e80
[   52.464213] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   52.470714] r3 : 00000000  r2 : c293bf10  r1 : 2ce30000  r0 : 00000000
[   52.477217] Control: 10c5387d  Table: 03d3404a  DAC: 00000051
[   52.484324] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   52.490825] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   52.496547] Control: 10c5387d  Table: 0543804a  DAC: 00000051
[   52.503654] Hardware name: Amlogic Meson platform
[   52.524025] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   52.531741] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   52.539455] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   52.546996] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   52.555318] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   52.564159] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   52.573000] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   52.581756] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   52.590077] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   52.598398] [<c03d039c>] (tick_handle_periodic) from [<c03d1774>] (tick_receive_broadcast+0x38/0x50)
[   52.607500] [<c03d1774>] (tick_receive_broadcast) from [<c030c0e0>] (ipi_handler+0x18/0x20)
[   52.615822] [<c030c0e0>] (ipi_handler) from [<c03a70e8>] (handle_percpu_devid_irq+0x90/0x158)
[   52.624317] [<c03a70e8>] (handle_percpu_devid_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   52.633245] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   52.641393] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   52.648847] Exception stack(0xc2955ec0 to 0xc2955f08)
[   52.653879] 5ec0: c1d7352c c1d7352c 58998faa c2954000 c295a540 00000001 c54dfe8c 00000001
[   52.662027] 5ee0: c2007c90 00000000 00000000 200c0013 c2954000 c2955f10 c03b0ec8 c1651554
[   52.670172] 5f00: 200c0013 ffffffff
[   52.673639] [<c0300b4c>] (__irq_svc) from [<c1651554>] (__this_cpu_preempt_check+0x4/0x10)
[   52.681874] [<c1651554>] (__this_cpu_preempt_check) from [<c03b0ec8>] (rcu_preempt_need_deferred_qs+0x14/0x58)
[   52.691842] [<c03b0ec8>] (rcu_preempt_need_deferred_qs) from [<c03b4ca0>] (rcu_momentary_dyntick_idle+0x78/0xc8)
[   52.701984] [<c03b4ca0>] (rcu_momentary_dyntick_idle) from [<c03f8d5c>] (multi_cpu_stop+0xec/0x12c)
[   52.710999] [<c03f8d5c>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   52.719321] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   52.727989] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   52.735703] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   52.742898] Exception stack(0xc2955fb0 to 0xc2955ff8)
[   52.747927] 5fa0:                                     00000000 00000000 00000000 00000000
[   52.756076] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   52.764224] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   52.770810] CPU: 1 PID: 17 Comm: migration/1 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   52.780778] Hardware name: Amlogic Meson platform
[   52.785459] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   52.793174] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   52.800889] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   52.808430] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   52.816752] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   52.825593] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   52.834435] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   52.843190] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   52.851511] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   52.859832] [<c03d039c>] (tick_handle_periodic) from [<c03d1774>] (tick_receive_broadcast+0x38/0x50)
[   52.868934] [<c03d1774>] (tick_receive_broadcast) from [<c030c0e0>] (ipi_handler+0x18/0x20)
[   52.877256] [<c030c0e0>] (ipi_handler) from [<c03a70e8>] (handle_percpu_devid_irq+0x90/0x158)
[   52.885751] [<c03a70e8>] (handle_percpu_devid_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   52.894679] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   52.902827] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   52.910281] Exception stack(0xc293bec8 to 0xc293bf10)
[   52.915312] bec0:                   00000000 2ce30000 c293bf10 00000000 c2912e80 00000001
[   52.923460] bee0: c54dfe8c 00000001 c2007c90 00000000 00000000 200c0013 c293a000 c293bf18
[   52.931607] bf00: c03b0ec8 c03b4ca4 600c0013 ffffffff
[   52.936633] [<c0300b4c>] (__irq_svc) from [<c03b4ca4>] (rcu_momentary_dyntick_idle+0x7c/0xc8)
[   52.945128] [<c03b4ca4>] (rcu_momentary_dyntick_idle) from [<c03f8d5c>] (multi_cpu_stop+0xec/0x12c)
[   52.954143] [<c03f8d5c>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   52.962465] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   52.971133] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   52.978847] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   52.986042] Exception stack(0xc293bfb0 to 0xc293bff8)
[   52.991071] bfa0:                                     00000000 00000000 00000000 00000000
[   52.999220] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   53.007368] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   63.088148] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=0 stuck for 56s!
[   63.090444] BUG: workqueue lockup - pool cpus=1 node=0 flags=0x0 nice=0 stuck for 56s!
[   63.098338] BUG: workqueue lockup - pool cpus=2 node=0 flags=0x0 nice=0 stuck for 57s!
[   63.106227] Showing busy workqueues and worker pools:
[   63.111254] workqueue events: flags=0x0
[   63.115067]   pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=2/256 refcnt=3
[   63.121820]     pending: vmstat_shepherd, psi_avgs_work
[   63.127031] workqueue events_unbound: flags=0x2
[   63.131537]   pwq 8: cpus=0-3 flags=0x4 nice=0 active=3/512 refcnt=6
[   63.137855]     in-flight: 210:enable_ptr_key_workfn, 217:deferred_probe_work_func BAR(1) deferred_probe_work_func
[   63.148181] workqueue events_power_efficient: flags=0x80
[   63.153468]   pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=2/256 refcnt=3
[   63.160220]     pending: do_cache_clean, neigh_periodic_work
[   63.165875] workqueue mm_percpu_wq: flags=0x8
[   63.170198]   pwq 4: cpus=2 node=0 flags=0x0 nice=0 active=1/256 refcnt=3
[   63.176950]     pending: lru_add_drain_per_cpu BAR(34)
[   63.182073]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256 refcnt=2
[   63.188825]     pending: vmstat_update
[   63.192561]   pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=1/256 refcnt=2
[   63.199313]     pending: vmstat_update
[   63.203061] workqueue usb_hub_wq: flags=0x4
[   63.207211]   pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256 refcnt=2
[   63.213962]     in-flight: 34:hub_event
[   63.217823] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=56s workers=3 idle: 250 19
[   63.225329] pool 8: cpus=0-3 flags=0x4 nice=0 hung=56s workers=4 idle: 7 153
[   64.468144] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[   64.468597] rcu:     2-...!: (1 GPs behind) idle=2fe/1/0x40000000 softirq=139/140 fqs=242 
[   64.476571]  (detected by 1, t=15004 jiffies, g=-915, q=80)
[   76.020144] watchdog: BUG: soft lockup - CPU#3 stuck for 67s! [migration/3:27]
[   76.021724] Modules linked in:
[   76.024758] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   76.034726] Hardware name: Amlogic Meson platform
[   76.039407] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   76.047122] PC is at rcu_preempt_need_deferred_qs+0x8/0x58
[   76.052583] LR is at rcu_momentary_dyntick_idle+0x78/0xc8
[   76.057957] pc : [<c03b0ebc>]    lr : [<c03b4ca0>]    psr: 200c0013
[   76.064198] sp : c2955f10  ip : c2954000  fp : 200c0013
[   76.069399] r10: 00000000  r9 : 00000000  r8 : c2007c90
[   76.074600] r7 : 00000001  r6 : c54dfe8c  r5 : 00000001  r4 : c295a540
[   76.081101] r3 : c2954000  r2 : 8844a116  r1 : 00000000  r0 : c295a540
[   76.087603] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   76.094711] Control: 10c5387d  Table: 03d3404a  DAC: 00000051
[   76.100432] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   76.110400] Hardware name: Amlogic Meson platform
[   76.115081] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   76.122797] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   76.130511] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   76.138052] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   76.146374] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   76.155215] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   76.164057] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   76.172812] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   76.181133] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   76.189455] [<c03d039c>] (tick_handle_periodic) from [<c03d1774>] (tick_receive_broadcast+0x38/0x50)
[   76.198556] [<c03d1774>] (tick_receive_broadcast) from [<c030c0e0>] (ipi_handler+0x18/0x20)
[   76.206878] [<c030c0e0>] (ipi_handler) from [<c03a70e8>] (handle_percpu_devid_irq+0x90/0x158)
[   76.215373] [<c03a70e8>] (handle_percpu_devid_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   76.224301] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   76.232450] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   76.239904] Exception stack(0xc2955ec0 to 0xc2955f08)
[   76.244935] 5ec0: c295a540 00000000 8844a116 c2954000 c295a540 00000001 c54dfe8c 00000001
[   76.253083] 5ee0: c2007c90 00000000 00000000 200c0013 c2954000 c2955f10 c03b4ca0 c03b0ebc
[   76.261228] 5f00: 200c0013 ffffffff
[   76.264695] [<c0300b4c>] (__irq_svc) from [<c03b0ebc>] (rcu_preempt_need_deferred_qs+0x8/0x58)
[   76.273277] [<c03b0ebc>] (rcu_preempt_need_deferred_qs) from [<c03b4ca0>] (rcu_momentary_dyntick_idle+0x78/0xc8)
[   76.283418] [<c03b4ca0>] (rcu_momentary_dyntick_idle) from [<c03f8d5c>] (multi_cpu_stop+0xec/0x12c)
[   76.292434] [<c03f8d5c>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   76.300755] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   76.309423] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   76.317138] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   76.324332] Exception stack(0xc2955fb0 to 0xc2955ff8)
[   76.329361] 5fa0:                                     00000000 00000000 00000000 00000000
[   76.337511] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   76.345658] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   88.012145] watchdog: BUG: soft lockup - CPU#0 stuck for 78s! [migration/0:13]
[   88.013725] Modules linked in:
[   88.016759] CPU: 0 PID: 13 Comm: migration/0 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   88.026727] Hardware name: Amlogic Meson platform
[   88.031408] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   88.039122] PC is at rcu_momentary_dyntick_idle+0x28/0xc8
[   88.044497] LR is at rcu_momentary_dyntick_idle+0x24/0xc8
[   88.049871] pc : [<c03b4c50>]    lr : [<c03b4c4c>]    psr: 200c0113
[   88.056112] sp : c2907f18  ip : c2906000  fp : 200c0113
[   88.061313] r10: 00000000  r9 : 00000001  r8 : c2007c90
[   88.066514] r7 : 00000001  r6 : c54dfe8c  r5 : 00000001  r4 : c1f8af00
[   88.073015] r3 : 00007ee8  r2 : 00000001  r1 : c1d32208  r0 : 00000000
[   88.079516] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   88.086625] Control: 10c5387d  Table: 0571804a  DAC: 00000051
[   88.092346] CPU: 0 PID: 13 Comm: migration/0 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   88.102314] Hardware name: Amlogic Meson platform
[   88.106995] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   88.114711] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   88.122425] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   88.129966] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   88.138288] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   88.147129] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   88.155971] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   88.164726] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   88.173047] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   88.181369] [<c03d039c>] (tick_handle_periodic) from [<c1025128>] (meson6_timer_interrupt+0x10/0x18)
[   88.190471] [<c1025128>] (meson6_timer_interrupt) from [<c03a16bc>] (__handle_irq_event_percpu+0x50/0x130)
[   88.200092] [<c03a16bc>] (__handle_irq_event_percpu) from [<c03a1878>] (handle_irq_event+0x58/0xc8)
[   88.209107] [<c03a1878>] (handle_irq_event) from [<c03a6160>] (handle_fasteoi_irq+0xb4/0x21c)
[   88.217602] [<c03a6160>] (handle_fasteoi_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   88.226097] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   88.234245] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   88.241699] Exception stack(0xc2907ec8 to 0xc2907f10)
[   88.246730] 7ec0:                   00000000 c1d32208 00000001 00007ee8 c1f8af00 00000001
[   88.254878] 7ee0: c54dfe8c 00000001 c2007c90 00000001 00000000 200c0113 c2906000 c2907f18
[   88.263025] 7f00: c03b4c4c c03b4c50 200c0113 ffffffff
[   88.268051] [<c0300b4c>] (__irq_svc) from [<c03b4c50>] (rcu_momentary_dyntick_idle+0x28/0xc8)
[   88.276546] [<c03b4c50>] (rcu_momentary_dyntick_idle) from [<c03f8d5c>] (multi_cpu_stop+0xec/0x12c)
[   88.285561] [<c03f8d5c>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   88.293882] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   88.302551] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   88.310265] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   88.317459] Exception stack(0xc2907fb0 to 0xc2907ff8)
[   88.322489] 7fa0:                                     00000000 00000000 00000000 00000000
[   88.330638] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   88.338786] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  100.020144] watchdog: BUG: soft lockup - CPU#3 stuck for 90s! [migration/3:27]
[  100.021724] Modules linked in:
[  100.024758] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[  100.034726] Hardware name: Amlogic Meson platform
[  100.039407] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[  100.047121] PC is at stop_machine_yield+0x2c/0x30
[  100.051802] LR is at multi_cpu_stop+0xd0/0x12c
[  100.056223] pc : [<c03f8c6c>]    lr : [<c03f8d40>]    psr: 600c0013
[  100.062464] sp : c2955f20  ip : c2954000  fp : 200c0013
[  100.067665] r10: 00000000  r9 : 00000000  r8 : c2007c90
[  100.072866] r7 : 00000001  r6 : c54dfe8c  r5 : 00000001  r4 : c54dfea0
[  100.079367] r3 : 00000000  r2 : c2955f10  r1 : 2ce52000  r0 : c2007c90
[  100.085868] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[  100.092977] Control: 10c5387d  Table: 03d3404a  DAC: 00000051
[  100.098698] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[  100.108666] Hardware name: Amlogic Meson platform
[  100.113347] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[  100.121062] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[  100.128777] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[  100.136318] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[  100.144640] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[  100.153481] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[  100.162323] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[  100.171077] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[  100.179399] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[  100.187721] [<c03d039c>] (tick_handle_periodic) from [<c03d1774>] (tick_receive_broadcast+0x38/0x50)
[  100.196822] [<c03d1774>] (tick_receive_broadcast) from [<c030c0e0>] (ipi_handler+0x18/0x20)
[  100.205144] [<c030c0e0>] (ipi_handler) from [<c03a70e8>] (handle_percpu_devid_irq+0x90/0x158)
[  100.213639] [<c03a70e8>] (handle_percpu_devid_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[  100.222567] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[  100.230715] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[  100.238169] Exception stack(0xc2955ed0 to 0xc2955f18)
[  100.243199] 5ec0:                                     c2007c90 2ce52000 c2955f10 00000000
[  100.251349] 5ee0: c54dfea0 00000001 c54dfe8c 00000001 c2007c90 00000000 00000000 200c0013
[  100.259496] 5f00: c2954000 c2955f20 c03f8d40 c03f8c6c 600c0013 ffffffff
[  100.266082] [<c0300b4c>] (__irq_svc) from [<c03f8c6c>] (stop_machine_yield+0x2c/0x30)
[  100.273883] [<c03f8c6c>] (stop_machine_yield) from [<c03f8d40>] (multi_cpu_stop+0xd0/0x12c)
[  100.282205] [<c03f8d40>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[  100.290526] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[  100.299194] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[  100.306909] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[  100.314103] Exception stack(0xc2955fb0 to 0xc2955ff8)
[  100.319132] 5fa0:                                     00000000 00000000 00000000 00000000
[  100.327282] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  100.335429] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000

-------------- next part --------------
SW: sram_core_read(fn=201)=3
SW: sram_core_read(fn=201)=7
SW: sram_core_read(fn=201)=f
SW: sram_core_read(fn=209)=74e
[    0.000000] Booting Linux on physical CPU 0x200
[    0.000000] Linux version 5.13.0-07617-gdfc7c5fde3c1-dirty (xdarklight at blackbox) (arm-none-eabi-gcc (Arch Repository) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #195 SMP PREEMPT Fri Jul 2 20:57:35 CEST 2021
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: WeTek Core
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x70000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000]   HighMem  [mem 0x0000000030000000-0x000000007fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x00000000001fffff]
[    0.000000]   node   0: [mem 0x0000000000200000-0x0000000004efffff]
[    0.000000]   node   0: [mem 0x0000000004f00000-0x0000000004ffffff]
[    0.000000]   node   0: [mem 0x0000000005000000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000] Running under TrustZone secure firmware.
[    0.000000] percpu: Embedded 17 pages/cpu s38024 r8192 d23416 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 522560
[    0.000000] Kernel command line: console=ttyAML0,115200 root=UUID=7b0d3fa5-f547-4293-aba3-a741940cf10e rootwait=1 rootdelay=2 rw
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 1421096K/2097152K available (20480K kernel code, 1561K rwdata, 7188K rodata, 1024K init, 956K bss, 413912K reserved, 262144K cma-reserved, 1048576K highmem)
[    0.000000] **********************************************************
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **                                                      **
[    0.000000] ** This system shows unhashed kernel memory addresses   **
[    0.000000] ** via the console, logs, and other interfaces. This    **
[    0.000000] ** might reduce the security of your system.            **
[    0.000000] **                                                      **
[    0.000000] ** If you see this message and you are not debugging    **
[    0.000000] ** the kernel, report this immediately to your system   **
[    0.000000] ** administrator!                                       **
[    0.000000] **                                                      **
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **********************************************************
[    0.000000] random: get_random_u32 called from __kmem_cache_create+0x1c/0x430 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000]  Trampoline 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=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] irq_meson_gpio: 134 to 8 gpio interrupt mux initialized
[    0.000000] L2C: DT/platform modifies aux control register: 0x02080000 -> 0x32480000
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x4100a0c9, AUX_CTRL 0x76480000
[    0.000002] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000041] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000083] Switching to timer-based delay loop, resolution 1000ns
[    0.000571] Console: colour dummy device 80x30
[    0.000614] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[    0.000629] pid_max: default: 32768 minimum: 301
[    0.001060] LSM: Security Framework initializing
[    0.001261] Smack:  Initializing.
[    0.001267] Smack:  IPv6 port labeling enabled.
[    0.001849] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001862] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.004746] CPU: Testing write buffer coherency: ok
[    0.004835] CPU0: Spectre v2: using BPIALL workaround
[    0.005223] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[    0.006485] Setting up static identity map for 0x300000 - 0x300060
[    0.006696] rcu: Hierarchical SRCU implementation.
[    0.008727] smp: Bringing up secondary CPUs ...
[    0.012352] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[    0.012364] CPU1: Spectre v2: using BPIALL workaround
[    0.016063] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[    0.016073] CPU2: Spectre v2: using BPIALL workaround
[    0.019739] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[    0.019748] CPU3: Spectre v2: using BPIALL workaround
[    0.019832] smp: Brought up 1 node, 4 CPUs
[    0.019844] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[    0.019853] CPU: All CPU(s) started in SVC mode.
[    0.021084] devtmpfs: initialized
[    0.061394] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.062578] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.062598] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.075817] pinctrl core: initialized pinctrl subsystem
[    0.080117] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.082931] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.085691] audit: initializing netlink subsys (disabled)
[    0.086077] audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1
[    0.089001] thermal_sys: Registered thermal governor 'fair_share'
[    0.089009] thermal_sys: Registered thermal governor 'bang_bang'
[    0.089017] thermal_sys: Registered thermal governor 'step_wise'
[    0.089023] thermal_sys: Registered thermal governor 'user_space'
[    0.090172] cpuidle: using governor menu
[    0.090388] No ATAGs?
[    0.090493] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.090504] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.239648] Kprobes globally optimized
[    0.247637] cryptd: max_cpu_qlen set to 1000
[    0.268533] SCSI subsystem initialized
[    0.270223] usbcore: registered new interface driver usbfs
[    0.270457] usbcore: registered new interface driver hub
[    0.270603] usbcore: registered new device driver usb
[    0.271622] mc: Linux media interface: v0.10
[    0.271787] videodev: Linux video capture interface: v2.00
[    0.272583] pps_core: LinuxPPS API ver. 1 registered
[    0.272593] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    0.272735] PTP clock support registered
[    0.275079] EDAC MC: Ver: 3.0.0
[    0.278183] Advanced Linux Sound Architecture Driver Initialized.
[    0.281045] Bluetooth: Core ver 2.22
[    0.281235] NET: Registered PF_BLUETOOTH protocol family
[    0.281243] Bluetooth: HCI device and connection manager initialized
[    0.281265] Bluetooth: HCI socket layer initialized
[    0.281283] Bluetooth: L2CAP socket layer initialized
[    0.281340] Bluetooth: SCO socket layer initialized
[    0.281409] NetLabel: Initializing
[    0.281414] NetLabel:  domain hash size = 128
[    0.281420] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.281862] NetLabel:  unlabeled traffic allowed by default
[    0.283370] clocksource: Switched to clocksource timer
[    0.284041] Clockevents: could not switch to one-shot mode:
[    0.284041] Clockevents: could not switch to one-shot mode:
[    0.284041] Clockevents: could not switch to one-shot mode:
[    0.284041] Clockevents: could not switch to one-shot mode:
[    0.284047]  dummy_timer is not functional.
[    0.284047]  dummy_timer is not functional.
[    0.284047]  dummy_timer is not functional.
[    0.284052] Could not switch to high resolution mode on CPU 3
[    0.284052] Could not switch to high resolution mode on CPU 1
[    0.284053] Could not switch to high resolution mode on CPU 0
[    0.284057]  dummy_timer is not functional.
[    0.284061] Could not switch to high resolution mode on CPU 2
[    0.284758] VFS: Disk quotas dquot_6.6.0
[    0.284909] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.285621] FS-Cache: Loaded
[    0.286237] CacheFiles: Loaded
[    0.325141] NET: Registered PF_INET protocol family
[    0.325407] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.327708] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.327772] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.327840] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.327926] TCP: Hash tables configured (established 8192 bind 8192)
[    0.328645] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.328716] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.329506] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.331035] RPC: Registered named UNIX socket transport module.
[    0.331046] RPC: Registered udp transport module.
[    0.331052] RPC: Registered tcp transport module.
[    0.331058] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.332879] NET: Registered PF_XDP protocol family
[    0.334155] Trying to unpack rootfs image as initramfs...
[    0.337405] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    0.348069] Initialise system trusted keyrings
[    0.348455] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.398011] zbud: loaded
[    0.409640] DLM installed
[    0.420847] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.422264] Freeing initrd memory: 14928K
[    0.432420] NFS: Registering the id_resolver key type
[    0.432493] Key type id_resolver registered
[    0.432501] Key type id_legacy registered
[    0.433120] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.433147] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.433154] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[    0.439839] FS-Cache: Netfs 'cifs' registered for caching
[    0.442907] Key type cifs.spnego registered
[    0.442961] Key type cifs.idmap registered
[    0.443655] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.449052] fuse: init (API version 7.33)
[    0.454444] NILFS version 2 loaded
[    0.528796] NET: Registered PF_ALG protocol family
[    0.528872] xor: measuring software checksum speed
[    0.533991]    arm4regs        :  1942 MB/sec
[    0.540879]    8regs           :  1435 MB/sec
[    0.547752]    32regs          :  1433 MB/sec
[    0.554680]    neon            :  1425 MB/sec
[    0.554689] xor: using function: arm4regs (1942 MB/sec)
[    0.554703] async_tx: api initialized (async)
[    0.554712] Key type asymmetric registered
[    0.554717] Asymmetric key parser 'x509' registered
[    0.554858] bounce: pool size: 64 pages
[    0.555815] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.556074] io scheduler mq-deadline registered
[    0.556100] io scheduler kyber registered
[    0.557117] io scheduler bfq registered
[    0.566372] gpio-463 (usb-hub-reset): hogged as output/high
[    0.569823] gpio gpiochip1: gpio-line-names is length 16 but should be at most length 15
[    0.582175] soc soc0: Amlogic Meson8m2 (S812) RevA (1d - 0:74E) detected
[    0.585730] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[    0.595796] c11084c0.serial: ttyAML6 at MMIO 0xc11084c0 (irq = 25, base_baud = 8854166) is a meson_uart
[    0.596460] serial serial0: tty port ttyAML6 registered
[    0.597436] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 33, base_baud = 8854166) is a meson_uart
[    1.028040] random: fast init done
[    1.029248] printk: console [ttyAML0] enabled
[    1.733899] usbcore: registered new interface driver udl
[    1.773154] brd: module loaded
[    1.819205] loop: module loaded
[    2.137141] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[    2.137782] drbd: built-in
[    2.140482] drbd: registered as block device major 147
[    2.147224] rbd: loaded (major 253)
[    2.151563] zram: Added device: zram0
[    2.159101] null_blk: module loaded
[    2.159130] dummy-irq: no IRQ given.  Use irq=N
[    2.164413] Loading iSCSI transport class v2.0-870.
[    2.169856] rdac: device handler registered
[    2.170710] hp_sw: device handler registered
[    2.174739] emc: device handler registered
[    2.178980] alua: device handler registered
[    2.184913] iscsi: registered transport (tcp)
[    2.193698] Rounding down aligned max_sectors from 4294967295 to 4294967288
[    2.195309] db_root: cannot open: /etc/target
[    2.203822] SSFDC read-only Flash Translation layer
[    2.204239] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.223764] eql: Equalizer2002: Simon Janes (simon at ncm.com) and David S. Miller (davem at redhat.com)
[    2.232402] MACsec IEEE 802.1AE
[    2.238027] libphy: Fixed MDIO Bus: probed
[    2.243319] tun: Universal TUN/TAP device driver, 1.6
[    2.244371] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[    2.252064] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[    2.261917] usbcore: registered new interface driver ath9k_htc
[    2.269719] aoe: AoE v85 initialised.
[    2.271453] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.275030] ehci-platform: EHCI generic platform driver
[    2.280681] usbcore: registered new interface driver cdc_acm
[    2.285824] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.294044] usbcore: registered new interface driver usblp
[    2.299413] usbcore: registered new interface driver cdc_wdm
[    2.305040] usbcore: registered new interface driver usbtmc
[    2.310817] usbcore: registered new interface driver uas
[    2.315961] usbcore: registered new interface driver usb-storage
[    2.321842] usbcore: registered new interface driver ums-alauda
[    2.327731] usbcore: registered new interface driver ums-cypress
[    2.333710] usbcore: registered new interface driver ums-datafab
[    2.339690] usbcore: registered new interface driver ums_eneub6250
[    2.345843] usbcore: registered new interface driver ums-freecom
[    2.351821] usbcore: registered new interface driver ums-isd200
[    2.357731] usbcore: registered new interface driver ums-jumpshot
[    2.363794] usbcore: registered new interface driver ums-karma
[    2.369597] usbcore: registered new interface driver ums-onetouch
[    2.375729] usbcore: registered new interface driver ums-realtek
[    2.381643] usbcore: registered new interface driver ums-sddr09
[    2.387547] usbcore: registered new interface driver ums-sddr55
[    2.393438] usbcore: registered new interface driver ums-usbat
[    2.399283] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[    2.409235] mousedev: PS/2 mouse device common for all mice
[    2.415220] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    2.423807] usbcore: registered new interface driver appletouch
[    2.426326] usbcore: registered new interface driver bcm5974
[    2.433023] usbcore: registered new interface driver synaptics_usb
[    2.438740] usbcore: registered new interface driver ati_remote2
[    2.444087] cm109: Keymap for Komunikate KIP1000 phone loaded
[    2.449788] usbcore: registered new interface driver cm109
[    2.455024] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad
[    2.462785] usbcore: registered new interface driver ims_pcu
[    2.467472] usbcore: registered new interface driver keyspan_remote
[    2.474175] usbcore: registered new interface driver powermate
[    2.481423] usbcore: registered new interface driver yealink
[    2.486732] i2c /dev entries driver
[    2.489596] IR NEC protocol handler initialized
[    2.492907] IR RC5(x/sz) protocol handler initialized
[    2.497931] IR RC6 protocol handler initialized
[    2.502437] IR JVC protocol handler initialized
[    2.506945] IR Sony protocol handler initialized
[    2.511539] IR SANYO protocol handler initialized
[    2.516226] IR Sharp protocol handler initialized
[    2.520901] IR MCE Keyboard/mouse protocol handler initialized
[    2.526737] IR XMP protocol handler initialized
[    2.531218] ir_imon_decoder: IR iMON protocol handler initialized
[    2.537285] IR RCMM protocol handler initialized
[    2.542105] usbcore: registered new interface driver ati_remote
[    2.548223] usbcore: registered new interface driver imon
[    2.553309] usbcore: registered new interface driver imon_raw
[    2.559021] usbcore: registered new interface driver mceusb
[    2.565124] Registered IR keymap rc-empty
[    2.568769] rc rc0: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0
[    2.577725] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[    2.586998] input: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0/input1
[    2.596718] meson-ir c8100480.ir-receiver: receiver initialized
[    2.602141] usbcore: registered new interface driver redrat3
[    2.607519] usbcore: registered new interface driver streamzap
[    2.613175] Registered IR keymap rc-empty
[    2.617386] rc rc1: rc-core loopback device as /devices/virtual/rc/rc1
[    2.624045] rc rc1: lirc_dev: driver rc-loopback registered at minor = 1, raw IR receiver, raw IR transmitter
[    2.633978] input: rc-core loopback device as /devices/virtual/rc/rc1/input2
[    2.641925] usbcore: registered new interface driver igorplugusb
[    2.646600] usbcore: registered new interface driver iguanair
[    2.652301] usbcore: registered new interface driver ttusbir
[    2.658323] pps_ldisc: PPS line discipline registered
[    2.665957] usbcore: registered new interface driver pcwd_usb
[    2.670706] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=1)
[    2.677437] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[    2.684737] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
[    2.692380] md-cluster: support raid1 and raid10 (limited support)
[    2.698342] Registering Cluster MD functions
[    2.704237] device-mapper: uevent: version 1.0.3
[    2.708982] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel at redhat.com
[    2.717169] device-mapper: multipath round-robin: version 1.2.0 loaded
[    2.722109] device-mapper: multipath queue-length: version 0.2.0 loaded
[    2.728688] device-mapper: multipath service-time: version 0.3.0 loaded
[    2.736837] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    2.743245] Bluetooth: HCI UART driver ver 2.3
[    2.745762] Bluetooth: HCI UART protocol H4 registered
[    2.750871] Bluetooth: HCI UART protocol BCSP registered
[    2.756323] Bluetooth: HCI UART protocol LL registered
[    2.761274] Bluetooth: HCI UART protocol ATH3K registered
[    2.766775] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.773075] Bluetooth: HCI UART protocol Intel registered
[    2.778586] Bluetooth: HCI UART protocol Broadcom registered
[    2.779314] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    2.784032] Bluetooth: HCI UART protocol QCA registered
[    2.791918] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    2.805989] ledtrig-cpu: registered to indicate activity on CPUs
[    2.810509] hid: raw HID events driver (C) Jiri Kosina
[    2.831831] usbcore: registered new interface driver usbhid
[    2.831867] usbhid: USB HID core driver
[    2.844950] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    2.847892] NET: Registered PF_LLC protocol family
[    2.851921] GACT probability on
[    2.854825] Mirror/redirect action on
[    2.858621] Simple TC action Loaded
[    2.864093] netem: version 1.3
[    2.865469] u32 classifier
[    2.867598]     Performance counters on
[    2.871446]     input device check on
[    2.875066]     Actions configured
[    2.883646] xt_time: kernel timezone is -0000
[    2.883738] IPVS: Registered protocols ()
[    2.887424] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    2.894398] IPVS: ipvs loaded.
[    2.897309] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    2.904746] gre: GRE over IPv4 demultiplexor driver
[    2.907387] ip_gre: GRE over IPv4 tunneling driver
[    2.918058] IPv4 over IPsec tunneling driver
[    2.922141] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    2.923379] Initializing XFRM netlink socket
[    2.927404] IPsec XFRM device driver
[    2.934511] NET: Registered PF_INET6 protocol family
[    2.970888] Segment Routing with IPv6
[    2.971746] mip6: Mobile IPv6
[    2.976989] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.982474] ip6_gre: GRE over IPv6 tunneling driver
[    2.985063] NET: Registered PF_PACKET protocol family
[    2.987710] NET: Registered PF_KEY protocol family
[    2.993157] Bridge firewalling registered
[    2.997036] NET: Registered PF_APPLETALK protocol family
[    3.002084] Bluetooth: RFCOMM TTY layer initialized
[    3.006572] Bluetooth: RFCOMM socket layer initialized
[    3.011710] Bluetooth: RFCOMM ver 1.11
[    3.015433] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.020700] Bluetooth: BNEP filters: protocol multicast
[    3.025898] Bluetooth: BNEP socket layer initialized
[    3.030922] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.036731] Bluetooth: HIDP socket layer initialized
[    3.042173] 8021q: 802.1Q VLAN Support v1.8
[    3.058107] DCCP: Activated CCID 2 (TCP-like)
[    3.059171] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[    3.066959] sctp: Hash tables configured (bind 512/512)
[    3.070827] NET: Registered PF_RDS protocol family
[    3.073751] Registered RDS/tcp transport
[    3.076597] Key type dns_resolver registered
[    3.080814] Key type ceph registered
[    3.085501] libceph: loaded (mon/osd proto 15/24)
[    3.089370] openvswitch: Open vSwitch switching datapath
[    3.097734] NET: Registered PF_VSOCK protocol family
[    3.099241] mpls_gso: MPLS GSO support
[    3.105061] ThumbEE CPU extension supported.
[    3.107216] Registering SWP/SWPB emulation handler
[    3.123774] registered taskstats version 1
[    3.123850] Loading compiled-in X.509 certificates
[    3.131791] zswap: loaded using pool zstd/zbud
[    3.134041] Key type ._fscrypt registered
[    3.135416] Key type .fscrypt registered
[    3.139330] Key type fscrypt-provisioning registered
[    3.157360] Bluetooth: hci0: BCM: chip id 62
[    3.157960] Bluetooth: hci0: BCM: features 0x0f
[    3.162575] Bluetooth: hci0: BCM4330B1
[    3.164284] Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000
[    3.170966] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    3.176747] Bluetooth: hci0: BCM: 'brcm/BCM4330B1.hcd'
[    3.181947] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[    3.242171] AO_5V: supplied by DC_12V
[    3.243114] VCC5V: supplied by AO_5V
[    3.245102] reg-fixed-voltage regulator-vddio-ao-3v3: nonexclusive access to GPIO for regulator-vddio-ao-3v3
[    3.253679] VDDIO_AO_3V3: supplied by DC_12V
[    3.259298] VDDIO_AO_1V8: supplied by AO_5V
[    3.268212] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    3.269193] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    3.275627] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    3.284405] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[    3.288472] meson8b-dwmac c9410000.ethernet:         DWMAC1000
[    3.293646] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    3.301098] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    3.308551] meson8b-dwmac c9410000.ethernet: COE Type 2
[    3.313752] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    3.320774] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    3.327457] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    3.333088] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    3.338892] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.346870] meson8b-dwmac c9410000.ethernet: device MAC address e6:43:32:14:1b:f2
[    3.357209] libphy: stmmac: probed
[    3.607621] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[    3.609764] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[    3.677255] dwc2 c90c0000.usb: DWC OTG Controller
[    3.678141] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 1
[    3.683439] dwc2 c90c0000.usb: irq 34, io mem 0xc90c0000
[    3.689498] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    3.696881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.704071] usb usb1: Product: DWC OTG Controller
[    3.708751] usb usb1: Manufacturer: Linux 5.13.0-07617-gdfc7c5fde3c1-dirty dwc2_hsotg
[    3.716552] usb usb1: SerialNumber: c90c0000.usb
[    3.723560] hub 1-0:1.0: USB hub found
[    3.725021] hub 1-0:1.0: 1 port detected
[    3.759697] reg-fixed-voltage regulator-vcc-3v3: nonexclusive access to GPIO for regulator-vcc-3v3
[    3.763150] VCC3V3: supplied by VDDIO_AO_3V3
[    3.772483] VCC_1V8: supplied by VCC3V3
[    3.776725] platform c1108c20.mmc:slot at 1: Got CD GPIO
[    3.779055] printk: console [netcon0] enabled
[    3.780492] netconsole: network logging started
[    3.785348] gtp: GTP module loaded (pdp ctx size 64 bytes)
[    3.791050] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.813152] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.814254] ALSA device list:
[    3.817010]   No soundcards found.
[    3.820760] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.828993] cfg80211: failed to load regulatory.db
[    3.840706] Freeing unused kernel image (initmem) memory: 1024K
[    3.847692] mmc1: new high speed SDHC card at address 0001
[    3.850050] mmcblk1: mmc1:0001 GB1QT 29.8 GiB 
[    3.855969]  mmcblk1: p1 p2
[    3.868583] Run /init as init process
:: running early hook [udev]
Warning: /lib/modules/5.13.0-07617-gdfc7c5fde3c1-dirty/modules.devname not found - ignoring
[    3.940671] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
starting version 232
:: running hook [udev]
:: Triggering uevents...
[    3.963639] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.968963] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.028082] usb 1-1: new high-speed USB device number 2 using dwc2
[    4.237794] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[    4.241049] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.247467] usb 1-1: Product: USB2.0 Hub
[    4.254149] hub 1-1:1.0: USB hub found
[    4.255495] hub 1-1:1.0: 4 ports detected
[    4.548260] usb 1-1.1: new full-speed USB device number 3 using dwc2
[    4.652964] usb 1-1.1: New USB device found, idVendor=22a1, idProduct=2801, bcdDevice=10.01
[    4.655700] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.663011] usb 1-1.1: Product: MHTF
[    4.672538] usb 1-1.1: Manufacturer: MHTF
[    4.683794] input: MHTF MHTF Keyboard as /devices/platform/soc/c90c0000.usb/usb1/1-1/1-1.1/1-1.1:1.2/0003:22A1:2801.0001/input/input3
[    4.753127] input: MHTF MHTF as /devices/platform/soc/c90c0000.usb/usb1/1-1/1-1.1/1-1.1:1.2/0003:22A1:2801.0001/input/input4
[    4.762099] hid-generic 0003:22A1:2801.0001: input,hiddev0,hidraw0: USB HID v1.00 Keyboard [MHTF MHTF] on usb-c90c0000.usb-1.1/input2
[    4.781870] input: MHTF MHTF as /devices/platform/soc/c90c0000.usb/usb1/1-1/1-1.1/1-1.1:1.3/0003:22A1:2801.0002/input/input5
[    4.790389] input: MHTF MHTF as /devices/platform/soc/c90c0000.usb/usb1/1-1/1-1.1/1-1.1:1.3/0003:22A1:2801.0002/input/input6
[    4.801329] hid-generic 0003:22A1:2801.0002: input,hiddev1,hidraw1: USB HID v1.00 Joystick [MHTF MHTF] on usb-c90c0000.usb-1.1/input3
[    4.819783] input: MHTF MHTF as /devices/platform/soc/c90c0000.usb/usb1/1-1/1-1.1/1-1.1:1.4/0003:22A1:2801.0003/input/input7
[    4.827953] hid-generic 0003:22A1:2801.0003: input,hidraw2: USB HID v1.00 Mouse [MHTF MHTF] on usb-c90c0000.usb-1.1/input4
[    4.848789] input: MHTF MHTF Keyboard as /devices/platform/soc/c90c0000.usb/usb1/1-1/1-1.1/1-1.1:1.5/0003:22A1:2801.0004/input/input8
[    4.918020] hid-generic 0003:22A1:2801.0004: input,hiddev2,hidraw3: USB HID v1.00 Keyboard [MHTF MHTF] on usb-c90c0000.usb-1.1/input5
[    5.694263] random: crng init done
[    5.694301] random: 7 urandom warning(s) missed due to ratelimiting
:: performing fsck on '/dev/mmcblk1p2'
/dev/mmcblk1p2: clean, 35880/1921360 files, 842354/7683840 blocks
:: mounting '/dev/mmcblk1p2' on real root
[    6.339833] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
:: running cleanup hook [udev]
[    7.309568] systemd[1]: System time before build time, advancing clock.
[    7.399221] systemd[1]: systemd 248.3-2-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    7.425675] systemd[1]: Detected architecture arm.

Welcome to Arch Linux ARM!

[    7.445840] systemd[1]: Hostname set to <alarm>.
[    8.478089] systemd[1]: Queued start job for default target Graphical Interface.
[    8.492830] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[    8.511786] systemd[1]: Created slice system-modprobe.slice.
[  OK  ] Created slice system-modprobe.slice.
[    8.539060] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    8.563430] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    8.585033] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    8.604836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    8.626508] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[    8.648506] systemd[1]: Reached target Local Encrypted Volumes.
[  OK  ] Reached target Local Encrypted Volumes.
[    8.668407] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[    8.684297] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    8.704255] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    8.720338] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    8.736329] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[  OK  ] Reached target Local Verity Integrity Protected Volumes.
[    8.757249] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[    8.786145] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[    8.805702] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    8.821967] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    8.841657] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    8.857694] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    8.878061] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    8.893426] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    8.909608] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    8.923113] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    8.950842] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    8.968949] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[    8.982725] systemd[1]: Mounting Temporary Directory (/tmp)...
         Mounting Temporary Directory (/tmp)...
[    9.000608] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[    9.017148] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    9.049734] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    9.075535] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    9.095372] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    9.102637] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[    9.117213] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    9.136766] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    9.150832] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    9.179957] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    9.216837] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    9.237968] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[    9.254299] systemd[1]: Mounted Temporary Directory (/tmp).
[  OK  ] Mounted Temporary Directory (/tmp).
[    9.275850] systemd[1]: modprobe at configfs.service: Deactivated successfully.
[    9.280634] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[    9.304201] systemd[1]: modprobe at drm.service: Deactivated successfully.
[    9.309133] systemd[1]: Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module drm.
[    9.331780] systemd[1]: modprobe at fuse.service: Deactivated successfully.
[    9.336295] systemd[1]: Finished Load Kernel Module fuse.
[  OK  ] Finished Load Kernel Module fuse.
[    9.360848] systemd[1]: Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Remount Root and Kernel File Systems.
[    9.386315] systemd[1]: Finished Apply Kernel Variables.
[  OK  ] Finished Apply Kernel Variables.
[    9.417820] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[    9.443819] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[    9.460894] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    9.474489] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    9.487835] systemd[1]: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
[    9.505079] systemd[1]: Condition check resulted in Create System Users being skipped.
[    9.518915] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    9.545096] systemd[1]: Mounted FUSE Control File System.
[  OK  ] Mounted FUSE Control File System.
[    9.561948] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[    9.727793] systemd[1]: Finished Load/Save Random Seed.
[  OK  ] Finished Load/Save Random Seed.
[    9.746497] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    9.849358] systemd[1]: Finished Create Static Device Nodes in /dev.
[  OK  ] Finished Create Static Device Nodes in /dev.
[    9.868985] systemd[1]: Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems (Pre).
[    9.888488] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[    9.912731] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[  OK  ] Started Entropy Daemon based on the HAVEGE algorithm.
[    9.957179] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    9.994822] systemd[1]: Starting Rule-based Manager for Device Events and Files...
         Starting Rule-based Manage…for Device Events and Files...
[   10.210804] systemd[1]: Started Rule-based Manager for Device Events and Files.
[  OK  ] Started Rule-based Manager for Device Events and Files.
[   10.232752] audit: type=1130 audit(1621433515.920:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.248954] audit: type=1334 audit(1621433515.936:3): prog-id=10 op=LOAD
[   10.264906] systemd[1]: Starting Network Service...
         Starting Network Service...
[   10.342800] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[   10.369476] audit: type=1130 audit(1621433516.052:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
         Starting Flush Journal to Persistent Storage...
[   10.457217] systemd-journald[355]: Received client request to flush runtime journal.
[   10.473735] systemd-journald[355]: File /var/log/journal/eccbd495d1d840ec891cdd77a186806d/system.journal corrupted or uncleanly shut down, renaming and replacing.
[  OK  ] Started Network Service.
[   10.801123] audit: type=1130 audit(1621433516.488:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Finished Coldplug All udev Devices.
[   11.402714] audit: type=1130 audit(1621433517.088:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Reached target Bluetooth.
[  OK  ] Found device /dev/ttyAML0.
[   12.632210] meson8b-dwmac c9410000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=57)
[   12.685945] meson8b-dwmac c9410000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   12.696179] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[   12.698133] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[   12.714357] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rgmii-id link mode
[  OK  ] Found device /dev/disk/by-uuid/5393-BDBE.
         Mounting /boot...
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Mounted /boot.
[   12.893502] audit: type=1130 audit(1621433518.576:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
         Starting Load/Save RF Kill Switch Status...
[  OK  ] Started Load/Save RF Kill Switch Status.
[   13.210359] audit: type=1130 audit(1621433518.896:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Finished Create Volatile Files and Directories.
[   13.477619] audit: type=1130 audit(1621433519.156:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.525381] audit: type=1334 audit(1621433519.212:10): prog-id=11 op=LOAD
         Starting Network Name Resolution...
[   13.562256] audit: type=1334 audit(1621433519.248:11): prog-id=12 op=LOAD
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Finished Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target System Time Set.
[  OK  ] Started Daily verification of password and group files.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started D-Bus System Message Bus.
         Starting User Login Management...
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Network.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Started OpenSSH Daemon.
         Starting Permit User Sessions...
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyAML0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started User Login Management.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.

Arch Linux 5.13.0-07617-gdfc7c5fde3c1-dirty (ttyAML0)

alarm login: [   15.916063] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   15.919079] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   16.012897] kauditd_printk_skb: 13 callbacks suppressed
-------------- next part --------------
## Booting kernel from Legacy Image at 14000000 ...
   Image Name:   linux-next
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    14107200 Bytes = 13.5 MiB
   Load Address: 00208000
   Entry Point:  00208000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 15000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (uncompressed)
   Data Size:    15282688 Bytes = 14.6 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 11800000
   Booting using the fdt blob at 0x11800000
   Loading Kernel Image ... OK
OK
uboot time: 8852139 us.
EFUSE machid is not set.
Using machid 0xf81 from environment
faild to get aml_reserved_end address
the default relocate ramdisk and fdt address-relocate_addr: 0x20000000
   Loading Ramdisk to 1f16c000, end 1ffff200 ... OK
   Loading Device Tree to 1f162000, end 1f16b311 ... OK

Starting kernel ...

SW: sram_core_read(fn=201)=3
SW: sram_core_read(fn=201)=7
SW: sram_core_read(fn=201)=f
SW: sram_core_read(fn=209)=74e
[    0.000000] Booting Linux on physical CPU 0x200
[    0.000000] Linux version 5.13.0-07617-gdfc7c5fde3c1-dirty (xdarklight at blackbox) (arm-none-eabi-gcc (Arch Repository) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #195 SMP PREEMPT Fri Jul 2 20:57:35 CEST 2021
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: WeTek Core
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x70000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000]   HighMem  [mem 0x0000000030000000-0x000000007fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x00000000001fffff]
[    0.000000]   node   0: [mem 0x0000000000200000-0x0000000004efffff]
[    0.000000]   node   0: [mem 0x0000000004f00000-0x0000000004ffffff]
[    0.000000]   node   0: [mem 0x0000000005000000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000] Running under TrustZone secure firmware.
[    0.000000] percpu: Embedded 17 pages/cpu s38024 r8192 d23416 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 522560
[    0.000000] Kernel command line: console=ttyAML0,115200 root=UUID=7b0d3fa5-f547-4293-aba3-a741940cf10e rootwait=1 rootdelay=2 rw
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 1421096K/2097152K available (20480K kernel code, 1561K rwdata, 7188K rodata, 1024K init, 956K bss, 413912K reserved, 262144K cma-reserved, 1048576K highmem)
[    0.000000] **********************************************************
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **                                                      **
[    0.000000] ** This system shows unhashed kernel memory addresses   **
[    0.000000] ** via the console, logs, and other interfaces. This    **
[    0.000000] ** might reduce the security of your system.            **
[    0.000000] **                                                      **
[    0.000000] ** If you see this message and you are not debugging    **
[    0.000000] ** the kernel, report this immediately to your system   **
[    0.000000] ** administrator!                                       **
[    0.000000] **                                                      **
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **********************************************************
[    0.000000] random: get_random_u32 called from __kmem_cache_create+0x1c/0x430 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000]  Trampoline 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=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] irq_meson_gpio: 134 to 8 gpio interrupt mux initialized
[    0.000000] L2C: DT/platform modifies aux control register: 0x02080000 -> 0x32480000
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x4100a0c9, AUX_CTRL 0x76480000
[    0.000002] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000040] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000081] Switching to timer-based delay loop, resolution 1000ns
[    0.000570] Console: colour dummy device 80x30
[    0.000615] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[    0.000630] pid_max: default: 32768 minimum: 301
[    0.001065] LSM: Security Framework initializing
[    0.001266] Smack:  Initializing.
[    0.001272] Smack:  IPv6 port labeling enabled.
[    0.001859] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001873] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.004768] CPU: Testing write buffer coherency: ok
[    0.004858] CPU0: Spectre v2: using BPIALL workaround
[    0.005246] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[    0.006506] Setting up static identity map for 0x300000 - 0x300060
[    0.006719] rcu: Hierarchical SRCU implementation.
[    0.008755] smp: Bringing up secondary CPUs ...
[    0.010261] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[    0.010272] CPU1: Spectre v2: using BPIALL workaround
[    0.015918] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[    0.015928] CPU2: Spectre v2: using BPIALL workaround
[    0.019599] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[    0.019609] CPU3: Spectre v2: using BPIALL workaround
[    0.019693] smp: Brought up 1 node, 4 CPUs
[    0.019704] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[    0.019713] CPU: All CPU(s) started in SVC mode.
[    0.020975] devtmpfs: initialized
[    0.061122] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.062308] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.062329] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.075689] pinctrl core: initialized pinctrl subsystem
[    0.079958] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.082942] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.085712] audit: initializing netlink subsys (disabled)
[    0.086098] audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1
[    0.089031] thermal_sys: Registered thermal governor 'fair_share'
[    0.089040] thermal_sys: Registered thermal governor 'bang_bang'
[    0.089048] thermal_sys: Registered thermal governor 'step_wise'
[    0.089055] thermal_sys: Registered thermal governor 'user_space'
[    0.090208] cpuidle: using governor menu
[    0.090420] No ATAGs?
[    0.090523] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.090534] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.239351] Kprobes globally optimized
[    0.247369] cryptd: max_cpu_qlen set to 1000
[    0.268227] SCSI subsystem initialized
[    0.271398] usbcore: registered new interface driver usbfs
[    0.271634] usbcore: registered new interface driver hub
[    0.271782] usbcore: registered new device driver usb
[    0.272881] mc: Linux media interface: v0.10
[    0.273046] videodev: Linux video capture interface: v2.00
[    0.273761] pps_core: LinuxPPS API ver. 1 registered
[    0.273770] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    0.273876] PTP clock support registered
[    0.274419] EDAC MC: Ver: 3.0.0
[    0.278877] Advanced Linux Sound Architecture Driver Initialized.
[    0.281741] Bluetooth: Core ver 2.22
[    0.281927] NET: Registered PF_BLUETOOTH protocol family
[    0.281935] Bluetooth: HCI device and connection manager initialized
[    0.281957] Bluetooth: HCI socket layer initialized
[    0.281975] Bluetooth: L2CAP socket layer initialized
[    0.282033] Bluetooth: SCO socket layer initialized
[    0.282103] NetLabel: Initializing
[    0.282109] NetLabel:  domain hash size = 128
[    0.282114] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.282554] NetLabel:  unlabeled traffic allowed by default
[    0.284327] clocksource: Switched to clocksource timer
[    0.285676] VFS: Disk quotas dquot_6.6.0
[    0.285830] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.286539] FS-Cache: Loaded
[    0.287155] CacheFiles: Loaded
[    0.288064] Clockevents: could not switch to one-shot mode:
[    0.288065] Clockevents: could not switch to one-shot mode:
[    0.288065] Clockevents: could not switch to one-shot mode:
[    0.288068] Clockevents: could not switch to one-shot mode:
[    0.288070]  dummy_timer is not functional.
[    0.288070]  dummy_timer is not functional.
[    0.288072]  dummy_timer is not functional.
[    0.288074] Could not switch to high resolution mode on CPU 3
[    0.288074] Could not switch to high resolution mode on CPU 2
[    0.288076] Could not switch to high resolution mode on CPU 1
[    0.288079]  dummy_timer is not functional.
[    0.288083] Could not switch to high resolution mode on CPU 0
[    0.325926] NET: Registered PF_INET protocol family
[    0.326196] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.328536] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.328597] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.328667] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.328752] TCP: Hash tables configured (established 8192 bind 8192)
[    0.329162] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.329225] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.330007] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.331620] RPC: Registered named UNIX socket transport module.
[    0.331632] RPC: Registered udp transport module.
[    0.331638] RPC: Registered tcp transport module.
[    0.331643] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.333664] NET: Registered PF_XDP protocol family
[    0.334929] Trying to unpack rootfs image as initramfs...
[    0.337455] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    0.347922] Initialise system trusted keyrings
[    0.348481] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.397364] zbud: loaded
[    0.409538] DLM installed
[    0.420271] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.425909] Freeing initrd memory: 14928K
[    0.432592] NFS: Registering the id_resolver key type
[    0.432668] Key type id_resolver registered
[    0.432675] Key type id_legacy registered
[    0.433293] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.433319] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.433327] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[    0.439952] FS-Cache: Netfs 'cifs' registered for caching
[    0.443008] Key type cifs.spnego registered
[    0.443064] Key type cifs.idmap registered
[    0.443753] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.449131] fuse: init (API version 7.33)
[    0.454520] NILFS version 2 loaded
[    0.528831] NET: Registered PF_ALG protocol family
[    0.528910] xor: measuring software checksum speed
[    0.534038]    arm4regs        :  1941 MB/sec
[    0.540927]    8regs           :  1436 MB/sec
[    0.547801]    32regs          :  1433 MB/sec
[    0.554715]    neon            :  1427 MB/sec
[    0.554723] xor: using function: arm4regs (1941 MB/sec)
[    0.554737] async_tx: api initialized (async)
[    0.554745] Key type asymmetric registered
[    0.554751] Asymmetric key parser 'x509' registered
[    0.554892] bounce: pool size: 64 pages
[    0.555840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.556090] io scheduler mq-deadline registered
[    0.556115] io scheduler kyber registered
[    0.557126] io scheduler bfq registered
[    0.566395] gpio-463 (usb-hub-reset): hogged as output/high
[    0.569799] gpio gpiochip1: gpio-line-names is length 16 but should be at most length 15
[    0.582231] soc soc0: Amlogic Meson8m2 (S812) RevA (1d - 0:74E) detected
[    0.585788] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[    0.595855] c11084c0.serial: ttyAML6 at MMIO 0xc11084c0 (irq = 25, base_baud = 8854166) is a meson_uart
[    0.596529] serial serial0: tty port ttyAML6 registered
[    0.597505] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 33, base_baud = 8854166) is a meson_uart
[    1.028066] random: fast init done
[    1.029320] printk: console [ttyAML0] enabled
[    1.733973] usbcore: registered new interface driver udl
[    1.773334] brd: module loaded
[    1.819328] loop: module loaded
[    2.136905] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[    2.137545] drbd: built-in
[    2.140245] drbd: registered as block device major 147
[    2.146969] rbd: loaded (major 253)
[    2.151328] zram: Added device: zram0
[    2.158867] null_blk: module loaded
[    2.158896] dummy-irq: no IRQ given.  Use irq=N
[    2.164174] Loading iSCSI transport class v2.0-870.
[    2.169596] rdac: device handler registered
[    2.170480] hp_sw: device handler registered
[    2.174506] emc: device handler registered
[    2.178744] alua: device handler registered
[    2.184694] iscsi: registered transport (tcp)
[    2.193512] Rounding down aligned max_sectors from 4294967295 to 4294967288
[    2.195124] db_root: cannot open: /etc/target
[    2.203682] SSFDC read-only Flash Translation layer
[    2.204034] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.223597] eql: Equalizer2002: Simon Janes (simon at ncm.com) and David S. Miller (davem at redhat.com)
[    2.232257] MACsec IEEE 802.1AE
[    2.237878] libphy: Fixed MDIO Bus: probed
[    2.243129] tun: Universal TUN/TAP device driver, 1.6
[    2.244181] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[    2.251854] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[    2.261722] usbcore: registered new interface driver ath9k_htc
[    2.269529] aoe: AoE v85 initialised.
[    2.271278] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.274846] ehci-platform: EHCI generic platform driver
[    2.280501] usbcore: registered new interface driver cdc_acm
[    2.285632] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.293842] usbcore: registered new interface driver usblp
[    2.299221] usbcore: registered new interface driver cdc_wdm
[    2.304845] usbcore: registered new interface driver usbtmc
[    2.310639] usbcore: registered new interface driver uas
[    2.315769] usbcore: registered new interface driver usb-storage
[    2.321654] usbcore: registered new interface driver ums-alauda
[    2.327540] usbcore: registered new interface driver ums-cypress
[    2.333520] usbcore: registered new interface driver ums-datafab
[    2.339499] usbcore: registered new interface driver ums_eneub6250
[    2.345651] usbcore: registered new interface driver ums-freecom
[    2.351631] usbcore: registered new interface driver ums-isd200
[    2.357540] usbcore: registered new interface driver ums-jumpshot
[    2.363604] usbcore: registered new interface driver ums-karma
[    2.369408] usbcore: registered new interface driver ums-onetouch
[    2.375538] usbcore: registered new interface driver ums-realtek
[    2.381452] usbcore: registered new interface driver ums-sddr09
[    2.387357] usbcore: registered new interface driver ums-sddr55
[    2.393237] usbcore: registered new interface driver ums-usbat
[    2.399090] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[    2.409049] mousedev: PS/2 mouse device common for all mice
[    2.414995] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    2.423627] usbcore: registered new interface driver appletouch
[    2.426129] usbcore: registered new interface driver bcm5974
[    2.432834] usbcore: registered new interface driver synaptics_usb
[    2.438547] usbcore: registered new interface driver ati_remote2
[    2.443890] cm109: Keymap for Komunikate KIP1000 phone loaded
[    2.449599] usbcore: registered new interface driver cm109
[    2.454834] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad
[    2.462600] usbcore: registered new interface driver ims_pcu
[    2.467284] usbcore: registered new interface driver keyspan_remote
[    2.473990] usbcore: registered new interface driver powermate
[    2.481251] usbcore: registered new interface driver yealink
[    2.486556] i2c /dev entries driver
[    2.489406] IR NEC protocol handler initialized
[    2.492717] IR RC5(x/sz) protocol handler initialized
[    2.497741] IR RC6 protocol handler initialized
[    2.502247] IR JVC protocol handler initialized
[    2.506755] IR Sony protocol handler initialized
[    2.511349] IR SANYO protocol handler initialized
[    2.516030] IR Sharp protocol handler initialized
[    2.520710] IR MCE Keyboard/mouse protocol handler initialized
[    2.526545] IR XMP protocol handler initialized
[    2.531027] ir_imon_decoder: IR iMON protocol handler initialized
[    2.537100] IR RCMM protocol handler initialized
[    2.541910] usbcore: registered new interface driver ati_remote
[    2.548027] usbcore: registered new interface driver imon
[    2.553117] usbcore: registered new interface driver imon_raw
[    2.558830] usbcore: registered new interface driver mceusb
[    2.564929] Registered IR keymap rc-empty
[    2.568572] rc rc0: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0
[    2.577529] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[    2.586803] input: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0/input1
[    2.596528] meson-ir c8100480.ir-receiver: receiver initialized
[    2.601954] usbcore: registered new interface driver redrat3
[    2.607323] usbcore: registered new interface driver streamzap
[    2.612982] Registered IR keymap rc-empty
[    2.617190] rc rc1: rc-core loopback device as /devices/virtual/rc/rc1
[    2.623842] rc rc1: lirc_dev: driver rc-loopback registered at minor = 1, raw IR receiver, raw IR transmitter
[    2.633782] input: rc-core loopback device as /devices/virtual/rc/rc1/input2
[    2.641702] usbcore: registered new interface driver igorplugusb
[    2.646403] usbcore: registered new interface driver iguanair
[    2.652111] usbcore: registered new interface driver ttusbir
[    2.658131] pps_ldisc: PPS line discipline registered
[    2.665769] usbcore: registered new interface driver pcwd_usb
[    2.670520] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=1)
[    2.677234] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[    2.684546] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
[    2.692194] md-cluster: support raid1 and raid10 (limited support)
[    2.698151] Registering Cluster MD functions
[    2.704051] device-mapper: uevent: version 1.0.3
[    2.708820] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel at redhat.com
[    2.716996] device-mapper: multipath round-robin: version 1.2.0 loaded
[    2.721917] device-mapper: multipath queue-length: version 0.2.0 loaded
[    2.728498] device-mapper: multipath service-time: version 0.3.0 loaded
[    2.736640] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    2.743039] Bluetooth: HCI UART driver ver 2.3
[    2.745571] Bluetooth: HCI UART protocol H4 registered
[    2.750680] Bluetooth: HCI UART protocol BCSP registered
[    2.756137] Bluetooth: HCI UART protocol LL registered
[    2.761083] Bluetooth: HCI UART protocol ATH3K registered
[    2.766584] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.772886] Bluetooth: HCI UART protocol Intel registered
[    2.778392] Bluetooth: HCI UART protocol Broadcom registered
[    2.779118] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    2.783840] Bluetooth: HCI UART protocol QCA registered
[    2.791717] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    2.806818] ledtrig-cpu: registered to indicate activity on CPUs
[    2.812827] hid: raw HID events driver (C) Jiri Kosina
[    2.831526] usbcore: registered new interface driver usbhid
[    2.831561] usbhid: USB HID core driver
[    2.844693] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    2.847614] NET: Registered PF_LLC protocol family
[    2.851502] GACT probability on
[    2.854600] Mirror/redirect action on
[    2.858388] Simple TC action Loaded
[    2.863785] netem: version 1.3
[    2.865250] u32 classifier
[    2.867341]     Performance counters on
[    2.871191]     input device check on
[    2.874808]     Actions configured
[    2.883404] xt_time: kernel timezone is -0000
[    2.883496] IPVS: Registered protocols ()
[    2.887036] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    2.894135] IPVS: ipvs loaded.
[    2.897049] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    2.904474] gre: GRE over IPv4 demultiplexor driver
[    2.907129] ip_gre: GRE over IPv4 tunneling driver
[    2.917984] IPv4 over IPsec tunneling driver
[    2.921933] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    2.923308] Initializing XFRM netlink socket
[    2.927329] IPsec XFRM device driver
[    2.934379] NET: Registered PF_INET6 protocol family
[    2.971451] Segment Routing with IPv6
[    2.972331] mip6: Mobile IPv6
[    2.977599] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.983036] ip6_gre: GRE over IPv6 tunneling driver
[    2.985573] NET: Registered PF_PACKET protocol family
[    2.988371] NET: Registered PF_KEY protocol family
[    2.993684] Bridge firewalling registered
[    2.997486] NET: Registered PF_APPLETALK protocol family
[    3.002683] Bluetooth: RFCOMM TTY layer initialized
[    3.007309] Bluetooth: RFCOMM socket layer initialized
[    3.012284] Bluetooth: RFCOMM ver 1.11
[    3.015986] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.021269] Bluetooth: BNEP filters: protocol multicast
[    3.026476] Bluetooth: BNEP socket layer initialized
[    3.031386] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.037350] Bluetooth: HIDP socket layer initialized
[    3.042699] 8021q: 802.1Q VLAN Support v1.8
[    3.059113] DCCP: Activated CCID 2 (TCP-like)
[    3.060182] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[    3.067953] sctp: Hash tables configured (bind 512/512)
[    3.071811] NET: Registered PF_RDS protocol family
[    3.074776] Registered RDS/tcp transport
[    3.077605] Key type dns_resolver registered
[    3.081822] Key type ceph registered
[    3.086502] libceph: loaded (mon/osd proto 15/24)
[    3.090382] openvswitch: Open vSwitch switching datapath
[    3.098710] NET: Registered PF_VSOCK protocol family
[    3.100266] mpls_gso: MPLS GSO support
[    3.106039] ThumbEE CPU extension supported.
[    3.108232] Registering SWP/SWPB emulation handler
[    3.124693] registered taskstats version 1
[    3.124770] Loading compiled-in X.509 certificates
[    3.132705] zswap: loaded using pool zstd/zbud
[    3.134476] Key type ._fscrypt registered
[    3.136398] Key type .fscrypt registered
[    3.140244] Key type fscrypt-provisioning registered
[    3.157313] Bluetooth: hci0: BCM: chip id 62
[    3.157988] Bluetooth: hci0: BCM: features 0x0f
[    3.162422] Bluetooth: hci0: BCM4330B1
[    3.164229] Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000
[    3.170924] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    3.176711] Bluetooth: hci0: BCM: 'brcm/BCM4330B1.hcd'
[    3.181886] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[    3.247290] AO_5V: supplied by DC_12V
[    3.248240] VCC5V: supplied by AO_5V
[    3.250162] reg-fixed-voltage regulator-vddio-ao-3v3: nonexclusive access to GPIO for regulator-vddio-ao-3v3
[    3.258782] VDDIO_AO_3V3: supplied by DC_12V
[    3.264448] VDDIO_AO_1V8: supplied by AO_5V
[    3.273221] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    3.274200] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    3.280626] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    3.289328] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[    3.293473] meson8b-dwmac c9410000.ethernet:         DWMAC1000
[    3.298651] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    3.306103] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    3.313557] meson8b-dwmac c9410000.ethernet: COE Type 2
[    3.318758] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    3.325779] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    3.332457] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    3.338093] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    3.343896] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.351906] meson8b-dwmac c9410000.ethernet: device MAC address 7e:22:ca:8d:f8:55
[    3.362184] libphy: stmmac: probed
[    3.611661] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[    3.613800] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[    3.681325] dwc2 c90c0000.usb: DWC OTG Controller
[    3.682195] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 1
[    3.687507] dwc2 c90c0000.usb: irq 34, io mem 0xc90c0000
[    3.693560] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    3.700948] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.708140] usb usb1: Product: DWC OTG Controller
[    3.712819] usb usb1: Manufacturer: Linux 5.13.0-07617-gdfc7c5fde3c1-dirty dwc2_hsotg
[    3.720621] usb usb1: SerialNumber: c90c0000.usb
[    3.727590] hub 1-0:1.0: USB hub found
[    3.729090] hub 1-0:1.0: 1 port detected
[   47.212095] random: crng init done
[   63.744061] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[   63.744518] rcu:     1-...0: (1 GPs behind) idle=cb2/1/0x40000000 softirq=143/144 fqs=5434 
[   63.752578]  (detected by 2, t=15004 jiffies, g=-923, q=86)
[   68.012062] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [migration/0:13]
[   68.013644] Modules linked in:
[   68.016679] CPU: 0 PID: 13 Comm: migration/0 Not tainted 5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   68.025259] Hardware name: Amlogic Meson platform
[   68.029940] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   68.037654] PC is at __this_cpu_preempt_check+0xc/0x10
[   68.042768] LR is at rcu_preempt_need_deferred_qs+0x14/0x58
[   68.048316] pc : [<c165155c>]    lr : [<c03b0ec8>]    psr: 20000113
[   68.054557] sp : c2907f10  ip : c2906000  fp : 20000113
[   68.059758] r10: 00000000  r9 : 00000001  r8 : c2007c90
[   68.064959] r7 : 00000001  r6 : c28fbe8c  r5 : 00000001  r4 : c28e5380
[   68.071460] r3 : c2906000  r2 : 259e42fe  r1 : c1d7352c  r0 : c1c7af80
[   68.077962] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   68.085071] Control: 10c5387d  Table: 0020404a  DAC: 00000051
[   68.090791] CPU: 0 PID: 13 Comm: migration/0 Not tainted 5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   68.099372] Hardware name: Amlogic Meson platform
[   68.104053] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   68.111770] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   68.119483] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   68.127025] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   68.135347] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   68.144188] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   68.153029] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   68.161784] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   68.170106] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   68.178427] [<c03d039c>] (tick_handle_periodic) from [<c1025128>] (meson6_timer_interrupt+0x10/0x18)
[   68.187529] [<c1025128>] (meson6_timer_interrupt) from [<c03a16bc>] (__handle_irq_event_percpu+0x50/0x130)
[   68.197151] [<c03a16bc>] (__handle_irq_event_percpu) from [<c03a1878>] (handle_irq_event+0x58/0xc8)
[   68.206165] [<c03a1878>] (handle_irq_event) from [<c03a6160>] (handle_fasteoi_irq+0xb4/0x21c)
[   68.214660] [<c03a6160>] (handle_fasteoi_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   68.223155] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   68.231303] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   68.238758] Exception stack(0xc2907ec0 to 0xc2907f08)
[   68.243789] 7ec0: c1c7af80 c1d7352c 259e42fe c2906000 c28e5380 00000001 c28fbe8c 00000001
[   68.251936] 7ee0: c2007c90 00000001 00000000 20000113 c2906000 c2907f10 c03b0ec8 c165155c
[   68.260082] 7f00: 20000113 ffffffff
[   68.263549] [<c0300b4c>] (__irq_svc) from [<c165155c>] (__this_cpu_preempt_check+0xc/0x10)
[   68.271784] [<c165155c>] (__this_cpu_preempt_check) from [<c03b0ec8>] (rcu_preempt_need_deferred_qs+0x14/0x58)
[   68.281752] [<c03b0ec8>] (rcu_preempt_need_deferred_qs) from [<c03b4ca0>] (rcu_momentary_dyntick_idle+0x78/0xc8)
[   68.291894] [<c03b4ca0>] (rcu_momentary_dyntick_idle) from [<c03f8d5c>] (multi_cpu_stop+0xec/0x12c)
[   68.300910] [<c03f8d5c>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   68.309230] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   68.317899] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   68.325613] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   68.332808] Exception stack(0xc2907fb0 to 0xc2907ff8)
[   68.337837] 7fa0:                                     00000000 00000000 00000000 00000000
[   68.345986] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   68.354134] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   68.360731] watchdog: BUG: soft lockup - CPU#3 stuck for 23s! [migration/3:27]
[   68.367915] Modules linked in:
[   68.370949] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   68.380916] Hardware name: Amlogic Meson platform
[   68.385597] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   68.393312] PC is at rcu_momentary_dyntick_idle+0x3c/0xc8
[   68.398686] LR is at rcu_momentary_dyntick_idle+0x24/0xc8
[   68.404060] pc : [<c03b4c64>]    lr : [<c03b4c4c>]    psr: 200c0013
[   68.410302] sp : c2955f18  ip : c2954000  fp : 200c0013
[   68.415502] r10: 00000000  r9 : 00000000  r8 : c2007c90
[   68.420703] r7 : 00000001  r6 : c28fbe8c  r5 : 00000001  r4 : c1f8af00
[   68.427205] r3 : eeddcf94  r2 : 00000001  r1 : c1d32208  r0 : 00000003
[   68.433706] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   68.440815] Control: 10c5387d  Table: 052b404a  DAC: 00000051
[   68.446535] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   68.456503] Hardware name: Amlogic Meson platform
[   68.461184] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   68.468900] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   68.476614] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   68.484156] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   68.492477] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   68.501319] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   68.510160] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   68.518915] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   68.527237] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   68.535558] [<c03d039c>] (tick_handle_periodic) from [<c03d1774>] (tick_receive_broadcast+0x38/0x50)
[   68.544660] [<c03d1774>] (tick_receive_broadcast) from [<c030c0e0>] (ipi_handler+0x18/0x20)
[   68.552982] [<c030c0e0>] (ipi_handler) from [<c03a70e8>] (handle_percpu_devid_irq+0x90/0x158)
[   68.561476] [<c03a70e8>] (handle_percpu_devid_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   68.570404] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   68.578553] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   68.586007] Exception stack(0xc2955ec8 to 0xc2955f10)
[   68.591037] 5ec0:                   00000003 c1d32208 00000001 eeddcf94 c1f8af00 00000001
[   68.599186] 5ee0: c28fbe8c 00000001 c2007c90 00000000 00000000 200c0013 c2954000 c2955f18
[   68.607333] 5f00: c03b4c4c c03b4c64 200c0013 ffffffff
[   68.612359] [<c0300b4c>] (__irq_svc) from [<c03b4c64>] (rcu_momentary_dyntick_idle+0x3c/0xc8)
[   68.620854] [<c03b4c64>] (rcu_momentary_dyntick_idle) from [<c03f8d5c>] (multi_cpu_stop+0xec/0x12c)
[   68.629869] [<c03f8d5c>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   68.638190] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   68.646859] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   68.654573] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   68.661767] Exception stack(0xc2955fb0 to 0xc2955ff8)
[   68.666796] 5fa0:                                     00000000 00000000 00000000 00000000
[   68.674946] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   68.683093] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   92.012062] watchdog: BUG: soft lockup - CPU#0 stuck for 45s! [migration/0:13]
[   92.013643] Modules linked in:
[   92.016677] CPU: 0 PID: 13 Comm: migration/0 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   92.026644] Hardware name: Amlogic Meson platform
[   92.031325] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   92.039040] PC is at stop_machine_yield+0x10/0x30
[   92.043721] LR is at multi_cpu_stop+0xd0/0x12c
[   92.048142] pc : [<c03f8c50>]    lr : [<c03f8d40>]    psr: 60000113
[   92.054383] sp : c2907f20  ip : c2906000  fp : 20000113
[   92.059584] r10: 00000000  r9 : 00000001  r8 : c2007c90
[   92.064785] r7 : 00000001  r6 : c28fbe8c  r5 : 00000001  r4 : c28fbea0
[   92.071286] r3 : 00000000  r2 : c2907f10  r1 : 2ce1f000  r0 : c2007c90
[   92.077787] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   92.084896] Control: 10c5387d  Table: 0020404a  DAC: 00000051
[   92.090617] CPU: 0 PID: 13 Comm: migration/0 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   92.100585] Hardware name: Amlogic Meson platform
[   92.105265] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   92.112981] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   92.120695] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   92.128237] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   92.136559] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   92.145400] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   92.154241] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   92.162996] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   92.171318] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   92.179639] [<c03d039c>] (tick_handle_periodic) from [<c1025128>] (meson6_timer_interrupt+0x10/0x18)
[   92.188741] [<c1025128>] (meson6_timer_interrupt) from [<c03a16bc>] (__handle_irq_event_percpu+0x50/0x130)
[   92.198363] [<c03a16bc>] (__handle_irq_event_percpu) from [<c03a1878>] (handle_irq_event+0x58/0xc8)
[   92.207378] [<c03a1878>] (handle_irq_event) from [<c03a6160>] (handle_fasteoi_irq+0xb4/0x21c)
[   92.215872] [<c03a6160>] (handle_fasteoi_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   92.224367] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   92.232516] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   92.239970] Exception stack(0xc2907ed0 to 0xc2907f18)
[   92.244999] 7ec0:                                     c2007c90 2ce1f000 c2907f10 00000000
[   92.253149] 7ee0: c28fbea0 00000001 c28fbe8c 00000001 c2007c90 00000001 00000000 20000113
[   92.261296] 7f00: c2906000 c2907f20 c03f8d40 c03f8c50 60000113 ffffffff
[   92.267882] [<c0300b4c>] (__irq_svc) from [<c03f8c50>] (stop_machine_yield+0x10/0x30)
[   92.275683] [<c03f8c50>] (stop_machine_yield) from [<c03f8d40>] (multi_cpu_stop+0xd0/0x12c)
[   92.284005] [<c03f8d40>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   92.292327] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   92.300995] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   92.308709] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   92.315903] Exception stack(0xc2907fb0 to 0xc2907ff8)
[   92.320933] 7fa0:                                     00000000 00000000 00000000 00000000
[   92.329082] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   92.337230] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   92.343823] watchdog: BUG: soft lockup - CPU#3 stuck for 46s! [migration/3:27]
[   92.351010] Modules linked in:
[   92.354044] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   92.364012] Hardware name: Amlogic Meson platform
[   92.368693] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   92.376408] PC is at stop_machine_yield+0x24/0x30
[   92.381088] LR is at multi_cpu_stop+0xd0/0x12c
[   92.385509] pc : [<c03f8c64>]    lr : [<c03f8d40>]    psr: 600c0013
[   92.391750] sp : c2955f20  ip : c2954000  fp : 200c0013
[   92.396951] r10: 00000000  r9 : 00000000  r8 : c2007c90
[   92.402152] r7 : 00000001  r6 : c28fbe8c  r5 : 00000001  r4 : c28fbea0
[   92.408653] r3 : 00000000  r2 : c2955f10  r1 : 2ce52000  r0 : c2007c90
[   92.415155] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   92.422264] Control: 10c5387d  Table: 052b404a  DAC: 00000051
[   92.427984] CPU: 3 PID: 27 Comm: migration/3 Tainted: G             L    5.13.0-07617-gdfc7c5fde3c1-dirty #195
[   92.437952] Hardware name: Amlogic Meson platform
[   92.442633] Stopper: multi_cpu_stop+0x0/0x12c <- stop_machine_cpuslocked+0x10c/0x174
[   92.450349] [<c030eb60>] (unwind_backtrace) from [<c030a614>] (show_stack+0x10/0x14)
[   92.458063] [<c030a614>] (show_stack) from [<c1642bb8>] (dump_stack_lvl+0x40/0x4c)
[   92.465605] [<c1642bb8>] (dump_stack_lvl) from [<c0416c80>] (watchdog_timer_fn+0x274/0x304)
[   92.473926] [<c0416c80>] (watchdog_timer_fn) from [<c03c0ed4>] (__hrtimer_run_queues+0x15c/0x218)
[   92.482768] [<c03c0ed4>] (__hrtimer_run_queues) from [<c03c20b0>] (hrtimer_run_queues+0xf0/0x15c)
[   92.491609] [<c03c20b0>] (hrtimer_run_queues) from [<c03c04f4>] (update_process_times+0x70/0xdc)
[   92.500364] [<c03c04f4>] (update_process_times) from [<c03d02f8>] (tick_periodic+0x48/0xcc)
[   92.508685] [<c03d02f8>] (tick_periodic) from [<c03d039c>] (tick_handle_periodic+0x20/0x90)
[   92.517007] [<c03d039c>] (tick_handle_periodic) from [<c03d1774>] (tick_receive_broadcast+0x38/0x50)
[   92.526109] [<c03d1774>] (tick_receive_broadcast) from [<c030c0e0>] (ipi_handler+0x18/0x20)
[   92.534430] [<c030c0e0>] (ipi_handler) from [<c03a70e8>] (handle_percpu_devid_irq+0x90/0x158)
[   92.542925] [<c03a70e8>] (handle_percpu_devid_irq) from [<c03a0f98>] (handle_domain_irq+0x7c/0xb0)
[   92.551853] [<c03a0f98>] (handle_domain_irq) from [<c09c61ac>] (gic_handle_irq+0x6c/0x80)
[   92.560002] [<c09c61ac>] (gic_handle_irq) from [<c0300b4c>] (__irq_svc+0x6c/0xa8)
[   92.567456] Exception stack(0xc2955ed0 to 0xc2955f18)
[   92.572485] 5ec0:                                     c2007c90 2ce52000 c2955f10 00000000
[   92.580635] 5ee0: c28fbea0 00000001 c28fbe8c 00000001 c2007c90 00000000 00000000 200c0013
[   92.588782] 5f00: c2954000 c2955f20 c03f8d40 c03f8c64 600c0013 ffffffff
[   92.595368] [<c0300b4c>] (__irq_svc) from [<c03f8c64>] (stop_machine_yield+0x24/0x30)
[   92.603169] [<c03f8c64>] (stop_machine_yield) from [<c03f8d40>] (multi_cpu_stop+0xd0/0x12c)
[   92.611491] [<c03f8d40>] (multi_cpu_stop) from [<c03f8a8c>] (cpu_stopper_thread+0x80/0x128)
[   92.619812] [<c03f8a8c>] (cpu_stopper_thread) from [<c035bec0>] (smpboot_thread_fn+0x188/0x278)
[   92.628481] [<c035bec0>] (smpboot_thread_fn) from [<c0357834>] (kthread+0x15c/0x190)
[   92.636195] [<c0357834>] (kthread) from [<c0300150>] (ret_from_fork+0x14/0x24)
[   92.643389] Exception stack(0xc2955fb0 to 0xc2955ff8)
[   92.648419] 5fa0:                                     00000000 00000000 00000000 00000000
[   92.656568] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   92.664716] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   93.840065] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=0 stuck for 45s!
[   93.842354] BUG: workqueue lockup - pool cpus=3 node=0 flags=0x0 nice=0 stuck for 45s!
[   93.850250] Showing busy workqueues and worker pools:
[   93.855275] workqueue events: flags=0x0
[   93.859088]   pwq 6: cpus=3 node=0 flags=0x0 nice=0 active=1/256 refcnt=2
[   93.865845]     pending: psi_avgs_work
[   93.869578]   pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=1/256 refcnt=2
[   93.876333]     pending: vmstat_shepherd
[   93.880241] workqueue events_unbound: flags=0x2
[   93.884746]   pwq 8: cpus=0-3 flags=0x4 nice=0 active=3/512 refcnt=6
[   93.891068]     in-flight: 7:enable_ptr_key_workfn, 210:deferred_probe_work_func BAR(1) deferred_probe_work_func
[   93.901216] workqueue events_freezable: flags=0x4
[   93.905896]   pwq 6: cpus=3 node=0 flags=0x0 nice=0 active=1/256 refcnt=2
[   93.912652]     pending: input_dev_poller_work
[   93.917081] workqueue events_power_efficient: flags=0x80
[   93.922368]   pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=2/256 refcnt=3
[   93.929122]     pending: neigh_periodic_work, do_cache_clean
[   93.934800] workqueue dm_bufio_cache: flags=0x8
[   93.939270]   pwq 6: cpus=3 node=0 flags=0x0 nice=0 active=1/256 refcnt=2
[   93.946025]     pending: work_fn
[   93.949253] pool 8: cpus=0-3 flags=0x4 nice=0 hung=46s workers=3 idle: 153


More information about the linux-amlogic mailing list