Advertisement
Guest User

Untitled

a guest
Sep 11th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [ 12.858532] PCI host bridge /fpi@10000000/pcie@d900000 ranges:
  2. [ 12.863236] PCI host bridge to bus 0000:00
  3. [ 12.867086] pci_bus 0000:00: root bus resource [mem 0x1c000000-0x1cffffff]
  4. [ 12.873964] pci_bus 0000:00: root bus resource [io 0x1d800000-0x1d8fffff]
  5. [ 12.880849] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
  6. [ 12.887556] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
  7. [ 12.895563] BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:1503
  8. [ 12.904014] in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 13, name: kworker/0:1
  9. [ 12.912109] CPU: 0 PID: 13 Comm: kworker/0:1 Not tainted 5.10.63 #0
  10. [ 12.918394] Workqueue: events deferred_probe_work_func
  11. [ 12.923496] Stack : 807a6e20 00000000 8145fa5c 800856f0 807759e8 80840000 8142e900 80770000
  12. [ 12.931854] 00000000 00111bef 00000000 800858bc 80844c07 00000001 8145fa18 915fb899
  13. [ 12.940210] 00000000 00000000 807759e8 8145f898 ffffefff 00000000 00000000 ffffffea
  14. [ 12.948566] 00000084 8145f8a4 00000084 8084a868 00000000 00000000 00000000 80770000
  15. [ 12.956917] 00000000 00111bef 00000000 00000000 00000018 00000030 00000000 80dd0000
  16. [ 12.965277] ...
  17. [ 12.967712] Call Trace:
  18. [ 12.970167] [<8000c0f0>] show_stack+0x30/0x100
  19. [ 12.974611] [<80376a2c>] dump_stack+0x9c/0xcc
  20. [ 12.978969] [<8005ad70>] ___might_sleep+0x124/0x138
  21. [ 12.983839] [<8068e8a0>] down_read+0x24/0x70
  22. [ 12.988112] [<803b5424>] pci_get_slot+0x40/0xf4
  23. [ 12.992614] [<80688f50>] ifx_pcie_read_config+0x168/0x334
  24. [ 12.998027] [<803a611c>] pci_bus_read_config_dword+0x6c/0xd0
  25. [ 13.003677] [<803a9c8c>] pci_bus_generic_read_dev_vendor_id+0x48/0x1d8
  26. [ 13.010208] [<803aa4dc>] pci_scan_single_device+0x88/0x158
  27. [ 13.015680] [<803aa624>] pci_scan_slot+0x78/0x13c
  28. [ 13.020392] [<803ab8f8>] pci_scan_child_bus_extend+0x5c/0x320
  29. [ 13.026125] [<803abe74>] pci_scan_root_bus_bridge+0xd0/0xec
  30. [ 13.031704] [<80687d84>] pcibios_scanbus+0xf0/0x228
  31. [ 13.036569] [<8068817c>] register_pci_controller+0xb8/0x11c
  32. [ 13.042149] [<80689854>] ifx_pcie_bios_probe+0x738/0x94c
  33. [ 13.047466] [<803fbc6c>] platform_drv_probe+0x28/0x80
  34. [ 13.052508] [<803f9914>] really_probe+0x108/0x4e8
  35. [ 13.057197] [<803f74f0>] bus_for_each_drv+0x70/0xb0
  36. [ 13.062082] [<803f9ef8>] __device_attach+0xe4/0x15c
  37. [ 13.066946] [<803f87e4>] bus_probe_device+0x9c/0xb8
  38. [ 13.071831] [<803f8d20>] deferred_probe_work_func+0x90/0xd0
  39. [ 13.077408] [<8004c44c>] process_one_work+0x224/0x498
  40. [ 13.082450] [<8004cf6c>] worker_thread+0x394/0x61c
  41. [ 13.087234] [<80053138>] kthread+0x164/0x16c
  42. [ 13.091512] [<80006e98>] ret_from_kernel_thread+0x14/0x1c
  43. [ 13.096886]
  44. [ 13.098525] ifx_pcie_rc_class_early_fixup: fixed pcie host bridge to pci-pci bridge
  45. [ 13.116083] pci 0000:00:00.0: ifx_pcie_rc_class_early_fixup+0x0/0x7c took 17119 usecs
  46. [ 13.122523] pci 0000:00:00.0: [1bef:0011] type 01 class 0x060400
  47. [ 13.128662] pci 0000:00:00.0: PME# supported from D0 D3hot
  48. [ 13.137888] pci 0000:01:00.0: [168c:abcd] type 00 class 0x020000
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement