Trying 192.168.7.70... Connected to moya.mayfield.sirena.org.uk. Escape character is '^]'. ser2net port telnet,3000 device serialdev, /dev/serial/by-path/pci-0000:00:14.0-usb-0:3.4:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot SPL 2023.07.02-dh-stm32mp1-dhcor-avenger96-20230727.02 (Jul 11 2023 - 15:20:44 +0000) Model: Arrow Electronics STM32MP15xx Avenger96 board Code: SoM:rev=0,ddr3=3 Board:rev=1 RAM: DDR3L 32bits 2x4Gb 533MHz WDT: Started watchdog@5a002000 with servicing every 1000ms (32s timeout) Trying to boot from MMC1 image entry point: 0xc0100000 U-Boot 2023.07.02-dh-stm32mp1-dhcor-avenger96-20230727.02 (Jul 11 2023 - 15:20:44 +0000) CPU: STM32MP157AAC Rev.B Model: Arrow Electronics STM32MP15xx Avenger96 board Board: stm32mp1 in basic mode (arrow,stm32mp15xx-avenger96) DRAM: 1 GiB Clocks: - MPU : 650 MHz - MCU : 208.878 MHz - AXI : 266.500 MHz - PER : 24 MHz - DDR : 533 MHz Core: 285 devices, 34 uclasses, devicetree: separate WDT: Started watchdog@5a002000 with servicing every 1000ms (32s timeout) MMC: STM32 SD/MMC: 2, STM32 SD/MMC: 0, STM32 SD/MMC: 1 Loading Environment from SPIFlash... SF: Detected w25q16dw with page size 256 Bytes, erase size 4 KiB, total 2 MiB OK In: serial Out: serial Err: serial Net: eth0: ethernet@5800a000 Hit any key to stop autoboot: 3  0 STM32MP> setenv autoload no setenv autoload no STM32MP> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff STM32MP> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff STM32MP> dhcp dhcp ethernet@5800a000 Waiting for PHY auto negotiation to complete.......... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 DHCP client bound to address 192.168.6.30 (3827 ms) STM32MP> setenv serverip 192.168.6.3 setenv serverip 192.168.6.3 STM32MP> tftp 0xc2000000 917196/tftp-deploy-e3h55l57/kernel/uImage tftp 0xc2000000 917196/tftp-deploy-e3h55l57/kernel/uImage Using ethernet@5800a000 device TFTP from server 192.168.6.3; our IP address is 192.168.6.30 Filename '917196/tftp-deploy-e3h55l57/kernel/uImage'. Load address: 0xc2000000 Loading: *################################################## 11 MiB 15.7 MiB/s done Bytes transferred = 11502144 (af8240 hex) STM32MP> tftp 0xc4400000 917196/tftp-deploy-e3h55l57/ramdisk/ramdisk.cpio.gz.uboot tftp 0xc4400000 917196/tftp-deploy-e3h55l57/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@5800a000 device TFTP from server 192.168.6.3; our IP address is 192.168.6.30 Filename '917196/tftp-deploy-e3h55l57/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0xc4400000 Loading: *################################################## 17.2 MiB 15.2 MiB/s done Bytes transferred = 18000295 (112a9a7 hex) STM32MP> setenv initrd_size ${filesize} setenv initrd_size ${filesize} STM32MP> tftp 0xc4000000 917196/tftp-deploy-e3h55l57/dtb/stm32mp157a-dhcor-avenger96.dtb tftp 0xc4000000 917196/tftp-deploy-e3h55l57/dtb/stm32mp157a-dhcor-avenger96.dtb Using ethernet@5800a000 device TFTP from server 192.168.6.3; our IP address is 192.168.6.30 Filename '917196/tftp-deploy-e3h55l57/dtb/stm32mp157a-dhcor-avenger96.dtb'. Load address: 0xc4000000 Loading: *################################################## 51.6 KiB 7.2 MiB/s done Bytes transferred = 52850 (ce72 hex) STM32MP> setenv bootargs 'console=ttySTM0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttySTM0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' STM32MP> bootm 0xc2000000 0xc4400000 0xc4000000 bootm 0xc2000000 0xc4400000 0xc4000000 ## Booting kernel from Legacy Image at c2000000 ... Image Name: Created: 2024-10-31 8:27:42 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 11502080 Bytes = 11 MiB Load Address: c2000000 Entry Point: c2000000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at c4400000 ... Image Name: Created: 2024-10-31 8:27:49 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 18000231 Bytes = 17.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at c4000000 Booting using the fdt blob at 0xc4000000 Working FDT set to c4000000 Loading Kernel Image Using Device Tree in place at c4000000, end c400fe71 Working FDT set to c4000000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.0-rc5-next-20241031 (KernelCI@build-j358071-arm-gcc-12-multi-v7-defconfig-klsj8) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Thu Oct 31 07:52:56 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Arrow Electronics STM32MP157A Avenger96 board [ 0.000000] earlycon: stm32 at MMIO 0x40010000 (options '115200n8') [ 0.000000] printk: legacy bootconsole [stm32] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0xfb800000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00000000c0000000-0x00000000efffffff] [ 0.000000] Normal empty [ 0.000000] HighMem [mem 0x00000000f0000000-0x00000000ffffefff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00000000c0000000-0x00000000ffffefff] [ 0.000000] Initmem setup node 0 [mem 0x00000000c0000000-0x00000000ffffefff] [ 0.000000] Reserved memory: created DMA memory pool at 0x10000000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node mcuram2@10000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x10000000..0x1003ffff (256 KiB) nomap non-reusable mcuram2@10000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x10040000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0vring0@10040000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x10040000..0x10040fff (4 KiB) nomap non-reusable vdev0vring0@10040000 [ 0.000000] Reserved memory: created DMA memory pool at 0x10041000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0vring1@10041000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x10041000..0x10041fff (4 KiB) nomap non-reusable vdev0vring1@10041000 [ 0.000000] Reserved memory: created DMA memory pool at 0x10042000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0buffer@10042000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x10042000..0x10045fff (16 KiB) nomap non-reusable vdev0buffer@10042000 [ 0.000000] Reserved memory: created DMA memory pool at 0x30000000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node mcuram@30000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x30000000..0x3003ffff (256 KiB) nomap non-reusable mcuram@30000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x38000000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node retram@38000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x38000000..0x3800ffff (64 KiB) nomap non-reusable retram@38000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 17 pages/cpu s39884 r8192 d21556 u69632 [ 0.000000] Kernel command line: console=ttySTM0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] printk: log buffer data + meta data: 131072 + 409600 = 540672 bytes <6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 262143 <6>[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 <6>[ 0.000000] trace event string verifier disabled <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=2. <6>[ 0.000000] Tracing variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 <6>[ 0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2. <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns <6>[ 0.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns <6>[ 0.008299] Switching to timer-based delay loop, resolution 41ns <6>[ 0.024363] Console: colour dummy device 80x30 <6>[ 0.027713] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) <6>[ 0.038333] CPU: Testing write buffer coherency: ok <6>[ 0.043460] pid_max: default: 32768 minimum: 301 <6>[ 0.048619] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.055962] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.065449] CPU0: update cpu_capacity 1024 <6>[ 0.068385] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.124917] Setting up static identity map for 0xc0300000 - 0xc03000ac <6>[ 0.133159] rcu: Hierarchical SRCU implementation. <6>[ 0.136854] rcu: Max phase no-delay instances is 1000. <6>[ 0.142927] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level <6>[ 0.156447] EFI services will not be available. <6>[ 0.160298] smp: Bringing up secondary CPUs ... <4>[ 0.166065] ------------[ cut here ]------------ <4>[ 0.166092] WARNING: CPU: 1 PID: 0 at kernel/time/clockevents.c:455 arch_timer_starting_cpu+0xc8/0x1d4 <4>[ 0.166138] Modules linked in: <4>[ 0.166160] CPU: 1 UID: 0 PID: 0 Comm: swapper/1 Not tainted 6.12.0-rc5-next-20241031 #1 <4>[ 0.166180] Hardware name: STM32 (Device Tree Support) <4>[ 0.166190] Call trace: <4>[ 0.166207] unwind_backtrace from show_stack+0x10/0x14 <4>[ 0.166246] show_stack from dump_stack_lvl+0x68/0x74 <4>[ 0.166278] dump_stack_lvl from __warn+0x7c/0x12c <4>[ 0.166314] __warn from warn_slowpath_fmt+0x188/0x190 <4>[ 0.166349] warn_slowpath_fmt from arch_timer_starting_cpu+0xc8/0x1d4 <4>[ 0.166386] arch_timer_starting_cpu from cpuhp_invoke_callback+0x15c/0x6f4 <4>[ 0.166423] cpuhp_invoke_callback from __cpuhp_invoke_callback_range+0x6c/0xf8 <4>[ 0.166463] __cpuhp_invoke_callback_range from notify_cpu_starting+0x5c/0x68 <4>[ 0.166505] notify_cpu_starting from secondary_start_kernel+0xd8/0x11c <4>[ 0.166544] secondary_start_kernel from __enable_mmu+0x0/0x20 <4>[ 0.166579] ---[ end trace 0000000000000000 ]--- <6>[ 0.166617] CPU1: update cpu_capacity 1024 <6>[ 0.166628] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 <6>[ 0.166913] smp: Brought up 1 node, 2 CPUs <6>[ 0.282963] SMP: Total of 2 processors activated (96.00 BogoMIPS). <6>[ 0.289446] CPU: All CPU(s) started in SVC mode. <6>[ 0.295243] Memory: 923680K/1048572K available (16384K kernel code, 2544K rwdata, 6824K rodata, 2048K init, 429K bss, 56556K reserved, 65536K cma-reserved, 196604K highmem) <6>[ 0.311002] devtmpfs: initialized <6>[ 0.330901] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 <6>[ 0.337791] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.347676] futex hash table entries: 512 (order: 3, 32768 bytes, linear) <6>[ 0.357838] pinctrl core: initialized pinctrl subsystem <6>[ 0.367279] DMI not present or invalid. <6>[ 0.372248] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.379603] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.390543] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.390716] cpuidle: using governor menu <6>[ 0.400236] No ATAGs? <6>[ 0.402506] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.410653] hw-breakpoint: maximum watchpoint size is 8 bytes. <6>[ 0.421848] Serial: AMBA PL011 UART driver <6>[ 0.454818] platform 5a001000.display-controller: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/hdmi-transmitter@3d <6>[ 0.489035] platform hdmi-out: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/hdmi-transmitter@3d <6>[ 0.527524] stm32-mdma 58000000.dma-controller: STM32 MDMA driver registered <6>[ 0.537753] iommu: Default domain type: Translated <6>[ 0.541380] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.550630] SCSI subsystem initialized <6>[ 0.554182] usbcore: registered new interface driver usbfs <6>[ 0.559149] usbcore: registered new interface driver hub <6>[ 0.564644] usbcore: registered new device driver usb <6>[ 0.572002] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.575795] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.585331] PTP clock support registered <6>[ 0.589654] EDAC MC: Ver: 3.0.0 <6>[ 0.593950] scmi_core: SCMI protocol bus registered <6>[ 0.620816] vgaarb: loaded <6>[ 0.635778] clocksource: Switched to clocksource arch_sys_counter <6>[ 0.661798] NET: Registered PF_INET protocol family <6>[ 0.665990] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.676650] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.683889] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.691975] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) <6>[ 0.700104] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) <6>[ 0.707793] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 0.714267] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) <6>[ 0.721126] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) <6>[ 0.728683] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.764661] RPC: Registered named UNIX socket transport module. <6>[ 0.769512] RPC: Registered udp transport module. <6>[ 0.774408] RPC: Registered tcp transport module. <6>[ 0.779416] RPC: Registered tcp-with-tls transport module. <6>[ 0.785155] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.791933] PCI: CLS 0 bytes, default 64 <5>[ 0.798042] Initialise system trusted keyrings <6>[ 0.802179] workingset: timestamp_bits=30 max_order=18 bucket_order=0 <6>[ 0.808667] squashfs: version 4.0 (2009/01/31) Phillip Lougher <6>[ 0.814926] Trying to unpack rootfs image as initramfs... <5>[ 1.114509] NFS: Registering the id_resolver key type <5>[ 1.118613] Key type id_resolver registered <5>[ 1.122870] Key type id_legacy registered <6>[ 1.127266] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 1.134145] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <5>[ 1.176500] Key type asymmetric registered <5>[ 1.179442] Asymmetric key parser 'x509' registered <6>[ 1.184767] bounce: pool size: 64 pages <6>[ 1.188861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 1.196488] io scheduler mq-deadline registered <6>[ 1.201196] io scheduler kyber registered <6>[ 1.205519] io scheduler bfq registered <6>[ 1.254444] /soc/interrupt-controller@5000d000: bank0 <6>[ 1.258483] /soc/interrupt-controller@5000d000: bank1 <6>[ 1.263693] /soc/interrupt-controller@5000d000: bank2 <6>[ 1.270920] Registering stm32-etzpc firewall controller <6>[ 1.448981] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.704301] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled <6>[ 1.728810] msm_serial: driver initialized <6>[ 1.732355] SuperH (H)SCI(F) driver initialized <6>[ 1.737053] STMicroelectronics ASC driver initialized <6>[ 1.742085] STM32 USART driver initialized <5>[ 1.807123] random: crng init done <6>[ 1.842088] brd: module loaded <6>[ 1.862133] loop: module loaded <6>[ 1.897702] CAN device driver interface <6>[ 1.901911] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 1.908128] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 1.911916] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 1.918236] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 1.923800] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 1.936399] pegasus: Pegasus/Pegasus II USB Ethernet driver <6>[ 1.940868] usbcore: registered new interface driver pegasus <6>[ 1.946898] usbcore: registered new interface driver asix <6>[ 1.952477] usbcore: registered new interface driver ax88179_178a <6>[ 1.958925] usbcore: registered new interface driver cdc_ether <6>[ 1.964992] usbcore: registered new interface driver smsc75xx <6>[ 1.971039] usbcore: registered new interface driver smsc95xx <6>[ 1.977069] usbcore: registered new interface driver net1080 <6>[ 1.982976] usbcore: registered new interface driver cdc_subset <6>[ 1.989210] usbcore: registered new interface driver zaurus <6>[ 1.995036] usbcore: registered new interface driver cdc_ncm <6>[ 2.007729] usbcore: registered new interface driver usb-storage <6>[ 2.157766] stm32_rtc 5c004000.rtc: registered as rtc0 <6>[ 2.161794] stm32_rtc 5c004000.rtc: setting system clock to 2000-01-01T00:00:17 UTC (946684817) <4>[ 2.187580] stm32_rtc 5c004000.rtc: Date/Time must be initialized <6>[ 2.192531] stm32_rtc 5c004000.rtc: registered rev:1.2 <6>[ 2.200141] i2c_dev: i2c /dev entries driver <6>[ 2.366920] stm_thermal 50028000.thermal: stm_thermal_probe: Driver initialized successfully <6>[ 2.393207] sdhci: Secure Digital Host Controller Interface driver <6>[ 2.398392] sdhci: Copyright(c) Pierre Ossman <6>[ 2.405976] Synopsys Designware Multimedia Card Interface Driver <6>[ 2.413434] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 2.424382] usbcore: registered new interface driver usbhid <6>[ 2.428873] usbhid: USB HID core driver <6>[ 2.496628] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 (8000000f) counters available <6>[ 2.509066] NET: Registered PF_INET6 protocol family <6>[ 2.546714] Segment Routing with IPv6 <6>[ 2.549283] In-situ OAM (IOAM) with IPv6 <6>[ 2.553516] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 2.560681] NET: Registered PF_PACKET protocol family <6>[ 2.564946] can: controller area network core <6>[ 2.569720] NET: Registered PF_CAN protocol family <6>[ 2.574647] can: raw protocol <6>[ 2.577949] can: broadcast manager protocol <6>[ 2.582347] can: netlink gateway - max_hops=1 <5>[ 2.587736] Key type dns_resolver registered <6>[ 2.591805] ThumbEE CPU extension supported. <5>[ 2.596152] Registering SWP/SWPB emulation handler <5>[ 2.687013] Loading compiled-in X.509 certificates <6>[ 2.746671] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOA bank added <6>[ 2.766823] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOB bank added <6>[ 2.773118] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOC bank added <6>[ 2.786710] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOD bank added <6>[ 2.806993] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOE bank added <6>[ 2.813429] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOF bank added <6>[ 2.827611] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOG bank added <6>[ 2.846266] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOH bank added <6>[ 2.856906] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOI bank added <6>[ 2.862269] stm32mp157-pinctrl soc:pinctrl@50002000: Pinctrl STM32 initialized <6>[ 2.897308] stm32mp157-pinctrl soc:pinctrl@54004000: GPIOZ bank added <6>[ 2.902612] stm32mp157-pinctrl soc:pinctrl@54004000: Pinctrl STM32 initialized <6>[ 2.913277] stm32-dma 48000000.dma-controller: STM32 DMA driver registered <6>[ 2.921825] stm32-dma 48001000.dma-controller: STM32 DMA driver registered <6>[ 3.598349] Freeing initrd memory: 17580K <6>[ 3.608534] stm32-usart 4000e000.serial: interrupt mode for rx (no dma) <6>[ 3.614009] stm32-usart 4000e000.serial: interrupt mode for tx (no dma) <6>[ 3.621516] 4000e000.serial: ttySTM2 at MMIO 0x4000e000 (irq = 49, base_baud = 4000000) is a stm32-usart <6>[ 3.631264] serial serial0: tty port ttySTM2 registered <6>[ 3.639319] stm32-usart 40010000.serial: interrupt mode for rx (no dma) <6>[ 3.644794] stm32-usart 40010000.serial: interrupt mode for tx (no dma) <6>[ 3.652285] 40010000.serial: ttySTM0 at MMIO 0x40010000 (irq = 50, base_baud = 4000000) is a stm32-usart <6>[ 3.663014] printk: legacy console [ttySTM0] enabled <6>[ 3.663014] printk: legacy console [ttySTM0] enabled <6>[ 3.672084] printk: legacy bootconsole [stm32] disabled <6>[ 3.672084] printk: legacy bootconsole [stm32] disabled <6>[ 3.707930] stm32-usart 40018000.serial: interrupt mode for rx (no dma) <6>[ 3.713417] stm32-usart 40018000.serial: interrupt mode for tx (no dma) <6>[ 3.720915] 40018000.serial: ttySTM1 at MMIO 0x40018000 (irq = 51, base_baud = 4000000) is a stm32-usart <6>[ 3.759775] stm32-dwmac 5800a000.ethernet: IRQ eth_wake_irq not found <6>[ 3.765171] stm32-dwmac 5800a000.ethernet: IRQ eth_lpi not found <6>[ 3.771515] stm32-dwmac 5800a000.ethernet: IRQ sfty not found <6>[ 3.778487] stm32-dwmac 5800a000.ethernet: User ID: 0x40, Synopsys ID: 0x42 <6>[ 3.784682] stm32-dwmac 5800a000.ethernet: DWMAC4/5 <6>[ 3.790004] stm32-dwmac 5800a000.ethernet: DMA HW capability register supported <6>[ 3.797594] stm32-dwmac 5800a000.ethernet: RX Checksum Offload Engine supported <6>[ 3.805152] stm32-dwmac 5800a000.ethernet: TX Checksum insertion supported <6>[ 3.812334] stm32-dwmac 5800a000.ethernet: Wake-Up On Lan supported <6>[ 3.819048] stm32-dwmac 5800a000.ethernet: TSO supported <6>[ 3.824501] stm32-dwmac 5800a000.ethernet: Enable RX Mitigation via HW Watchdog Timer <6>[ 3.832599] stm32-dwmac 5800a000.ethernet: Enabled L3L4 Flow TC (entries=2) <6>[ 3.839879] stm32-dwmac 5800a000.ethernet: Enabled RFS Flow TC (entries=10) <6>[ 3.847161] stm32-dwmac 5800a000.ethernet: TSO feature enabled <6>[ 3.853215] stm32-dwmac 5800a000.ethernet: Using 32/32 bits DMA host/device width <6>[ 3.951103] stm32f7-i2c 40012000.i2c: STM32F7 I2C-0 bus adapter <6>[ 3.980611] stm32f7-i2c 40013000.i2c: STM32F7 I2C-1 bus adapter <6>[ 4.011497] stpmic1 2-0033: PMIC Chip Version: 0x10 <6>[ 4.021100] platform 5c002000.i2c:stpmic@33:regulators: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/stpmic@33/regulators/boost <6>[ 4.033132] platform 5c002000.i2c:stpmic@33:regulators: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/stpmic@33/regulators/buck2 <6>[ 4.046395] platform 5c002000.i2c:stpmic@33:regulators: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/stpmic@33/regulators/buck4 <6>[ 4.066953] platform hdmi-out: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/hdmi-transmitter@3d <6>[ 4.076438] platform 5a001000.display-controller: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/hdmi-transmitter@3d <6>[ 4.088437] i2c 2-003d: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004 <6>[ 4.098677] i2c 2-003d: Fixed dependency cycle(s) with /hdmi-out <6>[ 4.105063] i2c 2-003d: Fixed dependency cycle(s) with /soc/display-controller@5a001000 <4>[ 4.114252] at24 2-0053: supply vcc not found, using dummy regulator <6>[ 4.123620] at24 2-0053: 256 byte 24c02 EEPROM, writable, 16 bytes/write <6>[ 4.129461] stm32f7-i2c 5c002000.i2c: STM32F7 I2C-2 bus adapter <6>[ 4.158968] mmci-pl18x 48004000.mmc: mmc1: PL180 manf 53 rev2 at 0x48004000 irq 63,0 (pio) <6>[ 4.170567] input: pmic_onkey as /devices/platform/soc/5c007000.bus/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0 <6>[ 4.186136] vdda: Bringing 1800000uV into 2900000-2900000uV <6>[ 4.202299] v2v8: Bringing 1800000uV into 2800000-2800000uV <6>[ 4.228332] v1v8: Bringing 1000000uV into 1800000-1800000uV <6>[ 4.248114] mmci-pl18x 58005000.mmc: Got CD GPIO <6>[ 4.253120] mmci-pl18x 58005000.mmc: mmc0: PL180 manf 53 rev2 at 0x58005000 irq 72,0 (pio) <6>[ 4.265446] stm32-dwmac 5800a000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 <6>[ 4.267316] stm32-usbphyc 5a006000.usbphyc: registered rev:1.0 <4>[ 4.281935] dwc2 49000000.usb-otg: supply vusb_d not found, using dummy regulator <4>[ 4.288725] dwc2 49000000.usb-otg: supply vusb_a not found, using dummy regulator <6>[ 4.351126] mmc1: new high speed SDIO card at address 0001 <6>[ 4.423468] dwc2 49000000.usb-otg: EPs: 9, dedicated fifos, 952 entries in SPRAM <6>[ 4.430822] dwc2 49000000.usb-otg: DWC OTG Controller <6>[ 4.435127] dwc2 49000000.usb-otg: new USB bus registered, assigned bus number 1 <6>[ 4.442909] dwc2 49000000.usb-otg: irq 73, io mem 0x49000000 <6>[ 4.450215] hub 1-0:1.0: USB hub found <6>[ 4.452953] hub 1-0:1.0: 1 port detected <6>[ 4.464416] mmci-pl18x 58007000.mmc: mmc2: PL180 manf 53 rev2 at 0x58007000 irq 74,0 (pio) <6>[ 4.467138] ehci-platform 5800d000.usb: EHCI Host Controller <6>[ 4.477739] ehci-platform 5800d000.usb: new USB bus registered, assigned bus number 2 <6>[ 4.486830] ehci-platform 5800d000.usb: irq 75, io mem 0x5800d000 <6>[ 4.505747] ehci-platform 5800d000.usb: USB 2.0 started, EHCI 1.00 <6>[ 4.512182] hub 2-0:1.0: USB hub found <6>[ 4.514924] hub 2-0:1.0: 2 ports detected <6>[ 4.785732] usb 2-1: new high-speed USB device number 2 using ehci-platform <6>[ 4.957220] hub 2-1:1.0: USB hub found <6>[ 4.960056] hub 2-1:1.0: 3 ports detected <3>[ 24.565688] rcu: INFO: rcu_sched detected stalls on CPUs/tasks: <3>[ 24.570468] rcu: 1-...!: (51 GPs behind) idle=04d8/0/0x0 softirq=0/0 fqs=2 (false positive?) <3>[ 24.579347] rcu: (detected by 0, t=2102 jiffies, g=-991, q=507 ncpus=2) <6>[ 24.586308] Sending NMI from CPU 0 to CPUs 1: <4>[ 24.586331] NMI backtrace for cpu 1 skipped: idling at default_idle_call+0x1c/0xb0 <3>[ 24.587327] rcu: rcu_sched kthread timer wakeup didn't happen for 2091 jiffies! g-991 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 <3>[ 24.610282] rcu: Possible timer handling issue on cpu=1 timer-softirq=0 <3>[ 24.617234] rcu: rcu_sched kthread starved for 2092 jiffies! g-991 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=1 <3>[ 24.627712] rcu: Unless rcu_sched kthread gets sufficient CPU time, OOM is now expected behavior. <3>[ 24.636973] rcu: RCU grace-period kthread stack dump: <6>[ 24.642315] task:rcu_sched state:I stack:0 pid:14 tgid:14 ppid:2 flags:0x00000000 <6>[ 24.652001] Call trace: <6>[ 24.652017] __schedule from schedule+0x20/0x12c <6>[ 24.659700] schedule from schedule_timeout+0x84/0xf4 <6>[ 24.664964] schedule_timeout from rcu_gp_fqs_loop+0x130/0x5dc <6>[ 24.671138] rcu_gp_fqs_loop from rcu_gp_kthread+0x170/0x208 <6>[ 24.677007] rcu_gp_kthread from kthread+0xe0/0xfc <6>[ 24.682080] kthread from ret_from_fork+0x14/0x28 <6>[ 24.687145] Exception stack(0xf0849fb0 to 0xf0849ff8) <6>[ 24.692396] 9fa0: 00000000 00000000 00000000 00000000 <6>[ 24.700963] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <6>[ 24.709428] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <3>[ 45.735687] rcu: INFO: rcu_sched detected stalls on CPUs/tasks: <3>[ 45.740453] rcu: 1-...!: (0 ticks this GP) idle=04e8/0/0x0 softirq=0/0 fqs=0 (false positive?) <3>[ 45.749531] rcu: (detected by 0, t=2102 jiffies, g=-987, q=496 ncpus=2) <6>[ 45.756489] Sending NMI from CPU 0 to CPUs 1: <4>[ 45.756506] NMI backtrace for cpu 1 skipped: idling at default_idle_call+0x1c/0xb0 <3>[ 45.757503] rcu: rcu_sched kthread timer wakeup didn't happen for 2101 jiffies! g-987 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 <3>[ 45.780456] rcu: Possible timer handling issue on cpu=1 timer-softirq=0 <3>[ 45.787407] rcu: rcu_sched kthread starved for 2102 jiffies! g-987 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=1 <3>[ 45.797884] rcu: Unless rcu_sched kthread gets sufficient CPU time, OOM is now expected behavior. <3>[ 45.807145] rcu: RCU grace-period kthread stack dump: <6>[ 45.812486] task:rcu_sched state:I stack:0 pid:14 tgid:14 ppid:2 flags:0x00000000 <6>[ 45.822169] Call trace: <6>[ 45.822181] __schedule from schedule+0x20/0x12c <6>[ 45.829862] schedule from schedule_timeout+0x84/0xf4 <6>[ 45.835125] schedule_timeout from rcu_gp_fqs_loop+0x130/0x5dc <6>[ 45.841295] rcu_gp_fqs_loop from rcu_gp_kthread+0x170/0x208 <6>[ 45.847263] rcu_gp_kthread from kthread+0xe0/0xfc <6>[ 45.852332] kthread from ret_from_fork+0x14/0x28 <6>[ 45.857295] Exception stack(0xf0849fb0 to 0xf0849ff8) <6>[ 45.862646] 9fa0: 00000000 00000000 00000000 00000000 <6>[ 45.871112] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <6>[ 45.879577] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <3>[ 108.785684] rcu: INFO: rcu_sched detected stalls on CPUs/tasks: <3>[ 108.790445] rcu: 1-...!: (0 ticks this GP) idle=04f8/0/0x0 softirq=0/0 fqs=1 (false positive?) <3>[ 108.799522] rcu: (detected by 0, t=8407 jiffies, g=-987, q=496 ncpus=2) <6>[ 108.806480] Sending NMI from CPU 0 to CPUs 1: <4>[ 108.806496] NMI backtrace for cpu 1 skipped: idling at default_idle_call+0x1c/0xb0 <3>[ 108.807494] rcu: rcu_sched kthread timer wakeup didn't happen for 6289 jiffies! g-987 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 <3>[ 108.830446] rcu: Possible timer handling issue on cpu=1 timer-softirq=0 <3>[ 108.837398] rcu: rcu_sched kthread starved for 6290 jiffies! g-987 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=1 <3>[ 108.847874] rcu: Unless rcu_sched kthread gets sufficient CPU time, OOM is now expected behavior. <3>[ 108.857136] rcu: RCU grace-period kthread stack dump: <6>[ 108.862476] task:rcu_sched state:I stack:0 pid:14 tgid:14 ppid:2 flags:0x00000000 <6>[ 108.872157] Call trace: <6>[ 108.872169] __schedule from schedule+0x20/0x12c <6>[ 108.879848] schedule from schedule_timeout+0x84/0xf4 <6>[ 108.885110] schedule_timeout from rcu_gp_fqs_loop+0x130/0x5dc <6>[ 108.891280] rcu_gp_fqs_loop from rcu_gp_kthread+0x170/0x208 <6>[ 108.897248] rcu_gp_kthread from kthread+0xe0/0xfc <6>[ 108.902317] kthread from ret_from_fork+0x14/0x28 <6>[ 108.907279] Exception stack(0xf0849fb0 to 0xf0849ff8) <6>[ 108.912630] 9fa0: 00000000 00000000 00000000 00000000 <6>[ 108.921096] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <6>[ 108.929561] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <3>[ 129.955684] rcu: INFO: rcu_sched detected stalls on CPUs/tasks: <3>[ 129.960444] rcu: 1-...!: (0 ticks this GP) idle=0508/0/0x0 softirq=0/0 fqs=0 (false positive?) <3>[ 129.969521] rcu: (detected by 0, t=2102 jiffies, g=-983, q=471 ncpus=2) <6>[ 129.976478] Sending NMI from CPU 0 to CPUs 1: <4>[ 129.976494] NMI backtrace for cpu 1 skipped: idling at default_idle_call+0x1c/0xb0 <3>[ 129.977491] rcu: rcu_sched kthread timer wakeup didn't happen for 2101 jiffies! g-983 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 <3>[ 130.000444] rcu: Possible timer handling issue on cpu=1 timer-softirq=0 <3>[ 130.007395] rcu: rcu_sched kthread starved for 2102 jiffies! g-983 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=1 <3>[ 130.017872] rcu: Unless rcu_sched kthread gets sufficient CPU time, OOM is now expected behavior. <3>[ 130.027234] rcu: RCU grace-period kthread stack dump: <6>[ 130.032474] task:rcu_sched state:I stack:0 pid:14 tgid:14 ppid:2 flags:0x00000000 <6>[ 130.042154] Call trace: <6>[ 130.042164] __schedule from schedule+0x20/0x12c <6>[ 130.049844] schedule from schedule_timeout+0x84/0xf4 <6>[ 130.055206] schedule_timeout from rcu_gp_fqs_loop+0x130/0x5dc <6>[ 130.061276] rcu_gp_fqs_loop from rcu_gp_kthread+0x170/0x208 <6>[ 130.067245] rcu_gp_kthread from kthread+0xe0/0xfc <6>[ 130.072313] kthread from ret_from_fork+0x14/0x28 <6>[ 130.077276] Exception stack(0xf0849fb0 to 0xf0849ff8) <6>[ 130.082627] 9fa0: 00000000 00000000 00000000 00000000 <6>[ 130.091093] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <6>[ 130.099558] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 # # <3>[ 193.005684] rcu: INFO: rcu_sched detected stalls on CPUs/tasks: <3>[ 193.010440] rcu: 1-...!: (0 ticks this GP) idle=0518/0/0x0 softirq=0/0 fqs=1 (false positive?) <3>[ 193.019517] rcu: (detected by 0, t=8407 jiffies, g=-983, q=471 ncpus=2) <6>[ 193.026475] Sending NMI from CPU 0 to CPUs 1: <4>[ 193.026489] NMI backtrace for cpu 1 skipped: idling at default_idle_call+0x1c/0xb0 <3>[ 193.027487] rcu: rcu_sched kthread timer wakeup didn't happen for 6289 jiffies! g-983 f0x0 RC# U_GP_WAIT_FQS(5) ->state=0x402 <3>[ 193.050440] rcu: Possible timer handling issue on cpu=1 timer-softirq=0 <3>[ 193.057391] rcu: rcu_sched kthread starved for 6290 jiffies! g-983 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=1 <3>[ 193.067868] rcu: Unless rcu_sched kthread gets sufficient CPU time, OOM is now expected behavior. <3>[ 193.077229] rcu: RCU grace-period kthread stack dump: <6>[ 193.082470] task:rcu_sched state:I stack:0 pid:14 tgid:14 ppid:2 flags:0x00000000 <6>[ 193.092150] Call trace: <6>[ 193.092161] __schedule from schedule+0x20/0x12c <6>[ 193.099841] schedule from schedule_timeout+0x84/0xf4 <6>[ 193.105203] schedule_timeout from rcu_gp_fqs_loop+0x130/0x5dc <6>[ 193.111273] rcu_gp_fqs_loop from rcu_gp_kthread+0x170/0x208 <6>[ 193.117241] rcu_gp_kthread from kthread+0xe0/0xfc <6>[ 193.122309] kthread from ret_from_fork+0x14/0x28 <6>[ 193.127271] Exception stack(0xf0849fb0 to 0xf0849ff8) <6>[ 193.132622] 9fa0: 00000000 00000000 00000000 00000000 <6>[ 193.141088] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <6>[ 193.149552] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <3>[ 214.195685] rcu: INFO: rcu_sched detected stalls on CPUs/tasks: <3>[ 214.200452] rcu: 1-...!: (0 ticks this GP) idle=0530/0/0x0 softirq=0/0 fqs=0 (false positive?) <3>[ 214.209530] rcu: (detected by 0, t=2102 jiffies, g=-979, q=205 ncpus=2) <6>[ 214.216489] Sending NMI from CPU 0 to CPUs 1: <4>[ 214.216506] NMI backtrace for cpu 1 skipped: idling at default_idle_call+0x1c/0xb0 <3>[ 214.217503] rcu: rcu_sched kthread timer wakeup didn't happen for 2101 jiffies! g-979 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 <3>[ 214.240456] rcu: Possible timer handling issue on cpu=1 timer-softirq=0 <3>[ 214.247408] rcu: rcu_sched kthread starved for 2102 jiffies! g-979 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=1 <3>[ 214.257885] rcu: Unless rcu_sched kthread gets sufficient CPU time, OOM is now expected behavior. <3>[ 214.267246] rcu: RCU grace-period kthread stack dump: <6>[ 214.272486] task:rcu_sched state:I stack:0 pid:14 tgid:14 ppid:2 flags:0x00000000 <6>[ 214.282169] Call trace: <6>[ 214.282181] __schedule from schedule+0x20/0x12c <6>[ 214.289861] schedule from schedule_timeout+0x84/0xf4 <6>[ 214.295222] schedule_timeout from rcu_gp_fqs_loop+0x130/0x5dc <6>[ 214.301294] rcu_gp_fqs_loop from rcu_gp_kthread+0x170/0x208 <6>[ 214.307263] rcu_gp_kthread from kthread+0xe0/0xfc <6>[ 214.312331] kthread from ret_from_fork+0x14/0x28 <6>[ 214.317294] Exception stack(0xf0849fb0 to 0xf0849ff8) <6>[ 214.322644] 9fa0: 00000000 00000000 00000000 00000000 <6>[ 214.331110] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <6>[ 214.339575] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 # #