Guest User

Untitled

a guest
Jun 8th, 2022
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.36 KB | None | 0 0
  1. SIECIOWY:/boot# dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0
  3. [ 0.000000] Linux version 3.2.26 (root@steveh-ubuntu) (gcc version 4.7.3 20130102 (prerelease) (crosstool-NG linaro-1.13.1+bzr - Linaro GCC 2013.01) ) #1 SMP Thu Jul 9 11:14:15 PDT 2015 wd-2.4-rel
  4. [ 0.000000] CPU: ARMv7 Processor [412fc091] revision 1 (ARMv7), cr=10c53c7d
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  6. [ 0.000000] Machine: Comcerto 2000 EVM
  7. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  8. [ 0.000000] Comcerto: zone_dma mapping size=2c00000 type=10
  9. [ 0.000000] On node 0 totalpages: 3776
  10. [ 0.000000] free_area_init_node: node 0, pgdat c47cc4c0, node_mem_map c4850000
  11. [ 0.000000] DMA zone: 1 pages used for memmap
  12. [ 0.000000] DMA zone: 0 pages reserved
  13. [ 0.000000] DMA zone: 703 pages, LIFO batch:0
  14. [ 0.000000] Normal zone: 2 pages used for memmap
  15. [ 0.000000] Normal zone: 3070 pages, LIFO batch:0
  16. [ 0.000000] PERCPU: Embedded 2 pages/cpu @c48a0000 s71488 r8192 d51392 u131072
  17. [ 0.000000] pcpu-alloc: s71488 r8192 d51392 u131072 alloc=2*65536
  18. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  19. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping off. Total pages: 3773
  20. [ 0.000000] Kernel command line: console=ttyS0,115200n8, init=/sbin/init root=/dev/md0 raid=autodetect rootfstype=ext3 rw noinitrd debug initcall_debug swapaccount=1 panic=3 mac_addr=00:90:A9:D8:5E:AD model=sq serial= board_test= btn_status=0
  21. [ 0.000000] PID hash table entries: 1024 (order: -4, 4096 bytes)
  22. [ 0.000000] Dentry cache hash table entries: 32768 (order: 1, 131072 bytes)
  23. [ 0.000000] Inode-cache hash table entries: 16384 (order: 0, 65536 bytes)
  24. [ 0.000000] Memory: 44MB 192MB = 236MB total
  25. [ 0.000000] Memory: 232000k/232000k available, 30144k reserved, 0K highmem
  26. [ 0.000000] Virtual kernel memory layout:
  27. [ 0.000000] vector : 0xffff0000 - 0x00000000 ( 64 kB)
  28. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  29. [ 0.000000] vmalloc : 0xd0800000 - 0xf0000000 ( 504 MB)
  30. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  31. [ 0.000000] modules : 0xc3000000 - 0xc4000000 ( 16 MB)
  32. [ 0.000000] .text : 0xc4008000 - 0xc471338c (7213 kB)
  33. [ 0.000000] .init : 0xc4720000 - 0xc4771740 ( 326 kB)
  34. [ 0.000000] .data : 0xc4780000 - 0xc47cf688 ( 318 kB)
  35. [ 0.000000] .bss : 0xc47cf6ac - 0xc484eb6c ( 510 kB)
  36. [ 0.000000] Hierarchical RCU implementation.
  37. [ 0.000000] NR_IRQS:256
  38. [ 0.000000] PLL0 running at 1300 MHz, PLL1 at 800 MHz PLL2 running at 500 MHz PLL3 running at 1066 MHz
  39. [ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
  40. [ 0.000273] Calibrating delay loop... 1299.25 BogoMIPS (lpj=6496256)
  41. [ 0.090041] pid_max: default: 32768 minimum: 301
  42. [ 0.090410] Mount-cache hash table entries: 8192
  43. [ 0.092021] CPU: Testing write buffer coherency: ok
  44. [ 0.092412] CPU0: thread -1, cpu 0, socket 9, mpidr 80000900
  45. [ 0.092458] Calibrating local timer... 162.38MHz.
  46. [ 0.150097] Creating cpu1_hotplug_thread....
  47. [ 0.150227] cpu1_hotplug_thread Created
  48. [ 0.150270] calling init_hw_perf_events+0x0/0x250 @ 1
  49. [ 0.150286] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  50. [ 0.150347] initcall init_hw_perf_events+0x0/0x250 returned 0 after 0 usecs
  51. [ 0.150372] calling migration_init+0x0/0x74 @ 1
  52. [ 0.150398] initcall migration_init+0x0/0x74 returned 0 after 0 usecs
  53. [ 0.150416] calling spawn_ksoftirqd+0x0/0x54 @ 1
  54. [ 0.150548] initcall spawn_ksoftirqd+0x0/0x54 returned 0 after 0 usecs
  55. [ 0.150575] calling init_workqueues+0x0/0x3a4 @ 1
  56. [ 0.150917] initcall init_workqueues+0x0/0x3a4 returned 0 after 0 usecs
  57. [ 0.150948] calling cpu_stop_init+0x0/0xc8 @ 1
  58. [ 0.151094] initcall cpu_stop_init+0x0/0xc8 returned 0 after 0 usecs
  59. [ 0.151120] calling rcu_scheduler_really_started+0x0/0x18 @ 1
  60. [ 0.151141] initcall rcu_scheduler_really_started+0x0/0x18 returned 0 after 0 usecs
  61. [ 0.151160] calling relay_init+0x0/0x18 @ 1
  62. [ 0.151180] initcall relay_init+0x0/0x18 returned 0 after 0 usecs
  63. [ 0.151198] calling tracer_alloc_buffers+0x0/0x180 @ 1
  64. [ 0.151459] initcall tracer_alloc_buffers+0x0/0x180 returned 0 after 0 usecs
  65. [ 0.151482] calling init_trace_printk+0x0/0xc @ 1
  66. [ 0.151501] initcall init_trace_printk+0x0/0xc returned 0 after 0 usecs
  67. [ 0.152762] CPU1: Booted secondary processor
  68. [ 0.190033] CPU1: thread -1, cpu 1, socket 9, mpidr 80000901
  69. [ 0.190117] Brought up 2 CPUs
  70. [ 0.190139] SMP: Total of 2 processors activated (2591.94 BogoMIPS).
  71. [ 0.192429] calling ipc_ns_init+0x0/0x18 @ 1
  72. [ 0.192458] initcall ipc_ns_init+0x0/0x18 returned 0 after 0 usecs
  73. [ 0.192480] calling init_mmap_min_addr+0x0/0x20 @ 1
  74. [ 0.192499] initcall init_mmap_min_addr+0x0/0x20 returned 0 after 0 usecs
  75. [ 0.192521] calling c2k_init_gpio+0x0/0x2c @ 1
  76. [ 0.192546] initcall c2k_init_gpio+0x0/0x2c returned 0 after 0 usecs
  77. [ 0.192571] calling init_cpufreq_transition_notifier_list+0x0/0x24 @ 1
  78. [ 0.192619] initcall init_cpufreq_transition_notifier_list+0x0/0x24 returned 0 after 0 usecs
  79. [ 0.192639] calling net_ns_init+0x0/0x1b4 @ 1
  80. [ 0.192662] initcall net_ns_init+0x0/0x1b4 returned 0 after 0 usecs
  81. [ 0.192680] calling ptrace_break_init+0x0/0x2c @ 1
  82. [ 0.192696] initcall ptrace_break_init+0x0/0x2c returned 0 after 0 usecs
  83. [ 0.192713] calling cpu_suspend_init+0x0/0x50 @ 1
  84. [ 0.192799] initcall cpu_suspend_init+0x0/0x50 returned 0 after 0 usecs
  85. [ 0.192818] calling consistent_init+0x0/0x11c @ 1
  86. [ 0.192836] initcall consistent_init+0x0/0x11c returned 0 after 0 usecs
  87. [ 0.192853] calling v6_userpage_init+0x0/0x8 @ 1
  88. [ 0.192868] initcall v6_userpage_init+0x0/0x8 returned 0 after 0 usecs
  89. [ 0.192898] calling cpu_hotplug_pm_sync_init+0x0/0x18 @ 1
  90. [ 0.192918] initcall cpu_hotplug_pm_sync_init+0x0/0x18 returned 0 after 0 usecs
  91. [ 0.192935] calling alloc_frozen_cpus+0x0/0x8 @ 1
  92. [ 0.192949] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
  93. [ 0.192967] calling sysctl_init+0x0/0x3c @ 1
  94. [ 0.193130] initcall sysctl_init+0x0/0x3c returned 0 after 0 usecs
  95. [ 0.193150] calling ksysfs_init+0x0/0xa0 @ 1
  96. [ 0.193275] initcall ksysfs_init+0x0/0xa0 returned 0 after 0 usecs
  97. [ 0.193297] calling init_jiffies_clocksource+0x0/0xc @ 1
  98. [ 0.193319] initcall init_jiffies_clocksource+0x0/0xc returned 0 after 0 usecs
  99. [ 0.193338] calling pm_init+0x0/0x40 @ 1
  100. [ 0.193384] initcall pm_init+0x0/0x40 returned 0 after 0 usecs
  101. [ 0.193418] calling cpu_pm_init+0x0/0x18 @ 1
  102. [ 0.193436] initcall cpu_pm_init+0x0/0x18 returned 0 after 0 usecs
  103. [ 0.193453] calling init_zero_pfn+0x0/0x40 @ 1
  104. [ 0.193467] initcall init_zero_pfn+0x0/0x40 returned 0 after 0 usecs
  105. [ 0.193487] calling fsnotify_init+0x0/0x24 @ 1
  106. [ 0.193526] initcall fsnotify_init+0x0/0x24 returned 0 after 0 usecs
  107. [ 0.193544] calling filelock_init+0x0/0x40 @ 1
  108. [ 0.193617] initcall filelock_init+0x0/0x40 returned 0 after 0 usecs
  109. [ 0.193638] calling init_script_binfmt+0x0/0x10 @ 1
  110. [ 0.193656] initcall init_script_binfmt+0x0/0x10 returned 0 after 0 usecs
  111. [ 0.193673] calling init_elf_binfmt+0x0/0x10 @ 1
  112. [ 0.193689] initcall init_elf_binfmt+0x0/0x10 returned 0 after 0 usecs
  113. [ 0.193709] calling debugfs_init+0x0/0x64 @ 1
  114. [ 0.193749] initcall debugfs_init+0x0/0x64 returned 0 after 0 usecs
  115. [ 0.193770] calling random32_init+0x0/0xdc @ 1
  116. [ 0.193789] initcall random32_init+0x0/0xdc returned 0 after 0 usecs
  117. [ 0.193810] calling cpufreq_core_init+0x0/0xc0 @ 1
  118. [ 0.193841] initcall cpufreq_core_init+0x0/0xc0 returned 0 after 0 usecs
  119. [ 0.193858] calling sock_init+0x0/0x94 @ 1
  120. [ 0.194274] initcall sock_init+0x0/0x94 returned 0 after 0 usecs
  121. [ 0.194302] calling netlink_proto_init+0x0/0x1b8 @ 1
  122. [ 0.194344] NET: Registered protocol family 16
  123. [ 0.194407] initcall netlink_proto_init+0x0/0x1b8 returned 0 after 0 usecs
  124. [ 0.194446] calling bdi_class_init+0x0/0x58 @ 1
  125. [ 0.195028] initcall bdi_class_init+0x0/0x58 returned 0 after 0 usecs
  126. [ 0.195071] calling kobject_uevent_init+0x0/0x20 @ 1
  127. [ 0.195115] initcall kobject_uevent_init+0x0/0x20 returned 0 after 0 usecs
  128. [ 0.195137] calling gpiolib_sysfs_init+0x0/0x164 @ 1
  129. [ 0.195807] initcall gpiolib_sysfs_init+0x0/0x164 returned 0 after 0 usecs
  130. [ 0.195836] calling pcibus_class_init+0x0/0x14 @ 1
  131. [ 0.196132] initcall pcibus_class_init+0x0/0x14 returned 0 after 0 usecs
  132. [ 0.196157] calling pci_driver_init+0x0/0xc @ 1
  133. [ 0.196479] initcall pci_driver_init+0x0/0xc returned 0 after 0 usecs
  134. [ 0.196506] calling tty_class_init+0x0/0x44 @ 1
  135. [ 0.196775] initcall tty_class_init+0x0/0x44 returned 0 after 0 usecs
  136. [ 0.196802] calling wakeup_sources_debugfs_init+0x0/0x44 @ 1
  137. [ 0.196849] initcall wakeup_sources_debugfs_init+0x0/0x44 returned 0 after 0 usecs
  138. [ 0.196871] calling spi_init+0x0/0x8c @ 1
  139. [ 0.197416] initcall spi_init+0x0/0x8c returned 0 after 0 usecs
  140. [ 0.197444] calling customize_machine+0x0/0x28 @ 1
  141. [ 0.197493] L310 cache controller enabled
  142. [ 0.197509] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x00c40000, PREFETCH_CTRL 0x00000000, Cache size: 262144 B
  143. [ 0.197653] ARMv7 AUX CTRL(0): 0x47
  144. [ 0.197661] ARMv7 AUX CTRL(0): 0x47
  145. [ 0.197685] ARMv7 AUX CTRL(1): 0x47
  146. [ 0.197699] ARMv7 AUX CTRL(1): 0x47
  147. [ 0.200023] initcall customize_machine+0x0/0x28 returned 0 after 0 usecs
  148. [ 0.200085] calling arch_hw_breakpoint_init+0x0/0x280 @ 1
  149. [ 0.200112] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  150. [ 0.200126] hw-breakpoint: maximum watchpoint size is 4 bytes.
  151. [ 0.200148] initcall arch_hw_breakpoint_init+0x0/0x280 returned 0 after 0 usecs
  152. [ 0.200165] calling cpu_pmu_reset+0x0/0x34 @ 1
  153. [ 0.200189] initcall cpu_pmu_reset+0x0/0x34 returned 0 after 0 usecs
  154. [ 0.200204] calling exceptions_init+0x0/0x98 @ 1
  155. [ 0.200219] initcall exceptions_init+0x0/0x98 returned 0 after 0 usecs
  156. [ 0.200235] calling dma_bus_init+0x0/0x14 @ 1
  157. [ 0.200406] initcall dma_bus_init+0x0/0x14 returned 0 after 0 usecs
  158. [ 0.200425] calling dma_channel_table_init+0x0/0x10c @ 1
  159. [ 0.200540] initcall dma_channel_table_init+0x0/0x10c returned 0 after 0 usecs
  160. [ 0.200556] calling topology_init+0x0/0x70 @ 1
  161. [ 0.200866] initcall topology_init+0x0/0x70 returned 0 after 0 usecs
  162. [ 0.200892] calling comcerto_pcie_init+0x0/0x180 @ 1
  163. [ 0.200934] PCIe: Ref clk 24Mhz
  164. [ 0.200944] PCIe: Detected C2K RevA1 device serdes clk devider old:new=2e:6
  165. [ 4.197255] PCIe0: Link Up Failed
  166. [ 4.197682] initcall comcerto_pcie_init+0x0/0x180 returned 0 after 3906250 usecs
  167. [ 4.197707] calling param_sysfs_init+0x0/0x1a8 @ 1
  168. [ 4.237131] initcall param_sysfs_init+0x0/0x1a8 returned 0 after 29296 usecs
  169. [ 4.237153] calling default_bdi_init+0x0/0xb0 @ 1
  170. [ 4.237691] initcall default_bdi_init+0x0/0xb0 returned 0 after 9765 usecs
  171. [ 4.237719] calling init_bio+0x0/0xf8 @ 1
  172. [ 4.237848] bio: create slab <bio-0> at 0
  173. [ 4.237888] initcall init_bio+0x0/0xf8 returned 0 after 0 usecs
  174. [ 4.237907] calling fsnotify_notification_init+0x0/0x9c @ 1
  175. [ 4.237978] initcall fsnotify_notification_init+0x0/0x9c returned 0 after 0 usecs
  176. [ 4.238005] calling cryptomgr_init+0x0/0xc @ 1
  177. [ 4.238022] initcall cryptomgr_init+0x0/0xc returned 0 after 0 usecs
  178. [ 4.238039] calling blk_settings_init+0x0/0x34 @ 1
  179. [ 4.238055] initcall blk_settings_init+0x0/0x34 returned 0 after 0 usecs
  180. [ 4.238070] calling blk_ioc_init+0x0/0x40 @ 1
  181. [ 4.238103] initcall blk_ioc_init+0x0/0x40 returned 0 after 0 usecs
  182. [ 4.238118] calling blk_softirq_init+0x0/0x80 @ 1
  183. [ 4.238138] initcall blk_softirq_init+0x0/0x80 returned 0 after 0 usecs
  184. [ 4.238153] calling blk_iopoll_setup+0x0/0x80 @ 1
  185. [ 4.238169] initcall blk_iopoll_setup+0x0/0x80 returned 0 after 0 usecs
  186. [ 4.238185] calling genhd_device_init+0x0/0x80 @ 1
  187. [ 4.238554] initcall genhd_device_init+0x0/0x80 returned 0 after 0 usecs
  188. [ 4.238579] calling gpiolib_debugfs_init+0x0/0x38 @ 1
  189. [ 4.238613] initcall gpiolib_debugfs_init+0x0/0x38 returned 0 after 0 usecs
  190. [ 4.238643] calling pci_slot_init+0x0/0x54 @ 1
  191. [ 4.238674] initcall pci_slot_init+0x0/0x54 returned 0 after 0 usecs
  192. [ 4.238693] calling misc_init+0x0/0xc8 @ 1
  193. [ 4.238895] initcall misc_init+0x0/0xc8 returned 0 after 0 usecs
  194. [ 4.238913] calling vga_arb_device_init+0x0/0xdc @ 1
  195. [ 4.239120] vgaarb: loaded
  196. [ 4.239142] initcall vga_arb_device_init+0x0/0xdc returned 0 after 0 usecs
  197. [ 4.239161] calling init_scsi+0x0/0x88 @ 1
  198. [ 4.239965] SCSI subsystem initialized
  199. [ 4.239992] initcall init_scsi+0x0/0x88 returned 0 after 0 usecs
  200. [ 4.240009] calling ata_init+0x0/0x334 @ 1
  201. [ 4.240544] libata version 3.00 loaded.
  202. [ 4.240570] initcall ata_init+0x0/0x334 returned 0 after 0 usecs
  203. [ 4.240589] calling phy_init+0x0/0x30 @ 1
  204. [ 4.241049] initcall phy_init+0x0/0x30 returned 0 after 0 usecs
  205. [ 4.241067] calling usb_init+0x0/0x178 @ 1
  206. [ 4.241450] usbcore: registered new interface driver usbfs
  207. [ 4.241789] usbcore: registered new interface driver hub
  208. [ 4.242026] usbcore: registered new device driver usb
  209. [ 4.242056] initcall usb_init+0x0/0x178 returned 0 after 0 usecs
  210. [ 4.242073] calling serio_init+0x0/0x30 @ 1
  211. [ 4.242258] initcall serio_init+0x0/0x30 returned 0 after 0 usecs
  212. [ 4.242277] calling input_init+0x0/0x124 @ 1
  213. [ 4.242462] initcall input_init+0x0/0x124 returned 0 after 0 usecs
  214. [ 4.242480] calling rtc_init+0x0/0x74 @ 1
  215. [ 4.242647] initcall rtc_init+0x0/0x74 returned 0 after 0 usecs
  216. [ 4.242666] calling hwmon_init+0x0/0x48 @ 1
  217. [ 4.242819] initcall hwmon_init+0x0/0x48 returned 0 after 0 usecs
  218. [ 4.242836] calling md_init+0x0/0x158 @ 1
  219. [ 4.243007] initcall md_init+0x0/0x158 returned 0 after 0 usecs
  220. [ 4.243026] calling leds_init+0x0/0x5c @ 1
  221. [ 4.243200] initcall leds_init+0x0/0x5c returned 0 after 0 usecs
  222. [ 4.243219] calling proto_init+0x0/0xc @ 1
  223. [ 4.243244] initcall proto_init+0x0/0xc returned 0 after 0 usecs
  224. [ 4.243261] calling net_dev_init+0x0/0x1d4 @ 1
  225. [ 4.244140] initcall net_dev_init+0x0/0x1d4 returned 0 after 0 usecs
  226. [ 4.244161] calling neigh_init+0x0/0xa4 @ 1
  227. [ 4.244178] initcall neigh_init+0x0/0xa4 returned 0 after 0 usecs
  228. [ 4.244195] calling fib_rules_init+0x0/0xc8 @ 1
  229. [ 4.244213] initcall fib_rules_init+0x0/0xc8 returned 0 after 0 usecs
  230. [ 4.244229] calling pktsched_init+0x0/0x10c @ 1
  231. [ 4.244258] initcall pktsched_init+0x0/0x10c returned 0 after 0 usecs
  232. [ 4.244273] calling genl_init+0x0/0x90 @ 1
  233. [ 4.244320] initcall genl_init+0x0/0x90 returned 0 after 0 usecs
  234. [ 4.244346] calling rfkill_init+0x0/0x88 @ 1
  235. [ 4.244721] initcall rfkill_init+0x0/0x88 returned 0 after 0 usecs
  236. [ 4.244741] calling sysctl_init+0x0/0x4c @ 1
  237. [ 4.244758] initcall sysctl_init+0x0/0x4c returned 0 after 0 usecs
  238. [ 4.244777] calling proc_cpu_init+0x0/0x24 @ 1
  239. [ 4.244803] initcall proc_cpu_init+0x0/0x24 returned 0 after 0 usecs
  240. [ 4.244822] calling dma_debug_do_init+0x0/0x8 @ 1
  241. [ 4.244835] initcall dma_debug_do_init+0x0/0x8 returned 0 after 0 usecs
  242. [ 4.244853] calling alignment_init+0x0/0x120 @ 1
  243. [ 4.244874] initcall alignment_init+0x0/0x120 returned 0 after 0 usecs
  244. [ 4.244897] calling clocksource_done_booting+0x0/0x104 @ 1
  245. [ 4.244909] Switching to clocksource timer2
  246. [ 4.244970] initcall clocksource_done_booting+0x0/0x104 returned 0 after 12 usecs
  247. [ 4.244993] calling rb_init_debugfs+0x0/0x40 @ 1
  248. [ 4.245039] initcall rb_init_debugfs+0x0/0x40 returned 0 after 25 usecs
  249. [ 4.245057] calling tracer_init_debugfs+0x0/0x390 @ 1
  250. [ 4.245359] initcall tracer_init_debugfs+0x0/0x390 returned 0 after 268 usecs
  251. [ 4.245380] calling init_trace_printk_function_export+0x0/0x40 @ 1
  252. [ 4.245409] initcall init_trace_printk_function_export+0x0/0x40 returned 0 after 9 usecs
  253. [ 4.245426] calling event_trace_init+0x0/0x368 @ 1
  254. [ 4.258338] initcall event_trace_init+0x0/0x368 returned 0 after 12573 usecs
  255. [ 4.258368] calling init_pipe_fs+0x0/0x50 @ 1
  256. [ 4.258462] initcall init_pipe_fs+0x0/0x50 returned 0 after 71 usecs
  257. [ 4.258480] calling eventpoll_init+0x0/0xc0 @ 1
  258. [ 4.258590] initcall eventpoll_init+0x0/0xc0 returned 0 after 87 usecs
  259. [ 4.258608] calling anon_inode_init+0x0/0x12c @ 1
  260. [ 4.258679] initcall anon_inode_init+0x0/0x12c returned 0 after 50 usecs
  261. [ 4.258699] calling fscache_init+0x0/0x244 @ 1
  262. [ 4.258796] FS-Cache: Loaded
  263. [ 4.258817] initcall fscache_init+0x0/0x244 returned 0 after 95 usecs
  264. [ 4.258839] calling cachefiles_init+0x0/0xa0 @ 1
  265. [ 4.259214] CacheFiles: Loaded
  266. [ 4.259254] initcall cachefiles_init+0x0/0xa0 returned 0 after 369 usecs
  267. [ 4.259278] calling blk_scsi_ioctl_init+0x0/0xe0 @ 1
  268. [ 4.259296] initcall blk_scsi_ioctl_init+0x0/0xe0 returned 0 after 1 usecs
  269. [ 4.259315] calling chr_dev_init+0x0/0xd8 @ 1
  270. [ 4.261580] initcall chr_dev_init+0x0/0xd8 returned 0 after 2184 usecs
  271. [ 4.261603] calling firmware_class_init+0x0/0x14 @ 1
  272. [ 4.261776] initcall firmware_class_init+0x0/0x14 returned 0 after 145 usecs
  273. [ 4.261801] calling cpufreq_gov_performance_init+0x0/0xc @ 1
  274. [ 4.261820] initcall cpufreq_gov_performance_init+0x0/0xc returned 0 after 1 usecs
  275. [ 4.261836] calling cpufreq_gov_userspace_init+0x0/0xc @ 1
  276. [ 4.261852] initcall cpufreq_gov_userspace_init+0x0/0xc returned 0 after 0 usecs
  277. [ 4.261867] calling ssb_modinit+0x0/0x5c @ 1
  278. [ 4.262065] initcall ssb_modinit+0x0/0x5c returned 0 after 169 usecs
  279. [ 4.262085] calling sysctl_core_init+0x0/0x38 @ 1
  280. [ 4.262163] initcall sysctl_core_init+0x0/0x38 returned 0 after 57 usecs
  281. [ 4.262179] calling inet_init+0x0/0x278 @ 1
  282. [ 4.262346] NET: Registered protocol family 2
  283. [ 4.262700] IP route cache hash table entries: 16384 (order: 0, 65536 bytes)
  284. [ 4.263722] TCP established hash table entries: 8192 (order: 0, 65536 bytes)
  285. [ 4.263883] TCP bind hash table entries: 8192 (order: 0, 65536 bytes)
  286. [ 4.264060] TCP: Hash tables configured (established 8192 bind 8192)
  287. [ 4.264070] TCP reno registered
  288. [ 4.264083] UDP hash table entries: 2048 (order: 0, 65536 bytes)
  289. [ 4.264381] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)
  290. [ 4.265133] initcall inet_init+0x0/0x278 returned 0 after 2861 usecs
  291. [ 4.265158] calling af_unix_init+0x0/0x54 @ 1
  292. [ 4.265220] NET: Registered protocol family 1
  293. [ 4.265283] initcall af_unix_init+0x0/0x54 returned 0 after 102 usecs
  294. [ 4.265306] calling init_sunrpc+0x0/0x70 @ 1
  295. [ 4.265740] RPC: Registered named UNIX socket transport module.
  296. [ 4.265753] RPC: Registered udp transport module.
  297. [ 4.265762] RPC: Registered tcp transport module.
  298. [ 4.265771] RPC: Registered tcp NFSv4.1 backchannel transport module.
  299. [ 4.265802] initcall init_sunrpc+0x0/0x70 returned 0 after 456 usecs
  300. [ 4.265822] calling pci_apply_final_quirks+0x0/0x110 @ 1
  301. [ 4.265837] PCI: CLS 0 bytes, default 32
  302. [ 4.265851] initcall pci_apply_final_quirks+0x0/0x110 returned 0 after 12 usecs
  303. [ 4.265869] calling default_rootfs+0x0/0x6c @ 1
  304. [ 4.265943] initcall default_rootfs+0x0/0x6c returned 0 after 54 usecs
  305. [ 4.265963] calling timer_init_syscore_ops+0x0/0x18 @ 1
  306. [ 4.265980] initcall timer_init_syscore_ops+0x0/0x18 returned 0 after 1 usecs
  307. [ 4.265998] calling register_pmu_driver+0x0/0xc @ 1
  308. [ 4.266346] initcall register_pmu_driver+0x0/0xc returned 0 after 312 usecs
  309. [ 4.266372] calling membuf_init+0x0/0xbc @ 1
  310. [ 4.266390] membuf_init: created membuf device(253, 0)
  311. [ 4.266407] initcall membuf_init+0x0/0xbc returned 0 after 18 usecs
  312. [ 4.266434] calling comcerto_tdm_init+0x0/0xc @ 1
  313. [ 4.266510] clock_frequency_set: (1:24) NTG INCR value is 422212465
  314. [ 4.266751] initcall comcerto_tdm_init+0x0/0xc returned 0 after 283 usecs
  315. [ 4.266778] calling proc_execdomains_init+0x0/0x38 @ 1
  316. [ 4.266810] initcall proc_execdomains_init+0x0/0x38 returned 0 after 12 usecs
  317. [ 4.266828] calling ioresources_init+0x0/0x58 @ 1
  318. [ 4.266855] initcall ioresources_init+0x0/0x58 returned 0 after 10 usecs
  319. [ 4.266872] calling uid_cache_init+0x0/0xb0 @ 1
  320. [ 4.266960] initcall uid_cache_init+0x0/0xb0 returned 0 after 64 usecs
  321. [ 4.266979] calling init_posix_timers+0x0/0x1d8 @ 1
  322. [ 4.267035] initcall init_posix_timers+0x0/0x1d8 returned 0 after 34 usecs
  323. [ 4.267054] calling init_posix_cpu_timers+0x0/0xe4 @ 1
  324. [ 4.267071] initcall init_posix_cpu_timers+0x0/0xe4 returned 0 after 1 usecs
  325. [ 4.267106] calling create_proc_profile+0x0/0x24c @ 1
  326. [ 4.267125] initcall create_proc_profile+0x0/0x24c returned 0 after 0 usecs
  327. [ 4.267148] calling timekeeping_init_ops+0x0/0x18 @ 1
  328. [ 4.267166] initcall timekeeping_init_ops+0x0/0x18 returned 0 after 1 usecs
  329. [ 4.267183] calling init_clocksource_sysfs+0x0/0x50 @ 1
  330. [ 4.267544] initcall init_clocksource_sysfs+0x0/0x50 returned 0 after 320 usecs
  331. [ 4.267569] calling init_timer_list_procfs+0x0/0x3c @ 1
  332. [ 4.267602] initcall init_timer_list_procfs+0x0/0x3c returned 0 after 12 usecs
  333. [ 4.267619] calling alarmtimer_init+0x0/0x19c @ 1
  334. [ 4.268048] initcall alarmtimer_init+0x0/0x19c returned 0 after 385 usecs
  335. [ 4.268069] calling futex_init+0x0/0xc8 @ 1
  336. [ 4.268092] initcall futex_init+0x0/0xc8 returned 0 after 7 usecs
  337. [ 4.268108] calling proc_modules_init+0x0/0x38 @ 1
  338. [ 4.268138] initcall proc_modules_init+0x0/0x38 returned 0 after 12 usecs
  339. [ 4.268154] calling kallsyms_init+0x0/0x38 @ 1
  340. [ 4.268176] initcall kallsyms_init+0x0/0x38 returned 0 after 6 usecs
  341. [ 4.268192] calling user_namespaces_init+0x0/0x40 @ 1
  342. [ 4.268283] initcall user_namespaces_init+0x0/0x40 returned 0 after 64 usecs
  343. [ 4.268302] calling pid_namespaces_init+0x0/0x40 @ 1
  344. [ 4.268351] initcall pid_namespaces_init+0x0/0x40 returned 0 after 27 usecs
  345. [ 4.268369] calling irq_pm_init_ops+0x0/0x18 @ 1
  346. [ 4.268386] initcall irq_pm_init_ops+0x0/0x18 returned 0 after 1 usecs
  347. [ 4.268403] calling utsname_sysctl_init+0x0/0x18 @ 1
  348. [ 4.268500] initcall utsname_sysctl_init+0x0/0x18 returned 0 after 74 usecs
  349. [ 4.268534] calling init_tracepoints+0x0/0xc @ 1
  350. [ 4.268550] initcall init_tracepoints+0x0/0xc returned 0 after 1 usecs
  351. [ 4.268567] calling init_events+0x0/0x68 @ 1
  352. [ 4.268592] initcall init_events+0x0/0x68 returned 0 after 10 usecs
  353. [ 4.268609] calling init_blk_tracer+0x0/0x5c @ 1
  354. [ 4.268630] initcall init_blk_tracer+0x0/0x5c returned 0 after 4 usecs
  355. [ 4.268645] calling perf_event_sysfs_init+0x0/0x128 @ 1
  356. [ 4.269538] initcall perf_event_sysfs_init+0x0/0x128 returned 0 after 831 usecs
  357. [ 4.269570] calling init_per_zone_wmark_min+0x0/0x90 @ 1
  358. [ 4.269799] initcall init_per_zone_wmark_min+0x0/0x90 returned 0 after 189 usecs
  359. [ 4.269835] calling kswapd_init+0x0/0x24 @ 1
  360. [ 4.270022] initcall kswapd_init+0x0/0x24 returned 0 after 151 usecs
  361. [ 4.270043] calling setup_vmstat+0x0/0xe4 @ 1
  362. [ 4.270101] initcall setup_vmstat+0x0/0xe4 returned 0 after 35 usecs
  363. [ 4.270116] calling mm_sysfs_init+0x0/0x3c @ 1
  364. [ 4.270149] initcall mm_sysfs_init+0x0/0x3c returned 0 after 16 usecs
  365. [ 4.270166] calling proc_vmalloc_init+0x0/0x38 @ 1
  366. [ 4.270188] initcall proc_vmalloc_init+0x0/0x38 returned 0 after 7 usecs
  367. [ 4.270207] calling memblock_init_debugfs+0x0/0x7c @ 1
  368. [ 4.270255] initcall memblock_init_debugfs+0x0/0x7c returned 0 after 28 usecs
  369. [ 4.270272] calling procswaps_init+0x0/0x38 @ 1
  370. [ 4.270295] initcall procswaps_init+0x0/0x38 returned 0 after 7 usecs
  371. [ 4.270310] calling slab_proc_init+0x0/0x38 @ 1
  372. [ 4.270329] initcall slab_proc_init+0x0/0x38 returned 0 after 5 usecs
  373. [ 4.270343] calling cpucache_init+0x0/0x4c @ 1
  374. [ 4.270360] initcall cpucache_init+0x0/0x4c returned 0 after 3 usecs
  375. [ 4.270374] calling fcntl_init+0x0/0x40 @ 1
  376. [ 4.270464] initcall fcntl_init+0x0/0x40 returned 0 after 68 usecs
  377. [ 4.270482] calling proc_filesystems_init+0x0/0x38 @ 1
  378. [ 4.270509] initcall proc_filesystems_init+0x0/0x38 returned 0 after 10 usecs
  379. [ 4.270524] calling dio_init+0x0/0x40 @ 1
  380. [ 4.270571] initcall dio_init+0x0/0x40 returned 0 after 30 usecs
  381. [ 4.270587] calling fsnotify_mark_init+0x0/0x40 @ 1
  382. [ 4.270687] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 74 usecs
  383. [ 4.270706] calling inotify_user_setup+0x0/0x74 @ 1
  384. [ 4.270788] initcall inotify_user_setup+0x0/0x74 returned 0 after 59 usecs
  385. [ 4.270804] calling aio_setup+0x0/0x8c @ 1
  386. [ 4.270888] initcall aio_setup+0x0/0x8c returned 0 after 64 usecs
  387. [ 4.270905] calling proc_locks_init+0x0/0x38 @ 1
  388. [ 4.270933] initcall proc_locks_init+0x0/0x38 returned 0 after 12 usecs
  389. [ 4.270949] calling init_mbcache+0x0/0x18 @ 1
  390. [ 4.270965] initcall init_mbcache+0x0/0x18 returned 0 after 2 usecs
  391. [ 4.270979] calling proc_cmdline_init+0x0/0x38 @ 1
  392. [ 4.271000] initcall proc_cmdline_init+0x0/0x38 returned 0 after 6 usecs
  393. [ 4.271015] calling proc_consoles_init+0x0/0x38 @ 1
  394. [ 4.271036] initcall proc_consoles_init+0x0/0x38 returned 0 after 5 usecs
  395. [ 4.271051] calling proc_cpuinfo_init+0x0/0x38 @ 1
  396. [ 4.271070] initcall proc_cpuinfo_init+0x0/0x38 returned 0 after 5 usecs
  397. [ 4.271085] calling proc_devices_init+0x0/0x38 @ 1
  398. [ 4.271103] initcall proc_devices_init+0x0/0x38 returned 0 after 4 usecs
  399. [ 4.271117] calling proc_interrupts_init+0x0/0x38 @ 1
  400. [ 4.271136] initcall proc_interrupts_init+0x0/0x38 returned 0 after 4 usecs
  401. [ 4.271151] calling proc_loadavg_init+0x0/0x38 @ 1
  402. [ 4.271169] initcall proc_loadavg_init+0x0/0x38 returned 0 after 4 usecs
  403. [ 4.271184] calling proc_meminfo_init+0x0/0x38 @ 1
  404. [ 4.271201] initcall proc_meminfo_init+0x0/0x38 returned 0 after 4 usecs
  405. [ 4.271216] calling proc_stat_init+0x0/0x38 @ 1
  406. [ 4.271234] initcall proc_stat_init+0x0/0x38 returned 0 after 4 usecs
  407. [ 4.271248] calling proc_uptime_init+0x0/0x38 @ 1
  408. [ 4.271266] initcall proc_uptime_init+0x0/0x38 returned 0 after 4 usecs
  409. [ 4.271280] calling proc_version_init+0x0/0x38 @ 1
  410. [ 4.271298] initcall proc_version_init+0x0/0x38 returned 0 after 4 usecs
  411. [ 4.271313] calling proc_softirqs_init+0x0/0x38 @ 1
  412. [ 4.271333] initcall proc_softirqs_init+0x0/0x38 returned 0 after 5 usecs
  413. [ 4.271347] calling proc_kmsg_init+0x0/0x38 @ 1
  414. [ 4.271366] initcall proc_kmsg_init+0x0/0x38 returned 0 after 4 usecs
  415. [ 4.271380] calling proc_page_init+0x0/0x58 @ 1
  416. [ 4.271403] initcall proc_page_init+0x0/0x58 returned 0 after 8 usecs
  417. [ 4.271418] calling init_devpts_fs+0x0/0x50 @ 1
  418. [ 4.271498] initcall init_devpts_fs+0x0/0x50 returned 0 after 59 usecs
  419. [ 4.271516] calling init_ext3_fs+0x0/0x88 @ 1
  420. [ 4.271622] initcall init_ext3_fs+0x0/0x88 returned 0 after 82 usecs
  421. [ 4.271638] calling init_ext2_fs+0x0/0x88 @ 1
  422. [ 4.271710] initcall init_ext2_fs+0x0/0x88 returned 0 after 52 usecs
  423. [ 4.271727] calling ext4_init_fs+0x0/0x200 @ 1
  424. [ 4.271966] initcall ext4_init_fs+0x0/0x200 returned 0 after 210 usecs
  425. [ 4.271985] calling journal_init+0x0/0xcc @ 1
  426. [ 4.272084] initcall journal_init+0x0/0xcc returned 0 after 78 usecs
  427. [ 4.272100] calling journal_init+0x0/0x114 @ 1
  428. [ 4.272224] initcall journal_init+0x0/0x114 returned 0 after 102 usecs
  429. [ 4.272241] calling init_ramfs_fs+0x0/0xc @ 1
  430. [ 4.272262] initcall init_ramfs_fs+0x0/0xc returned 0 after 5 usecs
  431. [ 4.272277] calling init_nfs_fs+0x0/0x144 @ 1
  432. [ 4.273094] initcall init_nfs_fs+0x0/0x144 returned 0 after 762 usecs
  433. [ 4.273114] calling init_nfsd+0x0/0xd0 @ 1
  434. [ 4.273123] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  435. [ 4.273457] initcall init_nfsd+0x0/0xd0 returned 0 after 306 usecs
  436. [ 4.273475] calling init_nlm+0x0/0x30 @ 1
  437. [ 4.273563] initcall init_nlm+0x0/0x30 returned 0 after 67 usecs
  438. [ 4.273581] calling init_nls_cp437+0x0/0xc @ 1
  439. [ 4.273597] initcall init_nls_cp437+0x0/0xc returned 0 after 1 usecs
  440. [ 4.273611] calling init_nls_cp737+0x0/0xc @ 1
  441. [ 4.273625] initcall init_nls_cp737+0x0/0xc returned 0 after 0 usecs
  442. [ 4.273639] calling init_nls_cp775+0x0/0xc @ 1
  443. [ 4.273653] initcall init_nls_cp775+0x0/0xc returned 0 after 0 usecs
  444. [ 4.273667] calling init_nls_cp850+0x0/0xc @ 1
  445. [ 4.273681] initcall init_nls_cp850+0x0/0xc returned 0 after 0 usecs
  446. [ 4.273695] calling init_nls_cp852+0x0/0xc @ 1
  447. [ 4.273709] initcall init_nls_cp852+0x0/0xc returned 0 after 0 usecs
  448. [ 4.273723] calling init_nls_cp855+0x0/0xc @ 1
  449. [ 4.273737] initcall init_nls_cp855+0x0/0xc returned 0 after 0 usecs
  450. [ 4.273751] calling init_nls_cp857+0x0/0xc @ 1
  451. [ 4.273764] initcall init_nls_cp857+0x0/0xc returned 0 after 0 usecs
  452. [ 4.273778] calling init_nls_cp860+0x0/0xc @ 1
  453. [ 4.273792] initcall init_nls_cp860+0x0/0xc returned 0 after 0 usecs
  454. [ 4.273806] calling init_nls_cp861+0x0/0xc @ 1
  455. [ 4.273819] initcall init_nls_cp861+0x0/0xc returned 0 after 0 usecs
  456. [ 4.273834] calling init_nls_cp862+0x0/0xc @ 1
  457. [ 4.273848] initcall init_nls_cp862+0x0/0xc returned 0 after 0 usecs
  458. [ 4.273862] calling init_nls_cp863+0x0/0xc @ 1
  459. [ 4.273875] initcall init_nls_cp863+0x0/0xc returned 0 after 0 usecs
  460. [ 4.273889] calling init_nls_cp864+0x0/0xc @ 1
  461. [ 4.273903] initcall init_nls_cp864+0x0/0xc returned 0 after 0 usecs
  462. [ 4.273917] calling init_nls_cp865+0x0/0xc @ 1
  463. [ 4.273931] initcall init_nls_cp865+0x0/0xc returned 0 after 0 usecs
  464. [ 4.273945] calling init_nls_cp866+0x0/0xc @ 1
  465. [ 4.273959] initcall init_nls_cp866+0x0/0xc returned 0 after 0 usecs
  466. [ 4.273973] calling init_nls_cp869+0x0/0xc @ 1
  467. [ 4.273987] initcall init_nls_cp869+0x0/0xc returned 0 after 0 usecs
  468. [ 4.274001] calling init_nls_cp874+0x0/0xc @ 1
  469. [ 4.274014] initcall init_nls_cp874+0x0/0xc returned 0 after 0 usecs
  470. [ 4.274029] calling init_nls_cp932+0x0/0xc @ 1
  471. [ 4.274043] initcall init_nls_cp932+0x0/0xc returned 0 after 0 usecs
  472. [ 4.274057] calling init_nls_euc_jp+0x0/0x54 @ 1
  473. [ 4.274074] initcall init_nls_euc_jp+0x0/0x54 returned 0 after 2 usecs
  474. [ 4.274088] calling init_nls_cp936+0x0/0xc @ 1
  475. [ 4.274102] initcall init_nls_cp936+0x0/0xc returned 0 after 0 usecs
  476. [ 4.274116] calling init_nls_cp949+0x0/0xc @ 1
  477. [ 4.274130] initcall init_nls_cp949+0x0/0xc returned 0 after 0 usecs
  478. [ 4.274144] calling init_nls_cp950+0x0/0xc @ 1
  479. [ 4.274158] initcall init_nls_cp950+0x0/0xc returned 0 after 0 usecs
  480. [ 4.274171] calling init_nls_cp1250+0x0/0xc @ 1
  481. [ 4.274186] initcall init_nls_cp1250+0x0/0xc returned 0 after 0 usecs
  482. [ 4.274200] calling init_nls_cp1251+0x0/0xc @ 1
  483. [ 4.274215] initcall init_nls_cp1251+0x0/0xc returned 0 after 0 usecs
  484. [ 4.274229] calling init_nls_ascii+0x0/0xc @ 1
  485. [ 4.274244] initcall init_nls_ascii+0x0/0xc returned 0 after 0 usecs
  486. [ 4.274259] calling init_nls_iso8859_1+0x0/0xc @ 1
  487. [ 4.274273] initcall init_nls_iso8859_1+0x0/0xc returned 0 after 0 usecs
  488. [ 4.274288] calling init_nls_iso8859_2+0x0/0xc @ 1
  489. [ 4.274303] initcall init_nls_iso8859_2+0x0/0xc returned 0 after 0 usecs
  490. [ 4.274317] calling init_nls_iso8859_3+0x0/0xc @ 1
  491. [ 4.274332] initcall init_nls_iso8859_3+0x0/0xc returned 0 after 1 usecs
  492. [ 4.274346] calling init_nls_iso8859_4+0x0/0xc @ 1
  493. [ 4.274361] initcall init_nls_iso8859_4+0x0/0xc returned 0 after 0 usecs
  494. [ 4.274375] calling init_nls_iso8859_5+0x0/0xc @ 1
  495. [ 4.274390] initcall init_nls_iso8859_5+0x0/0xc returned 0 after 0 usecs
  496. [ 4.274405] calling init_nls_iso8859_6+0x0/0xc @ 1
  497. [ 4.274420] initcall init_nls_iso8859_6+0x0/0xc returned 0 after 1 usecs
  498. [ 4.274434] calling init_nls_iso8859_7+0x0/0xc @ 1
  499. [ 4.274449] initcall init_nls_iso8859_7+0x0/0xc returned 0 after 0 usecs
  500. [ 4.274463] calling init_nls_cp1255+0x0/0xc @ 1
  501. [ 4.274478] initcall init_nls_cp1255+0x0/0xc returned 0 after 1 usecs
  502. [ 4.274493] calling init_nls_iso8859_9+0x0/0xc @ 1
  503. [ 4.274508] initcall init_nls_iso8859_9+0x0/0xc returned 0 after 1 usecs
  504. [ 4.274522] calling init_nls_iso8859_13+0x0/0xc @ 1
  505. [ 4.274537] initcall init_nls_iso8859_13+0x0/0xc returned 0 after 1 usecs
  506. [ 4.274551] calling init_nls_iso8859_14+0x0/0xc @ 1
  507. [ 4.274566] initcall init_nls_iso8859_14+0x0/0xc returned 0 after 1 usecs
  508. [ 4.274581] calling init_nls_iso8859_15+0x0/0xc @ 1
  509. [ 4.274596] initcall init_nls_iso8859_15+0x0/0xc returned 0 after 1 usecs
  510. [ 4.274611] calling init_nls_koi8_r+0x0/0xc @ 1
  511. [ 4.274625] initcall init_nls_koi8_r+0x0/0xc returned 0 after 1 usecs
  512. [ 4.274640] calling init_nls_koi8_u+0x0/0xc @ 1
  513. [ 4.274654] initcall init_nls_koi8_u+0x0/0xc returned 0 after 1 usecs
  514. [ 4.274669] calling init_nls_koi8_ru+0x0/0x54 @ 1
  515. [ 4.274684] initcall init_nls_koi8_ru+0x0/0x54 returned 0 after 1 usecs
  516. [ 4.274699] calling init_nls_utf8+0x0/0x28 @ 1
  517. [ 4.274715] initcall init_nls_utf8+0x0/0x28 returned 0 after 2 usecs
  518. [ 4.274729] calling init_cifs+0x0/0x344 @ 1
  519. [ 4.275069] initcall init_cifs+0x0/0x344 returned 0 after 300 usecs
  520. [ 4.275088] calling ipc_init+0x0/0x24 @ 1
  521. [ 4.275118] msgmni has been set to 452
  522. [ 4.275147] initcall ipc_init+0x0/0x24 returned 0 after 40 usecs
  523. [ 4.275164] calling ipc_sysctl_init+0x0/0x18 @ 1
  524. [ 4.275303] initcall ipc_sysctl_init+0x0/0x18 returned 0 after 110 usecs
  525. [ 4.275320] calling crypto_wq_init+0x0/0x48 @ 1
  526. [ 4.275462] initcall crypto_wq_init+0x0/0x48 returned 0 after 113 usecs
  527. [ 4.275482] calling crypto_algapi_init+0x0/0x10 @ 1
  528. [ 4.275520] initcall crypto_algapi_init+0x0/0x10 returned 0 after 18 usecs
  529. [ 4.275538] calling skcipher_module_init+0x0/0x48 @ 1
  530. [ 4.275554] initcall skcipher_module_init+0x0/0x48 returned 0 after 1 usecs
  531. [ 4.275571] calling chainiv_module_init+0x0/0xc @ 1
  532. [ 4.275590] initcall chainiv_module_init+0x0/0xc returned 0 after 3 usecs
  533. [ 4.275606] calling eseqiv_module_init+0x0/0xc @ 1
  534. [ 4.275624] initcall eseqiv_module_init+0x0/0xc returned 0 after 2 usecs
  535. [ 4.275639] calling hmac_module_init+0x0/0xc @ 1
  536. [ 4.275656] initcall hmac_module_init+0x0/0xc returned 0 after 1 usecs
  537. [ 4.275671] calling crypto_null_mod_init+0x0/0x74 @ 1
  538. [ 4.276021] initcall crypto_null_mod_init+0x0/0x74 returned 0 after 310 usecs
  539. [ 4.276041] calling md4_mod_init+0x0/0xc @ 1
  540. [ 4.276148] initcall md4_mod_init+0x0/0xc returned 0 after 79 usecs
  541. [ 4.276166] calling md5_mod_init+0x0/0xc @ 1
  542. [ 4.276270] initcall md5_mod_init+0x0/0xc returned 0 after 79 usecs
  543. [ 4.276287] calling sha1_generic_mod_init+0x0/0xc @ 1
  544. [ 4.276388] initcall sha1_generic_mod_init+0x0/0xc returned 0 after 75 usecs
  545. [ 4.276407] calling sha256_generic_mod_init+0x0/0x3c @ 1
  546. [ 4.276585] initcall sha256_generic_mod_init+0x0/0x3c returned 0 after 147 usecs
  547. [ 4.276606] calling crypto_ecb_module_init+0x0/0xc @ 1
  548. [ 4.276626] initcall crypto_ecb_module_init+0x0/0xc returned 0 after 2 usecs
  549. [ 4.276642] calling crypto_cbc_module_init+0x0/0xc @ 1
  550. [ 4.276659] initcall crypto_cbc_module_init+0x0/0xc returned 0 after 1 usecs
  551. [ 4.276675] calling des_generic_mod_init+0x0/0x3c @ 1
  552. [ 4.276859] initcall des_generic_mod_init+0x0/0x3c returned 0 after 156 usecs
  553. [ 4.276877] calling aes_init+0x0/0xc @ 1
  554. [ 4.276976] initcall aes_init+0x0/0xc returned 0 after 74 usecs
  555. [ 4.276993] calling arc4_init+0x0/0xc @ 1
  556. [ 4.277096] initcall arc4_init+0x0/0xc returned 0 after 78 usecs
  557. [ 4.277114] calling deflate_mod_init+0x0/0xc @ 1
  558. [ 4.277215] initcall deflate_mod_init+0x0/0xc returned 0 after 76 usecs
  559. [ 4.277235] calling crypto_authenc_module_init+0x0/0xc @ 1
  560. [ 4.277254] initcall crypto_authenc_module_init+0x0/0xc returned 0 after 2 usecs
  561. [ 4.277270] calling crypto_authenc_esn_module_init+0x0/0xc @ 1
  562. [ 4.277288] initcall crypto_authenc_esn_module_init+0x0/0xc returned 0 after 1 usecs
  563. [ 4.277304] calling lzo_mod_init+0x0/0xc @ 1
  564. [ 4.277420] initcall lzo_mod_init+0x0/0xc returned 0 after 90 usecs
  565. [ 4.277438] calling krng_mod_init+0x0/0xc @ 1
  566. [ 4.277546] initcall krng_mod_init+0x0/0xc returned 0 after 81 usecs
  567. [ 4.277564] calling proc_genhd_init+0x0/0x58 @ 1
  568. [ 4.277608] initcall proc_genhd_init+0x0/0x58 returned 0 after 25 usecs
  569. [ 4.277625] calling noop_init+0x0/0x18 @ 1
  570. [ 4.277637] io scheduler noop registered (default)
  571. [ 4.277652] initcall noop_init+0x0/0x18 returned 0 after 11 usecs
  572. [ 4.277668] calling deadline_init+0x0/0x18 @ 1
  573. [ 4.277677] io scheduler deadline registered
  574. [ 4.277691] initcall deadline_init+0x0/0x18 returned 0 after 8 usecs
  575. [ 4.277705] calling cfq_init+0x0/0xb8 @ 1
  576. [ 4.277831] io scheduler cfq registered
  577. [ 4.277854] initcall cfq_init+0x0/0xb8 returned 0 after 124 usecs
  578. [ 4.277871] calling init_kmp+0x0/0xc @ 1
  579. [ 4.277887] initcall init_kmp+0x0/0xc returned 0 after 1 usecs
  580. [ 4.277901] calling init_bm+0x0/0xc @ 1
  581. [ 4.277916] initcall init_bm+0x0/0xc returned 0 after 1 usecs
  582. [ 4.277930] calling init_fsm+0x0/0xc @ 1
  583. [ 4.277944] initcall init_fsm+0x0/0xc returned 0 after 0 usecs
  584. [ 4.277960] calling percpu_counter_startup+0x0/0x1c @ 1
  585. [ 4.277982] initcall percpu_counter_startup+0x0/0x1c returned 0 after 5 usecs
  586. [ 4.277997] calling pci_proc_init+0x0/0x7c @ 1
  587. [ 4.278032] initcall pci_proc_init+0x0/0x7c returned 0 after 19 usecs
  588. [ 4.278048] calling comcerto_dma_init+0x0/0xc @ 1
  589. [ 4.278352] initcall comcerto_dma_init+0x0/0xc returned 0 after 274 usecs
  590. [ 4.278372] calling pty_init+0x0/0x258 @ 1
  591. [ 4.278691] initcall pty_init+0x0/0x258 returned 0 after 289 usecs
  592. [ 4.278711] calling serial8250_init+0x0/0x17c @ 1
  593. [ 4.278722] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  594. [ 4.485326] serial8250.0: ttyS0 at MMIO 0x96400000 (irq = 59) is a 16550A
  595. [ 7.836511] console [ttyS0] enabled
  596. [ 7.885221] initcall serial8250_init+0x0/0x17c returned 0 after 3521951 usecs
  597. [ 7.892404] calling serial8250_pci_init+0x0/0x18 @ 1
  598. [ 7.897712] initcall serial8250_pci_init+0x0/0x18 returned 0 after 190 usecs
  599. [ 7.904816] calling rand_initialize+0x0/0x140 @ 1
  600. [ 7.909730] initcall rand_initialize+0x0/0x140 returned 0 after 70 usecs
  601. [ 7.916509] calling topology_sysfs_init+0x0/0x70 @ 1
  602. [ 7.921650] initcall topology_sysfs_init+0x0/0x70 returned 0 after 49 usecs
  603. [ 7.928672] calling init_sd+0x0/0x124 @ 1
  604. [ 7.933260] initcall init_sd+0x0/0x124 returned 0 after 440 usecs
  605. [ 7.939419] calling init_sg+0x0/0x124 @ 1
  606. [ 7.943771] initcall init_sg+0x0/0x124 returned 0 after 213 usecs
  607. [ 7.949925] calling ahci_init+0x0/0x18 @ 1
  608. [ 7.954350] initcall ahci_init+0x0/0x18 returned 0 after 199 usecs
  609. [ 7.960588] calling ahci_init+0x0/0x14 @ 1
  610. [ 7.964868] SATA Serdes: 24Mhz ref clk
  611. [ 7.969520] Serdes1: Lane OK Passed
  612. [ 7.973862] Serdes2: Lane OK Passed
  613. [ 7.977386] ahci ahci: forcing PORTS_IMPL to 0x3
  614. [ 7.982106] ahci ahci: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl platform mode
  615. [ 7.989911] ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
  616. [ 8.000005] scsi0 : ahci_platform
  617. [ 8.004051] scsi1 : ahci_platform
  618. [ 8.007895] ata1: SATA max UDMA/133 mmio [mem 0x9d000000-0x9d00ffff] port 0x100 irq 48
  619. [ 8.015880] ata2: SATA max UDMA/133 mmio [mem 0x9d000000-0x9d00ffff] port 0x180 irq 48
  620. [ 8.023934] calling 1_async_port_probe+0x0/0xd4 @ 6
  621. [ 8.029106] calling 2_async_port_probe+0x0/0xd4 @ 12
  622. [ 8.034445] initcall ahci_init+0x0/0x14 returned 0 after 68000 usecs
  623. [ 8.040862] calling init_mtd+0x0/0xd8 @ 1
  624. [ 8.046086] initcall init_mtd+0x0/0xd8 returned 0 after 1041 usecs
  625. [ 8.052311] calling cmdline_parser_init+0x0/0xc @ 1
  626. [ 8.057332] initcall cmdline_parser_init+0x0/0xc returned 0 after 1 usecs
  627. [ 8.064161] calling init_mtdchar+0x0/0xe0 @ 1
  628. [ 8.068732] initcall init_mtdchar+0x0/0xe0 returned 0 after 77 usecs
  629. [ 8.075140] calling init_mtdblock+0x0/0xc @ 1
  630. [ 8.079618] initcall init_mtdblock+0x0/0xc returned 0 after 4 usecs
  631. [ 8.085940] calling cfi_probe_init+0x0/0x18 @ 1
  632. [ 8.090589] initcall cfi_probe_init+0x0/0x18 returned 0 after 1 usecs
  633. [ 8.097080] calling map_ram_init+0x0/0x18 @ 1
  634. [ 8.101552] initcall map_ram_init+0x0/0x18 returned 0 after 0 usecs
  635. [ 8.107865] calling map_rom_init+0x0/0x18 @ 1
  636. [ 8.112337] initcall map_rom_init+0x0/0x18 returned 0 after 0 usecs
  637. [ 8.118651] calling physmap_init+0x0/0xc @ 1
  638. [ 8.123262] initcall physmap_init+0x0/0xc returned 0 after 210 usecs
  639. [ 8.129678] calling nand_base_init+0x0/0x20 @ 1
  640. [ 8.134330] initcall nand_base_init+0x0/0x20 returned 0 after 4 usecs
  641. [ 8.140824] calling comcerto_nand_init+0x0/0xc @ 1
  642. [ 8.145787] pdev->resource->start = c8300000, pdev->resource->end = c8301fff
  643. [ 8.152890] nand_probe: comcertonand base: 0xd08e0000
  644. [ 8.158116] No NAND device found
  645. [ 8.161566] initcall comcerto_nand_init+0x0/0xc returned 0 after 15441 usecs
  646. [ 8.168679] calling ubi_init+0x0/0x2c8 @ 1
  647. [ 8.173356] initcall ubi_init+0x0/0x2c8 returned 0 after 440 usecs
  648. [ 8.179599] calling ubi_gluebi_init+0x0/0x10 @ 1
  649. [ 8.184339] initcall ubi_gluebi_init+0x0/0x10 returned 0 after 3 usecs
  650. [ 8.190919] calling designware_spi_init+0x0/0xc @ 1
  651. [ 8.195985] designware_spi_probe:Initializing SPI Controller : Using dma=0 CLK(DUS)=200000000 Hz
  652. [ 8.204928] dwspi_init_hw: TX FIFO level 0 , RX FIFO level 0
  653. [ 8.210889] comcerto_spi comcerto_spi.1: at 0x96500000 mapped to 0xD0920000, irq=60
  654. [ 8.218646] designware_spi_probe:Initializing SPI Controller : Using dma=0 CLK(spi_i2c)=200000000 Hz
  655. [ 8.227934] dwspi_init_hw: TX FIFO level 0 , RX FIFO level 0
  656. [ 8.234061] comcerto_spi comcerto_spi.0: at 0x90498000 mapped to 0xD0948000, irq=61
  657. [ 8.241970] initcall designware_spi_init+0x0/0xc returned 0 after 44951 usecs
  658. [ 8.249171] calling net_olddevs_init+0x0/0xc0 @ 1
  659. [ 8.254011] initcall net_olddevs_init+0x0/0xc0 returned 0 after 16 usecs
  660. [ 8.260775] calling broadcom_init+0x0/0x170 @ 1
  661. [ 8.267490] initcall broadcom_init+0x0/0x170 returned 0 after 1994 usecs
  662. [ 8.274238] calling fixed_mdio_bus_init+0x0/0x104 @ 1
  663. [ 8.279846] Fixed MDIO Bus: probed
  664. [ 8.283289] initcall fixed_mdio_bus_init+0x0/0x104 returned 0 after 3759 usecs
  665. [ 8.290581] calling tun_init+0x0/0x8c @ 1
  666. [ 8.294701] tun: Universal TUN/TAP device driver, 1.6
  667. [ 8.299791] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  668. [ 8.306246] initcall tun_init+0x0/0x8c returned 0 after 11260 usecs
  669. [ 8.312557] calling xhci_hcd_init+0x0/0x4c @ 1
  670. [ 8.317387] ## xhci_plat_probe
  671. [ 8.320462] ### comcerto_start_xhci
  672. [ 8.323982] USB3.0 clock selected: internal
  673. [ 8.331338] xhci-hcd xhci-hcd: xHCI Host Controller
  674. [ 8.336356] /files/sq_kernel/linux/drivers/usb/core/inode.c: creating file 'devices'
  675. [ 8.344155] /files/sq_kernel/linux/drivers/usb/core/inode.c: creating file '001'
  676. [ 8.351621] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1
  677. [ 8.359782] xhci-hcd xhci-hcd: irq 54, io mem 0x9f000000
  678. [ 8.365195] usb usb1: default language 0x0409
  679. [ 8.369599] usb usb1: udev 1, busnum 1, minor = 0
  680. [ 8.374330] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  681. [ 8.381173] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  682. [ 8.384985] ata2: SATA link down (SStatus 0 SControl 300)
  683. [ 8.393872] usb usb1: Product: xHCI Host Controller
  684. [ 8.394974] async_waiting @ 12
  685. [ 8.401851] usb usb1: Manufacturer: Linux 3.2.26 xhci-hcd
  686. [ 8.407287] usb usb1: SerialNumber: xhci-hcd
  687. [ 8.412025] usb usb1: usb_probe_device
  688. [ 8.415825] usb usb1: configuration #1 chosen from 1 choice
  689. [ 8.421438] xHCI xhci_add_endpoint called for root hub
  690. [ 8.426620] xHCI xhci_check_bandwidth called for root hub
  691. [ 8.432073] usb usb1: adding 1-0:1.0 (config #1, interface 0)
  692. [ 8.438144] hub 1-0:1.0: usb_probe_interface
  693. [ 8.442443] hub 1-0:1.0: usb_probe_interface - got id
  694. [ 8.447541] hub 1-0:1.0: USB hub found
  695. [ 8.451332] hub 1-0:1.0: 1 port detected
  696. [ 8.455292] hub 1-0:1.0: standalone hub
  697. [ 8.459151] hub 1-0:1.0: no power switching (usb 1.0)
  698. [ 8.464229] hub 1-0:1.0: individual port over-current protection
  699. [ 8.470277] hub 1-0:1.0: Single TT
  700. [ 8.473700] hub 1-0:1.0: TT requires at most 8 FS bit times (666 ns)
  701. [ 8.480097] hub 1-0:1.0: power on to power good time: 20ms
  702. [ 8.485640] hub 1-0:1.0: local power source is good
  703. [ 8.490548] hub 1-0:1.0: trying to enable port power on non-switchable hub
  704. [ 8.497785] /files/sq_kernel/linux/drivers/usb/core/inode.c: creating file '001'
  705. [ 8.505349] xhci-hcd xhci-hcd: xHCI Host Controller
  706. [ 8.510272] /files/sq_kernel/linux/drivers/usb/core/inode.c: creating file '002'
  707. [ 8.517738] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2
  708. [ 8.524873] usb usb2: skipped 1 descriptor after endpoint
  709. [ 8.530331] usb usb2: default language 0x0409
  710. [ 8.534737] usb usb2: udev 1, busnum 2, minor = 128
  711. [ 8.539656] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
  712. [ 8.546492] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  713. [ 8.553753] usb usb2: Product: xHCI Host Controller
  714. [ 8.558666] usb usb2: Manufacturer: Linux 3.2.26 xhci-hcd
  715. [ 8.564094] usb usb2: SerialNumber: xhci-hcd
  716. [ 8.568798] usb usb2: usb_probe_device
  717. [ 8.572577] usb usb2: configuration #1 chosen from 1 choice
  718. [ 8.578205] xHCI xhci_add_endpoint called for root hub
  719. [ 8.583373] xHCI xhci_check_bandwidth called for root hub
  720. [ 8.584998] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  721. [ 8.585614] ata1.00: ATA-9: WDC WD60EFRX-68MYMN1, 82.00A82, max UDMA/133
  722. [ 8.585628] ata1.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32)
  723. [ 8.586306] ata1.00: configured for UDMA/133
  724. [ 8.612969] usb usb2: adding 2-0:1.0 (config #1, interface 0)
  725. [ 8.614967] async_waiting @ 6
  726. [ 8.614976] async_continuing @ 6 after 0 usec
  727. [ 8.615449] scsi 0:0:0:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5
  728. [ 8.616423] calling 3_sd_probe_async+0x0/0x1e0 @ 340
  729. [ 8.616667] sd 0:0:0:0: [sda] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB)
  730. [ 8.616681] sd 0:0:0:0: [sda] 4096-byte physical blocks
  731. [ 8.616933] sd 0:0:0:0: [sda] Write Protect is off
  732. [ 8.616947] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  733. [ 8.617055] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  734. [ 8.618851] sd 0:0:0:0: Attached scsi generic sg0 type 0
  735. [ 8.618939] initcall 1_async_port_probe+0x0/0xd4 returned 0 after 576153 usecs
  736. [ 8.618973] async_continuing @ 12 after 218738 usec
  737. [ 8.618991] initcall 2_async_port_probe+0x0/0xd4 returned 0 after 571089 usecs
  738. [ 8.658234] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
  739. [ 8.701733] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0000
  740. [ 8.703844] sd 0:0:0:0: [sda] Attached SCSI disk
  741. [ 8.703878] initcall 3_sd_probe_async+0x0/0x1e0 returned 0 after 85373 usecs
  742. [ 8.719034] hub 2-0:1.0: usb_probe_interface
  743. [ 8.723333] hub 2-0:1.0: usb_probe_interface - got id
  744. [ 8.728429] hub 2-0:1.0: USB hub found
  745. [ 8.732217] hub 2-0:1.0: 1 port detected
  746. [ 8.736174] hub 2-0:1.0: standalone hub
  747. [ 8.740032] hub 2-0:1.0: no power switching (usb 1.0)
  748. [ 8.745119] hub 2-0:1.0: individual port over-current protection
  749. [ 8.751160] hub 2-0:1.0: TT requires at most 8 FS bit times (666 ns)
  750. [ 8.757558] hub 2-0:1.0: power on to power good time: 20ms
  751. [ 8.763087] hub 2-0:1.0: local power source is good
  752. [ 8.768004] hub 2-0:1.0: trying to enable port power on non-switchable hub
  753. [ 8.775284] /files/sq_kernel/linux/drivers/usb/core/inode.c: creating file '001'
  754. [ 8.783033] initcall xhci_hcd_init+0x0/0x4c returned 0 after 454963 usecs
  755. [ 8.789891] calling usb_stor_init+0x0/0x44 @ 1
  756. [ 8.794446] Initializing USB Mass Storage driver...
  757. [ 8.799656] usbcore: registered new interface driver usb-storage
  758. [ 8.805738] USB Mass Storage support registered.
  759. [ 8.810398] initcall usb_stor_init+0x0/0x44 returned 0 after 15561 usecs
  760. [ 8.817156] calling dwc_otg_driver_init+0x0/0x74 @ 1
  761. [ 8.822236] dwc_otg: version 2.93a 15-MAY-2011
  762. [ 8.826946] initcall dwc_otg_driver_init+0x0/0x74 returned 0 after 4584 usecs
  763. [ 8.834142] calling dwc_common_port_init_module+0x0/0x18 @ 1
  764. [ 8.839947] Module dwc_common_port init
  765. [ 8.843814] initcall dwc_common_port_init_module+0x0/0x18 returned 0 after 3767 usecs
  766. [ 8.851706] calling serport_init+0x0/0x30 @ 1
  767. [ 8.856191] initcall serport_init+0x0/0x30 returned 0 after 1 usecs
  768. [ 8.862495] calling mousedev_init+0x0/0x60 @ 1
  769. [ 8.867252] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
  770. [ 8.872788] mousedev: PS/2 mouse device common for all mice
  771. [ 8.878439] initcall mousedev_init+0x0/0x60 returned 0 after 11090 usecs
  772. [ 8.885196] calling WD_btn_init+0x0/0x310 @ 1
  773. [ 8.889999] input: btn_wd as /devices/virtual/input/input0
  774. [ 8.895850] initcall WD_btn_init+0x0/0x310 returned 0 after 6022 usecs
  775. [ 8.902423] calling cmos_init+0x0/0x44 @ 1
  776. [ 8.907021] initcall cmos_init+0x0/0x44 returned -19 after 349 usecs
  777. [ 8.913421] calling c2k_rtc_init+0x0/0xc @ 1
  778. [ 8.918497] c2k-rtc c2k-rtc: rtc core: registered c2k as rtc0
  779. [ 8.924279] C2000 RTC, (c) 2012 Mindspeed Technologies
  780. [ 8.929769] initcall c2k_rtc_init+0x0/0xc returned 0 after 11638 usecs
  781. [ 8.936363] calling sequoia_fan_init+0x0/0x98 @ 1
  782. [ 8.941536] Registered fan device: system_fan
  783. [ 8.945987] initcall sequoia_fan_init+0x0/0x98 returned 0 after 4675 usecs
  784. [ 8.952907] calling raid_init+0x0/0xc @ 1
  785. [ 8.957055] md: raid1 personality registered for level 1
  786. [ 8.962404] initcall raid_init+0x0/0xc returned 0 after 5219 usecs
  787. [ 8.968639] calling cpufreq_stats_init+0x0/0xa8 @ 1
  788. [ 8.973645] initcall cpufreq_stats_init+0x0/0xa8 returned 0 after 7 usecs
  789. [ 8.980488] calling cpufreq_gov_powersave_init+0x0/0xc @ 1
  790. [ 8.986115] initcall cpufreq_gov_powersave_init+0x0/0xc returned 0 after 2 usecs
  791. [ 8.993556] calling cpufreq_gov_dbs_init+0x0/0x80 @ 1
  792. [ 8.998745] initcall cpufreq_gov_dbs_init+0x0/0x80 returned 0 after 4 usecs
  793. [ 9.005769] calling cpufreq_gov_dbs_init+0x0/0xc @ 1
  794. [ 9.010855] initcall cpufreq_gov_dbs_init+0x0/0xc returned 0 after 1 usecs
  795. [ 9.017794] calling gpio_led_init+0x0/0xc @ 1
  796. [ 9.022507] initcall gpio_led_init+0x0/0xc returned 0 after 220 usecs
  797. [ 9.029017] calling sequoia_led_init+0x0/0xc0 @ 1
  798. [ 9.034065] Registered led device: system_led
  799. [ 9.038675] Registered led device: wifi_led
  800. [ 9.043177] initcall sequoia_led_init+0x0/0xc0 returned 0 after 9102 usecs
  801. [ 9.050131] calling flow_cache_init_global+0x0/0x1b4 @ 1
  802. [ 9.055732] initcall flow_cache_init_global+0x0/0x1b4 returned 0 after 140 usecs
  803. [ 9.063177] calling llc_init+0x0/0x24 @ 1
  804. [ 9.067323] initcall llc_init+0x0/0x24 returned 0 after 2 usecs
  805. [ 9.073279] calling snap_init+0x0/0x44 @ 1
  806. [ 9.077506] initcall snap_init+0x0/0x44 returned 0 after 4 usecs
  807. [ 9.083551] calling blackhole_module_init+0x0/0xc @ 1
  808. [ 9.088735] initcall blackhole_module_init+0x0/0xc returned 0 after 2 usecs
  809. [ 9.095748] calling nfnetlink_init+0x0/0x28 @ 1
  810. [ 9.100391] Netfilter messages via NETLINK v0.30.
  811. [ 9.105153] initcall nfnetlink_init+0x0/0x28 returned 0 after 4641 usecs
  812. [ 9.111896] calling nfnetlink_queue_init+0x0/0xb8 @ 1
  813. [ 9.117099] initcall nfnetlink_queue_init+0x0/0xb8 returned 0 after 18 usecs
  814. [ 9.124191] calling nfnetlink_log_init+0x0/0xe8 @ 1
  815. [ 9.129237] initcall nfnetlink_log_init+0x0/0xe8 returned 0 after 31 usecs
  816. [ 9.136169] calling nf_conntrack_standalone_init+0x0/0xc @ 1
  817. [ 9.141948] nf_conntrack version 0.5.0 (3625 buckets, 14500 max)
  818. [ 9.148841] initcall nf_conntrack_standalone_init+0x0/0xc returned 0 after 6707 usecs
  819. [ 9.156747] calling ctnetlink_init+0x0/0xa0 @ 1
  820. [ 9.161391] ctnetlink v0.93: registering with nfnetlink.
  821. [ 9.166753] initcall ctnetlink_init+0x0/0xa0 returned 0 after 5228 usecs
  822. [ 9.173494] calling xt_init+0x0/0xfc @ 1
  823. [ 9.177544] initcall xt_init+0x0/0xfc returned 0 after 3 usecs
  824. [ 9.183413] calling tcpudp_mt_init+0x0/0x10 @ 1
  825. [ 9.188075] initcall tcpudp_mt_init+0x0/0x10 returned 0 after 3 usecs
  826. [ 9.194554] calling mark_mt_init+0x0/0x44 @ 1
  827. [ 9.199038] initcall mark_mt_init+0x0/0x44 returned 0 after 1 usecs
  828. [ 9.205352] calling connmark_mt_init+0x0/0x44 @ 1
  829. [ 9.210176] initcall connmark_mt_init+0x0/0x44 returned 0 after 1 usecs
  830. [ 9.216840] calling classify_tg_init+0x0/0x10 @ 1
  831. [ 9.221665] initcall classify_tg_init+0x0/0x10 returned 0 after 1 usecs
  832. [ 9.228335] calling hl_tg_init+0x0/0x10 @ 1
  833. [ 9.232635] initcall hl_tg_init+0x0/0x10 returned 0 after 1 usecs
  834. [ 9.238775] calling led_tg_init+0x0/0xc @ 1
  835. [ 9.243074] initcall led_tg_init+0x0/0xc returned 0 after 0 usecs
  836. [ 9.249214] calling nflog_tg_init+0x0/0xc @ 1
  837. [ 9.253687] initcall nflog_tg_init+0x0/0xc returned 0 after 0 usecs
  838. [ 9.260000] calling nfqueue_tg_init+0x0/0x10 @ 1
  839. [ 9.264736] initcall nfqueue_tg_init+0x0/0x10 returned 0 after 0 usecs
  840. [ 9.271312] calling xt_rateest_tg_init+0x0/0x2c @ 1
  841. [ 9.276318] initcall xt_rateest_tg_init+0x0/0x2c returned 0 after 0 usecs
  842. [ 9.283146] calling tcpmss_tg_init+0x0/0x10 @ 1
  843. [ 9.287804] initcall tcpmss_tg_init+0x0/0x10 returned 0 after 0 usecs
  844. [ 9.294283] calling tee_tg_init+0x0/0x10 @ 1
  845. [ 9.298677] initcall tee_tg_init+0x0/0x10 returned 0 after 0 usecs
  846. [ 9.304894] calling idletimer_tg_init+0x0/0xa8 @ 1
  847. [ 9.310254] initcall idletimer_tg_init+0x0/0xa8 returned 0 after 414 usecs
  848. [ 9.317234] calling addrtype_mt_init+0x0/0x10 @ 1
  849. [ 9.322062] initcall addrtype_mt_init+0x0/0x10 returned 0 after 1 usecs
  850. [ 9.328753] calling xt_cluster_mt_init+0x0/0xc @ 1
  851. [ 9.333665] initcall xt_cluster_mt_init+0x0/0xc returned 0 after 0 usecs
  852. [ 9.340422] calling comment_mt_init+0x0/0xc @ 1
  853. [ 9.345087] initcall comment_mt_init+0x0/0xc returned 0 after 0 usecs
  854. [ 9.351567] calling connbytes_mt_init+0x0/0xc @ 1
  855. [ 9.356401] initcall connbytes_mt_init+0x0/0xc returned 0 after 0 usecs
  856. [ 9.363057] calling connlimit_mt_init+0x0/0x10 @ 1
  857. [ 9.367980] initcall connlimit_mt_init+0x0/0x10 returned 0 after 1 usecs
  858. [ 9.374722] calling conntrack_mt_init+0x0/0x10 @ 1
  859. [ 9.379643] initcall conntrack_mt_init+0x0/0x10 returned 0 after 1 usecs
  860. [ 9.386399] calling cpu_mt_init+0x0/0xc @ 1
  861. [ 9.390699] initcall cpu_mt_init+0x0/0xc returned 0 after 0 usecs
  862. [ 9.396841] calling dccp_mt_init+0x0/0x60 @ 1
  863. [ 9.401316] initcall dccp_mt_init+0x0/0x60 returned 0 after 2 usecs
  864. [ 9.407632] calling devgroup_mt_init+0x0/0xc @ 1
  865. [ 9.412368] initcall devgroup_mt_init+0x0/0xc returned 0 after 0 usecs
  866. [ 9.418946] calling dscp_mt_init+0x0/0x10 @ 1
  867. [ 9.423421] initcall dscp_mt_init+0x0/0x10 returned 0 after 1 usecs
  868. [ 9.429739] calling esp_mt_init+0x0/0x10 @ 1
  869. [ 9.434127] initcall esp_mt_init+0x0/0x10 returned 0 after 1 usecs
  870. [ 9.440363] calling hashlimit_mt_init+0x0/0x94 @ 1
  871. [ 9.445404] initcall hashlimit_mt_init+0x0/0x94 returned 0 after 105 usecs
  872. [ 9.452326] calling helper_mt_init+0x0/0xc @ 1
  873. [ 9.456908] initcall helper_mt_init+0x0/0xc returned 0 after 0 usecs
  874. [ 9.463301] calling hl_mt_init+0x0/0x10 @ 1
  875. [ 9.467622] initcall hl_mt_init+0x0/0x10 returned 0 after 1 usecs
  876. [ 9.473753] calling iprange_mt_init+0x0/0x10 @ 1
  877. [ 9.478502] initcall iprange_mt_init+0x0/0x10 returned 0 after 1 usecs
  878. [ 9.485081] calling length_mt_init+0x0/0x10 @ 1
  879. [ 9.489730] initcall length_mt_init+0x0/0x10 returned 0 after 0 usecs
  880. [ 9.496221] calling limit_mt_init+0x0/0xc @ 1
  881. [ 9.500694] initcall limit_mt_init+0x0/0xc returned 0 after 0 usecs
  882. [ 9.507013] calling mac_mt_init+0x0/0xc @ 1
  883. [ 9.511313] initcall mac_mt_init+0x0/0xc returned 0 after 0 usecs
  884. [ 9.517456] calling multiport_mt_init+0x0/0x10 @ 1
  885. [ 9.522368] initcall multiport_mt_init+0x0/0x10 returned 0 after 1 usecs
  886. [ 9.529120] calling xt_osf_init+0x0/0x7c @ 1
  887. [ 9.533509] initcall xt_osf_init+0x0/0x7c returned 0 after 1 usecs
  888. [ 9.539739] calling owner_mt_init+0x0/0xc @ 1
  889. [ 9.544212] initcall owner_mt_init+0x0/0xc returned 0 after 0 usecs
  890. [ 9.550530] calling pkttype_mt_init+0x0/0xc @ 1
  891. [ 9.555191] initcall pkttype_mt_init+0x0/0xc returned 0 after 0 usecs
  892. [ 9.561672] calling policy_mt_init+0x0/0x10 @ 1
  893. [ 9.566334] initcall policy_mt_init+0x0/0x10 returned 0 after 1 usecs
  894. [ 9.572813] calling quota_mt_init+0x0/0xc @ 1
  895. [ 9.577298] initcall quota_mt_init+0x0/0xc returned 0 after 0 usecs
  896. [ 9.583603] calling xt_rateest_mt_init+0x0/0xc @ 1
  897. [ 9.588527] initcall xt_rateest_mt_init+0x0/0xc returned 0 after 0 usecs
  898. [ 9.595280] calling realm_mt_init+0x0/0xc @ 1
  899. [ 9.599753] initcall realm_mt_init+0x0/0xc returned 0 after 0 usecs
  900. [ 9.606069] calling recent_mt_init+0x0/0x88 @ 1
  901. [ 9.610740] initcall recent_mt_init+0x0/0x88 returned 0 after 18 usecs
  902. [ 9.617321] calling sctp_mt_init+0x0/0x10 @ 1
  903. [ 9.621798] initcall sctp_mt_init+0x0/0x10 returned 0 after 1 usecs
  904. [ 9.628118] calling state_mt_init+0x0/0xc @ 1
  905. [ 9.632592] initcall state_mt_init+0x0/0xc returned 0 after 0 usecs
  906. [ 9.638917] calling xt_layer7_init+0x0/0x98 @ 1
  907. [ 9.643580] initcall xt_layer7_init+0x0/0x98 returned 0 after 11 usecs
  908. [ 9.650162] calling statistic_mt_init+0x0/0xc @ 1
  909. [ 9.654997] initcall statistic_mt_init+0x0/0xc returned 0 after 0 usecs
  910. [ 9.661652] calling string_mt_init+0x0/0xc @ 1
  911. [ 9.666227] initcall string_mt_init+0x0/0xc returned 0 after 0 usecs
  912. [ 9.672620] calling tcpmss_mt_init+0x0/0x10 @ 1
  913. [ 9.677281] initcall tcpmss_mt_init+0x0/0x10 returned 0 after 1 usecs
  914. [ 9.683760] calling time_mt_init+0x0/0x90 @ 1
  915. [ 9.688239] xt_time: kernel timezone is -0000
  916. [ 9.692627] initcall time_mt_init+0x0/0x90 returned 0 after 4280 usecs
  917. [ 9.699205] calling u32_mt_init+0x0/0xc @ 1
  918. [ 9.703504] initcall u32_mt_init+0x0/0xc returned 0 after 0 usecs
  919. [ 9.709648] calling sysctl_ipv4_init+0x0/0x98 @ 1
  920. [ 9.715458] initcall sysctl_ipv4_init+0x0/0x98 returned 0 after 959 usecs
  921. [ 9.722289] calling init_syncookies+0x0/0x1c @ 1
  922. [ 9.727126] initcall init_syncookies+0x0/0x1c returned 0 after 86 usecs
  923. [ 9.733781] calling ipcomp4_init+0x0/0x70 @ 1
  924. [ 9.738271] initcall ipcomp4_init+0x0/0x70 returned 0 after 3 usecs
  925. [ 9.744574] calling ipip_init+0x0/0xac @ 1
  926. [ 9.748802] initcall ipip_init+0x0/0xac returned 0 after 2 usecs
  927. [ 9.754843] calling tunnel4_init+0x0/0x68 @ 1
  928. [ 9.759328] initcall tunnel4_init+0x0/0x68 returned 0 after 1 usecs
  929. [ 9.765643] calling xfrm4_transport_init+0x0/0x10 @ 1
  930. [ 9.770815] initcall xfrm4_transport_init+0x0/0x10 returned 0 after 1 usecs
  931. [ 9.777829] calling xfrm4_mode_tunnel_init+0x0/0x10 @ 1
  932. [ 9.783175] initcall xfrm4_mode_tunnel_init+0x0/0x10 returned 0 after 0 usecs
  933. [ 9.790382] calling ipv4_netfilter_init+0x0/0xc @ 1
  934. [ 9.795393] initcall ipv4_netfilter_init+0x0/0xc returned 0 after 1 usecs
  935. [ 9.802222] calling nf_conntrack_l3proto_ipv4_init+0x0/0x130 @ 1
  936. [ 9.809359] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x130 returned 0 after 962 usecs
  937. [ 9.817520] calling nf_nat_init+0x0/0x130 @ 1
  938. [ 9.822052] initcall nf_nat_init+0x0/0x130 returned 0 after 56 usecs
  939. [ 9.828463] calling nf_defrag_init+0x0/0x10 @ 1
  940. [ 9.833111] initcall nf_defrag_init+0x0/0x10 returned 0 after 1 usecs
  941. [ 9.839609] calling ip_tables_init+0x0/0x98 @ 1
  942. [ 9.844281] ip_tables: (C) 2000-2006 Netfilter Core Team
  943. [ 9.849646] initcall ip_tables_init+0x0/0x98 returned 0 after 5258 usecs
  944. [ 9.856398] calling iptable_filter_init+0x0/0x7c @ 1
  945. [ 9.861553] initcall iptable_filter_init+0x0/0x7c returned 0 after 65 usecs
  946. [ 9.868578] calling iptable_mangle_init+0x0/0x58 @ 1
  947. [ 9.873722] initcall iptable_mangle_init+0x0/0x58 returned 0 after 55 usecs
  948. [ 9.880745] calling nf_nat_standalone_init+0x0/0x88 @ 1
  949. [ 9.886150] initcall nf_nat_standalone_init+0x0/0x88 returned 0 after 44 usecs
  950. [ 9.893415] calling ah_mt_init+0x0/0xc @ 1
  951. [ 9.897640] initcall ah_mt_init+0x0/0xc returned 0 after 0 usecs
  952. [ 9.903682] calling ecn_mt_init+0x0/0xc @ 1
  953. [ 9.907995] initcall ecn_mt_init+0x0/0xc returned 0 after 0 usecs
  954. [ 9.914127] calling clusterip_tg_init+0x0/0xa0 @ 1
  955. [ 9.919061] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
  956. [ 9.925469] initcall clusterip_tg_init+0x0/0xa0 returned 0 after 6269 usecs
  957. [ 9.932470] calling ecn_tg_init+0x0/0xc @ 1
  958. [ 9.936779] initcall ecn_tg_init+0x0/0xc returned 0 after 0 usecs
  959. [ 9.942908] calling log_tg_init+0x0/0x30 @ 1
  960. [ 9.947308] initcall log_tg_init+0x0/0x30 returned 0 after 2 usecs
  961. [ 9.953526] calling masquerade_tg_init+0x0/0x38 @ 1
  962. [ 9.958541] initcall masquerade_tg_init+0x0/0x38 returned 0 after 6 usecs
  963. [ 9.965380] calling netmap_tg_init+0x0/0xc @ 1
  964. [ 9.969939] initcall netmap_tg_init+0x0/0xc returned 0 after 0 usecs
  965. [ 9.976342] calling redirect_tg_init+0x0/0xc @ 1
  966. [ 9.981075] initcall redirect_tg_init+0x0/0xc returned 0 after 0 usecs
  967. [ 9.987654] calling reject_tg_init+0x0/0xc @ 1
  968. [ 9.992215] initcall reject_tg_init+0x0/0xc returned 0 after 0 usecs
  969. [ 9.998617] calling ulog_tg_init+0x0/0x100 @ 1
  970. [ 10.003202] initcall ulog_tg_init+0x0/0x100 returned 0 after 22 usecs
  971. [ 10.009704] calling cubictcp_register+0x0/0x74 @ 1
  972. [ 10.014611] TCP cubic registered
  973. [ 10.017889] initcall cubictcp_register+0x0/0x74 returned 0 after 3195 usecs
  974. [ 10.024892] calling inet6_init+0x0/0x284 @ 1
  975. [ 10.029507] NET: Registered protocol family 10
  976. [ 10.037784] initcall inet6_init+0x0/0x284 returned 0 after 8278 usecs
  977. [ 10.044273] calling ah6_init+0x0/0x70 @ 1
  978. [ 10.048427] initcall ah6_init+0x0/0x70 returned 0 after 2 usecs
  979. [ 10.054386] calling ipcomp6_init+0x0/0x70 @ 1
  980. [ 10.058877] initcall ipcomp6_init+0x0/0x70 returned 0 after 1 usecs
  981. [ 10.065201] calling xfrm6_tunnel_init+0x0/0xd8 @ 1
  982. [ 10.070213] initcall xfrm6_tunnel_init+0x0/0xd8 returned 0 after 90 usecs
  983. [ 10.077065] calling tunnel6_init+0x0/0x64 @ 1
  984. [ 10.081538] initcall tunnel6_init+0x0/0x64 returned 0 after 0 usecs
  985. [ 10.087856] calling xfrm6_transport_init+0x0/0x10 @ 1
  986. [ 10.093029] initcall xfrm6_transport_init+0x0/0x10 returned 0 after 1 usecs
  987. [ 10.100045] calling xfrm6_mode_tunnel_init+0x0/0x10 @ 1
  988. [ 10.105408] initcall xfrm6_mode_tunnel_init+0x0/0x10 returned 0 after 1 usecs
  989. [ 10.112586] calling xfrm6_ro_init+0x0/0x10 @ 1
  990. [ 10.117158] initcall xfrm6_ro_init+0x0/0x10 returned 0 after 1 usecs
  991. [ 10.123549] calling sit_init+0x0/0x58 @ 1
  992. [ 10.127677] IPv6 over IPv4 tunneling driver
  993. [ 10.135630] initcall sit_init+0x0/0x58 returned 0 after 7742 usecs
  994. [ 10.141857] calling ip6_tunnel_init+0x0/0x88 @ 1
  995. [ 10.150304] initcall ip6_tunnel_init+0x0/0x88 returned 0 after 3586 usecs
  996. [ 10.157201] calling packet_init+0x0/0x48 @ 1
  997. [ 10.161585] NET: Registered protocol family 17
  998. [ 10.166115] initcall packet_init+0x0/0x48 returned 0 after 4413 usecs
  999. [ 10.172596] calling br_init+0x0/0x9c @ 1
  1000. [ 10.176784] initcall br_init+0x0/0x9c returned 0 after 123 usecs
  1001. [ 10.182831] calling vlan_proto_init+0x0/0x8c @ 1
  1002. [ 10.187582] 8021q: 802.1Q VLAN Support v1.8
  1003. [ 10.191837] initcall vlan_proto_init+0x0/0x8c returned 0 after 4145 usecs
  1004. [ 10.198690] calling vfp_init+0x0/0x198 @ 1
  1005. [ 10.202900] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 2
  1006. [ 10.210641] initcall vfp_init+0x0/0x198 returned 0 after 7556 usecs
  1007. [ 10.216968] calling clk_disable_unused+0x0/0xcc @ 1
  1008. [ 10.221977] initcall clk_disable_unused+0x0/0xcc returned 0 after 10 usecs
  1009. [ 10.228919] calling init_oops_id+0x0/0x44 @ 1
  1010. [ 10.233408] initcall init_oops_id+0x0/0x44 returned 0 after 13 usecs
  1011. [ 10.239831] calling printk_late_init+0x0/0x70 @ 1
  1012. [ 10.244658] initcall printk_late_init+0x0/0x70 returned 0 after 3 usecs
  1013. [ 10.251333] calling pm_debugfs_init+0x0/0x38 @ 1
  1014. [ 10.256104] initcall pm_debugfs_init+0x0/0x38 returned 0 after 18 usecs
  1015. [ 10.262760] calling pm_qos_power_init+0x0/0xac @ 1
  1016. [ 10.268355] initcall pm_qos_power_init+0x0/0xac returned 0 after 634 usecs
  1017. [ 10.275344] calling taskstats_init+0x0/0x84 @ 1
  1018. [ 10.280010] registered taskstats version 1
  1019. [ 10.284141] initcall taskstats_init+0x0/0x84 returned 0 after 4042 usecs
  1020. [ 10.290916] calling clear_boot_tracer+0x0/0x34 @ 1
  1021. [ 10.295845] initcall clear_boot_tracer+0x0/0x34 returned 0 after 1 usecs
  1022. [ 10.302593] calling max_swapfiles_check+0x0/0x8 @ 1
  1023. [ 10.307603] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
  1024. [ 10.314446] calling random32_reseed+0x0/0xac @ 1
  1025. [ 10.319239] initcall random32_reseed+0x0/0xac returned 0 after 34 usecs
  1026. [ 10.325914] calling pci_resource_alignment_sysfs_init+0x0/0x14 @ 1
  1027. [ 10.332239] initcall pci_resource_alignment_sysfs_init+0x0/0x14 returned 0 after 14 usecs
  1028. [ 10.340487] calling pci_sysfs_init+0x0/0x58 @ 1
  1029. [ 10.345152] initcall pci_sysfs_init+0x0/0x58 returned 0 after 3 usecs
  1030. [ 10.351633] calling random_int_secret_init+0x0/0x1c @ 1
  1031. [ 10.357041] initcall random_int_secret_init+0x0/0x1c returned 0 after 43 usecs
  1032. [ 10.364330] calling scsi_complete_async_scans+0x0/0x12c @ 1
  1033. [ 10.370047] initcall scsi_complete_async_scans+0x0/0x12c returned 0 after 1 usecs
  1034. [ 10.377591] calling rtc_hctosys+0x0/0x114 @ 1
  1035. [ 10.382162] c2k-rtc c2k-rtc: setting system clock to 2012-07-12 18:25:02 UTC (1342117502)
  1036. [ 10.390406] initcall rtc_hctosys+0x0/0x114 returned 0 after 8142 usecs
  1037. [ 10.396991] calling comcerto_cpufreq_init+0x0/0x28 @ 1
  1038. [ 10.402244] Registering CPUFreq(comcerto)
  1039. [ 10.406871] initcall comcerto_cpufreq_init+0x0/0x28 returned 0 after 4495 usecs
  1040. [ 10.414234] calling net_secret_init+0x0/0x1c @ 1
  1041. [ 10.419042] initcall net_secret_init+0x0/0x1c returned 0 after 48 usecs
  1042. [ 10.425720] calling tcp_congestion_default+0x0/0xc @ 1
  1043. [ 10.430983] initcall tcp_congestion_default+0x0/0xc returned 0 after 2 usecs
  1044. [ 10.438084] calling initialize_hashrnd+0x0/0x1c @ 1
  1045. [ 10.443092] initcall initialize_hashrnd+0x0/0x1c returned 0 after 10 usecs
  1046. [ 10.450221] async_waiting @ 1
  1047. [ 10.453209] async_continuing @ 1 after 0 usec
  1048. [ 10.457637] md: Waiting for all devices to be available before autodetect
  1049. [ 10.464462] md: If you don't use raid, use raid=noautodetect
  1050. [ 10.470162] async_waiting @ 1
  1051. [ 10.473146] async_continuing @ 1 after 0 usec
  1052. [ 10.478459] md: Autodetecting RAID arrays.
  1053. [ 10.526125] md: Scanned 2 and added 2 devices.
  1054. [ 10.530596] md: autorun ...
  1055. [ 10.533406] md: considering sda2 ...
  1056. [ 10.537037] md: adding sda2 ...
  1057. [ 10.540296] md: sda1 has different UUID to sda2
  1058. [ 10.545770] md: created md1
  1059. [ 10.548588] md: bind<sda2>
  1060. [ 10.551358] md: running: <sda2>
  1061. [ 10.554881] bio: create slab <bio-1> at 1
  1062. [ 10.559165] md/raid1:md1: active with 1 out of 2 mirrors
  1063. [ 10.564614] md1: detected capacity change from 0 to 2047803392
  1064. [ 10.570706] md: considering sda1 ...
  1065. [ 10.574329] md: adding sda1 ...
  1066. [ 10.577600] md: created md0
  1067. [ 10.580412] md: bind<sda1>
  1068. [ 10.583194] md: running: <sda1>
  1069. [ 10.586813] md/raid1:md0: active with 1 out of 2 mirrors
  1070. [ 10.592257] md0: detected capacity change from 0 to 2047803392
  1071. [ 10.598326] md: ... autorun DONE.
  1072. [ 10.611416] md0: unknown partition table
  1073. [ 10.626577] kjournald starting. Commit interval 5 seconds
  1074. [ 10.658758] EXT3-fs (md0): using internal journal
  1075. [ 10.663501] EXT3-fs (md0): mounted filesystem with ordered data mode
  1076. [ 10.669948] VFS: Mounted root (ext3 filesystem) on device 9:0.
  1077. [ 10.676367] async_waiting @ 1
  1078. [ 10.679355] async_continuing @ 1 after 0 usec
  1079. [ 10.684402] Freeing init memory: 320K
  1080. [ 39.386107] md1: unknown partition table
  1081. [ 44.311536] calling fuse_init+0x0/0x1b8 [fuse] @ 2447
  1082. [ 44.316754] fuse init (API version 7.17)
  1083. [ 44.321142] initcall fuse_init+0x0/0x1b8 [fuse] returned 0 after 4170 usecs
  1084. [ 44.442877] calling pfe_module_init+0x0/0x28 [pfe] @ 2454
  1085. [ 44.448441] pfe_module_init
  1086. [ 44.451313] pfe_platform_probe
  1087. [ 44.454755] ipsec: baseaddr :9a000000 --- d0c00000
  1088. [ 44.460602] pfe_probe
  1089. [ 44.462890] PFE Driver version:
  1090. [ 44.462894] pfe_ctrl_nas_2_00_3
  1091. [ 44.462898] built with pfe sources version: pfe_nas_2_00_3
  1092. [ 44.474725] cbus_baseaddr: d3000000, ddr_baseaddr: d2000000, ddr_phys_baseaddr: 3400000, ddr_size: c00000
  1093. [ 44.484351] pfe_hw_init
  1094. [ 44.486821] CLASS version: 20
  1095. [ 44.489804] TMU version: 1011231
  1096. [ 44.493048] BMU1 version: 21
  1097. [ 44.495951] BMU2 version: 21
  1098. [ 44.498845] EMAC1 network cfg: 80000
  1099. [ 44.502438] EMAC2 network cfg: 80000
  1100. [ 44.506039] EMAC3 network cfg: 80000
  1101. [ 44.509633] EGPI1 version: 50
  1102. [ 44.512614] EGPI2 version: 50
  1103. [ 44.515615] EGPI3 version: 50
  1104. [ 44.518598] HGPI version: 50
  1105. [ 44.521492] GPT version: 0
  1106. [ 44.524212] HIF version: 10
  1107. [ 44.527029] HIF NOPCY version: 10
  1108. [ 44.530361] UTIL version: 20
  1109. [ 44.533256] bmu_init(1) done
  1110. [ 44.536161] bmu_init(2) done
  1111. [ 44.547936] class_init() done
  1112. [ 44.550927] tmu_init: mem init
  1113. [ 44.553997] tmu_init: lmem init
  1114. [ 44.557226] tmu_init() done
  1115. [ 44.560035] util_init() done
  1116. [ 44.562933] gpi_init(1) done
  1117. [ 44.565839] gpi_init(2) done
  1118. [ 44.568737] gpi_init(3) done
  1119. [ 44.571634] gpi_init(hif) done
  1120. [ 44.574703] bmu_enable(1) done
  1121. [ 44.577789] bmu_enable(2) done
  1122. [ 44.580862] pfe_hif_lib_init
  1123. [ 44.583810] pfe_hif_lib_init: pfe packet size 4096, # rx buffers 256, # buffers/page 16
  1124. [ 44.591885] pfe_hif_init
  1125. [ 44.594437] pfe_hif_alloc_descr
  1126. [ 44.597998] pfe_hif_init_buffers
  1127. [ 44.601420] pfe_firmware_init
  1128. [ 44.795143] pfe_load_elf
  1129. [ 44.832616] PFE binary version: pfe_nas_2_00_3
  1130. [ 44.837112] pfe_firmware_init: class firmware loaded 0xbc0 0xc3010000
  1131. [ 44.843587] pfe_load_elf
  1132. [ 44.848303] pfe_firmware_init: tmu firmware loaded 0x1a0
  1133. [ 44.853643] pfe_load_elf
  1134. [ 44.858762] pfe_firmware_init: util firmware loaded 0x1220
  1135. [ 44.864322] pfe_ctrl_init
  1136. [ 44.896548] timer_add c30ade90
  1137. [ 44.899626] timer_add c30ade30
  1138. [ 44.902697] timer_add c30ade60
  1139. [ 44.905784] timer_add c30addd0
  1140. [ 44.908857] timer_add c30addb8
  1141. [ 44.911939] timer_add c30adde8
  1142. [ 44.915991] timer_add c30ade00
  1143. [ 44.919073] ipsec_common_hard_init ipsec_baseaddr:d0c00000 - espah_base:d0c00000
  1144. [ 44.927871] timer_add c30adda0
  1145. [ 44.930950] pfe_ctrl_init finished
  1146. [ 44.930961] pfe_ctrl_timer
  1147. [ 44.937097] pfe_eth_init
  1148. [ 44.950876] Comcerto MDIO Bus: probed
  1149. [ 44.959547] pfe_eth_init_one: preallocating rx & tx queue buffers
  1150. [ 44.966306] eth0: pfe_eth_init_one: created interface, baseaddr: d3200000
  1151. [ 44.973147] pfe_pcap_init
  1152. [ 44.976347] initcall pfe_module_init+0x0/0x28 [pfe] returned 0 after 515201 usecs
  1153. [ 57.855405] eth0: pfe_eth_open
  1154. [ 57.858615] hif_process_client_req: register client_id 0
  1155. [ 57.863956] pfe_hif_client_register
  1156. [ 57.867591] eth0: pfe_gemac_init
  1157. [ 57.871088] bcm54610_config_init: before 0x2c09, after 0x2c8c
  1158. [ 57.877163] bcm54610_config_init: before 0x01e1, 0x0300; after 0x0141, 0x0200
  1159. [ 62.875440] PHY: comcerto-0:00 - Link is Up - 1000/Full
  1160. [ 68.654978] eth0: no IPv6 routers present
  1161. [ 75.515430] calling jnl_init+0x0/0x1a4 [jnl] @ 4544
  1162. [ 75.520454] jnl: driver (lke_9.2.0 lke_9.2.0_r248522_b40, LBD=ON) loaded at c30f0000
  1163. [ 75.528637] initcall jnl_init+0x0/0x1a4 [jnl] returned 0 after 7904 usecs
  1164. [ 75.570709] ufsd: module license 'Commercial product' taints kernel.
  1165. [ 75.577184] Disabling lock debugging due to kernel taint
  1166. [ 75.611877] calling init_module+0x0/0x188 [ufsd] @ 4545
  1167. [ 75.617292] ufsd:: trace mask set to 0000000f
  1168. [ 75.621685] ufsd: driver (lke_9.2.0 lke_9.2.0_r248522_b40, build_host("steveh-ubuntu"), acl, ioctl, bdi, sd2(0), fua, bz, tr, rsrc) loaded at c3130000
  1169. [ 75.621697] NTFS support included
  1170. [ 75.621701] Hfs+/HfsJ support included
  1171. [ 75.621705] optimized: speed
  1172. [ 75.621708] Build_for__WD_Sequoia_k3.2.26_2015-03-06_lke_9.2.0_r248522_b40
  1173. [ 75.621714]
  1174. [ 75.654144] initcall init_module+0x0/0x188 [ufsd] returned 0 after 35800 usecs
  1175. [ 80.792340] EXT4-fs (sda4): barriers disabled
  1176. [ 83.937709] EXT4-fs (sda4): warning: mounting fs with errors, running e2fsck is recommended
  1177. [ 84.836016] EXT4-fs (sda4): mounted filesystem with writeback data mode. Opts: acl,user_xattr,data=writeback,barrier=0,init_itable=10
  1178. [ 85.007490] EXT4-fs (sda4): re-mounted. Opts: user_xattr,barrier=0,data=writeback
  1179. [ 85.351594] EXT3-fs (md0): error: cannot change data mode on remount. The filesystem is mounted in data=ordered mode and you try to remount it in data=writeback mode.
  1180. [ 102.791857] Adding 500672k swap on /dev/sda3. Priority:-1 extents:1 across:500672k
  1181. [ 133.242646] calling init_module+0x0/0x200 [netatop] @ 7073
  1182. [ 133.248722] initcall init_module+0x0/0x200 [netatop] returned 0 after 362 usecs
  1183. [46994.179304] EXT4-fs (sda4): re-mounted. Opts: user_xattr,barrier=0,data=writeback,noinit_itable
  1184. [46994.266294] md1: detected capacity change from 2047803392 to 0
  1185. [46994.272179] md: md1 stopped.
  1186. [46994.275129] md: unbind<sda2>
  1187. [46994.294290] md: export_rdev(sda2)
  1188. [46995.678762] md: cannot remove active disk sda1 from md0 ...
  1189. [46995.905182] md: bind<sda2>
  1190. [46995.944443] RAID1 conf printout:
  1191. [46995.947711] --- wd:1 rd:2
  1192. [46995.950461] disk 0, wo:0, o:1, dev:sda1
  1193. [46995.954484] disk 1, wo:1, o:1, dev:sda2
  1194. [46995.973830] md: recovery of RAID array md0
  1195. [46995.978096] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
  1196. [46995.983977] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
  1197. [46995.993707] md: using 2048k window, over a total of 1999808k.
  1198. [47038.291905] md: md0: recovery done.
  1199. [47038.401820] RAID1 conf printout:
  1200. [47038.405113] --- wd:2 rd:2
  1201. [47038.407842] disk 0, wo:0, o:1, dev:sda1
  1202. [47038.411789] disk 1, wo:0, o:1, dev:sda2
  1203. [47039.655666] EXT4-fs (sda4): re-mounted. Opts: user_xattr,barrier=0,data=writeback,noinit_itable,init_itable=10
  1204. SIECIOWY:/boot#
Add Comment
Please, Sign In to add comment