spacepaste

  1.  
  2. U-Boot SPL 2017.01-00181-gbfd0767 (Jan 19 2017 - 09:16:33)
  3. DRAM: 1024 MiB
  4. Trying to boot from MMC1
  5. U-Boot 2017.01-00181-gbfd0767 (Jan 19 2017 - 09:16:33 +0100) Allwinner Technology
  6. CPU: Allwinner H3 (SUN8I 1680)
  7. Model: Xunlong Orange Pi PC
  8. I2C: ready
  9. DRAM: 1 GiB
  10. MMC: SUNXI SD/MMC: 0
  11. *** Warning - bad CRC, using default environment
  12. In: serial
  13. Out: serial
  14. Err: serial
  15. Net: phy interface0
  16. eth0: ethernet@1c30000
  17. starting USB...
  18. USB0: USB EHCI 1.00
  19. USB1: USB OHCI 1.0
  20. USB2: USB EHCI 1.00
  21. USB3: USB OHCI 1.0
  22. USB4: USB EHCI 1.00
  23. USB5: USB OHCI 1.0
  24. scanning bus 0 for devices... 1 USB Device(s) found
  25. scanning bus 2 for devices... 2 USB Device(s) found
  26. scanning bus 4 for devices... 1 USB Device(s) found
  27. scanning usb for storage devices... 0 Storage Device(s) found
  28. Hit any key to stop autoboot: 2  1  0
  29. switch to partitions #0, OK
  30. mmc0 is current device
  31. Scanning mmc 0:1...
  32. Found U-Boot script /boot.scr
  33. 278 bytes read in 59 ms (3.9 KiB/s)
  34. ## Executing script at 43100000
  35. 14994 bytes read in 81 ms (180.7 KiB/s)
  36. 3383400 bytes read in 222 ms (14.5 MiB/s)
  37. ## Booting kernel from Legacy Image at 42000000 ...
  38. Image Name: Linux-4.9.4-4+
  39. Image Type: ARM Linux Kernel Image (uncompressed)
  40. Data Size: 3383336 Bytes = 3.2 MiB
  41. Load Address: 40008000
  42. Entry Point: 40008000
  43. Verifying Checksum ... OK
  44. ## Flattened Device Tree blob at 43000000
  45. Booting using the fdt blob at 0x43000000
  46. Loading Kernel Image ... OK
  47. Loading Device Tree to 49ff9000, end 49fffa91 ... OK
  48. Starting kernel ...
  49. [ 0.000000] Booting Linux on physical CPU 0x0
  50. [ 0.000000] Linux version 4.9.4-4+ (jens@malo) (gcc version 5.4.0 (Gentoo Hardened 5.4.0-r2 p1.2, pie-0.6.5) ) #1 SMP Mon Jan 23 17:29:59 CET 2017
  51. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
  52. [ 0.000000] CPU: div instructions available: patching division code
  53. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  54. [ 0.000000] OF: fdt:Machine model: Xunlong Orange Pi PC
  55. [ 0.000000] Memory policy: Data cache writealloc
  56. [ 0.000000] psci: probing for conduit method from DT.
  57. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  58. [ 0.000000] percpu: Embedded 12 pages/cpu @ef7bc000 s25088 r0 d24064 u49152
  59. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260608
  60. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p3 rootfs=ext4 rootwait panic=10
  61. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  62. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  63. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  64. [ 0.000000] Memory: 1030464K/1048576K available (5120K kernel code, 355K rwdata, 1496K rodata, 1024K init, 273K bss, 18112K reserved, 0K cma-reserved, 262136K highmem)
  65. [ 0.000000] Virtual kernel memory layout:
  66. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  67. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  68. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  69. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  70. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  71. [ 0.000000] .text : 0xc0008000 - 0xc0600000 (6112 kB)
  72. [ 0.000000] .init : 0xc0800000 - 0xc0900000 (1024 kB)
  73. [ 0.000000] .data : 0xc0900000 - 0xc0958fa8 ( 356 kB)
  74. [ 0.000000] .bss : 0xc095a000 - 0xc099e4f0 ( 274 kB)
  75. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  76. [ 0.000000] Hierarchical RCU implementation.
  77. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  78. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  79. [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (phys).
  80. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  81. [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  82. [ 0.000017] Switching to timer-based delay loop, resolution 41ns
  83. [ 0.000153] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  84. [ 0.000352] Console: colour dummy device 80x30
  85. [ 0.000377] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  86. [ 0.000389] pid_max: default: 32768 minimum: 301
  87. [ 0.000530] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  88. [ 0.000540] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  89. [ 0.001052] CPU: Testing write buffer coherency: ok
  90. [ 0.001289] /cpus/cpu@0 missing clock-frequency property
  91. [ 0.001301] /cpus/cpu@1 missing clock-frequency property
  92. [ 0.001311] /cpus/cpu@2 missing clock-frequency property
  93. [ 0.001323] /cpus/cpu@3 missing clock-frequency property
  94. [ 0.001333] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  95. [ 0.001357] Setting up static identity map for 0x40100000 - 0x4010004c
  96. [ 0.014101] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  97. [ 0.024812] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  98. [ 0.035480] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  99. [ 0.035545] Brought up 4 CPUs
  100. [ 0.035565] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  101. [ 0.035571] CPU: All CPU(s) started in HYP mode.
  102. [ 0.035576] CPU: Virtualization extensions available.
  103. [ 0.036276] devtmpfs: initialized
  104. [ 0.040114] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  105. [ 0.040245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  106. [ 0.040286] pinctrl core: initialized pinctrl subsystem
  107. [ 0.040971] NET: Registered protocol family 16
  108. [ 0.041203] DMA: preallocated 256 KiB pool for atomic coherent allocations
  109. [ 0.042117] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  110. [ 0.042126] hw-breakpoint: maximum watchpoint size is 8 bytes.
  111. [ 0.054017] SCSI subsystem initialized
  112. [ 0.054413] usbcore: registered new interface driver usbfs
  113. [ 0.054459] usbcore: registered new interface driver hub
  114. [ 0.054512] usbcore: registered new device driver usb
  115. [ 0.054681] pps_core: LinuxPPS API ver. 1 registered
  116. [ 0.054687] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  117. [ 0.054706] PTP clock support registered
  118. [ 0.055992] clocksource: Switched to clocksource arch_sys_counter
  119. [ 0.061759] NET: Registered protocol family 2
  120. [ 0.062198] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  121. [ 0.062277] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  122. [ 0.062390] TCP: Hash tables configured (established 8192 bind 8192)
  123. [ 0.062449] UDP hash table entries: 512 (order: 2, 16384 bytes)
  124. [ 0.062503] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  125. [ 0.062693] NET: Registered protocol family 1
  126. [ 0.062971] RPC: Registered named UNIX socket transport module.
  127. [ 0.062981] RPC: Registered udp transport module.
  128. [ 0.062987] RPC: Registered tcp transport module.
  129. [ 0.062992] RPC: Registered tcp NFSv4.1 backchannel transport module.
  130. [ 0.064868] futex hash table entries: 1024 (order: 4, 65536 bytes)
  131. [ 0.065339] workingset: timestamp_bits=30 max_order=18 bucket_order=0
  132. [ 0.070173] zbud: loaded
  133. [ 0.072362] NFS: Registering the id_resolver key type
  134. [ 0.072392] Key type id_resolver registered
  135. [ 0.072398] Key type id_legacy registered
  136. [ 0.072411] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  137. [ 0.076003] bounce: pool size: 64 pages
  138. [ 0.076191] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  139. [ 0.076201] io scheduler noop registered (default)
  140. [ 0.076208] io scheduler deadline registered
  141. [ 0.076331] io scheduler cfq registered
  142. [ 0.081026] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  143. [ 0.082684] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  144. [ 0.121953] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  145. [ 0.123908] console [ttyS0] disabled
  146. [ 0.144047] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 34, base_baud = 1500000) is a U6_16550A
  147. [ 0.734585] console [ttyS0] enabled
  148. [ 0.743949] loop: module loaded
  149. [ 0.747840] libphy: Fixed MDIO Bus: probed
  150. [ 0.751932] tun: Universal TUN/TAP device driver, 1.6
  151. [ 0.756999] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  152. [ 0.763293] CAN device driver interface
  153. [ 0.768073] usbcore: registered new interface driver rt2800usb
  154. [ 0.773948] usbcore: registered new interface driver asix
  155. [ 0.779360] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  156. [ 0.785891] ehci-platform: EHCI generic platform driver
  157. [ 0.791269] ehci-platform 1c1b000.usb: EHCI Host Controller
  158. [ 0.796866] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
  159. [ 0.804703] ehci-platform 1c1b000.usb: irq 24, io mem 0x01c1b000
  160. [ 0.836009] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  161. [ 0.842727] hub 1-0:1.0: USB hub found
  162. [ 0.846521] hub 1-0:1.0: 1 port detected
  163. [ 0.850751] ehci-platform 1c1c000.usb: EHCI Host Controller
  164. [ 0.856347] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
  165. [ 0.864168] ehci-platform 1c1c000.usb: irq 26, io mem 0x01c1c000
  166. [ 0.896008] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  167. [ 0.902669] hub 2-0:1.0: USB hub found
  168. [ 0.906456] hub 2-0:1.0: 1 port detected
  169. [ 0.910672] ehci-platform 1c1d000.usb: EHCI Host Controller
  170. [ 0.916266] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 3
  171. [ 0.924083] ehci-platform 1c1d000.usb: irq 28, io mem 0x01c1d000
  172. [ 0.956055] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  173. [ 0.962712] hub 3-0:1.0: USB hub found
  174. [ 0.966506] hub 3-0:1.0: 1 port detected
  175. [ 0.970684] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  176. [ 0.976875] ohci-platform: OHCI generic platform driver
  177. [ 0.982226] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  178. [ 0.988860] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
  179. [ 0.996696] ohci-platform 1c1b400.usb: irq 25, io mem 0x01c1b400
  180. [ 1.070560] hub 4-0:1.0: USB hub found
  181. [ 1.074331] hub 4-0:1.0: 1 port detected
  182. [ 1.078577] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  183. [ 1.085198] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 5
  184. [ 1.093027] ohci-platform 1c1c400.usb: irq 27, io mem 0x01c1c400
  185. [ 1.170574] hub 5-0:1.0: USB hub found
  186. [ 1.174348] hub 5-0:1.0: 1 port detected
  187. [ 1.178600] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  188. [ 1.185222] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 6
  189. [ 1.193047] ohci-platform 1c1d400.usb: irq 29, io mem 0x01c1d400
  190. [ 1.266013] usb 2-1: new high-speed USB device number 2 using ehci-platform
  191. [ 1.277578] hub 6-0:1.0: USB hub found
  192. [ 1.281349] hub 6-0:1.0: 1 port detected
  193. [ 1.285675] usbcore: registered new interface driver usb-storage
  194. [ 1.292344] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  195. [ 1.299143] sun6i-rtc 1f00000.rtc: RTC enabled
  196. [ 1.303720] i2c /dev entries driver
  197. [ 1.307826] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  198. [ 1.315929] cpu cpu0: failed to get clock: -2
  199. [ 1.320318] cpufreq-dt: probe of cpufreq-dt failed with error -2
  200. [ 1.327074] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  201. [ 1.386013] sunxi-mmc 1c0f000.mmc: base:0xf08a1000 irq:23
  202. [ 1.392044] usbcore: registered new interface driver usbhid
  203. [ 1.397636] usbhid: USB HID core driver
  204. [ 1.401625] GACT probability NOT on
  205. [ 1.405576] netem: version 1.3
  206. [ 1.408682] u32 classifier
  207. [ 1.411385] Performance counters on
  208. [ 1.415213] Actions configured
  209. [ 1.418632] Netfilter messages via NETLINK v0.30.
  210. [ 1.423343] nfnl_acct: registering with nfnetlink.
  211. [ 1.428371] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  212. [ 1.434724] ctnetlink v0.93: registering with nfnetlink.
  213. [ 1.440139] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@trash.net>
  214. [ 1.446683] nf_tables_compat: (c) 2012 Pablo Neira Ayuso <pablo@netfilter.org>
  215. [ 1.454154] xt_time: kernel timezone is -0000
  216. [ 1.458762] ip_tables: (C) 2000-2006 Netfilter Core Team
  217. [ 1.464186] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
  218. [ 1.470562] arp_tables: arp_tables: (C) 2002 David S. Miller
  219. [ 1.476269] NET: Registered protocol family 17
  220. [ 1.480759] Bridge firewalling registered
  221. [ 1.484770] can: controller area network core (rev 20120528 abi 9)
  222. [ 1.491013] NET: Registered protocol family 29
  223. [ 1.495454] can: raw protocol (rev 20120528)
  224. [ 1.499733] can: broadcast manager protocol (rev 20161123 t)
  225. [ 1.505389] can: netlink gateway (rev 20130117) max_hops=1
  226. [ 1.511053] 8021q: 802.1Q VLAN Support v1.8
  227. [ 1.515265] Key type dns_resolver registered
  228. [ 1.519648] Registering SWP/SWPB emulation handler
  229. [ 1.524857] registered taskstats version 1
  230. [ 1.529036] zswap: loaded using pool lzo/zbud
  231. [ 1.533876] Key type encrypted registered
  232. [ 1.541627] console [netcon0] enabled
  233. [ 1.545291] netconsole: network logging started
  234. [ 1.549884] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:35:15 UTC (2115)
  235. [ 1.558270] vcc3v0: disabling
  236. [ 1.561238] vcc5v0: disabling
  237. [ 1.573064] mmc0: host does not support reading read-only switch, assuming write-enable
  238. [ 1.583017] mmc0: new high speed SDHC card at address 0007
  239. [ 1.588970] mmcblk0: mmc0:0007 SL16G 14.5 GiB
  240. [ 1.594645] mmcblk0: p1 p2 p3
  241. [ 1.646013] usb 2-1: reset high-speed USB device number 2 using ehci-platform
  242. [ 1.846833] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
  243. [ 1.877811] random: fast init done
  244. [ 1.886204] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0006 detected
  245. [ 1.895758] EXT4-fs (mmcblk0p3): couldn't mount as ext3 due to feature incompatibilities
  246. [ 1.904508] EXT4-fs (mmcblk0p3): couldn't mount as ext2 due to feature incompatibilities
  247. [ 1.926604] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
  248. [ 1.934714] VFS: Mounted root (ext4 filesystem) readonly on device 179:3.
  249. [ 1.951720] devtmpfs: mounted
  250. [ 1.955773] Freeing unused kernel memory: 1024K (c0800000 - c0900000)
  251. INIT: version 2.88 booting
  252. OpenRC 0.22.4 is starting up Gentoo Linux (armv7l)
  253. * Mounting /proc ...
  254. [ ok ]
  255. * Mounting /run ...
  256. * /run/openrc: creating directory
  257. * /run/lock: creating directory
  258. * /run/lock: correcting owner
  259. * Caching service dependencies ...
  260. [ ok ]
  261. * Caching service dependencies ...
  262. [ ok ]
  263. * Clock skew detected with `/etc/init.d'
  264. * Adjusting mtime of `/run/openrc/deptree' to Mon Jan 23 08:46:26 2017
  265. * Remounting devtmpfs on /dev ...
  266. [ ok ]
  267. * Mounting /dev/pts ...
  268. [ ok ]
  269. * Mounting /dev/shm ...
  270. [ ok ]
  271. * Creating list of required static device nodes for the current kernel ...
  272. Warning: /lib/modules/4.9.4-4+/modules.devname not found - ignoring
  273. [ ok ]
  274. * Mounting /sys ...
  275. [ ok ]
  276. * Mounting debug filesystem ...
  277. [ ok ]
  278. * Setting up tmpfiles.d entries for /dev ...
  279. [ ok ]
  280. * /etc/init.d/udev uses runscript, please convert to openrc-run.
  281. * Starting udev ...
  282. starting version 225
  283. [ ok ]
  284. * Generating a rule to create a /dev/root symlink ...
  285. [ ok ]
  286. * Populating /dev with existing devices through uevents ...
  287. [ ok ]
  288. * Waiting for uevents to be processed ...
  289. [ ok ]
  290. * WARNING: clock skew detected!
  291. * Setting system clock using the hardware clock [UTC] ...
  292. [ ok ]
  293. * Checking local filesystems ...
  294. /dev/mmcblk0p3: clean, 75069/873120 files, 390783/3489024 blocks
  295. /dev/mmcblk0p1: clean, 45/38456 files, 30893/153600 blocks
  296. [ ok ]
  297. * Remounting root filesystem read/write ...
  298. [ ok ]
  299. * Remounting filesystems ...
  300. [ ok ]
  301. * Updating /etc/mtab ...
  302. * Creating mtab symbolic link
  303. [ ok ]
  304. * Activating swap devices ...
  305. [ ok ]
  306. * Mounting local filesystems ...
  307. [ ok ]
  308. * Loading custom binary format handlers ...
  309. [ ok ]
  310. * Configuring kernel parameters ...
  311. [ ok ]
  312. * Creating user login records ...
  313. [ ok ]
  314. * Wiping /tmp directory ...
  315. [ ok ]
  316. * Setting hostname to opi ...
  317. [ ok ]
  318. * Setting terminal encoding [UTF-8] ...
  319. [ ok ]
  320. * Setting keyboard mode [UTF-8] ...
  321. [ ok ]
  322. * Loading key mappings [us] ...
  323. [ ok ]
  324. * Bringing up network interface lo ...
  325. [ ok ]
  326. * Setting up tmpfiles.d entries ...
  327. [ ok ]
  328. * Initializing random number generator ...
  329. [ ok ]
  330. INIT: Entering runlevel: 3
  331. * WARNING: clock skew detected!
  332. * Starting metalog ...
  333. [ ok ]
  334. * Starting cronie ...
  335. [ ok ]
  336. * Starting haveged ...
  337. [ ok ]
  338. * Bringing up interface local
  339. * Caching network module dependencies
  340. * Creating bridge local ...
  341. * Setting forward_delay: 0
  342. * Setting hello_time: 1000
  343. * Setting stp_state: 1
  344. * Adding ports to local
  345. * eth0 ...
  346. [ ok ]
  347. * 192.168.0.14 ...
  348. [ ok ]
  349. * Starting hostapd ...
  350. Configuration file: /etc/hostapd/hostapd.conf
  351. rfkill: Cannot open RFKILL control device
  352. wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
  353. [ ok ]
  354. * Bringing up interface inet
  355. * Caching network module dependencies
  356. * Creating bridge inet ...
  357. * Setting forward_delay: 0
  358. * Setting hello_time: 1000
  359. * Setting stp_state: 1
  360. * 192.168.178.10 ...
  361. [ ok ]
  362. * Starting chrooted named ...
  363. * Checking named configuration ...
  364. [ ok ]
  365. [ ok ]
  366. * Mounting network filesystems ...
  367. [ ok ]
  368. * Starting ntpd ...
  369. [ ok ]
  370. * Starting privoxy ...
  371. [ ok ]
  372. * Starting sshd ...
  373. [ ok ]
  374. * Starting local ...
  375. [ !! ]
  376. This is opi.unknown_domain (Linux armv7l 4.9.4-4+) 01:36:03
  377. opi login: [ 70.611292] ------------[ cut here ]------------
  378. [ 70.615922] kernel BUG at net/core/dev.c:2469!
  379. [ 70.620359] Internal error: Oops - BUG: 0 [#1] SMP THUMB2
  380. [ 70.625755] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.9.4-4+ #1
  381. [ 70.631837] Hardware name: Allwinner sun8i Family
  382. [ 70.636535] task: c090d3c0 task.stack: c0900000
  383. [ 70.641067] PC is at skb_checksum_help+0xe6/0xf0
  384. [ 70.645680] LR is at validate_xmit_skb+0x16d/0x204
  385. [ 70.650466] pc : [<c03fe0f2>] lr : [<c03fea21>] psr: 00070133
  386. [ 70.650466] sp : c0901ac8 ip : 00000000 fp : 00000000
  387. [ 70.661924] r10: 00000f4c r9 : ef025000 r8 : 00000000
  388. [ 70.667141] r7 : 00000000 r6 : 00000000 r5 : ffffffbe r4 : ee455cc0
  389. [ 70.673657] r3 : 00000042 r2 : 0000003c r1 : 0000003c r0 : 00000000
  390. [ 70.680176] Flags: nzcv IRQs on FIQs on Mode SVC_32 ISA Thumb Segment none
  391. [ 70.687473] Control: 50c5387d Table: 6eb8406a DAC: 00000051
  392. [ 70.693210] Process swapper/0 (pid: 0, stack limit = 0xc0900210)
  393. [ 70.699207] Stack: (0xc0901ac8 to 0xc0902000)
  394. [ 70.703561] 1ac0: ee455cc0 eeaab740 00000000 c03fea21 ee46e0c0 c04751f9
  395. [ 70.711728] 1ae0: 00000000 ee94ca00 00000000 ef025000 00000000 00000000 00000f4c c03feb95
  396. [ 70.719896] 1b00: eeac0e00 ee94ca00 eeac0e90 ee455cc0 ef025000 c0419953 ef025000 00000010
  397. [ 70.728063] 1b20: ee455cc0 00000001 eeac0e00 00000000 eeac0e90 00000000 00000000 c03fede5
  398. [ 70.736230] 1b40: eeac0e90 00000001 00000001 eeac0e90 00000f10 00000000 0000003c 00000000
  399. [ 70.744398] 1b60: 00000000 fffffff4 00000000 c0901b94 ee455cc0 ee455cc0 80000000 ee455cc0
  400. [ 70.752566] 1b80: 00000000 00000000 eeaaaf42 eeaaaf58 eea5b900 c04c178b 00000001 c0949080
  401. [ 70.760733] 1ba0: 80000000 ee455cc0 00000000 c04c184b ee62a940 00000004 80000000 ee455c07
  402. [ 70.768900] 1bc0: 00000000 ef025000 00000000 c0949080 ee62a8c0 c04c171d ee455cc0 ee455cc0
  403. [ 70.777068] 1be0: c0949080 00000000 00000001 c04cbcf3 eea5b900 00000002 00000001 ee455c07
  404. [ 70.785236] 1c00: ef3a4000 ef025000 00000000 c0949080 ee62a9c0 c04c17f5 ee455cc0 00000002
  405. [ 70.793403] 1c20: c0949080 00000000 ee455cc0 c04cc0eb 7391ece9 00000002 80000000 00000003
  406. [ 70.801571] 1c40: ef3a4000 ef025000 00000000 c0949080 ef0f5c80 c04cbbcd c0901cac c04cbfc5
  407. [ 70.809739] 1c60: c0901cac c0901c8c ee455cc0 c0441fad ee62a9c0 ee455cc0 c0901c8c c0901cac
  408. [ 70.817906] 1c80: 00000000 c0441ff7 0e00a8c0 ee62a0c0 ee455cc0 c0949080 c04c17f5 ee62a9c0
  409. [ 70.826074] 1ca0: ee9d4480 c04c18bd ef025000 00000002 80000000 eeb91607 ef3a4000 ef025000
  410. [ 70.834242] 1cc0: 00000000 c0949080 ee62a9c0 c04c17f5 00000001 eeac1e00 00000000 ee9d4000
  411. [ 70.842411] 1ce0: 00000001 c04c1973 ee46e3c0 eeb91600 00000002 c04c2811 00000000 c04cc9d5
  412. [ 70.850578] 1d00: c0901d4c c0901d2c 00000000 c0441fad ee62a500 0000e3c0 0900a8c0 0100a8c0
  413. [ 70.858747] 1d20: 00000000 ee46e3c0 c0949080 80000000 eeaaaf42 eeb91600 eeaaaf00 c0904e10
  414. [ 70.866914] 1d40: c0904e20 c04c2b93 00000000 00000000 80000000 00000407 ef3a4000 00000000
  415. [ 70.875081] 1d60: 00000000 c0949080 ee62a500 c04c26f1 ef7c17f8 ee46e3c0 ef3a4000 00000001
  416. [ 70.883248] 1d80: c0846098 c0901da4 c04c2a55 c03fb535 00000000 00000002 000007fc c010eca5
  417. [ 70.891416] 1da0: c0111c99 ee46e3c0 0c000000 00000d42 6bc7f323 00000010 14c35cdd 000001ec
  418. [ 70.899583] 1dc0: ffffffff 00ffffff 97859340 00041a91 c0111c99 c0904e10 ee46e3c0 ee46e3c0
  419. [ 70.907752] 1de0: 0000003c ef3a4498 00000000 00000000 00000040 c03fc21b 8518d55c 000001fc
  420. [ 70.915919] 1e00: ee46e3c0 ee46e3c0 0000003c ef3a4498 00000000 ef3a4498 ee46e3c0 c03ff55d
  421. [ 70.924086] 1e20: 80000000 ef3a4000 00000020 c036e099 00000000 00000000 29aaaaab 00000000
  422. [ 70.932254] 1e40: 04955555 003b9aca c090ec44 c0952b28 0000003c 00000020 00000018 f099e080
  423. [ 70.940421] 1e60: 0002c11f ef3a4498 00000000 0000012c ffffa667 c0901ea0 00000040 c0900000
  424. [ 70.948590] 1e80: c0902d00 c03ff9fb 704bfec4 2ef7c000 ef7c2080 c0846080 c0904e10 ef7bc2b0
  425. [ 70.956759] 1ea0: c0901ea0 c0901ea0 c0901ea8 c0901ea8 f0803000 40000003 00000000 00000003
  426. [ 70.964926] 1ec0: c090208c c0900000 00000100 c0902080 c0902080 c01215e9 ffffffff 00ffffff
  427. [ 70.973094] 1ee0: c0901ed8 c095a980 0000000a ffffa666 c0902d00 00200100 f0803000 c0901f20
  428. [ 70.981261] 1f00: 00000000 00000000 00000001 ef00d400 f0803000 c082d8c8 00000000 c01218f1
  429. [ 70.989429] 1f20: c0843c90 c014e2fb c091ce6c c0904790 f080200c c0901f60 f0802000 c01012bf
  430. [ 70.997597] 1f40: c0106e41 c0106e42 40070033 ffffffff c0901f94 c09157d8 c0900000 c0109c25
  431. [ 71.005764] 1f60: ef7be350 00000000 0000c7b0 c0112201 c0900000 c090442c 00000001 c090447c
  432. [ 71.013931] 1f80: c09157d8 c09157d8 c082d8c8 00000000 336c6c00 c0901fb0 c0106e41 c0106e42
  433. [ 71.022099] 1fa0: 40070033 ffffffff 00000051 00000000 00000000 c01485c5 ffffffff c0800a75
  434. [ 71.030267] 1fc0: ffffffff ffffffff 00000000 c080061d 00000000 c082d8c8 c095a294 c090441c
  435. [ 71.038435] 1fe0: c082d8c4 c090e600 4000406a 410fc075 00000000 4000807f 00000000 00000000
  436. [ 71.046616] [<c03fe0f2>] (skb_checksum_help) from [<c03fea21>] (validate_xmit_skb+0x16d/0x204)
  437. [ 71.055223] [<c03fea21>] (validate_xmit_skb) from [<c03feb95>] (validate_xmit_skb_list+0x29/0x3c)
  438. [ 71.064090] [<c03feb95>] (validate_xmit_skb_list) from [<c0419953>] (sch_direct_xmit+0x6b/0x130)
  439. [ 71.072869] [<c0419953>] (sch_direct_xmit) from [<c03fede5>] (__dev_queue_xmit+0x199/0x524)
  440. [ 71.081216] [<c03fede5>] (__dev_queue_xmit) from [<c04c178b>] (br_dev_queue_push_xmit+0x6f/0xd8)
  441. [ 71.089993] [<c04c178b>] (br_dev_queue_push_xmit) from [<c04c184b>] (br_forward_finish+0x57/0x5c)
  442. [ 71.098858] [<c04c184b>] (br_forward_finish) from [<c04cbcf3>] (br_nf_forward_finish+0x127/0x138)
  443. [ 71.107722] [<c04cbcf3>] (br_nf_forward_finish) from [<c04cc0eb>] (br_nf_forward_arp+0x127/0x138)
  444. [ 71.116587] [<c04cc0eb>] (br_nf_forward_arp) from [<c0441fad>] (nf_iterate+0x31/0x40)
  445. [ 71.124410] [<c0441fad>] (nf_iterate) from [<c0441ff7>] (nf_hook_slow+0x3b/0x74)
  446. [ 71.131799] [<c0441ff7>] (nf_hook_slow) from [<c04c18bd>] (__br_forward+0x6d/0x100)
  447. [ 71.139446] [<c04c18bd>] (__br_forward) from [<c04c1973>] (deliver_clone+0x23/0x38)
  448. [ 71.147096] [<c04c1973>] (deliver_clone) from [<c04c2811>] (br_handle_frame_finish+0x121/0x344)
  449. [ 71.155785] [<c04c2811>] (br_handle_frame_finish) from [<c04c2b93>] (br_handle_frame+0x13f/0x1f0)
  450. [ 71.164649] [<c04c2b93>] (br_handle_frame) from [<c03fb535>] (__netif_receive_skb_core+0x279/0x840)
  451. [ 71.173687] [<c03fb535>] (__netif_receive_skb_core) from [<c03fc21b>] (netif_receive_skb_internal+0x23/0x6c)
  452. [ 71.183504] [<c03fc21b>] (netif_receive_skb_internal) from [<c03ff55d>] (napi_gro_receive+0x51/0x84)
  453. [ 71.192631] [<c03ff55d>] (napi_gro_receive) from [<c036e099>] (sun8i_emac_poll+0x4c1/0x548)
  454. [ 71.200977] [<c036e099>] (sun8i_emac_poll) from [<c03ff9fb>] (net_rx_action+0x18f/0x220)
  455. [ 71.209062] [<c03ff9fb>] (net_rx_action) from [<c01215e9>] (__do_softirq+0xd5/0x1b4)
  456. [ 71.216800] [<c01215e9>] (__do_softirq) from [<c01218f1>] (irq_exit+0x9d/0xec)
  457. [ 71.224019] [<c01218f1>] (irq_exit) from [<c014e2fb>] (__handle_domain_irq+0x3f/0x7c)
  458. [ 71.231844] [<c014e2fb>] (__handle_domain_irq) from [<c01012bf>] (gic_handle_irq+0x3b/0x70)
  459. [ 71.240187] [<c01012bf>] (gic_handle_irq) from [<c0109c25>] (__irq_svc+0x65/0x94)
  460. [ 71.247658] Exception stack(0xc0901f60 to 0xc0901fa8)
  461. [ 71.252706] 1f60: ef7be350 00000000 0000c7b0 c0112201 c0900000 c090442c 00000001 c090447c
  462. [ 71.260874] 1f80: c09157d8 c09157d8 c082d8c8 00000000 336c6c00 c0901fb0 c0106e41 c0106e42
  463. [ 71.269037] 1fa0: 40070033 ffffffff
  464. [ 71.272528] [<c0109c25>] (__irq_svc) from [<c0106e42>] (arch_cpu_idle+0x22/0x24)
  465. [ 71.279919] [<c0106e42>] (arch_cpu_idle) from [<c01485c5>] (cpu_startup_entry+0x99/0xf0)
  466. [ 71.288002] [<c01485c5>] (cpu_startup_entry) from [<c0800a75>] (start_kernel+0x2bd/0x2c8)
  467. [ 71.296171] Code: d8ce4282 f7fde7d9 f06ff81a bd700015 (f06fde02)
  468. [ 71.302256] ---[ end trace a60167cf43bff554 ]---
  469. [ 71.306867] Kernel panic - not syncing: Fatal exception in interrupt
  470. [ 71.313217] CPU2: stopping
  471. [ 71.315928] CPU: 2 PID: 0 Comm: swapper/2 Tainted: G D 4.9.4-4+ #1
  472. [ 71.323224] Hardware name: Allwinner sun8i Family
  473. [ 71.327932] [<c010b9ed>] (unwind_backtrace) from [<c01093cb>] (show_stack+0xb/0xc)
  474. [ 71.335500] [<c01093cb>] (show_stack) from [<c02c47ef>] (dump_stack+0x6f/0x7c)
  475. [ 71.342718] [<c02c47ef>] (dump_stack) from [<c010ad47>] (handle_IPI+0x137/0x150)
  476. [ 71.350107] [<c010ad47>] (handle_IPI) from [<c01012ed>] (gic_handle_irq+0x69/0x70)
  477. [ 71.357668] [<c01012ed>] (gic_handle_irq) from [<c0109c25>] (__irq_svc+0x65/0x94)
  478. [ 71.365139] Exception stack(0xef093f98 to 0xef093fe0)
  479. [ 71.370182] 3f80: ef7d6350 00000000
  480. [ 71.378350] 3fa0: 0000924c c0112201 ef092000 c090442c 00000004 c090447c c09157d8 c09157d8
  481. [ 71.386517] 3fc0: 00000000 00000000 24420f00 ef093fe8 c0106e41 c0106e42 400a0033 ffffffff
  482. [ 71.394686] [<c0109c25>] (__irq_svc) from [<c0106e42>] (arch_cpu_idle+0x22/0x24)
  483. [ 71.402075] [<c0106e42>] (arch_cpu_idle) from [<c01485c5>] (cpu_startup_entry+0x99/0xf0)
  484. [ 71.410156] [<c01485c5>] (cpu_startup_entry) from [<40101391>] (0x40101391)
  485. [ 71.417107] CPU3: stopping
  486. [ 71.419815] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G D 4.9.4-4+ #1
  487. [ 71.427111] Hardware name: Allwinner sun8i Family
  488. [ 71.431816] [<c010b9ed>] (unwind_backtrace) from [<c01093cb>] (show_stack+0xb/0xc)
  489. [ 71.439380] [<c01093cb>] (show_stack) from [<c02c47ef>] (dump_stack+0x6f/0x7c)
  490. [ 71.446597] [<c02c47ef>] (dump_stack) from [<c010ad47>] (handle_IPI+0x137/0x150)
  491. [ 71.453986] [<c010ad47>] (handle_IPI) from [<c01012ed>] (gic_handle_irq+0x69/0x70)
  492. [ 71.461547] [<c01012ed>] (gic_handle_irq) from [<c0109c25>] (__irq_svc+0x65/0x94)
  493. [ 71.469017] Exception stack(0xef095f98 to 0xef095fe0)
  494. [ 71.474061] 5f80: ef7e2350 00000000
  495. [ 71.482229] 5fa0: 0000b404 c0112201 ef094000 c090442c 00000008 c090447c c09157d8 c09157d8
  496. [ 71.490396] 5fc0: 00000000 00000000 15702800 ef095fe8 c0106e41 c0106e42 40010033 ffffffff
  497. [ 71.498564] [<c0109c25>] (__irq_svc) from [<c0106e42>] (arch_cpu_idle+0x22/0x24)
  498. [ 71.505954] [<c0106e42>] (arch_cpu_idle) from [<c01485c5>] (cpu_startup_entry+0x99/0xf0)
  499. [ 71.514033] [<c01485c5>] (cpu_startup_entry) from [<40101391>] (0x40101391)
  500. [ 71.520984] CPU1: stopping
  501. [ 71.523691] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G D 4.9.4-4+ #1
  502. [ 71.530987] Hardware name: Allwinner sun8i Family
  503. [ 71.535693] [<c010b9ed>] (unwind_backtrace) from [<c01093cb>] (show_stack+0xb/0xc)
  504. [ 71.543258] [<c01093cb>] (show_stack) from [<c02c47ef>] (dump_stack+0x6f/0x7c)
  505. [ 71.550474] [<c02c47ef>] (dump_stack) from [<c010ad47>] (handle_IPI+0x137/0x150)
  506. [ 71.557863] [<c010ad47>] (handle_IPI) from [<c01012ed>] (gic_handle_irq+0x69/0x70)
  507. [ 71.565425] [<c01012ed>] (gic_handle_irq) from [<c0109c25>] (__irq_svc+0x65/0x94)
  508. [ 71.572896] Exception stack(0xef091f98 to 0xef091fe0)
  509. [ 71.577940] 1f80: ef7ca350 00000000
  510. [ 71.586108] 1fa0: 000049be c0112201 ef090000 c090442c 00000002 c090447c c09157d8 c09157d8
  511. [ 71.594276] 1fc0: 00000000 00000000 2a752100 ef091fe8 c0106e41 c0106e42 400b0033 ffffffff
  512. [ 71.602445] [<c0109c25>] (__irq_svc) from [<c0106e42>] (arch_cpu_idle+0x22/0x24)
  513. [ 71.609835] [<c0106e42>] (arch_cpu_idle) from [<c01485c5>] (cpu_startup_entry+0x99/0xf0)
  514. [ 71.617916] [<c01485c5>] (cpu_startup_entry) from [<40101391>] (0x40101391)
  515. [ 71.624871] Rebooting in 10 seconds..
  516.