Advertisement
zombah

u-boot lp0 update kernel panic

May 31st, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.75 KB | None | 0 0
  1. 4130252 bytes read in 331 ms (11.9 MiB/s)
  2. 2749331 bytes read in 262 ms (10 MiB/s)
  3. Kernel image @ 0x1000000 [ 0x000000 - 0x3f05cc ]
  4. ## Loading init Ramdisk from Legacy Image at 02200000 ...
  5. Image Name: recovery-ramdisk
  6. Image Type: ARM Linux RAMDisk Image (uncompressed)
  7. Data Size: 2749267 Bytes = 2.6 MiB
  8. Load Address: 40800000
  9. Entry Point: 40800000
  10. Verifying Checksum ... OK
  11.  
  12. Starting kernel ...
  13.  
  14. [ 0.000000] Initializing cgroup subsys cpu
  15. [ 0.000000] Linux version 3.1.10+ (zombah@gilgamesh) (gcc version 4.7 (GCC) ) #1 SMP Sat Mar 22 23:01:58 MSK 2014
  16. [ 0.000000] CPU: ARMv7 Processor [411fc090] revision 0 (ARMv7), cr=10c5387d
  17. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
  18. [ 0.000000] Machine: paz00
  19. [ 0.000000] Tegra reserved memory:
  20. [ 0.000000] LP0: 00000000 - 00000000
  21. [ 0.000000] Bootloader framebuffer: 00000000 - 00000000
  22. [ 0.000000] Framebuffer: 16800000 - 16ffffff
  23. [ 0.000000] 2nd Framebuffer: 17000000 - 17ffffff
  24. [ 0.000000] Carveout: 18000000 - 1fffffff
  25. [ 0.000000] Vpr: 00000000 - 00000000
  26. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  27. [ 0.000000] On node 0 totalpages: 91904
  28. [ 0.000000] free_area_init_node: node 0, pgdat c0792f20, node_mem_map c0e01000
  29. [ 0.000000] Normal zone: 1024 pages used for memmap
  30. [ 0.000000] Normal zone: 0 pages reserved
  31. [ 0.000000] Normal zone: 90880 pages, LIFO batch:31
  32. [ 0.000000] Tegra SKU: 8 Rev: A02 CPU Process: 2 Core Process: 1 Speedo ID: 0
  33. [ 0.000000] Tegra Revision: A02 SKU: 0x8 CPU Process: 2 Core Process: 1
  34. [ 0.000000]
  35. [ 0.000000] =============================================
  36. [ 0.000000] [ INFO: possible recursive locking detected ]
  37. [ 0.000000] 3.1.10+ #1
  38. [ 0.000000] ---------------------------------------------
  39. [ 0.000000] swapper/0 is trying to acquire lock:
  40. [ 0.000000] (&(&c->spinlock)->rlock){......}, at: [<c001ea18>] clk_get_rate+0x30/0x6c
  41. [ 0.000000]
  42. [ 0.000000] but task is already holding lock:
  43. [ 0.000000] (&(&c->spinlock)->rlock){......}, at: [<c001ea18>] clk_get_rate+0x30/0x6c
  44. [ 0.000000]
  45. [ 0.000000] other info that might help us debug this:
  46. [ 0.000000] Possible unsafe locking scenario:
  47. [ 0.000000]
  48. [ 0.000000] CPU0
  49. [ 0.000000] ----
  50. [ 0.000000] lock(&(&c->spinlock)->rlock);
  51. [ 0.000000] lock(&(&c->spinlock)->rlock);
  52. [ 0.000000]
  53. [ 0.000000] *** DEADLOCK ***
  54. [ 0.000000]
  55. [ 0.000000] May be due to missing lock nesting notation
  56. [ 0.000000]
  57. [ 0.000000] 1 lock held by swapper/0:
  58. [ 0.000000] #0: (&(&c->spinlock)->rlock){......}, at: [<c001ea18>] clk_get_rate+0x30/0x6c
  59. [ 0.000000]
  60. [ 0.000000] stack backtrace:
  61. [ 0.000000] [<c0013a28>] (unwind_backtrace+0x0/0xe0) from [<c007f880>] (__lock_acquire+0x228/0x1744)
  62. [ 0.000000] [<c007f880>] (__lock_acquire+0x228/0x1744) from [<c008127c>] (lock_acquire+0x8c/0xfc)
  63. [ 0.000000] [<c008127c>] (lock_acquire+0x8c/0xfc) from [<c04ffb84>] (_raw_spin_lock_irqsave+0x38/0x4c)
  64. [ 0.000000] [<c04ffb84>] (_raw_spin_lock_irqsave+0x38/0x4c) from [<c001ea18>] (clk_get_rate+0x30/0x6c)
  65. [ 0.000000] [<c001ea18>] (clk_get_rate+0x30/0x6c) from [<c001ea80>] (clk_predict_rate_from_parent+0x10/0x54)
  66. [ 0.000000] [<c001ea80>] (clk_predict_rate_from_parent+0x10/0x54) from [<c001ea24>] (clk_get_rate+0x3c/0x6c)
  67. [ 0.000000] [<c001ea24>] (clk_get_rate+0x3c/0x6c) from [<c001ea80>] (clk_predict_rate_from_parent+0x10/0x54)
  68. [ 0.000000] [<c001ea80>] (clk_predict_rate_from_parent+0x10/0x54) from [<c00208a8>] (tegra2_emc_clk_init+0x14/0x1c)
  69. [ 0.000000] [<c00208a8>] (tegra2_emc_clk_init+0x14/0x1c) from [<c001eb48>] (clk_init+0x48/0xcc)
  70. [ 0.000000] [<c001eb48>] (clk_init+0x48/0xcc) from [<c04f7534>] (tegra2_init_one_clock+0xc/0x44)
  71. [ 0.000000] [<c04f7534>] (tegra2_init_one_clock+0xc/0x44) from [<c06e9f64>] (tegra_soc_init_clocks+0x214/0x3ec)
  72. [ 0.000000] [<c06e9f64>] (tegra_soc_init_clocks+0x214/0x3ec) from [<c06e9ab0>] (tegra_init_clock+0x8/0x64)
  73. [ 0.000000] [<c06e9ab0>] (tegra_init_clock+0x8/0x64) from [<c06e8ec8>] (tegra_init_early+0x14/0x208)
  74. [ 0.000000] [<c06e8ec8>] (tegra_init_early+0x14/0x208) from [<c06e5860>] (setup_arch+0x5b8/0x6e8)
  75. [ 0.000000] [<c06e5860>] (setup_arch+0x5b8/0x6e8) from [<c06e259c>] (start_kernel+0xb0/0x338)
  76. [ 0.000000] [<c06e259c>] (start_kernel+0xb0/0x338) from [<00008040>] (0x8040)
  77. [ 0.000000] L310 cache controller enabled
  78. [ 0.000000] l2x0: 8 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x7e080001, Cache size: 1048576 B
  79. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c1209000 s12128 r8192 d12448 u32768
  80. [ 0.000000] pcpu-alloc: s12128 r8192 d12448 u32768 alloc=8*4096
  81. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  82. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 90880
  83. [ 0.000000] Kernel command line: mem=512M@0 console=ttyS0,115200n8 androidboot.hardware=paz00
  84. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  85. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  86. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  87. [ 0.000000] Memory: 359MB = 359MB total
  88. [ 0.000000] Memory: 345992k/345992k available, 178296k reserved, 0K highmem
  89. [ 0.000000] Virtual kernel memory layout:
  90. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  91. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  92. [ 0.000000] DMA : 0xff000000 - 0xffe00000 ( 14 MB)
  93. [ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB)
  94. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  95. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  96. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  97. [ 0.000000] .text : 0xc0008000 - 0xc06e1104 (7013 kB)
  98. [ 0.000000] .init : 0xc06e2000 - 0xc0718f60 ( 220 kB)
  99. [ 0.000000] .data : 0xc071a000 - 0xc07966c8 ( 498 kB)
  100. [ 0.000000] .bss : 0xc07966ec - 0xc0e00688 (6568 kB)
  101. [ 0.000000] Hierarchical RCU implementation.
  102. [ 0.000000] NR_IRQS:480
  103. [ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
  104. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  105. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  106. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  107. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  108. [ 0.000000] ... CLASSHASH_SIZE: 4096
  109. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  110. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  111. [ 0.000000] ... CHAINHASH_SIZE: 16384
  112. [ 0.000000] memory used by lock dependency info: 3695 kB
  113. [ 0.000000] per task-struct memory footprint: 1152 bytes
  114. [ 0.000242] Calibrating delay loop... 1987.37 BogoMIPS (lpj=9936896)
  115. [ 0.060057] pid_max: default: 32768 minimum: 301
  116. [ 0.060245] Security Framework initialized
  117. [ 0.060259] SELinux: Initializing.
  118. [ 0.060333] SELinux: Starting in permissive mode
  119. [ 0.060418] Mount-cache hash table entries: 512
  120. [ 0.061190] Initializing cgroup subsys debug
  121. [ 0.061203] Initializing cgroup subsys cpuacct
  122. [ 0.061248] Initializing cgroup subsys freezer
  123. [ 0.061257] Initializing cgroup subsys net_cls
  124. [ 0.061295] CPU: Testing write buffer coherency: ok
  125. [ 0.061523] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  126. [ 0.062615] CPU1: Booted secondary processor
  127. [ 0.062745] Brought up 2 CPUs
  128. [ 0.062757] SMP: Total of 2 processors activated (3974.75 BogoMIPS).
  129. [ 0.067343] print_constraints: dummy:
  130. [ 0.067597] NET: Registered protocol family 16
  131. [ 0.068793] host1x bus init
  132. [ 0.068888] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
  133. [ 0.212379] The pingroup DTA was configured to <UNKNOWN> instead of RSVD1
  134. [ 0.212395] The pingroup DTB was configured to <UNKNOWN> instead of RSVD1
  135. [ 0.212409] The pingroup DTC was configured to <UNKNOWN> instead of RSVD1
  136. [ 0.212423] The pingroup DTD was configured to <UNKNOWN> instead of RSVD1
  137. [ 0.212436] The pingroup DTE was configured to <UNKNOWN> instead of RSVD1
  138. [ 0.212724] The pingroup SPDI was configured to <UNKNOWN> instead of RSVD2
  139. [ 0.212738] The pingroup SPDO was configured to <UNKNOWN> instead of RSVD2
  140. [ 0.212772] The pingroup SPIF was configured to <UNKNOWN> instead of RSVD4
  141. [ 0.212801] The pingroup UAC was configured to <UNKNOWN> instead of RSVD4
  142. [ 0.213970] EMC table: ramd_id: 0, tegra_sku_id 8
  143. [ 0.213979] EMC table: using Hynix 333MHz
  144. [ 0.213988] tegra_init_emc: Hynix 333MHz memory found
  145. [ 0.214330] tegra_init_suspend: Suspend mode LP0 requested, no lp0_vec provided by bootlader -- disabling LP0
  146. [ 0.214786] Selecting UARTA as the debug console
  147. [ 0.214803] The debug console clock name is uarta
  148. [ 0.215048] serial8250.0: ttyS0 at MMIO 0x70006000 (irq = 68) is a Tegra
  149. [ 0.968710] console [ttyS0] enabled
  150. [ 1.002744] ram_console: got buffer at 16700000, size 100000
  151. [ 1.008528] ram_console: uncorrectable error in header
  152. [ 1.013674] ram_console: no valid data in buffer (sig = 0x00000000)
  153. [ 1.033282] console [ram-1] enabled
  154. [ 1.036840] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
  155. [ 1.043753] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
  156. [ 1.051187] hw-breakpoint: maximum watchpoint size is 4 bytes.
  157. [ 1.057326] tegra_arb_init: initialized
  158. [ 1.061348] tegra_iovmm_register: added iovmm-gart
  159. [ 1.082994] bio: create slab <bio-0> at 0
  160. [ 1.087626] vgaarb: loaded
  161. [ 1.090877] SCSI subsystem initialized
  162. [ 1.094884] usbcore: registered new interface driver usbfs
  163. [ 1.100489] usbcore: registered new interface driver hub
  164. [ 1.106053] usbcore: registered new device driver usb
  165. [ 1.111263] tegra-otg tegra-otg: otg transceiver registered
  166. [ 1.121339] tps6586x 4-0034: VERSIONCRC is 05
  167. [ 1.126832] Wake18 for irq=118
  168. [ 1.129951] Enabling wake18
  169. [ 1.133895] print_constraints: REG-SM_0: 725 <--> 1300 mV at 1200 mV normal standby
  170. [ 1.142719] print_constraints: REG-SM_1: 725 <--> 1125 mV at 1000 mV normal standby
  171. [ 1.152457] print_constraints: REG-SM_2: 3700 mV normal standby
  172. [ 1.159753] print_constraints: REG-LDO_0: 3300 mV normal standby
  173. [ 1.167396] print_constraints: REG-LDO_1: 1100 mV normal standby
  174. [ 1.174358] print_constraints: REG-LDO_2: 725 <--> 1275 mV at 1200 mV normal standby
  175. [ 1.183739] print_constraints: REG-LDO_3: 3300 mV normal standby
  176. [ 1.191735] print_constraints: REG-LDO_4: 1800 mV normal standby
  177. [ 1.198763] print_constraints: REG-LDO_5: 2850 mV normal standby
  178. [ 1.206156] print_constraints: REG-LDO_6: 1800 mV normal standby
  179. [ 1.213401] print_constraints: REG-LDO_7: 3300 mV normal standby
  180. [ 1.220652] print_constraints: REG-LDO_8: 1800 mV normal standby
  181. [ 1.227694] print_constraints: REG-LDO_9: 2850 mV normal standby
  182. [ 1.234463] Advanced Linux Sound Architecture Driver Version 1.0.24.
  183. [ 1.241620] Switching to clocksource timer_us
  184. [ 1.251537] Switched to NOHz mode on CPU #0
  185. [ 1.252660] Switched to NOHz mode on CPU #1
  186. [ 1.271842] FS-Cache: Loaded
  187. [ 1.274948] CacheFiles: Loaded
  188. [ 1.278212] nvmap_page_pool_init: nvmap uc page pool size=10812 pages
  189. [ 1.291424] nvmap_page_pool_init: nvmap pool = uc, highmem=0, pool_size=10812,totalram=86498, freeram=74817, totalhigh=0, freehigh=0
  190. [ 1.344788] nvmap_page_pool_init: nvmap wc page pool size=10812 pages
  191. [ 1.358236] nvmap_page_pool_init: nvmap pool = wc, highmem=0, pool_size=10812,totalram=86498, freeram=63967, totalhigh=0, freehigh=0
  192. [ 1.411593] nvmap_page_pool_init: nvmap iwb page pool size=10812 pages
  193. [ 1.425160] nvmap_page_pool_init: nvmap pool = iwb, highmem=0, pool_size=10812,totalram=86498, freeram=53117, totalhigh=0, freehigh=0
  194. [ 1.479209] tegra-nvmap tegra-nvmap: created carveout iram (255KiB)
  195. [ 1.487597] tegra-nvmap tegra-nvmap: created carveout generic-0 (131072KiB)
  196. [ 1.496285] NET: Registered protocol family 2
  197. [ 1.500930] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  198. [ 1.508403] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  199. [ 1.516045] TCP bind hash table entries: 16384 (order: 7, 589824 bytes)
  200. [ 1.524046] TCP: Hash tables configured (established 16384 bind 16384)
  201. [ 1.530644] TCP reno registered
  202. [ 1.533855] UDP hash table entries: 256 (order: 2, 20480 bytes)
  203. [ 1.539958] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  204. [ 1.546705] NET: Registered protocol family 1
  205. [ 1.551201] PCI: CLS 0 bytes, default 32
  206. [ 1.555420] Trying to unpack rootfs image as initramfs...
  207. [ 1.689310] Freeing initrd memory: 2684K
  208. [ 1.693435] BUG: key d61a700c not in .data!
  209. [ 1.697712] BUG: key d61a7030 not in .data!
  210. [ 1.702034] BUG: key d61a7054 not in .data!
  211. [ 1.706298] BUG: key d61a7078 not in .data!
  212. [ 1.710552] BUG: key d61a709c not in .data!
  213. [ 1.714859] BUG: key d61a70c0 not in .data!
  214. [ 1.719127] BUG: key d61a70e4 not in .data!
  215. [ 1.723434] BUG: key d61a7108 not in .data!
  216. [ 1.727701] BUG: key d61a712c not in .data!
  217. [ 1.731949] BUG: key d61a7150 not in .data!
  218. [ 1.736343] BUG: key d61a7174 not in .data!
  219. [ 1.740593] BUG: key d61a7198 not in .data!
  220. [ 1.744846] BUG: key d61a71bc not in .data!
  221. [ 1.749203] BUG: key d61a71e0 not in .data!
  222. [ 1.753459] BUG: key d61a7204 not in .data!
  223. [ 1.757723] BUG: key d61a7228 not in .data!
  224. [ 1.762044] BUG: key d61a724c not in .data!
  225. [ 1.766329] BUG: key d61a7270 not in .data!
  226. [ 1.770648] BUG: key d61a7294 not in .data!
  227. [ 1.774893] BUG: key d61a72b8 not in .data!
  228. [ 1.779165] BUG: key d61a72dc not in .data!
  229. [ 1.783472] BUG: key d61a7300 not in .data!
  230. [ 1.787740] BUG: key d61a7324 not in .data!
  231. [ 1.791988] BUG: key d61a7348 not in .data!
  232. [ 1.796316] BUG: key d61a736c not in .data!
  233. [ 1.800564] BUG: key d61a7390 not in .data!
  234. [ 1.804879] BUG: key d61a73b4 not in .data!
  235. [ 1.809140] BUG: key d61a73d8 not in .data!
  236. [ 1.813395] BUG: key d61a73fc not in .data!
  237. [ 1.817722] BUG: key d61a7420 not in .data!
  238. [ 1.821979] BUG: key d61a7444 not in .data!
  239. [ 1.826243] BUG: key d61a7468 not in .data!
  240. [ 1.830559] BUG: key d61a748c not in .data!
  241. [ 1.834804] BUG: key d61a74b0 not in .data!
  242. [ 1.839072] BUG: key d61a74d4 not in .data!
  243. [ 1.843377] BUG: key d61a74f8 not in .data!
  244. [ 1.847645] BUG: key d61a751c not in .data!
  245. [ 1.851951] BUG: key d61a7540 not in .data!
  246. [ 1.856221] BUG: key d61a7564 not in .data!
  247. [ 1.860468] BUG: key d61a7588 not in .data!
  248. [ 1.864782] BUG: key d61a75ac not in .data!
  249. [ 1.869041] BUG: key d61a75d0 not in .data!
  250. [ 1.873295] BUG: key d61a75f4 not in .data!
  251. [ 1.877617] BUG: key d61a7618 not in .data!
  252. [ 1.881873] BUG: key d61a763c not in .data!
  253. [ 1.886194] BUG: key d61a7660 not in .data!
  254. [ 1.890450] BUG: key d61a7684 not in .data!
  255. [ 1.894696] BUG: key d61a76a8 not in .data!
  256. [ 1.899027] BUG: key d61a76cc not in .data!
  257. [ 1.903275] BUG: key d61a76f0 not in .data!
  258. [ 1.907543] BUG: key d61a7714 not in .data!
  259. [ 1.911849] BUG: key d61a7738 not in .data!
  260. [ 1.916118] BUG: key d61a775c not in .data!
  261. [ 1.920366] BUG: key d61a7780 not in .data!
  262. [ 1.924680] BUG: key d61a77a4 not in .data!
  263. [ 1.928949] BUG: key d61a77c8 not in .data!
  264. [ 1.933267] BUG: key d61a77ec not in .data!
  265. [ 1.937534] BUG: key d61a7810 not in .data!
  266. [ 1.941792] BUG: key d61a7834 not in .data!
  267. [ 1.946115] BUG: key d61a7858 not in .data!
  268. [ 1.950370] BUG: key d61a787c not in .data!
  269. [ 1.954616] BUG: key d61a78a0 not in .data!
  270. [ 1.958946] BUG: key d61a78c4 not in .data!
  271. [ 1.963191] BUG: key d61a78e8 not in .data!
  272. [ 1.967987] host1x host1x: initialized
  273. [ 1.971949] PMU: registered new PMU device of type 0
  274. [ 1.978309] audit: initializing netlink socket (disabled)
  275. [ 1.983871] type=2000 audit(12.959:1): initialized
  276. [ 2.000064] ashmem: initialized
  277. [ 2.004522] fuse init (API version 7.17)
  278. [ 2.008796] msgmni has been set to 681
  279. [ 2.012638] SELinux: Registering netfilter hooks
  280. [ 2.019905] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  281. [ 2.027388] io scheduler noop registered
  282. [ 2.031434] io scheduler deadline registered
  283. [ 2.035817] io scheduler cfq registered (default)
  284. [ 2.040617] start plist test
  285. [ 2.048924] end plist test
  286. [ 2.052491] mpe mpe01: initialized
  287. [ 2.056394] gr3d gr3d01: initialized
  288. [ 2.060292] dsi dsi: initialized
  289. [ 2.063992] gr2d gr2d: initialized
  290. [ 2.067730] isp isp: initialized
  291. [ 2.071260] vi vi: initialized
  292. [ 2.277958] tegradc tegradc.0: probed
  293. [ 2.281981] tegradc tegradc.0: probed
  294. [ 2.285910] Wake4 for irq=303
  295. [ 2.289544] nvhdcp: using "always on" policy.
  296. [ 2.294462] tegradc tegradc.1: probed
  297. [ 2.298581] tegradc tegradc.1: probed
  298. [ 2.302859] tegra_uart.1: ttyHS1 at MMIO 0x70006040 (irq = 69) is a TEGRA_UART
  299. [ 2.346096] Registered UART port ttyHS1
  300. [ 2.350077] tegra_uart.2: ttyHS2 at MMIO 0x70006200 (irq = 78) is a TEGRA_UART
  301. [ 2.476208] Registered UART port ttyHS2
  302. [ 2.480706] tegra_uart.3: ttyHS3 at MMIO 0x70006300 (irq = 122) is a TEGRA_UART
  303. [ 2.636219] Registered UART port ttyHS3
  304. [ 2.640721] tegra_uart.4: ttyHS4 at MMIO 0x70006400 (irq = 123) is a TEGRA_UART
  305. [ 2.796211] Registered UART port ttyHS4
  306. [ 2.800744] Initialized tegra uart driver
  307. [ 2.837389] brd: module loaded
  308. [ 2.857905] loop: module loaded
  309. [ 2.863296] PPP generic driver version 2.4.2
  310. [ 2.868901] PPP Deflate Compression module registered
  311. [ 2.874280] PPP BSD Compression module registered
  312. [ 2.882606] PPP MPPE Compression module registered
  313. [ 2.887547] NET: Registered protocol family 24
  314. [ 2.892096] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  315. [ 2.898844] tegra USB phy - inst[1] platform info:
  316. [ 2.903693] port_otg: no
  317. [ 2.906364] has_hostpc: no
  318. [ 2.909131] phy_interface: USB_PHY_INTF_ULPI_LINK
  319. [ 2.913890] op_mode: TEGRA_USB_OPMODE_HOST
  320. [ 2.918117] vbus_gpio: -1
  321. [ 2.920799] vbus_reg: NULL
  322. [ 2.923565] hot_plug: disabled
  323. [ 2.926690] remote_wakeup: disabled
  324. [ 2.947955] tegra-ehci tegra-ehci.1: Tegra EHCI Host Controller
  325. [ 2.953993] tegra-ehci tegra-ehci.1: new USB bus registered, assigned bus number 1
  326. [ 2.986142] tegra-ehci tegra-ehci.1: irq 53, io mem 0xc5004000
  327. [ 3.006333] tegra-ehci tegra-ehci.1: USB 2.0 started, EHCI 1.00
  328. [ 3.013186] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  329. [ 3.020383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  330. [ 3.028255] usb usb1: Product: Tegra EHCI Host Controller
  331. [ 3.033807] usb usb1: Manufacturer: Linux 3.1.10+ ehci_hcd
  332. [ 3.039361] usb usb1: SerialNumber: tegra-ehci.1
  333. [ 3.044473] hub 1-0:1.0: USB hub found
  334. [ 3.048382] hub 1-0:1.0: 1 port detected
  335. [ 3.052614] tegra USB phy - inst[2] platform info:
  336. [ 3.057479] port_otg: no
  337. [ 3.060132] has_hostpc: no
  338. [ 3.062899] phy_interface: USB_PHY_INTF_UTMI
  339. [ 3.067239] op_mode: TEGRA_USB_OPMODE_HOST
  340. [ 3.071452] vbus_gpio: -1
  341. [ 3.074132] vbus_reg: NULL
  342. [ 3.076909] hot_plug: enabled
  343. [ 3.079936] remote_wakeup: disabled
  344. [ 3.086276] tegra-ehci tegra-ehci.2: Tegra EHCI Host Controller
  345. [ 3.092279] tegra-ehci tegra-ehci.2: new USB bus registered, assigned bus number 2
  346. [ 3.126117] tegra-ehci tegra-ehci.2: irq 129, io mem 0xc5008000
  347. [ 3.146145] tegra-ehci tegra-ehci.2: USB 2.0 started, EHCI 1.00
  348. [ 3.152304] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  349. [ 3.159280] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  350. [ 3.166594] usb usb2: Product: Tegra EHCI Host Controller
  351. [ 3.172137] usb usb2: Manufacturer: Linux 3.1.10+ ehci_hcd
  352. [ 3.177720] usb usb2: SerialNumber: tegra-ehci.2
  353. [ 3.182878] hub 2-0:1.0: USB hub found
  354. [ 3.186725] hub 2-0:1.0: 1 port detected
  355. [ 3.191037] Initializing USB Mass Storage driver...
  356. [ 3.196162] usbcore: registered new interface driver usb-storage
  357. [ 3.202225] USB Mass Storage support registered.
  358. [ 3.207064] usbcore: registered new interface driver libusual
  359. [ 3.213022] usbcore: registered new interface driver usbserial
  360. [ 3.219036] USB Serial support registered for generic
  361. [ 3.224209] usbcore: registered new interface driver usbserial_generic
  362. [ 3.230870] usbserial: USB Serial Driver core
  363. [ 3.235328] USB Serial support registered for GSM modem (1-port)
  364. [ 3.241596] usbcore: registered new interface driver option
  365. [ 3.247247] option: v0.7.2:USB Driver for GSM modems
  366. [ 3.252313] USB Serial support registered for pl2303
  367. [ 3.257483] usbcore: registered new interface driver pl2303
  368. [ 3.263114] pl2303: Prolific PL2303 USB to serial adaptor driver
  369. [ 3.269254] Nvidia Tegra High-Speed USB SOC Device Controller driver (Apr 30, 2012)
  370. [ 3.277560] tegra USB phy - inst[0] platform info:
  371. [ 3.282409] port_otg: yes
  372. [ 3.285089] has_hostpc: no
  373. [ 3.287935] phy_interface: USB_PHY_INTF_UTMI
  374. [ 3.292263] op_mode: TEGRA_USB_OPMODE_DEVICE
  375. [ 3.296604] vbus_pmu_irq: 0
  376. [ 3.299516] vbus_gpio: -1
  377. [ 3.302195] charging: disabled
  378. [ 3.305308] remote_wakeup: disabled
  379. [ 3.314359] tegra-udc tegra-udc.0: usb_bat_chg regulator not registered: USB charging will not be enabled
  380. [ 3.325765] android_usb gadget: Mass Storage Function, version: 2009/09/11
  381. [ 3.332798] android_usb gadget: Number of LUNs=1
  382. [ 3.337490] lun0: LUN: removable file: (no medium)
  383. [ 3.342826] android_usb gadget: android_usb ready
  384. [ 3.347608] tegra-udc: bind to driver android_usb
  385. [ 3.352508] mousedev: PS/2 mouse device common for all mice
  386. [ 3.359765] using rtc device, tps6586x-rtc, for alarms
  387. [ 3.364841] tps6586x-rtc tps6586x-rtc.0: rtc core: registered tps6586x-rtc as rtc0
  388. [ 3.373341] i2c /dev entries driver
  389. [ 3.377501] trpc_sema_init: registered misc dev 10:50
  390. [ 3.382775] trpc_node_register: Adding 'local' to node list
  391. [ 3.388571] tegra_avp_probe: allocated carveout memory at 18100000 for AVP kernel
  392. [ 3.396290] trpc_node_register: Adding 'avp-remote' to node list
  393. [ 3.402614] tegra_avp_probe: message area dbee000/dbee110
  394. [ 3.408452] Software Watchdog Timer: 0.07 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout= 0)
  395. [ 3.419073] device-mapper: uevent: version 1.0.3
  396. [ 3.423918] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@redhat.com
  397. [ 3.432778] cpuidle: using governor ladder
  398. [ 3.436995] usb 1-1: new high speed USB device number 2 using tegra-ehci
  399. [ 3.437214] cpuidle: using governor menu
  400. [ 3.437258] sdhci: Secure Digital Host Controller Interface driver
  401. [ 3.437265] sdhci: Copyright(c) Pierre Ossman
  402. [ 3.437271] sdhci-pltfm: SDHCI platform and OF driver helper
  403. [ 3.437387] mmc0: Invalid maximum block size, assuming 512 bytes
  404. [ 3.437790] Registered led device: mmc0::
  405. [ 3.437962] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
  406. [ 3.438209] sdhci-tegra sdhci-tegra.0: SD card wake-up event registrationfailed with eroor: -22
  407. [ 3.438228] sdhci-tegra sdhci-tegra.0: vddio_sdmmc regulator not found: -19.Assuming vddio_sdmmc is not required.
  408. [ 3.438242] sdhci-tegra sdhci-tegra.0: vddio_sd_slot regulator not found: -19. Assuming vddio_sd_slot is not required.
  409. [ 3.438278] mmc1: Invalid maximum block size, assuming 512 bytes
  410. [ 3.438301] mmc1: no vmmc regulator found
  411. [ 3.438424] Registered led device: mmc1::
  412. [ 3.438591] mmc1: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA
  413. [ 3.438820] Registered led device: wifi-led
  414. [ 3.439404] usbcore: registered new interface driver usbhid
  415. [ 3.439411] usbhid: USB HID core driver
  416. [ 3.457469] logger: created 256K log 'log_main'
  417. [ 3.457577] logger: created 256K log 'log_events'
  418. [ 3.457688] logger: created 256K log 'log_radio'
  419. [ 3.457800] logger: created 256K log 'log_system'
  420. [ 3.577677] nvec nvec.2: ec firmware version 01.20.00 / f9
  421. [ 3.583974] nvec nvec.2: added 6 NVEC subdevices
  422. [ 3.589574] input: nvec keyboard as /devices/virtual/input/input0
  423. [ 3.700953] mmc0: new high speed MMC card at address 0001
  424. [ 3.706954] mmcblk0: mmc0:0001 MMC32G 29.8 GiB
  425. [ 3.711754] mmcblk0boot0: mmc0:0001 MMC32G partition 1 2.00 MiB
  426. [ 3.717986] mmcblk0boot1: mmc0:0001 MMC32G partition 2 2.00 MiB
  427. [ 3.724745] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
  428. [ 3.731585] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  429. [ 3.739636] hub 1-1:1.0: USB hub found
  430. [ 3.743845] hub 1-1:1.0: 2 ports detected
  431. [ 3.754596] mmcblk0: p1 p2 p3 p4 p5 p6 p7
  432. [ 3.761367] mmcblk0boot1: unknown partition table
  433. [ 3.767765] mmcblk0boot0: unknown partition table
  434. [ 3.849426] mmc1: new high speed SDXC card at address b368
  435. [ 3.855452] mmcblk1: mmc1:b368 SDC 59.5 GiB
  436. [ 3.866140] usb 2-1: new high speed USB device number 2 using tegra-ehci
  437. [ 3.876954] mmcblk1: p1 p2 p3
  438. [ 4.016483] usb 2-1: New USB device found, idVendor=0424, idProduct=2513
  439. [ 4.023247] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  440. [ 4.031023] hub 2-1:1.0: USB hub found
  441. [ 4.034977] hub 2-1:1.0: 3 ports detected
  442. [ 4.116229] usb 1-1.1: new high speed USB device number 3 using tegra-ehci
  443. [ 4.263855] usb 1-1.1: New USB device found, idVendor=0db0, idProduct=3871
  444. [ 4.270864] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  445. [ 4.278304] usb 1-1.1: Product: 802.11 n WLAN
  446. [ 4.282721] usb 1-1.1: Manufacturer: Ralink
  447. [ 4.286974] usb 1-1.1: SerialNumber: 1.0
  448. [ 4.386229] usb 1-1.2: new full speed USB device number 4 using tegra-ehci
  449. [ 4.597117] Registered led device: nvec-led
  450. [ 4.601731] input: NVEC sleep button as /devices/virtual/input/input1
  451. [ 4.608598] input: NVEC power button as /devices/virtual/input/input2
  452. [ 4.615470] input: NVEC lid switch button as /devices/virtual/input/input3
  453. [ 4.622468] usb 1-1.2: New USB device found, idVendor=0db0, idProduct=a871
  454. [ 4.629489] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  455. [ 4.641487] Wake12 for irq=370
  456. [ 4.644807] Unable to handle kernel NULL pointer dereference at virtual address 00000010
  457. [ 4.653034] pgd = c0004000
  458. [ 4.655802] [00000010] *pgd=00000000
  459. [ 4.659607] Internal error: Oops: 17 [#1] SMP
  460. [ 4.664081] Modules linked in:
  461. [ 4.667269] CPU: 0 Not tainted (3.1.10+ #1)
  462. [ 4.671869] PC is at name_show+0xc/0x48
  463. [ 4.675827] LR is at name_show+0xc/0x48
  464. [ 4.679725] pc : [<c0375b54>] lr : [<c0375b54>] psr: 60000013
  465. [ 4.679729] sp : d6031c98 ip : 00000000 fp : c03b7344
  466. [ 4.691386] r10: c2026214 r9 : 00000300 r8 : 00000000
  467. [ 4.696668] r7 : c0dfa09c r6 : 00000003 r5 : c0788bb8 r4 : c205a000
  468. [ 4.703310] r3 : c0e01000 r2 : c205a000 r1 : 00000000 r0 : 00000000
  469. [ 4.709954] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
  470. [ 4.717319] Control: 10c5387d Table: 0dbc804a DAC: 00000015
  471. [ 4.723180]
  472. [ 4.723182] PC: 0xc0375ad4:
  473. [ 4.727578] 5ad4 ebfce630 e5940004 e3a01000 ebfcf0b1 e59f3010 e5941008 e5930000 e8bd4038
  474. [ 4.736532] 5af4 eafce893 c0784468 c0cf7d98 e92d4038 e1a04002 ebfcf0a1 e5903014 e1a05000
  475. [ 4.745491] 5b14 e3530000 1a000004 e1a00004 e59f101c e595200c e8bd4038 eafaf5e0 e1a01004
  476. [ 4.754388] 5b34 e12fff33 e3500000 bafffff6 e8bd8038 c0618b71 e92d4038 e1a04002 ebfcf08f
  477. [ 4.763352] 5b54 e5903010 e1a05000 e3530000 1a000004 e1a00004 e59f101c e5952000 e8bd4038
  478. [ 4.772306] 5b74 eafaf5ce e1a01004 e12fff33 e3500000 bafffff6 e8bd8038 c062fbc5 e92d4010
  479. [ 4.781200] 5b94 e3a00000 e59f401c e59f101c e2842004 ebfcf504 e3700a01 e5840000 93a00000
  480. [ 4.790148] 5bb4 9584000c e8bd8010 c0cf7d98 c0668d4b e92d4073 e1a04000 e59f60d0 e5963000
  481. [ 4.799044]
  482. [ 4.799046] LR: 0xc0375ad4:
  483. [ 4.803442] 5ad4 ebfce630 e5940004 e3a01000 ebfcf0b1 e59f3010 e5941008 e5930000 e8bd4038
  484. [ 4.812395] 5af4 eafce893 c0784468 c0cf7d98 e92d4038 e1a04002 ebfcf0a1 e5903014 e1a05000
  485. [ 4.821347] 5b14 e3530000 1a000004 e1a00004 e59f101c e595200c e8bd4038 eafaf5e0 e1a01004
  486. [ 4.830234] 5b34 e12fff33 e3500000 bafffff6 e8bd8038 c0618b71 e92d4038 e1a04002 ebfcf08f
  487. [ 4.839189] 5b54 e5903010 e1a05000 e3530000 1a000004 e1a00004 e59f101c e5952000 e8bd4038
  488. [ 4.848082] 5b74 eafaf5ce e1a01004 e12fff33 e3500000 bafffff6 e8bd8038 c062fbc5 e92d4010
  489. [ 4.857032] 5b94 e3a00000 e59f401c e59f101c e2842004 ebfcf504 e3700a01 e5840000 93a00000
  490. [ 4.865930] 5bb4 9584000c e8bd8010 c0cf7d98 c0668d4b e92d4073 e1a04000 e59f60d0 e5963000
  491. [ 4.874886]
  492. [ 4.874888] SP: 0xd6031c18:
  493. [ 4.879283] 1c18 c0792f20 00000000 c07938e0 c00c59b4 00000000 00000041 00000000 00000000
  494. [ 4.888232] 1c38 00000000 c0375b54 60000013 ffffffff d6031c84 c000d67c 00000000 00000000
  495. [ 4.897121] 1c58 c205a000 c0e01000 c205a000 c0788bb8 00000003 c0dfa09c 00000000 00000300
  496. [ 4.906080] 1c78 c2026214 c03b7344 00000000 d6031c98 c0375b54 c0375b54 60000013 ffffffff
  497. [ 4.914983] 1c98 c0e01000 c205a000 c0788bb8 c0375cf4 00000000 c078adb4 60000013 00000001
  498. [ 4.923939] 1cb8 00000000 00000000 00000000 00000000 d6031cf4 c003bd54 00000000 00000000
  499. [ 4.932892] 1cd8 60000013 c078adb4 c0dfb8a4 c0500070 00000000 00000000 00000000 00000000
  500. [ 4.941836] 1cf8 60000013 d60a6590 00000000 00000000 00000000 c04e90ac c0764308 60000013
  501. [ 4.950721]
  502. [ 4.950723] FP: 0xc03b72c4:
  503. [ 4.955179] 72c4 eb05017b e5150014 e3a01000 ebfa3c16 e1a00004 ebffff98 e2877001 e2844084
  504. [ 4.964083] 72e4 e2855084 e59d300c e1570003 baffffb3 e3a0a000 ea000005 e5940000 ebfa3d42
  505. [ 4.973032] 7304 e1a00008 e1a01007 e1a02006 ebfffee1 e1a0000a e28dd014 e8bd8ff0 c03b7344
  506. [ 4.981979] 7324 c0672e32 c0672e46 c0672e5e c0df9fe8 c0672e78 c0df9ff0 c03b6f00 c0672e91
  507. [ 4.990934] 7344 e240001c eaffff7c e92d4038 e1a0e001 e1a03002 e3a01000 e2804008 ea000016
  508. [ 4.999821] 7364 e5932008 e1a0c003 e3520000 1a000002 e59f0060 eb05014e ea000005 e2833014
  509. [ 5.008779] 7384 e5135008 e3550000 1a000003 e59f0048 eb050147 e3e00015 e8bd8038 e503c014
  510. [ 5.017730] 73a4 e2811001 e503c010 e5902008 e582c004 e5032014 e5034010 e580c008 e151000e
  511. [ 5.026622]
  512. [ 5.026624] R2: 0xc2059f80:
  513. [ 5.031078] 9f80 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  514. [ 5.040024] 9fa0 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  515. [ 5.048919] 9fc0 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  516. [ 5.057871] 9fe0 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  517. [ 5.066820] a000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  518. [ 5.075706] a020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  519. [ 5.084664] a040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  520. [ 5.093625] a060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  521. [ 5.102519]
  522. [ 5.102522] R3: 0xc0e00f80:
  523. [ 5.106914] 0f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  524. [ 5.115858] 0fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  525. [ 5.124750] 0fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  526. [ 5.133695] 0fe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  527. [ 5.142648] 1000 00000400 00000000 00000000 ffffffff 00000001 c0e01014 c0e01014 00000000
  528. [ 5.151543] 1020 00000000 00000000 000befff ffffffff 00000000 c0e49014 c0e01054 00000002
  529. [ 5.160437] 1040 00000000 00000000 000401a6 ffffffff 00000000 c0e01034 c0e01074 00000002
  530. [ 5.169392] 1060 00000000 00000000 00000231 ffffffff 00000000 c0e01054 c10cef14 00000002
  531. [ 5.178345]
  532. [ 5.178347] R4: 0xc2059f80:
  533. [ 5.182743] 9f80 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  534. [ 5.191697] 9fa0 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  535. [ 5.200582] 9fc0 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  536. [ 5.209476] 9fe0 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  537. [ 5.218430] a000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  538. [ 5.227379] a020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  539. [ 5.236326] a040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  540. [ 5.245216] a060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  541. [ 5.254172]
  542. [ 5.254174] R5: 0xc0788b38:
  543. [ 5.258573] 8b38 c067430d 00000003 00000000 00000096 00000000 c0dfa09c 00000300 c0788b54
  544. [ 5.267530] 8b58 c0788b54 c03b7344 c0df9fe8 00000000 00000000 c0672e5e 00000000 00000000
  545. [ 5.276483] 8b78 00000000 c07bc9c0 00000000 00000000 ffffffff ffffffff 00000000 00000000
  546. [ 5.285430] 8b98 00000000 00000000 00000000 c0df9ff0 00000000 00000000 c0672e78 00000000
  547. [ 5.294322] 8bb8 c067431f 00000000 00000000 00000002 00000000 00000000 c061fc5c 00000000
  548. [ 5.303274] 8bd8 00000000 c07567e8 c2046800 00000000 c0787340 c0787340 00000000 00000000
  549. [ 5.312224] 8bf8 dead4ead ffffffff ffffffff c07be084 00000000 00000000 c0623693 c0788c14
  550. [ 5.321122] 8c18 c0788c14 d602f400 00000000 c0788bf0 c0df9fe0 00000000 00000000 c06726d5
  551. [ 5.330079]
  552. [ 5.330081] R7: 0xc0dfa01c:
  553. [ 5.334538] a01c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  554. [ 5.343425] a03c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  555. [ 5.352378] a05c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  556. [ 5.361331] a07c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 c2016860
  557. [ 5.370224] a09c c2057f20 c2026200 c0788b20 c0788b0c 00000003 00000001 00000000 dead4ead
  558. [ 5.379165] a0bc ffffffff ffffffff c0cf1bcc 00000000 00000000 c0643c18 c0dfa0d4 c0dfa0d4
  559. [ 5.388115] a0dc c0df9ff8 00000000 00000000 c0672ef2 c0788b00 c0dfa0f0 c0dfa0f0 00000000
  560. [ 5.397062] a0fc 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  561. [ 5.405957]
  562. [ 5.405960] R10: 0xc2026194:
  563. [ 5.410505] 6194 c0788bd0 00000001 d604e818 c0788cec d5dbb700 d5dbb980 d5dbb7a0 00000000
  564. [ 5.419394] 61b4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  565. [ 5.428349] 61d4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  566. [ 5.437305] 61f4 00000000 00000000 00000000 c20296e0 00000000 0000001e d60fb820 c0787bf0
  567. [ 5.446196] 6214 00000000 00000000 dead4ead ffffffff ffffffff c07be084 00000000 00000000
  568. [ 5.455086] 6234 c0623693 c2026238 c2026238 d602f400 00000000 c2026214 c0df9fd8 00000000
  569. [ 5.464045] 6254 00000000 c0672691 c0788bd0 c07872b8 c2026060 c0788cc4 c2026068 00000001
  570. [ 5.473004] 6274 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000044
  571. [ 5.481967] Process swapper (pid: 1, stack limit = 0xd60302f8)
  572. [ 5.487856] Stack: (0xd6031c98 to 0xd6032000)
  573. [ 5.492270] 1c80: c0e01000 c205a000
  574. [ 5.500565] 1ca0: c0788bb8 c0375cf4 00000000 c078adb4 60000013 00000001 00000000 00000000
  575. [ 5.508861] 1cc0: 00000000 00000000 d6031cf4 c003bd54 00000000 00000000 60000013 c078adb4
  576. [ 5.517154] 1ce0: c0dfb8a4 c0500070 00000000 00000000 00000000 00000000 60000013 d60a6590
  577. [ 5.525388] 1d00: 00000000 00000000 00000000 c04e90ac c0764308 60000013 00000000 00000000
  578. [ 5.533681] 1d20: c076432c c04fef28 c20557c8 00000000 00000000 00000000 00000000 c04ff90c
  579. [ 5.541977] 1d40: 60000093 c0dfa0c4 00000000 00000000 00000000 c008127c 00000002 00000080
  580. [ 5.550274] 1d60: 00000000 c04ff90c 00000000 c0071cc8 60000013 c0dfa0b4 60000013 c04ff90c
  581. [ 5.558509] 1d80: c0dfa09c 00000003 00000300 c2026214 60000013 c0dfa0b4 60000013 c0dfa0b4
  582. [ 5.566804] 1da0: c0dfa0b4 271aec16 00000001 ffffffff 00000000 00000003 c0dfa09c c03bb5e8
  583. [ 5.575096] 1dc0: c03bb5b0 c0071af0 c0dfa0b0 c0788b00 ffffffff c0dfa09c 00000003 c0071ce4
  584. [ 5.583329] 1de0: 00000000 00000003 c0dfa09c c0dfa0a4 00000003 c0dfa0a4 c202630c c0071d0c
  585. [ 5.591623] 1e00: 00000000 00000003 c0dfa09c c03b70f0 c067430d c0788b34 c0788b48 c0788b34
  586. [ 5.599917] 1e20: 00000000 c0dfa09c 00000000 c03b72dc c0788b34 60000013 c2026218 00000001
  587. [ 5.608211] 1e40: c2026238 c202630c c2016690 c0788ab0 c0756af8 c0674343 00000000 00000000
  588. [ 5.616445] 1e60: 00000000 c03bb528 c03bb4c0 c2040000 c2026200 c20167a0 c0788bd0 c03b0ed4
  589. [ 5.624739] 1e80: 00000000 c0788bd0 d604e760 c20167a0 c2016920 c2040000 c0787258 c03b2bd0
  590. [ 5.633033] 1ea0: c0788be0 00000000 c07872c4 c061c5d8 00000002 00000000 c2026200 c0788bf0
  591. [ 5.641327] 1ec0: d6030000 c0788cf4 c0788cec c0788da0 22222222 c0788bd0 c0788be8 c0787258
  592. [ 5.649561] 1ee0: 00000000 00000000 00000000 c0702564 00000000 c03b3608 c02b43d4 c07567e8
  593. [ 5.657854] 1f00: c0788ab0 00000000 c2016690 c04f2dd4 c07567e8 c075681c c0788ac4 c02b2324
  594. [ 5.666149] 1f20: 00000000 c02b3374 c02b3360 c02b2248 c07567e8 c075681c c0788ac4 c02b2394
  595. [ 5.674384] 1f40: 00000000 d6031f50 c0788ac4 c02b125c d604f658 d60af770 c0788ac4 c0788ac4
  596. [ 5.682681] 1f60: c203d3c0 c07788e8 00000013 c02b1b74 c061fc5c d6031f58 c0788ac4 c07159d0
  597. [ 5.690977] 1f80: c000e618 00000013 00000000 00000000 c0702564 c02b2880 00000000 c07156c4
  598. [ 5.699272] 1fa0: c07159d0 c000e618 00000013 00000000 c0702564 c00086d4 c0702564 00001000
  599. [ 5.707506] 1fc0: c0796700 00000000 c07156c4 c07159d0 c000e618 00000013 00000000 00000000
  600. [ 5.715801] 1fe0: 00000000 c06e28b4 00000000 00000000 c06e2824 c000e618 00000000 00000000
  601. [ 5.724106] [<c0375b54>] (name_show+0xc/0x48) from [<c0375cf4>] (switch_set_state.part.1+0x3c/0x150)
  602. [ 5.733361] [<c0375cf4>] (switch_set_state.part.1+0x3c/0x150) from [<c03bb5e8>] (tegra_alc5632_jack_notifier+0x38/0x44)
  603. [ 5.744266] [<c03bb5e8>] (tegra_alc5632_jack_notifier+0x38/0x44) from [<c0071af0>] (notifier_call_chain+0x38/0x68)
  604. [ 5.754672] [<c0071af0>] (notifier_call_chain+0x38/0x68) from [<c0071ce4>] (__blocking_notifier_call_chain+0x40/0x54)
  605. [ 5.765396] [<c0071ce4>] (__blocking_notifier_call_chain+0x40/0x54) from [<c0071d0c>] (blocking_notifier_call_chain+0x14/0x18)
  606. [ 5.776913] [<c0071d0c>] (blocking_notifier_call_chain+0x14/0x18) from [<c03b70f0>] (snd_soc_jack_report+0x128/0x178)
  607. [ 5.787638] [<c03b70f0>] (snd_soc_jack_report+0x128/0x178) from [<c03b72dc>] (snd_soc_jack_add_gpios+0x144/0x1ac)
  608. [ 5.798017] [<c03b72dc>] (snd_soc_jack_add_gpios+0x144/0x1ac) from [<c03bb528>] (tegra_alc5632_asoc_init+0x68/0xf0)
  609. [ 5.808570] [<c03bb528>] (tegra_alc5632_asoc_init+0x68/0xf0) from [<c03b0ed4>] (soc_post_component_init+0xa0/0x190)
  610. [ 5.819124] [<c03b0ed4>] (soc_post_component_init+0xa0/0x190) from [<c03b2bd0>] (snd_soc_instantiate_cards+0x7ac/0xba0)
  611. [ 5.830023] [<c03b2bd0>] (snd_soc_instantiate_cards+0x7ac/0xba0) from [<c03b3608>] (snd_soc_register_card+0x174/0x1b0)
  612. [ 5.840836] [<c03b3608>] (snd_soc_register_card+0x174/0x1b0) from [<c04f2dd4>] (tegra_alc5632_probe+0x8c/0x118)
  613. [ 5.851043] [<c04f2dd4>] (tegra_alc5632_probe+0x8c/0x118) from [<c02b3374>] (platform_drv_probe+0x14/0x18)
  614. [ 5.860823] [<c02b3374>] (platform_drv_probe+0x14/0x18) from [<c02b2248>] (driver_probe_device+0xb8/0x194)
  615. [ 5.870596] [<c02b2248>] (driver_probe_device+0xb8/0x194) from [<c02b2394>] (__driver_attach+0x70/0x94)
  616. [ 5.880109] [<c02b2394>] (__driver_attach+0x70/0x94) from [<c02b125c>] (bus_for_each_dev+0x48/0x8c)
  617. [ 5.889214] [<c02b125c>] (bus_for_each_dev+0x48/0x8c) from [<c02b1b74>] (bus_add_driver+0xcc/0x234)
  618. [ 5.898379] [<c02b1b74>] (bus_add_driver+0xcc/0x234) from [<c02b2880>] (driver_register+0xa8/0x130)
  619. [ 5.907547] [<c02b2880>] (driver_register+0xa8/0x130) from [<c00086d4>] (do_one_initcall+0x90/0x164)
  620. [ 5.916798] [<c00086d4>] (do_one_initcall+0x90/0x164) from [<c06e28b4>] (kernel_init+0x90/0x130)
  621. [ 5.925711] [<c06e28b4>] (kernel_init+0x90/0x130) from [<c000e618>] (kernel_thread_exit+0x0/0x8)
  622. [ 5.934553] Code: c0618b71 e92d4038 e1a04002 ebfcf08f (e5903010)
  623. [ 5.941520] ---[ end trace a080dfb7e74cb36a ]---
  624. [ 5.946238] Kernel panic - not syncing: Attempted to kill init!
  625. [ 5.952337] [<c0013a28>] (unwind_backtrace+0x0/0xe0) from [<c04f7778>] (panic+0x54/0x194)
  626. [ 5.960667] [<c04f7778>] (panic+0x54/0x194) from [<c00525dc>] (do_exit+0x88/0x694)
  627. [ 5.968352] [<c00525dc>] (do_exit+0x88/0x694) from [<c00115b4>] (die+0x278/0x2ec)
  628. [ 5.975963] [<c00115b4>] (die+0x278/0x2ec) from [<c04f7508>] (__do_kernel_fault.part.3+0x54/0x74)
  629. [ 5.984976] [<c04f7508>] (__do_kernel_fault.part.3+0x54/0x74) from [<c0017920>] (do_page_fault+0x284/0x2c0)
  630. [ 5.994854] [<c0017920>] (do_page_fault+0x284/0x2c0) from [<c000851c>] (do_DataAbort+0x34/0x98)
  631. [ 6.003654] usb 2-1.1: new high speed USB device number 3 using tegra-ehci
  632. [ 6.003688] [<c000851c>] (do_DataAbort+0x34/0x98) from [<c000d67c>] (__dabt_svc+0x3c/0x60)
  633. [ 6.003698] Exception stack(0xd6031c50 to 0xd6031c98)
  634. [ 6.003707] 1c40: 00000000 00000000 c205a000 c0e01000
  635. [ 6.003720] 1c60: c205a000 c0788bb8 00000003 c0dfa09c 00000000 00000300 c2026214 c03b7344
  636. [ 6.003731] 1c80: 00000000 d6031c98 c0375b54 c0375b54 60000013 ffffffff
  637. [ 6.003749] [<c000d67c>] (__dabt_svc+0x3c/0x60) from [<c0375b54>] (name_show+0xc/0x48)
  638. [ 6.003764] [<c0375b54>] (name_show+0xc/0x48) from [<c0375cf4>] (switch_set_state.part.1+0x3c/0x150)
  639. [ 6.003782] [<c0375cf4>] (switch_set_state.part.1+0x3c/0x150) from [<c03bb5e8>] (tegra_alc5632_jack_notifier+0x38/0x44)
  640. [ 6.003799] [<c03bb5e8>] (tegra_alc5632_jack_notifier+0x38/0x44) from [<c0071af0>] (notifier_call_chain+0x38/0x68)
  641. [ 6.003815] [<c0071af0>] (notifier_call_chain+0x38/0x68) from [<c0071ce4>] (__blocking_notifier_call_chain+0x40/0x54)
  642. [ 6.003831] [<c0071ce4>] (__blocking_notifier_call_chain+0x40/0x54) from [<c0071d0c>] (blocking_notifier_call_chain+0x14/0x18)
  643. [ 6.003852] [<c0071d0c>] (blocking_notifier_call_chain+0x14/0x18) from [<c03b70f0>] (snd_soc_jack_report+0x128/0x178)
  644. [ 6.003870] [<c03b70f0>] (snd_soc_jack_report+0x128/0x178) from [<c03b72dc>] (snd_soc_jack_add_gpios+0x144/0x1ac)
  645. [ 6.003886] [<c03b72dc>] (snd_soc_jack_add_gpios+0x144/0x1ac) from [<c03bb528>] (tegra_alc5632_asoc_init+0x68/0xf0)
  646. [ 6.003903] [<c03bb528>] (tegra_alc5632_asoc_init+0x68/0xf0) from [<c03b0ed4>] (soc_post_component_init+0xa0/0x190)
  647. [ 6.003920] [<c03b0ed4>] (soc_post_component_init+0xa0/0x190) from [<c03b2bd0>] (snd_soc_instantiate_cards+0x7ac/0xba0)
  648. [ 6.003936] [<c03b2bd0>] (snd_soc_instantiate_cards+0x7ac/0xba0) from [<c03b3608>] (snd_soc_register_card+0x174/0x1b0)
  649. [ 6.003952] [<c03b3608>] (snd_soc_register_card+0x174/0x1b0) from [<c04f2dd4>] (tegra_alc5632_probe+0x8c/0x118)
  650. [ 6.003968] [<c04f2dd4>] (tegra_alc5632_probe+0x8c/0x118) from [<c02b3374>] (platform_drv_probe+0x14/0x18)
  651. [ 6.003988] [<c02b3374>] (platform_drv_probe+0x14/0x18) from [<c02b2248>] (driver_probe_device+0xb8/0x194)
  652. [ 6.004005] [<c02b2248>] (driver_probe_device+0xb8/0x194) from [<c02b2394>] (__driver_attach+0x70/0x94)
  653. [ 6.004021] [<c02b2394>] (__driver_attach+0x70/0x94) from [<c02b125c>] (bus_for_each_dev+0x48/0x8c)
  654. [ 6.004037] [<c02b125c>] (bus_for_each_dev+0x48/0x8c) from [<c02b1b74>] (bus_add_driver+0xcc/0x234)
  655. [ 6.004052] [<c02b1b74>] (bus_add_driver+0xcc/0x234) from [<c02b2880>] (driver_register+0xa8/0x130)
  656. [ 6.004066] [<c02b2880>] (driver_register+0xa8/0x130) from [<c00086d4>] (do_one_initcall+0x90/0x164)
  657. [ 6.004080] [<c00086d4>] (do_one_initcall+0x90/0x164) from [<c06e28b4>] (kernel_init+0x90/0x130)
  658. [ 6.004096] [<c06e28b4>] (kernel_init+0x90/0x130) from [<c000e618>] (kernel_thread_exit+0x0/0x8)
  659. [ 6.265367] CPU1: stopping
  660. [ 6.268205] [<c0013a28>] (unwind_backtrace+0x0/0xe0) from [<c000840c>] (do_IPI+0xd4/0x1b0)
  661. [ 6.276530] [<c000840c>] (do_IPI+0xd4/0x1b0) from [<c000d6dc>] (__irq_svc+0x3c/0xc0)
  662. [ 6.284388] Exception stack(0xd612bdb8 to 0xd612be00)
  663. [ 6.289497] bda0: c004f84c d612bdb0
  664. [ 6.297792] bdc0: 00000000 60000013 00000000 00000001 00000054 c075a12c 00000001 c075a12c
  665. [ 6.306086] bde0: c079c3f7 c079c3b4 d612bda6 d612be00 c004fd90 c004fd98 60000013 ffffffff
  666. [ 6.314386] [<c000d6dc>] (__irq_svc+0x3c/0xc0) from [<c004fd98>] (vprintk+0x3f0/0x474)
  667. [ 6.322364] [<c004fd98>] (vprintk+0x3f0/0x474) from [<c04f78d0>] (printk+0x18/0x24)
  668. [ 6.330139] [<c04f78d0>] (printk+0x18/0x24) from [<c02af534>] (__dev_printk+0x50/0x60)
  669. [ 6.338176] [<c02af534>] (__dev_printk+0x50/0x60) from [<c02af574>] (_dev_info+0x30/0x44)
  670. [ 6.346417] [<c02af574>] (_dev_info+0x30/0x44) from [<c02f2cfc>] (hub_port_init+0x14c/0x650)
  671. [ 6.354976] [<c02f2cfc>] (hub_port_init+0x14c/0x650) from [<c02f57f4>] (hub_thread+0x8ac/0xf64)
  672. [ 6.363796] [<c02f57f4>] (hub_thread+0x8ac/0xf64) from [<c006c5b4>] (kthread+0x8c/0x9c)
  673. [ 6.371917] [<c006c5b4>] (kthread+0x8c/0x9c) from [<c000e618>] (kernel_thread_exit+0x0/0x8)
  674. [ 6.380329] Rebooting in 5 seconds..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement