Advertisement
armoon

odroid-n1 panic on large file map.

Sep 18th, 2019
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.73 KB | None | 0 0
  1. port is : /dev/ttyUSB0
  2. flowcontrol : none
  3. baudrate is : 115200
  4. parity is : none
  5. databits are : 8
  6. stopbits are : 1
  7. escape is : C-a
  8. local echo is : no
  9. noinit is : no
  10. noreset is : yes
  11. hangup is : no
  12. nolock is : yes
  13. send_cmd is : sz -vv
  14. receive_cmd is : rz -vv -E
  15. imap is :
  16. omap is :
  17. emap is : crcrlf,delbs,
  18. logfile is : none
  19. initstring : none
  20. exit_after is : not set
  21. exit is : no
  22.  
  23. Type [C-a] [C-h] to see available commands
  24. Terminal ready
  25. ?@?? @`??? @??`?H???????????????
  26.  
  27. U-Boot 2019.10-rc3-00364-g05eb9201bb (Sep 18 2019 - 20:23:20 +0530)
  28.  
  29. Model: Hardkernel ODROID-N1
  30. DRAM: rk3399_dmc_probe: pmugrf = 00000000ff320000
  31. 3.9 GiB
  32. MMC: dwmmc@fe320000: 1, sdhci@fe330000: 0
  33. Loading Environment from MMC... *** Warning - bad CRC, using default environment
  34.  
  35. In: serial@ff1a0000
  36. Out: serial@ff1a0000
  37. Err: serial@ff1a0000
  38. Model: Hardkernel ODROID-N1
  39. rockchip_dnl_key_pressed: adc_channel_single_shot fail!
  40. Net:
  41. Warning: ethernet@fe300000 (eth0) using random MAC address - 3a:31:da:20:66:f1
  42. eth0: ethernet@fe300000
  43. Hit any key to stop autoboot: 0
  44. Card did not respond to voltage select!
  45. switch to partitions #0, OK
  46. mmc1 is current device
  47. Scanning mmc 1:1...
  48. Found U-Boot script /boot/boot.scr
  49. 871 bytes read in 6 ms (141.6 KiB/s)
  50. ## Executing script at 00500000
  51. 24838656 bytes read in 1557 ms (15.2 MiB/s)
  52. 56286 bytes read in 13 ms (4.1 MiB/s)
  53. 7263143 bytes read in 461 ms (15 MiB/s)
  54. ## Flattened Device Tree blob at 01f00000
  55. Booting using the fdt blob at 0x1f00000
  56. Loading Ramdisk to f582a000, end f5f173a7 ... OK
  57. Loading Device Tree to 00000000f5819000, end 00000000f5829fff ... OK
  58.  
  59. Starting kernel ...
  60.  
  61. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  62. [ 0.000000] Linux version 5.3.0-xn1ml1 (amoon@thinkpad-T420) (gcc version 9.2.0 (GCC)) #2 SMP PREEMPT Mon Sep 16 16:53:37 IST 2019
  63. [ 0.000000] Machine model: Hardkernel ODROID-N1
  64. [ 0.000000] efi: Getting EFI parameters from FDT:
  65. [ 0.000000] efi: UEFI not found.
  66. [ 0.000000] cma: Reserved 32 MiB at 0x00000000f6000000
  67. [ 0.000000] NUMA: No NUMA configuration found
  68. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
  69. [ 0.000000] NUMA: NODE_DATA [mem 0xf50ed840-0xf50eefff]
  70. [ 0.000000] Zone ranges:
  71. [ 0.000000] DMA32 [mem 0x0000000000200000-0x00000000f7ffffff]
  72. [ 0.000000] Normal empty
  73. [ 0.000000] Movable zone start for each node
  74. [ 0.000000] Early memory node ranges
  75. [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
  76. [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
  77. [ 0.000000] psci: probing for conduit method from DT.
  78. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  79. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  80. [ 0.000000] psci: Trusted OS migration not required
  81. [ 0.000000] psci: SMC Calling Convention v1.0
  82. [ 0.000000] percpu: Embedded 23 pages/cpu s56728 r8192 d29288 u94208
  83. [ 0.000000] Detected VIPT I-cache on CPU0
  84. [ 0.000000] CPU features: detected: ARM erratum 845719
  85. [ 0.000000] CPU features: detected: GIC system register CPU interface
  86. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432
  87. [ 0.000000] Policy zone: DMA32
  88. [ 0.000000] Kernel command line: earlyprintk console=ttyS2,115200n8 root=PARTUUID=ea98cef5-01 rw rootwait
  89. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  90. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  91. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  92. [ 0.000000] Memory: 3914908K/4061184K available (11388K kernel code, 1792K rwdata, 6020K rodata, 4992K init, 447K bss, 113508K reserved, 32768K cma-reserved)
  93. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
  94. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  95. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
  96. [ 0.000000] Tasks RCU enabled.
  97. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  98. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
  99. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  100. [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
  101. [ 0.000000] GICv3: Distributor has no Range Selector support
  102. [ 0.000000] GICv3: no VLPI support, no direct LPI support
  103. [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
  104. [ 0.000000] ITS [mem 0xfee20000-0xfee3ffff]
  105. [ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @f0480000 (flat, esz 8, psz 64K, shr 0)
  106. [ 0.000000] ITS: using cache flushing for cmd queue
  107. [ 0.000000] GICv3: using LPI property table @0x00000000f0440000
  108. [ 0.000000] GIC: using cache flushing for LPI property table
  109. [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000f0450000
  110. [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
  111. [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
  112. [ 0.000000] random: get_random_bytes called from start_kernel+0x300/0x494 with crng_init=0
  113. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  114. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  115. [ 0.000010] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  116. [ 0.003908] Console: colour dummy device 80x25
  117. [ 0.004057] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  118. [ 0.004080] pid_max: default: 32768 minimum: 301
  119. [ 0.004269] LSM: Security Framework initializing
  120. [ 0.004410] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  121. [ 0.004457] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  122. [ 0.027985] ASID allocator initialised with 32768 entries
  123. [ 0.035984] rcu: Hierarchical SRCU implementation.
  124. [ 0.044160] Platform MSI: interrupt-controller@fee20000 domain created
  125. [ 0.044681] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
  126. [ 0.052803] EFI services will not be available.
  127. [ 0.057692] smp: Bringing up secondary CPUs ...
  128. [ 0.090003] Detected VIPT I-cache on CPU1
  129. [ 0.090052] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
  130. [ 0.090071] GICv3: CPU1: using allocated LPI pending table @0x00000000f0460000
  131. [ 0.090124] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  132. [ 0.122121] Detected VIPT I-cache on CPU2
  133. [ 0.122162] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
  134. [ 0.122181] GICv3: CPU2: using allocated LPI pending table @0x00000000f0470000
  135. [ 0.122224] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  136. [ 0.154267] Detected VIPT I-cache on CPU3
  137. [ 0.154306] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
  138. [ 0.154324] GICv3: CPU3: using allocated LPI pending table @0x00000000f0500000
  139. [ 0.154366] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  140. [ 0.189666] CPU features: detected: EL2 vector hardening
  141. [ 0.189956] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
  142. [ 0.190339] Detected PIPT I-cache on CPU4
  143. [ 0.191529] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
  144. [ 0.191964] GICv3: CPU4: using allocated LPI pending table @0x00000000f0510000
  145. [ 0.193119] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
  146. [ 0.233321] Detected PIPT I-cache on CPU5
  147. [ 0.234461] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
  148. [ 0.234889] GICv3: CPU5: using allocated LPI pending table @0x00000000f0520000
  149. [ 0.235909] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
  150. [ 0.241032] smp: Brought up 1 node, 6 CPUs
  151. [ 0.241170] SMP: Total of 6 processors activated.
  152. [ 0.241200] CPU features: detected: 32-bit EL0 Support
  153. [ 0.241228] CPU features: detected: CRC32 instructions
  154. [ 0.255843] CPU: All CPU(s) started at EL2
  155. [ 0.256379] alternatives: patching kernel code
  156. [ 0.263184] devtmpfs: initialized
  157. [ 0.291157] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  158. [ 0.291348] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
  159. [ 0.295130] pinctrl core: initialized pinctrl subsystem
  160. [ 0.299088] DMI not present or invalid.
  161. [ 0.300236] NET: Registered protocol family 16
  162. [ 0.304064] audit: initializing netlink subsys (disabled)
  163. [ 0.305829] audit: type=2000 audit(0.300:1): state=initialized audit_enabled=0 res=1
  164. [ 0.309470] cpuidle: using governor menu
  165. [ 0.310363] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  166. [ 0.376956] DMA: preallocated 256 KiB pool for atomic allocations
  167. [ 0.462000] Serial: AMBA PL011 UART driver
  168. [ 2.879255] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  169. [ 2.879846] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  170. [ 2.880337] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  171. [ 2.880791] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  172. [ 2.993207] cryptd: max_cpu_qlen set to 1000
  173. [ 3.192628] ACPI: Interpreter disabled.
  174. [ 3.298849] vcc5v0_sys: supplied by vcc12v_dcin
  175. [ 3.313275] vcc3v3_sys: supplied by vcc12v_dcin
  176. [ 3.326978] vcca1v8_s3: supplied by vcc3v3_sys
  177. [ 3.357267] vcc3v0_sd: supplied by vcc3v3_sys
  178. [ 3.376300] vcc5v0_host: supplied by vcc5v0_sys
  179. [ 3.394526] vcc5v0_host31: supplied by vcc5v0_sys
  180. [ 3.414288] vcc5v0_host32: supplied by vcc5v0_sys
  181. [ 3.567881] vgaarb: loaded
  182. [ 3.584585] SCSI subsystem initialized
  183. [ 3.602377] usbcore: registered new interface driver usbfs
  184. [ 3.604533] usbcore: registered new interface driver hub
  185. [ 3.608843] usbcore: registered new device driver usb
  186. [ 3.680012] pps_core: LinuxPPS API ver. 1 registered
  187. [ 3.680393] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  188. [ 3.681217] PTP clock support registered
  189. [ 3.692834] EDAC MC: Ver: 3.0.0
  190. [ 3.778426] FPGA manager framework
  191. [ 3.783387] Advanced Linux Sound Architecture Driver Initialized.
  192. [ 3.813613] clocksource: Switched to clocksource arch_sys_counter
  193. [ 3.823070] VFS: Disk quotas dquot_6.6.0
  194. [ 3.826586] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  195. [ 3.838476] pnp: PnP ACPI: disabled
  196. [ 4.173882] thermal_sys: Registered thermal governor 'step_wise'
  197. [ 4.174076] thermal_sys: Registered thermal governor 'power_allocator'
  198. [ 4.205005] NET: Registered protocol family 2
  199. [ 4.228613] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  200. [ 4.234412] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  201. [ 4.254949] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  202. [ 4.293010] TCP: Hash tables configured (established 32768 bind 32768)
  203. [ 4.299184] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  204. [ 4.307114] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  205. [ 4.325760] NET: Registered protocol family 1
  206. [ 4.341966] RPC: Registered named UNIX socket transport module.
  207. [ 4.342428] RPC: Registered udp transport module.
  208. [ 4.342788] RPC: Registered tcp transport module.
  209. [ 4.343133] RPC: Registered tcp NFSv4.1 backchannel transport module.
  210. [ 4.343683] PCI: CLS 0 bytes, default 64
  211. [ 4.352153] Unpacking initramfs...
  212. [ 30.187580] Freeing initrd memory: 7092K
  213. [ 30.222789] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  214. [ 30.238893] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  215. [ 30.259506] kvm [1]: IPA Size Limit: 40bits
  216. [ 30.299235] kvm [1]: vgic-v2@fff20000
  217. [ 30.300382] kvm [1]: GIC system register CPU interface enabled
  218. [ 30.308979] kvm [1]: vgic interrupt IRQ10
  219. [ 30.319374] kvm [1]: Hyp mode initialized successfully
  220. [ 37.488326] Initialise system trusted keyrings
  221. [ 37.494799] workingset: timestamp_bits=44 max_order=20 bucket_order=0
  222. [ 37.896746] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  223. [ 37.940136] NFS: Registering the id_resolver key type
  224. [ 37.941937] Key type id_resolver registered
  225. [ 37.942352] Key type id_legacy registered
  226. [ 37.943110] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  227. [ 37.950884] 9p: Installing v9fs 9p2000 file system support
  228. [ 39.475389] Key type asymmetric registered
  229. [ 39.475909] Asymmetric key parser 'x509' registered
  230. [ 39.479049] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  231. [ 39.479494] io scheduler mq-deadline registered
  232. [ 39.479892] io scheduler kyber registered
  233. [ 40.858042] EINJ: ACPI disabled.
  234. [ 41.399480] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
  235. [ 41.400224] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
  236. [ 41.469053] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
  237. [ 41.470513] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  238. [ 41.865743] pwm-regulator: supplied by regulator-dummy
  239. [ 42.164741] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  240. [ 42.277983] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 36, base_baud = 1500000) is a 16550A
  241. [ 42.319261] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 37, base_baud = 1500000) is a 16550A
  242. [ 43.634521] printk: console [ttyS2] enabled
  243. [ 43.750796] SuperH (H)SCI(F) driver initialized
  244. [ 43.818498] msm_serial: driver initialized
  245. [ 43.929486] cacheinfo: Unable to detect cache hierarchy for CPU 0
  246. [ 44.355163] loop: module loaded
  247. [ 44.788220] libphy: Fixed MDIO Bus: probed
  248. [ 44.808981] tun: Universal TUN/TAP device driver, 1.6
  249. [ 44.889805] thunder_xcv, ver 1.0
  250. [ 44.896129] thunder_bgx, ver 1.0
  251. [ 44.902963] nicpf, ver 1.0
  252. [ 44.973703] hclge is initializing
  253. [ 44.978445] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
  254. [ 44.987459] hns3: Copyright (c) 2017 Huawei Corporation.
  255. [ 44.996951] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  256. [ 45.005448] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  257. [ 45.015487] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
  258. [ 45.024326] igb: Copyright (c) 2007-2014 Intel Corporation.
  259. [ 45.033799] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
  260. [ 45.043500] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  261. [ 45.087590] sky2: driver version 1.30
  262. [ 45.159959] VFIO - User Level meta-driver version: 0.3
  263. [ 45.524289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  264. [ 45.532788] ehci-pci: EHCI PCI platform driver
  265. [ 45.540231] ehci-platform: EHCI generic platform driver
  266. [ 45.562229] ehci-platform fe380000.usb: EHCI Host Controller
  267. [ 45.570703] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
  268. [ 45.585909] ehci-platform fe380000.usb: irq 30, io mem 0xfe380000
  269. [ 45.610822] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
  270. [ 45.648277] hub 1-0:1.0: USB hub found
  271. [ 45.654982] hub 1-0:1.0: 1 port detected
  272. [ 45.693852] ehci-platform fe3c0000.usb: EHCI Host Controller
  273. [ 45.702246] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
  274. [ 45.716654] ehci-platform fe3c0000.usb: irq 32, io mem 0xfe3c0000
  275. [ 45.738641] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
  276. [ 45.780870] hub 2-0:1.0: USB hub found
  277. [ 45.788237] hub 2-0:1.0: 1 port detected
  278. [ 45.825943] ehci-orion: EHCI orion driver
  279. [ 45.843861] ehci-exynos: EHCI EXYNOS driver
  280. [ 45.859656] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  281. [ 45.868115] ohci-pci: OHCI PCI platform driver
  282. [ 45.876459] ohci-platform: OHCI generic platform driver
  283. [ 45.895280] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
  284. [ 45.904652] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
  285. [ 45.919762] ohci-platform fe3a0000.usb: irq 31, io mem 0xfe3a0000
  286. [ 46.020598] hub 3-0:1.0: USB hub found
  287. [ 46.027289] hub 3-0:1.0: 1 port detected
  288. [ 46.060112] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
  289. [ 46.070083] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
  290. [ 46.084510] ohci-platform fe3e0000.usb: irq 33, io mem 0xfe3e0000
  291. [ 46.183425] hub 4-0:1.0: USB hub found
  292. [ 46.190674] hub 4-0:1.0: 1 port detected
  293. [ 46.225701] ohci-exynos: OHCI EXYNOS driver
  294. [ 46.275190] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  295. [ 46.283202] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
  296. [ 46.298482] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
  297. [ 46.312449] xhci-hcd xhci-hcd.0.auto: irq 226, io mem 0xfe800000
  298. [ 46.362422] hub 5-0:1.0: USB hub found
  299. [ 46.369013] hub 5-0:1.0: 1 port detected
  300. [ 46.392347] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  301. [ 46.400239] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
  302. [ 46.410363] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
  303. [ 46.422414] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
  304. [ 46.460966] hub 6-0:1.0: USB hub found
  305. [ 46.468381] hub 6-0:1.0: 1 port detected
  306. [ 46.499169] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  307. [ 46.507184] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
  308. [ 46.522835] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
  309. [ 46.536117] xhci-hcd xhci-hcd.1.auto: irq 227, io mem 0xfe900000
  310. [ 46.584538] hub 7-0:1.0: USB hub found
  311. [ 46.591672] hub 7-0:1.0: 1 port detected
  312. [ 46.614712] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  313. [ 46.622455] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
  314. [ 46.632548] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
  315. [ 46.644189] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
  316. [ 46.684360] hub 8-0:1.0: USB hub found
  317. [ 46.691224] hub 8-0:1.0: 1 port detected
  318. [ 46.738783] usbcore: registered new interface driver usb-storage
  319. [ 47.043449] i2c /dev entries driver
  320. [ 47.206249] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
  321. [ 47.216213] fan53555-reg: supplied by vcc3v3_sys
  322. [ 47.264633] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
  323. [ 47.274663] fan53555-reg: supplied by vcc3v3_sys
  324. [ 47.323394] rk808 0-001b: chip id: 0x0
  325. [ 47.438464] rk808-regulator rk808-regulator: there is no dvs0 gpio
  326. [ 47.447617] rk808-regulator rk808-regulator: there is no dvs1 gpio
  327. [ 47.458675] DCDC_REG1: supplied by vcc3v3_sys
  328. [ 47.484987] DCDC_REG2: supplied by vcc3v3_sys
  329. [ 47.510460] DCDC_REG3: supplied by vcc3v3_sys
  330. [ 47.528839] DCDC_REG4: supplied by vcc3v3_sys
  331. [ 47.551503] LDO_REG1: supplied by vcc3v3_sys
  332. [ 47.578572] LDO_REG2: supplied by vcc3v3_sys
  333. [ 47.602858] LDO_REG3: supplied by vcc3v3_sys
  334. [ 47.628098] LDO_REG4: supplied by vcc3v3_sys
  335. [ 47.653668] LDO_REG5: supplied by vcc3v3_sys
  336. [ 47.676312] LDO_REG6: supplied by vcc3v3_sys
  337. [ 47.701019] LDO_REG7: supplied by vcc3v3_sys
  338. [ 47.726382] LDO_REG8: supplied by vcc3v3_sys
  339. [ 47.752905] SWITCH_REG1: supplied by vcc3v3_sys
  340. [ 47.774819] SWITCH_REG2: supplied by vcc3v3_sys
  341. [ 48.225165] usb 1-1: new high-speed USB device number 2 using ehci-platform
  342. [ 48.383242] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 400000 KHz
  343. [ 48.400414] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 408000 KHz
  344. [ 48.424914] random: fast init done
  345. [ 48.486900] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 12000 KHz
  346. [ 48.511060] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 408000 KHz
  347. [ 48.523087] sdhci: Secure Digital Host Controller Interface driver
  348. [ 48.529998] sdhci: Copyright(c) Pierre Ossman
  349. [ 48.535156] Synopsys Designware Multimedia Card Interface Driver
  350. [ 48.542491] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
  351. [ 48.550583] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
  352. [ 48.558171] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
  353. [ 48.564613] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
  354. [ 48.575589] dwmmc_rockchip fe320000.dwmmc: Got CD GPIO
  355. [ 48.594142] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  356. [ 48.617645] sdhci-pltfm: SDHCI platform and OF driver helper
  357. [ 48.624575] sdhci-arasan fe330000.sdhci: allocated mmc-pwrseq
  358. [ 48.631083] mmc1: CQHCI version 5.10
  359. [ 48.659509] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
  360. [ 48.669291] ledtrig-cpu: registered to indicate activity on CPUs
  361. [ 48.676777] usbcore: registered new interface driver usbhid
  362. [ 48.683040] usbhid: USB HID core driver
  363. [ 48.689941] NET: Registered protocol family 17
  364. [ 48.695012] 9pnet: Installing 9P2000 support
  365. [ 48.699852] Key type dns_resolver registered
  366. [ 48.705277] registered taskstats version 1
  367. [ 48.709871] Loading compiled-in X.509 certificates
  368. [ 48.727598] gpio-keys gpio-keys: failed to get gpio: -16
  369. [ 48.733569] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  370. [ 48.741049] gpio-keys: probe of gpio-keys failed with error -16
  371. [ 48.751406] hctosys: unable to open rtc device (rtc0)
  372. [ 48.758154] vccav0v9_c3: supplied by vcc_1v8
  373. [ 48.763026] ALSA device list:
  374. [ 48.766348] No soundcards found.
  375. [ 48.770265] ttyS2 - failed to request DMA
  376. [ 48.777078] Freeing unused kernel memory: 4992K
  377. [ 48.782197] Run /init as init process
  378. :: running early hook [udev]
  379. Warning: /lib/modules/5.3.0-xn1ml1/modules.devname not found - ignoring
  380. Starting version 242.84-1-arch
  381. :: running hook [udev]
  382. :: Triggering uevents...
  383. [ 48.912145] dwmmc_rockchip fe320000.dwmmc: Successfully tuned phase to 214
  384. [ 48.920163] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
  385. [ 48.937874] mmcblk0: mmc0:aaaa JULIE 29.7 GiB
  386. [ 48.961510] mmcblk0: p1
  387. :: performing fsck on '/dev/mmcblk0p1'
  388. /dev/mmcblk0p1: clean, 40830/1949696 files, 662529/7787648 blocks
  389. :: mounting '/dev/mmcblk0p1' on real root
  390. [ 50.237783] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  391. :: running cleanup hook [udev]
  392. [ 50.542344] systemd[1]: System time before build time, advancing clock.
  393. [ 50.853504] NET: Registered protocol family 10
  394. [ 50.859097] Segment Routing with IPv6
  395. [ 50.903876] systemd[1]: systemd 242.84-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
  396. [ 50.928980] systemd[1]: Detected architecture arm64.
  397.  
  398. Welcome to Arch Linux ARM!
  399.  
  400. [ 50.951781] systemd[1]: Set hostname to <alarm>.
  401. [ 50.967427] random: systemd: uninitialized urandom read (16 bytes read)
  402. [ 50.974838] systemd[1]: Initializing machine ID from random generator.
  403. [ 51.164773] systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:14 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  404. [ 51.184239] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
  405. [ 51.300075] random: systemd: uninitialized urandom read (16 bytes read)
  406. [ 51.307610] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  407. [ OK ] Listening on Device-mapper event daemon FIFOs.
  408. [ 51.333201] random: systemd: uninitialized urandom read (16 bytes read)
  409. [ 51.341382] systemd[1]: Created slice User and Session Slice.
  410. [ OK ] Created slice User and Session Slice.
  411. [ 51.369350] systemd[1]: Listening on initctl Compatibility Named Pipe.
  412. [ OK ] Listening on initctl Compatibility Named Pipe.
  413. [ 51.393472] systemd[1]: Listening on Network Service Netlink Socket.
  414. [ OK ] Listening on Network Service Netlink Socket.
  415. [ OK ] Reached target Slices.
  416. [ OK ] Listening on Process Core Dump Socket.
  417. [ OK ] Started Forward Password R?uests to Wall Directory Watch.
  418. [ OK ] Listening on LVM2 metadata daemon socket.
  419. [ OK ] Listening on Journal Socket (/dev/log).
  420. [ OK ] Listening on udev Kernel Socket.
  421. [ OK ] Reached target Remote File Systems.
  422. [ OK ] Listening on Journal Socket.
  423. Starting Remount Root and Kernel File Systems...
  424. [ OK ] Listening on Journal Audit Socket.
  425. Starting Journal Service...
  426. Mounting POSIX Message Queue File System...
  427. Mounting Kernel Debug File System...
  428. Mounting Huge Pages File System...
  429. [ OK ] Started Dispatch Password ?ts to Console Directory Watch.
  430. [ OK ] Reached target Paths.
  431. [ OK ] Created slice system-getty.slice.
  432. [ OK ] Created slice system-serial\x2dgetty.slice.
  433. [ OK ] Listening on LVM2 poll daemon socket.
  434. Starting Create list of re?odes for the current kernel...
  435. Starting Monitoring of LVM?meventd or progress polling...
  436. Starting Apply Kernel Variables...
  437. Mounting Kernel Configuration File System...
  438. [ OK ] Reached target Swap.
  439. Mounting Temporary Directory (/tmp)...
  440. [ OK ] Listening on udev Control Socket.
  441. Starting udev Coldplug all Devices...
  442. [ OK ] Reached target Local Encrypted Volumes.
  443. [ OK ] Started Journal Service.
  444. [ 51.901592] audit: type=1130 audit(1563803536.356:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  445. [ OK ] Started Remount Root and Kernel File Systems.
  446. [ 51.941388] audit: type=1130 audit(1563803536.396:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  447. [ OK ] Mounted POSIX Message Queue File System.
  448. [ OK ] Mounted Kernel Debug File System.
  449. [ OK ] Mounted Huge Pages File System.
  450. [ OK ] Started Create list of req? nodes for the current kernel.
  451. [ 52.033507] audit: type=1130 audit(1563803536.488:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  452. [ OK ] Started Apply Kernel Variables.
  453. [ 52.073394] audit: type=1130 audit(1563803536.528:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  454. [ OK ] Mounted Kernel Configuration File System.
  455. [ OK ] Mounted Temporary Directory (/tmp).
  456. [ OK ] Started LVM2 metadata daemon.
  457. [ 52.141361] audit: type=1130 audit(1563803536.596:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  458. Starting Create System Users...
  459. Starting Load/Save Random Seed...
  460. Starting Flush Journal to Persistent Storage...
  461. [ OK ] Started udev Coldplug all Devices.
  462. [ 52.233526] audit: type=1130 audit(1563803536.688:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  463. [ OK ] Started Create System Users.
  464. [ 52.265672] audit: type=1130 audit(1563803536.720:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  465. [ OK ] Started Load/Save Random Seed.
  466. [ 52.305410] audit: type=1130 audit(1563803536.760:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  467. Starting Create Static Device Nodes in /dev...
  468. [ OK ] Started Create Static Device Nodes in /dev.
  469. [ 52.361422] audit: type=1130 audit(1563803536.816:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  470. [ 52.361939] systemd-journald[243]: Received request to flush runtime journal from PID 1
  471. Starting udev Kernel Device Manager...
  472. [ OK ] Started Flush Journal to Persistent Storage.
  473. [ 52.469348] audit: type=1130 audit(1563803536.924:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  474. [ OK ] Started udev Kernel Device Manager.
  475. Starting Network Service...
  476. [ OK ] Found device /dev/ttyS2.
  477. [ 53.126892] rk808-rtc rk808-rtc: registered as rtc0
  478. [ 53.153476] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
  479. [ 53.160615] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
  480. [ 53.230903] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
  481. [ 53.238727] rockchip-pcie f8000000.pcie: MEM 0xfa000000..0xfbdfffff -> 0xfa000000
  482. [ 53.248093] rockchip-pcie f8000000.pcie: IO 0xfbe00000..0xfbefffff -> 0xfbe00000
  483. [ 53.256895] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
  484. [ 53.264350] pci_bus 0000:00: root bus resource [bus 00-1f]
  485. [ 53.271091] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
  486. [ 53.278788] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
  487. [ 53.289538] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
  488. [ 53.296342] pci 0000:00:00.0: supports D1
  489. [ 53.300826] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  490. [ 53.308907] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  491. [ 53.317993] pci 0000:01:00.0: [1b21:0611] type 00 class 0x010185
  492. [ 53.324804] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
  493. [ 53.332990] pci 0000:01:00.0: reg 0x10: [io size 0x0008]
  494. [ 53.339084] pci 0000:01:00.0: reg 0x14: initial BAR value 0x00000000 invalid
  495. [ 53.339087] pci 0000:01:00.0: reg 0x14: [io size 0x0004]
  496. [ 53.339114] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid
  497. [ 53.339116] pci 0000:01:00.0: reg 0x18: [io size 0x0008]
  498. [ OK ] [ 53.339141] pci 0000:01:00.0: reg 0x1c: initial BAR value 0x00000000 invalid
  499. Started Network Service.[ 53.339143] pci 0000:01:00.0: reg 0x1c: [io size 0x0004]
  500. [ 53.339168] pci 0000:01:00.0: reg 0x20: initial BAR value 0x00000000 invalid
  501. [ 53.340046] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
  502. [ 53.340137] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
  503. [ 53.340141] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
  504.  
  505. [ 53.340145] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
  506. [ 53.340151] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
  507. [ 53.340179] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
  508. [ 53.340182] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
  509. [ 53.345190] rk_gmac-dwmac fe300000.ethernet: init for RGMII
  510. [ 53.345481] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
  511. [ 53.345487] rk_gmac-dwmac fe300000.ethernet: DWMAC1000
  512. [ 53.345491] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
  513. [ 53.345495] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
  514. [ 53.345498] rk_gmac-dwmac fe300000.ethernet: COE Type 2
  515. [ 53.345501] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
  516. [ 53.345504] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
  517. [ 53.345530] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
  518. [ 53.345534] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
  519. [ 53.345537] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  520. [ 53.522936] pci 0000:01:00.0: reg 0x20: [io size 0x0010]
  521. [ 53.529020] pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x000001ff]
  522. [ 53.536072] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
  523. [ 53.539062] libphy: stmmac: probed
  524. [ 53.543595] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 512)
  525. [ 53.547416] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  526. [ 53.566500] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
  527. [ 53.570133] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
  528. [ 53.576668] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
  529. [ 53.576676] pci 0000:01:00.0: BAR 6: assigned [mem 0xfa000000-0xfa00ffff pref]
  530. [ 53.577973] panfrost ff9a0000.gpu: clock rate = 500000000
  531. [ 53.578284] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
  532. [ 53.578289] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
  533. [ 53.578295] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
  534. [ 53.578298] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
  535. [ 53.579628] [drm] Initialized panfrost 1.0.0 20180908 for ff9a0000.gpu on minor 0
  536. [ 53.658942] pci 0000:01:00.0: BAR 5: assigned [mem 0xfa010000-0xfa0101ff]
  537. [ 53.662078] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet]
  538. [ 53.666549] pci 0000:01:00.0: BAR 4: no space for [io size 0x0010]
  539. [ 53.683959] pci 0000:01:00.0: BAR 4: failed to assign [io size 0x0010]
  540. [ 53.683962] pci 0000:01:00.0: BAR 0: no space for [io size 0x0008]
  541. [ 53.683964] pci 0000:01:00.0: BAR 0: failed to assign [io size 0x0008]
  542. [ 53.683968] pci 0000:01:00.0: BAR 2: no space for [io size 0x0008]
  543. [ 53.712774] pci 0000:01:00.0: BAR 2: failed to assign [io size 0x0008]
  544. [ 53.720188] pci 0000:01:00.0: BAR 1: no space for [io size 0x0004]
  545. [ 53.722260] rockchip-vop ff8f0000.vop: Adding to iommu group 3
  546. [ 53.727213] pci 0000:01:00.0: BAR 1: failed to assign [io size 0x0004]
  547. [ 53.734968] rockchip-vop ff900000.vop: Adding to iommu group 4
  548. [ 53.741116] pci 0000:01:00.0: BAR 3: no space for [io size 0x0004]
  549. [ 53.741118] pci 0000:01:00.0: BAR 3: failed to assign [io size 0x0004]
  550. [ 53.741124] pci 0000:00:00.0: PCI bridge to [bus 01]
  551. [ 53.741132] pci 0000:00:00.0: bridge window [mem 0xfa000000-0xfa0fffff]
  552. [ 53.752527] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
  553. [ 53.754741] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
  554. [ 53.763559] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
  555. [ 53.767757] pcieport 0000:00:00.0: PME: Signaling with IRQ 238
  556. [ 53.775274] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
  557. [ 53.785751] pcieport 0000:00:00.0: AER: enabled with IRQ 238
  558. [ 53.793276] dwhdmi-rockchip ff940000.hdmi: registered DesignWare HDMI I2C bus driver
  559. [ 53.809411] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
  560. [ 53.820054] ahci 0000:01:00.0: enabling device (0000 -> 0002)
  561. [ 53.820241] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
  562. [ 53.826379] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  563. [ 53.826380] [drm] No driver support for vblank timestamp query.
  564. [ 53.826413] [drm] Cannot find any crtc or sizes
  565. [ 53.835083] ahci 0000:01:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl IDE mode
  566. [ 53.846015] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1
  567. [ 53.852069] ahci 0000:01:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
  568. [ OK ] Started Monitoring of LVM2? dmeve[ 53.908300] scsi host0: ahci
  569. ntd or progress polling.
  570. [ 53.916018] scsi host1: ahci
  571. [ 53.916975] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
  572. [ 53.921757] ata1: SATA max UDMA/133 abar m512@0xfa010000 port 0xfa010100 irq 239
  573. [ 53.930171] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
  574. [ 53.938335] ata2: SATA max UDMA/133 abar m512@0xfa010000 port 0xfa010180 irq 239
  575. [ 53.954378] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
  576. [ OK ] Reached target Local File Systems (Pre).
  577. [ OK ] Reached target Local File Systems 53.978835] asoc-simple-card hdmi-sound: i2s-hifi <-> ff8a0000.i2s mapping ok
  578. 0m.
  579. [ 53.987770] asoc-simple-card hdmi-sound: ASoC: no DMI vendor name!
  580. Starting Rebuild Dynamic Linker Cache...
  581. Starting Create Volatile Files and Directories...
  582. [ OK ] Reached target Sound Card.
  583. [ OK ] Started Create Volatile Files and Directories.
  584. Starting Update UTMP about System Boot/Shutdown...
  585. Starting Network Name Resolution...
  586. Starting Entropy Harvesting Daemon...
  587. Starting Network Time Synchronization...
  588. Starting Rebuild Journal Catalog...
  589. [ OK ] Started Entropy Harvesting Daemon.
  590. [ OK ] Started Update UTMP about System Boot/Shutdown.
  591. [ OK ] Started Rebuild Journal Catalog.
  592. [ 54.251510] ata1: SATA link down (SStatus 0 SControl 300)
  593. [ OK ] Started Network Name Resolution.
  594. [ OK ] Reached target Network.
  595. [ OK ] Reached target Host and Network Name Lookups.
  596. [ OK ] Started Network Time Synchronization.
  597. [ OK ] Reached target System Time Set.
  598. [ OK ] Reached target System Time Synchronized.
  599. [ 54.598526] random: crng init done
  600. [ 54.602335] random: 7 urandom warning(s) missed due to ratelimiting
  601. [ OK ] Started Rebuild Dynamic Linker Cache.
  602. Starting Update is Completed...
  603. [ OK ] Started Update is Completed.
  604. [ OK ] Reached target System Initialization.
  605. [ OK ] Started Daily rotation of log files.
  606. [ OK ] Started Daily man-db regeneration.
  607. [ OK ] Listening on D-Bus System Message Bus Socket.
  608. [ OK ] Reached target Sockets.
  609. [ OK ] Reached target Basic System.
  610. [ 54.745172] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  611. [ 54.752283] ata2.00: ATA-10: KINGSTON SA400S37120G, SBFKB1E1, max UDMA/133
  612. [ 54.760015] ata2.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
  613. [ 54.767830] ata2.00: configured for UDMA/133
  614. Starting SSH Key Generation...
  615. [ 54.783320] scsi 1:0:0:0: Direct-Access ATA KINGSTON SA400S3 B1E1 PQ: 0 ANSI: 5
  616. [ 54.793724] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
  617. [ OK ] [ 54.802576] sd 1:0:0:0: [sda] Write Protect is off
  618. Started D-Bus System Message Bus.
  619. [ 54.809611] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  620. [ 54.825107] sda: sda1
  621. [ 54.828381] sd 1:0:0:0: [sda] Attached SCSI disk
  622. Starting Login Service...
  623. [ OK ] Started Daily Cleanup of Temporary Directories.
  624. Starting Permit User Sessions...
  625. [ OK ] Started Daily verification of password and group files.
  626. [ 54.877000] [drm] Cannot find any crtc or sizes
  627. [ OK ] Reached target Timers.
  628. [ OK ] Started Permit User Sessions.
  629. [ OK ] Started Serial Getty on ttyS2.
  630. [ OK ] Started Getty on tty1.
  631. [ OK ] Reached target Login Prompts.
  632. [ OK ] Started Login Service.
  633. [ OK ] Started SSH Key Generation.
  634. [ 57.854000] kauditd_printk_skb: 17 callbacks suppressed
  635. [ 57.854004] audit: type=1130 audit(1563803542.308:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshdgenkeys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  636. [ OK ] Started OpenSSH Daemon.
  637. [ 57.889808] audit: type=1130 audit(1563803542.344:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  638. [ OK ] Reached target Multi-User System.
  639. [ OK ] Reached target Graphical Interface.
  640. [ 58.045641] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  641. [ 58.055299] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  642. [ 58.915333] audit: type=1130 audit(1568798733.482:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  643.  
  644. Arch Linux 5.3.0-xn1ml1 (ttyS2)
  645.  
  646. alarm login: [ 59.039096] audit: type=1131 audit(1568798733.606:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  647. [ 59.317146] audit: type=1130 audit(1568798733.886:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  648. [ 59.337644] audit: type=1131 audit(1568798733.886:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  649.  
  650. alarm login: root
  651. Password:
  652. [ 66.920286] audit: type=1006 audit(1568798741.486:35): pid=336 uid=0 old-auid=4294967295 auid=0 tty=ttyS2 old-ses=4294967295 ses=1 res=1
  653. [ 66.981359] audit: type=1130 audit(1568798741.550:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  654. [ 67.016135] audit: type=1006 audit(1568798741.582:37): pid=2620 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
  655. [ 67.172596] audit: type=1130 audit(1568798741.738:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  656. [root@alarm ~]#
  657. [root@alarm ~]#
  658. [root@alarm ~]#
  659. [root@alarm ~]# pacman-key --init
  660. gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
  661. gpg: no ultimately trusted keys found
  662. gpg: starting migration from earlier GnuPG versions
  663. gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
  664. gpg: migration succeeded
  665. gpg: Generating pacman keyring master key...
  666. gpg: key 56DB215BC7CB4D0B marked as ultimately trusted
  667. gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
  668. gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/9594C8AC6B6544977242222D56DB215BC7CB4D0B.rev'
  669. gpg: Done
  670. ==> Updating trust database...
  671. gpg: marginals needed: 3 completes needed: 1 trust model: pgp
  672. gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
  673. [root@alarm ~]# pacman-key --populate archlinuxarm
  674. ==> Appending keys from archlinuxarm.gpg...
  675. ==> Locally signing trusted keys in keyring...
  676. -> Locally signing key 69DD6C8FD314223E14362848BF7EEF7A9C6B5765...
  677. -> Locally signing key 02922214DE8981D14DC2ACABBC704E86B823CD25...
  678. -> Locally signing key 9D22B7BB678DC056B1F7723CB55C5315DCD9EE1A...
  679. ==> Importing owner trust values...
  680. gpg: setting ownertrust to 4
  681. gpg: inserting ownertrust of 4
  682. gpg: setting ownertrust to 4
  683. ==> Updating trust database...
  684. gpg: marginals needed: 3 completes needed: 1 trust model: pgp
  685. gpg: depth: 0 valid: 1 signed: 3 trust: 0-, 0q, 0n, 0m, 0f, 1u
  686. gpg: depth: 1 valid: 3 signed: 1 trust: 0-, 0q, 0n, 3m, 0f, 0u
  687. gpg: depth: 2 valid: 1 signed: 0 trust: 1-, 0q, 0n, 0m, 0f, 0u
  688. [root@alarm ~]#
  689. [root@alarm ~]#
  690. [root@alarm ~]# pacman -S memtester sudo fio
  691. resolving dependencies...
  692. looking for conflicting packages...
  693.  
  694. Packages (11) fuse-common-3.6.2-1 fuse2-2.9.9-1 glusterfs-1:6.4-1
  695. libnsl-1.2.0-1 liburcu-0.11.0-1 python-3.7.4-1
  696. python2-2.7.16-1 rpcbind-1.2.5-2 fio-3.15-1 memtester-4.3.0-4
  697. sudo-1.8.27-1
  698.  
  699. Total Download Size: 31.72 MiB
  700. Total Installed Size: 207.59 MiB
  701.  
  702. :: Proceed with installation? [Y/n]
  703. :: Retrieving packages...
  704. sudo-1.8.27-1-aarch64 742.5 KiB 656K/s 00:01 [######################] 100%
  705. libnsl-1.2.0-1-aarch64 53.4 KiB 169K/s 00:00 [######################] 100%
  706. rpcbind-1.2.5-2-aarch64 36.6 KiB 138K/s 00:00 [######################] 100%
  707. error: failed retrieving file 'python2-2.7.16-1-aarch64.pkg.tar.xz' from mirror.archlinuxarm.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
  708. python2-2.7.16-1-aa... 9.8 MiB 1325K/s 00:08 [######################] 100%
  709. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404
  710. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from au.mirror.archlinuxarm.org : The requested URL returned error: 404
  711. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from br2.mirror.archlinuxarm.org : Connection timed out after 10000 milliseconds
  712. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from dk.mirror.archlinuxarm.org : The requested URL returned error: 404
  713. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from fr.mirror.archlinuxarm.org : The requested URL returned error: 404
  714. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from de3.mirror.archlinuxarm.org : The requested URL returned error: 404
  715. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from de.mirror.archlinuxarm.org : The requested URL returned error: 404
  716. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from de4.mirror.archlinuxarm.org : The requested URL returned error: 404
  717. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from de5.mirror.archlinuxarm.org : The requested URL returned error: 404
  718. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from eu.mirror.archlinuxarm.org : The requested URL returned error: 404
  719. error: failed retrieving file 'fuse-common-3.6.2-1-aarch64.pkg.tar.xz' from gr.mirror.archlinuxarm.org : The requested URL returned error: 404
  720. warning: failed to retrieve some files
  721. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404
  722. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from au.mirror.archlinuxarm.org : The requested URL returned error: 404
  723. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from br2.mirror.archlinuxarm.org : Connection timed out after 10000 milliseconds
  724. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from dk.mirror.archlinuxarm.org : The requested URL returned error: 404
  725. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from fr.mirror.archlinuxarm.org : The requested URL returned error: 404
  726. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from de3.mirror.archlinuxarm.org : The requested URL returned error: 404
  727. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from de.mirror.archlinuxarm.org : The requested URL returned error: 404
  728. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from de4.mirror.archlinuxarm.org : The requested URL returned error: 404
  729. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from de5.mirror.archlinuxarm.org : The requested URL returned error: 404
  730. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from eu.mirror.archlinuxarm.org : The requested URL returned error: 404
  731. error: failed retrieving file 'fuse2-2.9.9-1-aarch64.pkg.tar.xz' from gr.mirror.archlinuxarm.org : The requested URL returned error: 404
  732. warning: failed to retrieve some files
  733. python-3.7.4-1-aarch64 16.1 MiB 982K/s 00:17 [######################] 100%
  734. memtester-4.3.0-4-a... 11.6 KiB 0.00B/s 00:00 [######################] 100%
  735. liburcu-0.11.0-1-aa... 114.3 KiB 144K/s 00:01 [######################] 100%
  736. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404
  737. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from au.mirror.archlinuxarm.org : The requested URL returned error: 404
  738. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from br2.mirror.archlinuxarm.org : Connection timed out after 10000 milliseconds
  739. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from dk.mirror.archlinuxarm.org : The requested URL returned error: 404
  740. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from fr.mirror.archlinuxarm.org : The requested URL returned error: 404
  741. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from de3.mirror.archlinuxarm.org : The requested URL returned error: 404
  742. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from de.mirror.archlinuxarm.org : The requested URL returned error: 404
  743. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from de4.mirror.archlinuxarm.org : The requested URL returned error: 404
  744. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from de5.mirror.archlinuxarm.org : The requested URL returned error: 404
  745. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from eu.mirror.archlinuxarm.org : The requested URL returned error: 404
  746. error: failed retrieving file 'glusterfs-1:6.4-1-aarch64.pkg.tar.xz' from gr.mirror.archlinuxarm.org : The requested URL returned error: 404
  747. warning: failed to retrieve some files
  748. fio-3.15-1-aarch64 569.4 KiB 556K/s 00:01 [######################] 100%
  749. error: failed to commit transaction (unexpected error)
  750. Errors occurred, no packages were upgraded.
  751. [root@alarm ~]#
  752. [root@alarm ~]#
  753. [root@alarm ~]# pacman -S memtester sudo fi[ 262.916774] audit: type=1130 audit(1568798937.479:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  754. [ 262.936917] audit: type=1131 audit(1568798937.479:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  755. error: target not found: mem
  756. [root@alarm ~]#
  757. [root@alarm ~]# pacman -Syu
  758. :: Synchronizing package databases...
  759. core 190.4 KiB 404K/s 00:00 [######################] 100%
  760. extra 2.2 MiB 584K/s 00:04 [######################] 100%
  761. community 4.6 MiB 953K/s 00:05 [######################] 100%
  762. alarm 47.0 KiB 356K/s 00:00 [######################] 100%
  763. aur 3.6 KiB 0.00B/s 00:00 [######################] 100%
  764. :: Starting full system upgrade...
  765. resolving dependencies...
  766. looking for conflicting packages...
  767.  
  768. Packages (42) bash-5.0.009-1 ca-certificates-mozilla-3.46-1
  769. cryptsetup-2.2.1-1 curl-7.66.0-1 dbus-1.12.16-2
  770. device-mapper-2.02.186-2 findutils-4.7.0-1 gawk-5.0.1-1
  771. gettext-0.20.1-2 glib2-2.62.0-1 haveged-1.9.6-3
  772. hwids-20190818-1 iana-etc-20190826-1 iputils-20190709-1
  773. kbd-2.2.0-3 keyutils-1.6.1-1 libgcrypt-1.8.5-1
  774. libgpg-error-1.36-2 libldap-2.4.48-1 libnftnl-1.1.4-1
  775. libnghttp2-1.39.2-1 libsecret-0.19.1-1 libxml2-2.9.9-3
  776. linux-aarch64-5.2.14-1 linux-firmware-20190815.07b925b-1
  777. logrotate-3.15.1-1 lvm2-2.02.186-2 lz4-1:1.9.2-1
  778. man-db-2.8.7-1 man-pages-5.02-1 nano-4.4-1 openssl-1.1.1.d-1
  779. p11-kit-0.23.17-2 perl-5.30.0-3.1 s-nail-14.9.15-1
  780. shadow-4.7-2 systemd-243.0-1 systemd-libs-243.0-1
  781. systemd-sysvcompat-243.0-1 tzdata-2019c-1 usbutils-012-1
  782. zstd-1.4.2-1
  783.  
  784. Total Download Size: 196.47 MiB
  785. Total Installed Size: 778.71 MiB
  786. Net Upgrade Size: 4.43 MiB
  787.  
  788. :: Proceed with installation? [Y/n] n
  789. [root@alarm ~]# pacman -S memtester sudo fio
  790. resolving dependencies...
  791. looking for conflicting packages...
  792.  
  793. Packages (11) fuse-common-3.6.2-2 fuse2-2.9.9-2 glusterfs-1:6.5-1
  794. libnsl-1.2.0-1 liburcu-0.11.0-1 python-3.7.4-1
  795. python2-2.7.16-1 rpcbind-1.2.5-2 fio-3.15-1 memtester-4.3.0-4
  796. sudo-1.8.27-1
  797.  
  798. Total Download Size: 3.25 MiB
  799. Total Installed Size: 207.59 MiB
  800.  
  801. :: Proceed with installation? [Y/n]
  802. :: Retrieving packages...
  803. fuse-common-3.6.2-2... 2.6 KiB 0.00B/s 00:00 [######################] 100%
  804. fuse2-2.9.9-2-aarch64 107.1 KiB 231K/s 00:00 [######################] 100%
  805. glusterfs-1:6.5-1-a... 3.1 MiB 516K/s 00:06 [######################] 100%
  806. (11/11) checking keys in keyring [######################] 100%
  807. (11/11) checking package integrity [######################] 100%
  808. (11/11) loading package files [######################] 100%
  809. (11/11) checking for file conflicts [######################] 100%
  810. (11/11) checking available disk space [######################] 100%
  811. :: Processing package changes...
  812. ( 1/11) installing memtester [######################] 100%
  813. ( 2/11) installing sudo [######################] 100%
  814. ( 3/11) installing libnsl [######################] 100%
  815. ( 4/11) installing python2 [######################] 100%
  816. Optional dependencies for python2
  817. tk: for IDLE
  818. python2-setuptools
  819. python2-pip
  820. ( 5/11) installing fuse-common [######################] 100%
  821. ( 6/11) installing fuse2 [######################] 100%
  822. ( 7/11) installing python [######################] 100%
  823. Optional dependencies for python
  824. python-setuptools
  825. python-pip
  826. sqlite [installed]
  827. mpdecimal: for decimal
  828. xz: for lzma [installed]
  829. tk: for tkinter
  830. ( 8/11) installing liburcu [######################] 100%
  831. ( 9/11) installing rpcbind [######################] 100%
  832. (10/11) installing glusterfs [######################] 100%
  833. Optional dependencies for glusterfs
  834. glib2: qemu-block [installed]
  835. python-prettytable: gluster-georep-sshkey
  836. (11/11) installing fio [######################] 100%
  837. Optional dependencies for fio
  838. gtk2: for gfio - fio GUI frontend
  839. gnuplot: generating plots using fio_generate_plots
  840. :: Running post-transaction hooks...
  841. (1/4) Reloading system manager configuration...
  842. (2/4) Creating system user accounts...
  843. (3/4) Creating temporary files...
  844. (4/4) Arming ConditionNeedsUpdate...
  845. [root@alarm ~]#
  846. [root@alarm ~]#
  847. rwmixread=75--filename=test --bs=4k --iodepth=64 --size=2G --readwrite=randrw --r
  848. test: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=64
  849. fio-3.15
  850. Starting 1 process
  851. test: Laying out IO file (1 file / 2048MiB)
  852.  
  853. [ 473.875485] audit: type=1006 audit(1568799148.441:41): pid=9339 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
  854. [ 473.913028] audit: type=1130 audit(1568799148.477:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  855. [ 473.935108] audit: type=1006 audit(1568799148.493:43): pid=9345 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
  856. [ 474.019036] audit: type=1130 audit(1568799148.585:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  857. [ 921.313392] audit: type=1130 audit(1568799595.901:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  858. [ 921.335080] audit: type=1131 audit(1568799595.901:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  859. Jobs: 1 (f=1): [m(1)][100.0%][eta 00m:00s]
  860. test: (groupid=0, jobs=1): err= 0: pid=9355: Wed Sep 18 09:40:57 2019
  861. read: IOPS=786, BW=3147KiB/s (3222kB/s)(1534MiB/499165msec)
  862. bw ( KiB/s): min= 8, max= 5784, per=100.00%, avg=3359.23, stdev=1476.17, samples=935
  863. iops : min= 2, max= 1446, avg=839.77, stdev=369.05, samples=935
  864. write: IOPS=263, BW=1054KiB/s (1080kB/s)(514MiB/499165msec); 0 zone resets
  865. bw ( KiB/s): min= 8, max= 1968, per=100.00%, avg=1060.72, stdev=546.99, samples=992
  866. iops : min= 2, max= 492, avg=265.15, stdev=136.78, samples=992
  867. cpu : usr=1.25%, sys=3.75%, ctx=520772, majf=0, minf=10
  868. IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=100.0%
  869. submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
  870. complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.1%, >=64=0.0%
  871. issued rwts: total=392708,131580,0,0 short=0,0,0,0 dropped=0,0,0,0
  872. latency : target=0, window=0, percentile=100.00%, depth=64
  873.  
  874. Run status group 0 (all jobs):
  875. READ: bw=3147KiB/s (3222kB/s), 3147KiB/s-3147KiB/s (3222kB/s-3222kB/s), io=1534MiB (1609MB), run=499165-499165msec
  876. WRITE: bw=1054KiB/s (1080kB/s), 1054KiB/s-1054KiB/s (1080kB/s-1080kB/s), io=514MiB (539MB), run=499165-499165msec
  877.  
  878. Disk stats (read/write):
  879. mmcblk0: ios=390995/132015, merge=1731/876, ticks=26304134/5347347, in_queue=30600736, util=76.60%
  880. [root@alarm ~]#
  881. [root@alarm ~]#
  882. [root@alarm ~]#
  883. [root@alarm ~]#
  884. rwmixread=75--filename=test --bs=4k --iodepth=64 --size=4G --readwrite=randrw --r
  885. test: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=64
  886. fio-3.15
  887. Starting 1 process
  888. test: Laying out IO file (1 file / 4096MiB)
  889. [ 1159.722734] SError Interrupt on CPU4, code 0xbf000000 -- SError
  890. [ 1159.722736] CPU: 4 PID: 9419 Comm: fio Not tainted 5.3.0-xn1ml1 #2
  891. [ 1159.722737] Hardware name: Hardkernel ODROID-N1 (DT)
  892. [ 1159.722737] pstate: 20000005 (nzCv daif -PAN -UAO)
  893. [ 1159.722738] pc : __arch_copy_from_user+0x1b0/0x240
  894. [ 1159.722739] lr : copyin+0x4c/0x58
  895. [ 1159.722739] sp : ffff0000125f3b30
  896. [ 1159.722740] x29: ffff0000125f3b30 x28: 0000000000000000
  897. [ 1159.722742] x27: 0000000000001000 x26: ffff0000125f3d60
  898. [ 1159.722744] x25: 0000000000000000 x24: 0000000000001000
  899. [ 1159.722746] x23: ffff800009c01000 x22: 0000000000001000
  900. [ 1159.722747] x21: ffff0000125f3d50 x20: 0000000000000000
  901. [ 1159.722749] x19: 0000000000001000 x18: 0000000000000000
  902. [ 1159.722750] x17: 0000000000000000 x16: 0000000000001060
  903. [ 1159.722752] x15: 0000000000000000 x14: 08399a63ba408c36
  904. [ 1159.722753] x13: 0632367f58d861b5 x12: 1515a9d6fd770dad
  905. [ 1159.722755] x11: 006bd449a1646d6b x10: 0d99847ab88b6b5a
  906. [ 1159.722757] x9 : 0488e2a32fb35ad6 x8 : 161276f4d876d6b7
  907. [ 1159.722758] x7 : 0e7222319aa2b5bb x6 : ffff800009c00240
  908. [ 1159.722760] x5 : ffff800009c01000 x4 : 0000000000000000
  909. [ 1159.722761] x3 : ffff8000e5dc8000 x2 : 0000000000000d40
  910. [ 1159.722763] x1 : 0000aaab1c98a800 x0 : ffff800009c00000
  911. [ 1159.722765] Kernel panic - not syncing: Asynchronous SError Interrupt
  912. [ 1159.722766] CPU: 4 PID: 9419 Comm: fio Not tainted 5.3.0-xn1ml1 #2
  913. [ 1159.722767] Hardware name: Hardkernel ODROID-N1 (DT)
  914. [ 1159.722767] Call trace:
  915. [ 1159.722768] dump_backtrace+0x0/0x140
  916. [ 1159.722769] show_stack+0x14/0x20
  917. [ 1159.722769] dump_stack+0x98/0xbc
  918. [ 1159.722770] panic+0x130/0x2fc
  919. [ 1159.722771] __stack_chk_fail+0x0/0x18
  920. [ 1159.722771] arm64_serror_panic+0x74/0x80
  921. [ 1159.722772] is_valid_bugaddr+0x0/0x8
  922. [ 1159.722773] el1_error+0x84/0xf8
  923. [ 1159.722773] __arch_copy_from_user+0x1b0/0x240
  924. [ 1159.722774] iov_iter_copy_from_user_atomic+0xf0/0x3f0
  925. [ 1159.722775] generic_perform_write+0xe8/0x1c0
  926. [ 1159.722776] __generic_file_write_iter+0x12c/0x1b0
  927. [ 1159.722776] ext4_file_write_iter+0xd4/0x358
  928. [ 1159.722777] new_sync_write+0xe0/0x178
  929. [ 1159.722778] __vfs_write+0x2c/0x40
  930. [ 1159.722778] vfs_write+0xa4/0x1b0
  931. [ 1159.722779] ksys_write+0x68/0xf0
  932. [ 1159.722780] __arm64_sys_write+0x18/0x20
  933. [ 1159.722781] el0_svc_common.constprop.0+0x68/0x160
  934. [ 1159.722781] el0_svc_handler+0x28/0x78
  935. [ 1159.722782] el0_svc+0x8/0xc
  936. [ 1159.722902] SMP: stopping secondary CPUs
  937. [ 1159.722902] Kernel Offset: disabled
  938. [ 1159.722903] CPU features: 0x0002,2000600c
  939. [ 1159.722904] Memory Limit: none
  940.  
  941.  
  942. [root@alarm ~]# memtester 4GB
  943. memtester version 4.3.0 (64-bit)
  944. Copyright (C) 2001-2012 Charles Cazabon.
  945. Licensed under the GNU General Public License version 2 (only).
  946.  
  947. pagesize is 4096
  948. pagesizemask is 0xfffffffffffff000
  949. want 4096MB (4294967296 bytes)
  950. got 3866MB (4054790144 bytes), trying mlock ...[ 110.647775] SError Interrupt on CPU5, code 0xbf000000 -- SError
  951. [ 110.647776] CPU: 5 PID: 372 Comm: memtester Not tainted 5.3.0-xn1ml1 #2
  952. [ 110.647777] Hardware name: Hardkernel ODROID-N1 (DT)
  953. [ 110.647778] pstate: 00000005 (nzcv daif -PAN -UAO)
  954. [ 110.647779] pc : clear_page+0x10/0x24
  955. [ 110.647780] lr : __cpu_clear_user_page+0xc/0x18
  956. [ 110.647781] sp : ffff000011bcbaf0
  957. [ 110.647781] x29: ffff000011bcbaf0 x28: ffff8000eda6ccc0
  958. [ 110.647783] x27: ffff8000e5620000 x26: ffff8000e562c3c0
  959. [ 110.647785] x25: ffff7e0003971dc0 x24: 0000000000000000
  960. [ 110.647786] x23: ffff7e0000270000 x22: 0000000000001000
  961. [ 110.647788] x21: 0000ffff66000000 x20: 0000000000000000
  962. [ 110.647790] x19: ffff8000e5620000 x18: 0000000000000000
  963. [ 110.647791] x17: 0000000000000010 x16: 0000000000000010
  964. [ 110.647793] x15: 0000000000000000 x14: 000000000000009e
  965. [ 110.647795] x13: ffff7e0000270000 x12: ffff7e0003ba8500
  966. [ 110.647796] x11: 0000000000000000 x10: ffff000011bcb9c0
  967. [ 110.647798] x9 : 0000000000000001 x8 : ffff8000efafc230
  968. [ 110.647799] x7 : 0000000000001665 x6 : 0000000000000000
  969. [ 110.647801] x5 : 0ffff00000000000 x4 : 0000000000000001
  970. [ 110.647803] x3 : 0000000000007fc0 x2 : 0000000000000004
  971. [ 110.647804] x1 : 0000000000000040 x0 : ffff800009dff4c0
  972. [ 110.647806] Kernel panic - not syncing: Asynchronous SError Interrupt
  973. [ 110.647807] CPU: 5 PID: 372 Comm: memtester Not tainted 5.3.0-xn1ml1 #2
  974. [ 110.647808] Hardware name: Hardkernel ODROID-N1 (DT)
  975. [ 110.647809] Call trace:
  976. [ 110.647809] dump_backtrace+0x0/0x140
  977. [ 110.647810] show_stack+0x14/0x20
  978. [ 110.647811] dump_stack+0x98/0xbc
  979. [ 110.647811] panic+0x130/0x2fc
  980. [ 110.647812] __stack_chk_fail+0x0/0x18
  981. [ 110.647813] arm64_serror_panic+0x74/0x80
  982. [ 110.647814] is_valid_bugaddr+0x0/0x8
  983. [ 110.647814] el1_error+0x84/0xf8
  984. [ 110.647815] clear_page+0x10/0x24
  985. [ 110.647815] clear_subpage+0x4c/0x88
  986. [ 110.647816] clear_huge_page+0x74/0x220
  987. [ 110.647817] do_huge_pmd_anonymous_page+0x2c8/0x6f0
  988. [ 110.647818] __handle_mm_fault+0xb90/0x1090
  989. [ 110.647818] handle_mm_fault+0x100/0x1c0
  990. [ 110.647819] __get_user_pages+0x248/0x410
  991. [ 110.647820] populate_vma_page_range+0x64/0x70
  992. [ 110.647821] __mm_populate+0xb8/0x170
  993. [ 110.647821] do_mlock+0xb4/0x220
  994. [ 110.647822] __arm64_sys_mlock+0x14/0x20
  995. [ 110.647823] el0_svc_common.constprop.0+0x68/0x160
  996. [ 110.647823] el0_svc_handler+0x28/0x78
  997. [ 110.647824] el0_svc+0x8/0xc
  998. [ 110.647950] SMP: stopping secondary CPUs
  999. [ 110.647950] Kernel Offset: disabled
  1000. [ 110.647951] CPU features: 0x0002,2000600c
  1001. [ 110.647952] Memory Limit: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement