Skip to content

Instantly share code, notes, and snippets.

@hnyman
Created March 22, 2017 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hnyman/e4eeb96913d760c305e1ddf4fbb84688 to your computer and use it in GitHub Desktop.
Save hnyman/e4eeb96913d760c305e1ddf4fbb84688 to your computer and use it in GitHub Desktop.
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.14 (perus@ub1610) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3598-eb09d79c16) ) #0 SMP Wed Mar 22 08:58:21 2017
[ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5787d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt:Machine model: Netgear Nighthawk X4S R7800
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] percpu: Embedded 13 pages/cpu @dda09000 s20940 r8192 d24116 u53248
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 121920
[ 0.000000] Kernel command line:
[ 0.000000] Bootloader command line (ignored): console=ttyHSL1,115200n8
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 479028K/491520K available (3844K kernel code, 246K rwdata, 1240K rodata, 236K init, 242K bss, 12492K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xde800000 - 0xff800000 ( 528 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xde000000 ( 480 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0208000 - 0xc05c9620 (3846 kB)
[ 0.000000] .init : 0xc0721000 - 0xc075c000 ( 236 kB)
[ 0.000000] .data : 0xc075c000 - 0xc0799980 ( 247 kB)
[ 0.000000] .bss : 0xc079b000 - 0xc07d78e8 ( 243 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] clocksource: dg_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 305801671480 ns
[ 0.000006] sched_clock: 32 bits at 6MHz, resolution 160ns, wraps every 343597383600ns
[ 0.000020] Switching to timer-based delay loop, resolution 160ns
[ 0.000231] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.50 BogoMIPS (lpj=62500)
[ 0.000250] pid_max: default: 32768 minimum: 301
[ 0.000348] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000363] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.001008] CPU: Testing write buffer coherency: ok
[ 0.001295] Setting up static identity map for 0x42208280 - 0x422082d8
[ 0.004638] Brought up 2 CPUs
[ 0.004655] SMP: Total of 2 processors activated (25.00 BogoMIPS).
[ 0.004665] CPU: All CPU(s) started in SVC mode.
[ 0.015753] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
[ 0.015952] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.015974] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.016054] pinctrl core: initialized pinctrl subsystem
[ 0.017370] NET: Registered protocol family 16
[ 0.017621] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.041398] cpuidle: using governor ladder
[ 0.072412] cpuidle: using governor menu
[ 0.074461] qcom_rpm 108000.rpm: could not find pctldev for node /soc/pinmux@800000/i2c4_pinmux, deferring probe
[ 0.125124] msm_bus_fabric_init_driver
[ 0.126687] usbcore: registered new interface driver usbfs
[ 0.126778] usbcore: registered new interface driver hub
[ 0.126868] usbcore: registered new device driver usb
[ 0.126927] pps_core: LinuxPPS API ver. 1 registered
[ 0.126941] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.126976] PTP clock support registered
[ 0.129013] clocksource: Switched to clocksource dg_timer
[ 0.130899] NET: Registered protocol family 2
[ 0.131497] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.131545] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.131604] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.131656] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.131677] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.131880] NET: Registered protocol family 1
[ 0.133200] No memory allocated for crashlog
[ 0.133538] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[ 0.140056] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.140075] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.150095] io scheduler noop registered
[ 0.150112] io scheduler deadline registered (default)
[ 0.152911] 1b500000.pci supply vdda not found, using dummy regulator
[ 0.153032] 1b500000.pci supply vdda_phy not found, using dummy regulator
[ 0.153119] 1b500000.pci supply vdda_refclk not found, using dummy regulator
[ 0.153680] OF: PCI: host bridge /soc/pci@1b500000 ranges:
[ 0.153721] OF: PCI: IO 0x0fe00000..0x0fefffff -> 0x0fe00000
[ 0.153747] OF: PCI: MEM 0x08000000..0x0fdfffff -> 0x08000000
[ 0.261529] qcom-pcie 1b500000.pci: link up
[ 0.263592] qcom-pcie 1b500000.pci: PCI host bridge to bus 0000:00
[ 0.263614] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.263635] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfe00000-0xfefffff])
[ 0.263650] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fdfffff]
[ 0.264199] PCI: bus0: Fast back to back transfers disabled
[ 0.266317] PCI: bus1: Fast back to back transfers disabled
[ 0.266653] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff]
[ 0.266677] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit]
[ 0.266804] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.266826] pci 0000:00:00.0: bridge window [mem 0x08000000-0x081fffff]
[ 0.267600] 1b700000.pci supply vdda not found, using dummy regulator
[ 0.267707] 1b700000.pci supply vdda_phy not found, using dummy regulator
[ 0.267796] 1b700000.pci supply vdda_refclk not found, using dummy regulator
[ 0.268355] OF: PCI: host bridge /soc/pci@1b700000 ranges:
[ 0.268390] OF: PCI: IO 0x31e00000..0x31efffff -> 0x31e00000
[ 0.268412] OF: PCI: MEM 0x2e000000..0x31dfffff -> 0x2e000000
[ 0.378863] qcom-pcie 1b700000.pci: link up
[ 0.380886] qcom-pcie 1b700000.pci: PCI host bridge to bus 0001:00
[ 0.380906] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.380922] pci_bus 0001:00: root bus resource [mem 0x2e000000-0x31dfffff]
[ 0.381397] PCI: bus0: Fast back to back transfers disabled
[ 0.383502] PCI: bus1: Fast back to back transfers disabled
[ 0.383970] pci 0001:00:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]
[ 0.383992] pci 0001:01:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit]
[ 0.384114] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 0.384134] pci 0001:00:00.0: bridge window [mem 0x2e000000-0x2e1fffff]
[ 0.387327] L2 @ QSB rate. Forcing new rate.
[ 0.387520] L2 @ 384000 KHz
[ 0.387691] CPU0 @ 800000 KHz
[ 0.387702] CPU1 @ QSB rate. Forcing new rate.
[ 0.387823] CPU1 @ 384000 KHz
[ 0.392076] gsbi 16300000.gsbi: GSBI port protocol: 6 crci: 0
[ 0.393512] gsbi 1a200000.gsbi: GSBI port protocol: 3 crci: 0
[ 0.395085] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.396006] msm_serial 16340000.serial: msm_serial: detected port #0
[ 0.396099] msm_serial 16340000.serial: uartclk = 7372800
[ 0.396175] 16340000.serial: ttyMSM0 at MMIO 0x16340000 (irq = 169, base_baud = 460800) is a MSM
[ 0.396212] msm_serial: console setup on port #0
[ 1.102834] console [ttyMSM0] enabled
[ 1.107575] msm_serial: driver initialized
[ 1.119703] loop: module loaded
[ 1.121648] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xa1
[ 1.121682] nand: Micron MT29F1G08ABBEAH4
[ 1.128252] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 1.132350] 10 ofpart partitions found on MTD device qcom_nand.0
[ 1.139708] Creating 10 MTD partitions on "qcom_nand.0":
[ 1.145791] 0x000000000000-0x000000c80000 : "qcadata"
[ 1.156670] random: fast init done
[ 1.170056] 0x000000c80000-0x000001180000 : "APPSBL"
[ 1.178362] 0x000001180000-0x000001200000 : "APPSBLENV"
[ 1.180821] 0x000001200000-0x000001340000 : "art"
[ 1.185945] 0x000001340000-0x000001480000 : "artbak"
[ 1.191062] 0x000001480000-0x000001680000 : "kernel"
[ 1.196992] 0x000001680000-0x000003480000 : "ubi"
[ 1.245944] 0x000003480000-0x000007900000 : "netgear"
[ 1.353995] 0x000007900000-0x000008000000 : "reserve"
[ 1.366709] 0x000001480000-0x000003480000 : "firmware"
[ 1.419881] no rootfs found after FIT image in "firmware"
[ 1.421203] spi_qup 1a280000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 1.426493] m25p80 spi32766.0: unrecognized JEDEC id bytes: 00, 00, 00
[ 1.431539] m25p80: probe of spi32766.0 failed with error -2
[ 1.439092] libphy: GPIO Bitbanged MDIO: probed
[ 1.475648] switch0: Atheros AR8337 rev. 2 switch registered on gpio-0
[ 2.430587] libphy: Fixed MDIO Bus: probed
[ 2.430631] libphy: mdio_driver_register: qca8k
[ 2.436896] stmmac - user ID: 0x10, Synopsys ID: 0x37
[ 2.438012] Ring mode enabled
[ 2.443304] DMA HW capability register supported[ 2.446169] Enhanced/Alternate descriptors
[ 2.451813] Enabled extended descriptors
[ 2.454768] RX Checksum Offload Engine supported
[ 2.458939] COE Type 2
[ 2.463692] TX Checksum insertion supported
[ 2.465880] Wake-Up On Lan supported
[ 2.470472] Enable RX Mitigation via HW Watchdog Timer
[ 2.476390] stmmac - user ID: 0x10, Synopsys ID: 0x37
[ 2.478990] Ring mode enabled
[ 2.484297] DMA HW capability register supported[ 2.487149] Enhanced/Alternate descriptors
[ 2.492790] Enabled extended descriptors
[ 2.495747] RX Checksum Offload Engine supported
[ 2.499993] COE Type 2
[ 2.504598] TX Checksum insertion supported
[ 2.506857] Wake-Up On Lan supported
[ 2.511457] Enable RX Mitigation via HW Watchdog Timer
[ 23.499306] INFO: rcu_sched detected stalls on CPUs/tasks:
[ 23.503683] 1-...: (2 ticks this GP) idle=145/140000000000000/0 softirq=28/28 fqs=1050
[ 23.503775] (detected by 0, t=2102 jiffies, g=-282, c=-283, q=13)
[ 23.513058] Task dump for CPU 1:
[ 23.517917] swapper/0 R running task 0 1 0 0x00000002
[ 23.525581] [<c05c5c54>] (__schedule) from [<00000058>] (0x58)
[ 86.549311] INFO: rcu_sched detected stalls on CPUs/tasks:
[ 86.553679] 1-...: (2 ticks this GP) idle=145/140000000000000/0 softirq=28/28 fqs=4202
[ 86.553773] (detected by 0, t=8407 jiffies, g=-282, c=-283, q=13)
[ 86.563057] Task dump for CPU 1:
[ 86.567914] swapper/0 R running task 0 1 0 0x00000002
[ 86.575566] [<c05c5c54>] (__schedule) from [<00000058>] (0x58)
[ 149.599316] INFO: rcu_sched detected stalls on CPUs/tasks:
[ 149.603687] 1-...: (2 ticks this GP) idle=145/140000000000000/0 softirq=28/28 fqs=7354
[ 149.603780] (detected by 0, t=14712 jiffies, g=-282, c=-283, q=13)
[ 149.613064] Task dump for CPU 1:
[ 149.617923] swapper/0 R running task 0 1 0 0x00000002
[ 149.625660] [<c05c5c54>] (__schedule) from [<00000058>] (0x58)
[ 212.649319] INFO: rcu_sched detected stalls on CPUs/tasks:
[ 212.653688] 1-...: (2 ticks this GP) idle=145/140000000000000/0 softirq=28/28 fqs=10506
[ 212.653782] (detected by 0, t=21017 jiffies, g=-282, c=-283, q=13)
[ 212.663151] Task dump for CPU 1:
[ 212.668009] swapper/0 R running task 0 1 0 0x00000002
[ 212.675746] [<c05c5c54>] (__schedule) from [<00000058>] (0x58)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment