[Enter `^Ec?' for help] U-Boot 2016.03-rc1-00131-g39af3d8-dirty (Feb 09 2016 - 16:39:49 +0000) DRAM: 944 MiB WARNING: Caches not enabled RPI Model B+ (0x10) MMC: bcm2835_sdhci: 0 reading uboot.env In: serial Out: lcd Err: lcd Net: Net Initialization Skipped No ethernet found. starting USB... USB0: Core Release: 2.80a scanning bus 0 for devices... 4 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found scanning usb for ethernet devices... 1 Ethernet Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> usb start usb start U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp Waiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 DHCP client bound to address 192.168.201.14 (259 ms) U-Boot> setenv serverip 192.168.201.1 setenv serverip 192.168.201.1 U-Boot> tftp 0x01000000 11380804/tftp-deploy-6x9t1aj8/kernel/zImage tftp 0x01000000 11380804/tftp-deploy-6x9t1aj8/kernel/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.201.1; our IP address is 192.168.201.14 Filename '11380804/tftp-deploy-6x9t1aj8/kernel/zImage'. Load address: 0x1000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###### 523.4 KiB/s done Bytes transferred = 5813080 (58b358 hex) U-Boot> tftp 0x02200000 11380804/tftp-deploy-6x9t1aj8/ramdisk/ramdisk.cpio.gz.uboot tftp 0x02200000 11380804/tftp-deploy-6x9t1aj8/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.201.1; our IP address is 192.168.201.14 Filename '11380804/tftp-deploy-6x9t1aj8/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x2200000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################## 980.5 KiB/s done Bytes transferred = 9261543 (8d51e7 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x00000100 11380804/tftp-deploy-6x9t1aj8/dtb/bcm2836-rpi-2-b.dtb tftp 0x00000100 11380804/tftp-deploy-6x9t1aj8/dtb/bcm2836-rpi-2-b.dtb Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.201.1; our IP address is 192.168.201.14 Filename '11380804/tftp-deploy-6x9t1aj8/dtb/bcm2836-rpi-2-b.dtb'. Load address: 0x100 Loading: *# 835 KiB/s done Bytes transferred = 13687 (3577 hex) U-Boot> setenv bootargs 'console=ttyAMA0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyAMA0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> bootz 0x01000000 0x02200000 0x00000100 bootz 0x01000000 0x02200000 0x00000100 Kernel image @ 0x1000000 [ 0x000000 - 0x58b358 ] ## Loading init Ramdisk from Legacy Image at 02200000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 9261479 Bytes = 8.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 00000100 Booting using the fdt blob at 0x000100 reserving fdt memory region: addr=0 size=1000 Using Device Tree in place at 00000100, end 00006676 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.191-cip38 (KernelCI@build-j28050-arm-gcc-10-bcm2835-defconfig-nkncw) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 Wed Aug 30 06:47:39 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d [ 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: Raspberry Pi 2 Model B [ 0.000000] earlycon: pl11 at MMIO 0x3f201000 (options '115200n8') [ 0.000000] printk: bootconsole [pl11] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Ignoring RAM at 0x30000000-0x3b000000 [ 0.000000] Consider using a HIGHMEM enabled kernel. [ 0.000000] Reserved memory: created CMA memory pool at 0x2c000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: CPU: 0 PID: 0 at arch/arm/kernel/devtree.c:148 arm_dt_init_cpu_maps+0x1b8/0x200 [ 0.000000] DT /cpu 2 nodes greater than max cores 1, capping them [ 0.000000] Modules linked in: [ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 5.10.191-cip38 #1 [ 0.000000] Hardware name: BCM2835 [ 0.000000] Backtrace: [ 0.000000] [] (dump_backtrace) from [] (show_stack+0x20/0x24) [ 0.000000] r7:c0e01edc r6:00000000 r5:00000009 r4:c0bbe5fc [ 0.000000] [] (show_stack) from [] (dump_stack+0x28/0x30) [ 0.000000] [] (dump_stack) from [] (__warn+0x9c/0xdc) [ 0.000000] r5:00000009 r4:c0b35070 [ 0.000000] [] (__warn) from [] (warn_slowpath_fmt+0x88/0xcc) [ 0.000000] r9:c0f75bc8 r8:c0b350e9 r7:00000009 r6:c0d04ce8 r5:00000094 r4:c0b35070 [ 0.000000] [] (warn_slowpath_fmt) from [] (arm_dt_init_cpu_maps+0x1b8/0x200) [ 0.000000] r8:c0b3501d r7:00000000 r6:ff000000 r5:00000000 r4:eb9d96c4 [ 0.000000] [] (arm_dt_init_cpu_maps) from [] (setup_arch+0x26c/0x644) [ 0.000000] r10:c0e01f70 r9:c0e01f68 r8:ebffff00 r7:c0bcc0c8 r6:2fffffff r5:c0e08738 [ 0.000000] r4:c0d3410c [ 0.000000] [] (setup_arch) from [] (start_kernel+0x64/0x51c) [ 0.000000] r10:10c53c7d r9:410fc075 r8:00000100 r7:c0f8f03c r6:c0e04240 r5:00000051 [ 0.000000] r4:c0d004b0 [ 0.000000] [] (start_kernel) from [<00000000>] (0x0) [ 0.000000] r9:410fc075 r8:00000100 r7:00000000 r6:10c03c7d r5:00000051 r4:c0d004b0 [ 0.000000] ---[ end trace 58996bc4bee07162 ]--- [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 195072 [ 0.000000] Kernel command line: console=ttyAMA0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <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] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 689060K/786432K available (8192K kernel code, 1595K rwdata, 3252K rodata, 1024K init, 709K bss, 31836K reserved, 65536K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>[ 0.000000] ftrace: allocating 32727 entries in 96 pages <6>[ 0.000000] ftrace: allocated 96 pages with 2 groups <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <3>[ 0.000000] [Firmware Bug]: Bootloader left irq enabled: bank 1 irq 9 <6>[ 0.000020] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008814] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018631] bcm2835: system timer (irq = 27) <6>[ 0.023772] arch_timer: cp15 timer(s) running at 19.20MHz (virt). <6>[ 0.030265] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns <6>[ 0.041537] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns <6>[ 0.049966] Switching to timer-based delay loop, resolution 52ns <6>[ 0.056759] Console: colour dummy device 80x30 <6>[ 0.061624] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) <6>[ 0.072470] CPU: Testing write buffer coherency: ok <6>[ 0.077774] pid_max: default: 32768 minimum: 301 <6>[ 0.083142] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.090886] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.101160] Setting up static identity map for 0x100000 - 0x100054 <6>[ 0.109437] devtmpfs: initialized <6>[ 0.119078] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 <6>[ 0.127481] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.137826] futex hash table entries: 256 (order: -1, 3072 bytes, linear) <6>[ 0.148303] pinctrl core: initialized pinctrl subsystem <6>[ 0.155926] NET: Registered protocol family 16 <6>[ 0.162897] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.173563] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.174081] No ATAGs? <6>[ 0.183114] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.191537] hw-breakpoint: maximum watchpoint size is 8 bytes. <6>[ 0.198074] Serial: AMBA PL011 UART driver <6>[ 0.223268] Kprobes globally optimized <5>[ 0.232757] SCSI subsystem initialized <6>[ 0.237174] usbcore: registered new interface driver usbfs <6>[ 0.243171] usbcore: registered new interface driver hub <6>[ 0.248903] usbcore: registered new device driver usb <4>[ 0.254586] usb_phy_generic phy: supply vcc not found, using dummy regulator <4>[ 0.262235] usb_phy_generic phy: dummy supplies not allowed for exclusive requests <6>[ 0.270494] mc: Linux media interface: v0.10 <6>[ 0.275163] videodev: Linux video capture interface: v2.00 <6>[ 0.281308] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.288537] Bluetooth: Core ver 2.22 <6>[ 0.292550] NET: Registered protocol family 31 <6>[ 0.297349] Bluetooth: HCI device and connection manager initialized <6>[ 0.304114] Bluetooth: HCI socket layer initialized <6>[ 0.309357] Bluetooth: L2CAP socket layer initialized <6>[ 0.314803] Bluetooth: SCO socket layer initialized <6>[ 0.320647] clocksource: Switched to clocksource arch_sys_counter <6>[ 0.571605] simple-framebuffer 3b006000.framebuffer: framebuffer at 0x3b006000, 0x85400 bytes, mapped to 0x(ptrval) <6>[ 0.582598] simple-framebuffer 3b006000.framebuffer: format=r5g6b5, mode=656x416x16, linelength=1312 <6>[ 0.595986] Console: switching to colour frame buffer device 82x26 <6>[ 0.605592] simple-framebuffer 3b006000.framebuffer: fb0: simplefb registered! <6>[ 0.623237] NET: Registered protocol family 2 <6>[ 0.628452] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.637851] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.646747] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) <6>[ 0.655005] TCP bind hash table entries: 8192 (order: 3, 32768 bytes, linear) <6>[ 0.662645] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 0.669614] UDP hash table entries: 512 (order: 1, 8192 bytes, linear) <6>[ 0.676584] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes, linear) <6>[ 0.684167] NET: Registered protocol family 1 <6>[ 0.689655] RPC: Registered named UNIX socket transport module. <6>[ 0.695992] RPC: Registered udp transport module. <6>[ 0.701065] RPC: Registered tcp transport module. <6>[ 0.706122] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.714904] Unpacking initramfs... <6>[ 1.513759] Freeing initrd memory: 9048K <6>[ 1.519226] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available <5>[ 1.529376] Initialise system trusted keyrings <6>[ 1.534598] workingset: timestamp_bits=30 max_order=18 bucket_order=0 <6>[ 1.551905] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). <5>[ 1.680101] Key type asymmetric registered <5>[ 1.684711] Asymmetric key parser 'x509' registered <6>[ 1.690030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) <6>[ 1.697861] io scheduler mq-deadline registered <6>[ 1.702754] io scheduler kyber registered <6>[ 1.715573] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 1.727758] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 1.739091] usbcore: registered new interface driver zd1211rw <6>[ 1.745368] usbcore: registered new interface driver lan78xx <6>[ 1.751484] usbcore: registered new interface driver asix <6>[ 1.757318] usbcore: registered new interface driver ax88179_178a <6>[ 1.763858] usbcore: registered new interface driver cdc_ether <6>[ 1.770151] usbcore: registered new interface driver smsc95xx <6>[ 1.776334] usbcore: registered new interface driver net1080 <6>[ 1.782478] usbcore: registered new interface driver cdc_subset <6>[ 1.788822] usbcore: registered new interface driver zaurus <6>[ 1.794876] usbcore: registered new interface driver cdc_ncm <6>[ 1.801566] usbcore: registered new interface driver usb-storage <6>[ 1.808146] i2c /dev entries driver <4>[ 1.814390] i2c-bcm2835 3f805000.i2c: Could not read clock-frequency property <6>[ 1.823862] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 1.831079] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.837647] sdhci: Copyright(c) Pierre Ossman <6>[ 1.842695] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.849571] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 1.857107] usbcore: registered new interface driver usbhid <6>[ 1.863091] usbhid: USB HID core driver <6>[ 1.867434] bcm2835-mbox 3f00b880.mailbox: mailbox enabled <6>[ 1.875441] NET: Registered protocol family 10 <6>[ 1.881658] Segment Routing with IPv6 <6>[ 1.885786] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 1.893034] NET: Registered protocol family 17 <6>[ 1.898400] oprofile: using timer interrupt. <5>[ 1.903533] Loading compiled-in X.509 certificates <6>[ 1.915402] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2 <6>[ 1.924921] printk: console [ttyAMA0] enabled <6>[ 1.924921] printk: console [ttyAMA0] enabled <6>[ 1.934266] printk: bootconsole [pl11] disabled <6>[ 1.934266] printk: bootconsole [pl11] disabled <6>[ 1.948030] raspberrypi-firmware soc:firmware: Attached to firmware from 2014-12-19T18:44:06 <4>[ 1.959490] ------------[ cut here ]------------ <4>[ 1.964445] WARNING: CPU: 0 PID: 44 at drivers/cpufreq/cpufreq-dt.c:79 dt_cpufreq_probe+0xf8/0x2f0 <4>[ 1.973673] Modules linked in: <4>[ 1.976999] CPU: 0 PID: 44 Comm: kworker/0:2 Tainted: G W 5.10.191-cip38 #1 <4>[ 1.985527] Hardware name: BCM2835 <4>[ 1.989205] Workqueue: events deferred_probe_work_func <4>[ 1.994611] Backtrace: <4>[ 1.997334] [] (dump_backtrace) from [] (show_stack+0x20/0x24) <4>[ 2.005169] r7:00000000 r6:00000000 r5:00000009 r4:c0bbe5fc <4>[ 2.011101] [] (show_stack) from [] (dump_stack+0x28/0x30) <4>[ 2.018588] [] (dump_stack) from [] (__warn+0x9c/0xdc) <4>[ 2.025725] r5:00000009 r4:c0ba716e <4>[ 2.029564] [] (__warn) from [] (warn_slowpath_fmt+0x88/0xcc) <4>[ 2.037314] r9:c470bbc8 r8:00000000 r7:00000009 r6:c062f4ec r5:0000004f r4:c0ba716e <4>[ 2.045325] [] (warn_slowpath_fmt) from [] (dt_cpufreq_probe+0xf8/0x2f0) <4>[ 2.054026] r8:00000000 r7:c470aa10 r6:c470bbc0 r5:c0e08868 r4:00000000 <4>[ 2.061011] [] (dt_cpufreq_probe) from [] (platform_drv_probe+0x58/0xa4) <4>[ 2.069703] r10:00000003 r9:c103180c r8:00000000 r7:c1031804 r6:c0f35fd4 r5:c470aa10 <4>[ 2.077791] r4:00000000 <4>[ 2.080591] [] (platform_drv_probe) from [] (really_probe+0x28c/0x4a4) <4>[ 2.089117] r7:c1031804 r6:c0f35fd4 r5:00000000 r4:c470aa10 <4>[ 2.095053] [] (really_probe) from [] (driver_probe_device+0x194/0x1bc) <4>[ 2.103670] r10:00000003 r9:00000000 r8:c0f256c8 r7:c470aa10 r6:c46bd7fc r5:c0f35fd4 <4>[ 2.111761] r4:c470aa10 <4>[ 2.114564] [] (driver_probe_device) from [] (__device_attach_driver+0xb8/0xf8) <4>[ 2.123871] r8:c0f256c8 r7:c470aa10 r6:c46bd7fc r5:c0f35fd4 r4:00000001 <4>[ 2.130843] [] (__device_attach_driver) from [] (bus_for_each_drv+0xb8/0xd0) <4>[ 2.139878] r7:c470aa54 r6:c051e194 r5:c46bd7fc r4:00000000 <4>[ 2.145810] [] (bus_for_each_drv) from [] (__device_attach+0xfc/0x194) <4>[ 2.154334] r6:c470aa10 r5:00000001 r4:c470aa10 <4>[ 2.159215] [] (__device_attach) from [] (device_initial_probe+0x1c/0x20) <4>[ 2.168000] r7:00000000 r6:c470aa10 r5:c0f25670 r4:c470aa10 <4>[ 2.173949] [] (device_initial_probe) from [] (bus_probe_device+0x38/0x90) <4>[ 2.182830] [] (bus_probe_device) from [] (device_add+0x5d4/0x6f8) <4>[ 2.191010] r7:00000000 r6:c0f25368 r5:00000000 r4:c470aa10 <4>[ 2.196929] [] (device_add) from [] (platform_device_add+0x190/0x1f8) <4>[ 2.205374] r9:c0e0b420 r8:c0e0b400 r7:05f5e100 r6:00000000 r5:00000000 r4:c470aa00 <4>[ 2.213385] [] (platform_device_add) from [] (platform_device_register_full+0xf0/0x124) <4>[ 2.223389] r9:05f5e0ff r8:2faf0800 r7:05f5e100 r6:c46bd8e0 r5:00000000 r4:c470aa00 <4>[ 2.231401] [] (platform_device_register_full) from [] (raspberrypi_cpufreq_probe+0x10c/0x198) <4>[ 2.242007] r7:05f5e100 r6:c0e08868 r5:00000000 r4:00000000 <4>[ 2.247927] [] (raspberrypi_cpufreq_probe) from [] (platform_drv_probe+0x58/0xa4) <4>[ 2.257414] r9:c103180c r8:00000000 r7:c1031804 r6:c0f360cc r5:c470a610 r4:00000000 <4>[ 2.265427] [] (platform_drv_probe) from [] (really_probe+0x28c/0x4a4) <4>[ 2.273956] r7:c1031804 r6:c0f360cc r5:00000000 r4:c470a610 <4>[ 2.279878] [] (really_probe) from [] (driver_probe_device+0x194/0x1bc) <4>[ 2.288498] r10:c470b2c0 r9:00000000 r8:c470a410 r7:c470a610 r6:c46bda2c r5:c0f360cc <4>[ 2.296596] r4:c470a610 <4>[ 2.299398] [] (driver_probe_device) from [] (__device_attach_driver+0xb8/0xf8) <4>[ 2.308706] r8:c470a410 r7:c470a610 r6:c46bda2c r5:c0f360cc r4:00000001 <4>[ 2.315682] [] (__device_attach_driver) from [] (bus_for_each_drv+0xb8/0xd0) <4>[ 2.324729] r7:c470a654 r6:c051e194 r5:c46bda2c r4:00000000 <4>[ 2.330661] [] (bus_for_each_drv) from [] (__device_attach+0xfc/0x194) <4>[ 2.339175] r6:c470a610 r5:00000001 r4:c470a610 <4>[ 2.344067] [] (__device_attach) from [] (device_initial_probe+0x1c/0x20) <4>[ 2.352853] r7:00000000 r6:c470a610 r5:c0f25670 r4:c470a610 <4>[ 2.358774] [] (device_initial_probe) from [] (bus_probe_device+0x38/0x90) <4>[ 2.367653] [] (bus_probe_device) from [] (device_add+0x5d4/0x6f8) <4>[ 2.375832] r7:00000000 r6:c0f25368 r5:00000000 r4:c470a610 <4>[ 2.381762] [] (device_add) from [] (platform_device_add+0x190/0x1f8) <4>[ 2.390194] r9:c0e0b420 r8:c0e0b400 r7:00000000 r6:00000000 r5:00000000 r4:c470a600 <4>[ 2.398208] [] (platform_device_add) from [] (platform_device_register_full+0xf0/0x124) <4>[ 2.408212] r9:c470a410 r8:c4705150 r7:00000000 r6:c46bdb18 r5:00000000 r4:c470a600 <4>[ 2.416230] [] (platform_device_register_full) from [] (raspberrypi_clk_probe+0x160/0x31c) <4>[ 2.426491] r7:00000000 r6:00000000 r5:c470b240 r4:00000000 <4>[ 2.432423] [] (raspberrypi_clk_probe) from [] (platform_drv_probe+0x58/0xa4) <4>[ 2.441558] r10:00000003 r9:c103180c r8:00000000 r7:c1031804 r6:c0f1f80c r5:c470a410 <4>[ 2.449634] r4:00000000 <4>[ 2.452444] [] (platform_drv_probe) from [] (really_probe+0x28c/0x4a4) <4>[ 2.460971] r7:c1031804 r6:c0f1f80c r5:00000000 r4:c470a410 <4>[ 2.466893] [] (really_probe) from [] (driver_probe_device+0x194/0x1bc) <4>[ 2.475509] r10:00000003 r9:00000000 r8:c1594c10 r7:c470a410 r6:c46bdc6c r5:c0f1f80c <4>[ 2.483600] r4:c470a410 <4>[ 2.486401] [] (driver_probe_device) from [] (__device_attach_driver+0xb8/0xf8) <4>[ 2.495709] r8:c1594c10 r7:c470a410 r6:c46bdc6c r5:c0f1f80c r4:00000001 <4>[ 2.502685] [] (__device_attach_driver) from [] (bus_for_each_drv+0xb8/0xd0) <4>[ 2.511732] r7:c470a454 r6:c051e194 r5:c46bdc6c r4:00000000 <4>[ 2.517653] [] (bus_for_each_drv) from [] (__device_attach+0xfc/0x194) <4>[ 2.526178] r6:c470a410 r5:00000001 r4:c470a410 <4>[ 2.531072] [] (__device_attach) from [] (device_initial_probe+0x1c/0x20) <4>[ 2.539846] r7:00000000 r6:c470a410 r5:c0f25670 r4:c470a410 <4>[ 2.545779] [] (device_initial_probe) from [] (bus_probe_device+0x38/0x90) <4>[ 2.554658] [] (bus_probe_device) from [] (device_add+0x5d4/0x6f8) <4>[ 2.562836] r7:00000000 r6:c0f25368 r5:00000000 r4:c470a410 <4>[ 2.568756] [] (device_add) from [] (platform_device_add+0x190/0x1f8) <4>[ 2.577198] r9:c0e0b420 r8:c0e0b400 r7:c1594c00 r6:00000000 r5:00000000 r4:c470a400 <4>[ 2.585208] [] (platform_device_add) from [] (platform_device_register_full+0xf0/0x124) <4>[ 2.595211] r9:c103180c r8:00000001 r7:c1594c00 r6:c46bdd58 r5:00000000 r4:c470a400 <4>[ 2.603228] [] (platform_device_register_full) from [] (rpi_firmware_probe+0x1a4/0x1ec) <4>[ 2.613232] r7:c1594c00 r6:c1594c10 r5:c47092c0 r4:00000000 <4>[ 2.619153] [] (rpi_firmware_probe) from [] (platform_drv_probe+0x58/0xa4) <4>[ 2.628028] r8:00000000 r7:c1031804 r6:c0f379ec r5:c1594c10 r4:00000000 <4>[ 2.635000] [] (platform_drv_probe) from [] (really_probe+0x28c/0x4a4) <4>[ 2.643529] r7:c1031804 r6:c0f379ec r5:00000000 r4:c1594c10 <4>[ 2.649451] [] (really_probe) from [] (driver_probe_device+0x194/0x1bc) <4>[ 2.658067] r10:c0f255c4 r9:00000000 r8:00000000 r7:c1594c10 r6:c46bdea4 r5:c0f379ec <4>[ 2.666154] r4:c1594c10 <4>[ 2.668955] [] (driver_probe_device) from [] (__device_attach_driver+0xb8/0xf8) <4>[ 2.678262] r8:00000000 r7:c1594c10 r6:c46bdea4 r5:c0f379ec r4:00000001 <4>[ 2.685234] [] (__device_attach_driver) from [] (bus_for_each_drv+0xb8/0xd0) <4>[ 2.694282] r7:c1594c54 r6:c051e194 r5:c46bdea4 r4:00000000 <4>[ 2.700203] [] (bus_for_each_drv) from [] (__device_attach+0xfc/0x194) <4>[ 2.708728] r6:c1594c10 r5:00000001 r4:c1594c10 <4>[ 2.713621] [] (__device_attach) from [] (device_initial_probe+0x1c/0x20) <4>[ 2.722411] r7:eb9c7300 r6:c1594c10 r5:c0f25670 r4:c1594c10 <4>[ 2.728332] [] (device_initial_probe) from [] (bus_probe_device+0x38/0x90) <4>[ 2.737212] [] (bus_probe_device) from [] (deferred_probe_work_func+0xa8/0xcc) <4>[ 2.746431] r7:eb9c7300 r6:c0f255e8 r5:c0f255ac r4:c1594c10 <4>[ 2.752368] [] (deferred_probe_work_func) from [] (process_one_work+0x194/0x274) <4>[ 2.761762] r7:eb9c7300 r6:c0e0d160 r5:c0f255c0 r4:c46a1c80 <4>[ 2.767679] [] (process_one_work) from [] (worker_thread+0x220/0x2e0) <4>[ 2.776122] r10:c46a7760 r9:c0f8fabc r8:c0e0d174 r7:c0edcaa0 r6:c0e0d160 r5:c46a1c94 <4>[ 2.784209] r4:c46a1c80 <4>[ 2.787011] [] (worker_thread) from [] (kthread+0x11c/0x128) <4>[ 2.794673] r9:c1531e98 r8:c46a1c80 r7:c0134e98 r6:c46bc000 r5:c46a0c80 r4:c46a7740 <4>[ 2.802686] [] (kthread) from [] (ret_from_fork+0x14/0x2c) <4>[ 2.810158] Exception stack(0xc46bdfb0 to 0xc46bdff8) <4>[ 2.815478] dfa0: 00000000 00000000 00000000 00000000 <4>[ 2.823918] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 2.832361] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 <4>[ 2.839231] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0139998 <4>[ 2.847320] r4:c46a0c80 r3:00000001 <4>[ 2.851161] ---[ end trace 58996bc4bee07164 ]--- <6>[ 2.856072] sdhost-bcm2835 3f202000.mmc: loaded - DMA enabled (>1) <4>[ 2.865145] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator <4>[ 2.872796] dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator <6>[ 2.931425] dwc2 3f980000.usb: DWC OTG Controller <6>[ 2.936425] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1 <6>[ 2.943957] dwc2 3f980000.usb: irq 33, io mem 0x3f980000 <6>[ 2.951208] hub 1-0:1.0: USB hub found <6>[ 2.955370] hub 1-0:1.0: 1 port detected <4>[ 2.962676] OF: fdt: not creating '/sys/firmware/fdt': CRC check failed <4>[ 2.998565] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 3.009155] mmc0: new high speed SDHC card at address 0002 <6>[ 3.015961] mmcblk0: mmc0:0002 NCard 14.9 GiB <6>[ 3.023510] mmcblk0: p1 <6>[ 3.300679] usb 1-1: new high-speed USB device number 2 using dwc2 <6>[ 3.551741] hub 1-1:1.0: USB hub found <6>[ 3.555864] hub 1-1:1.0: 5 ports detected <6>[ 3.880696] usb 1-1.1: new high-speed USB device number 3 using dwc2 <6>[ 4.013972] smsc95xx v2.0.0 <6>[ 4.174274] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL) <6>[ 4.186808] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d2:0e:1f <6>[ 4.254942] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup <6>[ 4.272247] smsc95xx 1-1.1:1.0 eth0: Link is Down <6>[ 4.300679] usb 1-1.3: new high-speed USB device number 4 using dwc2 <6>[ 4.436885] usb-storage 1-1.3:1.0: USB Mass Storage device detected <6>[ 4.444570] scsi host0: usb-storage 1-1.3:1.0 <5>[ 5.540354] scsi 0:0:0:0: Direct-Access Kingston DT 101 G2 PMAP PQ: 0 ANSI: 0 CCS <5>[ 5.850699] random: crng init done <5>[ 6.483275] sd 0:0:0:0: [sda] 7669824 512-byte logical blocks: (3.93 GB/3.66 GiB) <5>[ 6.491484] sd 0:0:0:0: [sda] Write Protect is off <3>[ 6.496985] sd 0:0:0:0: [sda] No Caching mode page found <3>[ 6.502596] sd 0:0:0:0: [sda] Assuming drive cache: write through <6>[ 6.541691] sda: sda1 sda2 <5>[ 6.548639] sd 0:0:0:0: [sda] Attached SCSI removable disk <6>[ 9.462297] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off <6>[ 9.480723] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 9.510859] Sending DHCP requests ., OK <6>[ 9.554800] IP-Config: Got DHCP answer from 192.168.201.1, my address is 192.168.201.14 <6>[ 9.563092] IP-Config: Complete: <6>[ 9.566601] device=eth0, hwaddr=b8:27:eb:d2:0e:1f, ipaddr=192.168.201.14, mask=255.255.255.0, gw=192.168.201.1 <6>[ 9.577320] host=bcm2836-rpi-2-b-cbg-0, domain=lava-rack, nis-domain=(none) <6>[ 9.585011] bootserver=192.168.201.1, rootserver=192.168.201.1, rootpath= <6>[ 9.585018] nameserver0=192.168.201.1 <5>[ 9.597255] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 9.627223] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <4>[ 9.634534] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 9.643736] ALSA device list: <6>[ 9.646978] No soundcards found. <6>[ 9.650700] cfg80211: failed to load regulatory.db <6>[ 9.656204] uart-pl011 3f201000.serial: no DMA platform data <6>[ 9.669006] Freeing unused kernel memory: 1024K <6>[ 9.674191] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 9.904371] udevd[93]: starting version 3.2.9 <27>[ 9.923522] udevd[93]: specified user 'tss' unknown <27>[ 9.929067] udevd[93]: specified group 'tss' unknown <30>[ 9.940313] udevd[94]: starting eudev-3.2.9 <4>[ 10.295734] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 10.404732] bcm2835-rng 3f104000.rng: hwrng registered <3>[ 10.434772] bcm2835_vchiq 3f00b840.mailbox: failed to set channelbase <6>[ 10.441594] vchiq: could not load vchiq done Saving random seed: OK Starting network: ip: RTNETLINK answers: File exists FAIL Starting dropbear sshd: OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-11380804/environment . /lava-11380804/environment / # /lava-11380804/bin/lava-test-runner /lava-11380804/0 /lava-11380804/bin/lava-test-runner /lava-11380804/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-11380804/0/tests/0_dmesg + cat uuid + UUID=11380804_1.5.<8>[ 11.752913] 2.4.1 + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 11.818467] <8>[ 11.878254] <8>[ 11.938287] + set +x <8>[ 11.949349] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-11380804/environment / # . /lava-11380804/environment/lava-11380804/bin/lava-test-runner /lava-11380804/1 / # /lava-11380804/bin/lava-test-runner /lava-11380804/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-11380804/1/tests/1_bootrr + cat uuid + UUID=11380804_1.5.<8>[ 12.476587] 2.4.5 + set +x + export 'PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-11380804/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto 3f902000.hdmi 3f806000.vec 3fc00000.v3d /lava-11380804/1/../bin/lava-test-case <8>[ 13.558199] /lava-11380804/1/../bin/lava-test-case <8>[ 13.612664] /lava-11380804/1/../bin/lava-test-case <8>[ 13.646663] + set +x <8>[ 13.671943] / #