Advertisement
jintack

vncb_init BUG

Jan 18th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. BUG: scheduling while atomic: swapper/0/0/0x00010002
  2. Modules linked in:
  3. CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.9.0-rc2+ #57
  4. Hardware name: linux,dummy-virt (DT)
  5. Call trace:
  6. [<ffff000008088218>] dump_backtrace+0x0/0x1a8
  7. [<ffff0000080883d4>] show_stack+0x14/0x1c
  8. [<ffff0000082febf4>] dump_stack+0x8c/0xac
  9. [<ffff000008154924>] __schedule_bug+0x58/0x6c
  10. [<ffff00000866aeb8>] __schedule+0x4b0/0x544
  11. [<ffff00000866af88>] schedule+0x3c/0xa0
  12. [<ffff00000866b324>] schedule_preempt_disabled+0x20/0x38
  13. [<ffff0000080f28bc>] mutex_optimistic_spin+0x174/0x1b0
  14. [<ffff00000866c96c>] __mutex_lock_slowpath+0x38/0x148
  15. [<ffff00000866cac0>] mutex_lock+0x44/0x48
  16. [<ffff0000080a34b8>] __create_hyp_mappings+0x3c/0x4f8
  17. [<ffff0000080a49a0>] create_hyp_mappings+0xbc/0x174
  18. [<ffff0000080b223c>] kvm_vncb_init+0x60/0x134
  19. [<ffff0000080a0f98>] cpu_hyp_reinit+0x108/0x1b8
  20. [<ffff0000080a124c>] _kvm_arch_hardware_enable+0x28/0x40
  21. [<ffff00000811f3dc>] flush_smp_call_function_queue+0xa4/0x160
  22. [<ffff000008120144>] generic_smp_call_function_single_interrupt+0x10/0x18
  23. [<ffff00000808e2a8>] handle_IPI+0xf8/0x160
  24. [<ffff00000808150c>] gic_handle_irq+0x9c/0xb4
  25. Exception stack(0xffff0000088b3dd0 to 0xffff0000088b3f00)
  26. 3dc0: 0000000000000000 0000000000000000
  27. 3de0: ffff8003fff41b38 ffff8003fff41b44 0100000000000000 00000000022c987b
  28. 3e00: 00000000000000ca 0000000002203a8d ffff0000088c0630 ffff0000088b0000
  29. 3e20: 0000000000000850 0000000000000068 000000000000004c 0000000000000033
  30. 3e40: 0000000000000019 0000000000000001 0000000000000007 000000000000000e
  31. 3e60: ffff0000086cf4c0 ffff0000088b6958 ffff0000088b0000 ffff0000088b69ec
  32. 3e80: 0000000000000001 ffff0000088b0000 ffff0000088b0000 ffff0000088d2623
  33. 3ea0: 0000000000000001 0000000000000000 0000000040840018 ffff0000088b3f00
  34. 3ec0: ffff00000808504c ffff0000088b3f00 ffff000008085050 0000000060000145
  35. 3ee0: ffff0000088b0000 ffff0000088b0000 ffffffffffffffff 0000000000000001
  36. [<ffff0000080827b0>] el1_irq+0xb0/0x124
  37. [<ffff000008085050>] arch_cpu_idle+0x10/0x18
  38. [<ffff00000866e60c>] default_idle_call+0x18/0x28
  39. [<ffff0000080f1d44>] cpu_startup_entry+0xd8/0x120
  40. [<ffff00000866998c>] rest_init+0x7c/0x84
  41. [<ffff000008840b54>] start_kernel+0x384/0x398
  42. [<ffff0000088401d8>] __primary_switched+0x5c/0x64
  43. Unable to handle kernel paging request at virtual address ffff7e000fb6af20
  44. pgd = ffff00000894f000
  45. [ffff7e000fb6af20] *pgd=000000043fdeb003, *pud=ffff8003ffdeb1c0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement