Jump to content
XPEnology Community

Develop and refine the DS3622xs+ loader


yanjun

Recommended Posts

59 minutes ago, pocopico said:

 

Yes, i've noticed the same on VM installation. 

 

Now as for the boot time module loading .. you will have to recreate the loader and add the extension i've sent you earlier.

i'm afraid i'm not able to reacreate loader with your extension 

 

Link to comment
Share on other sites

2 hours ago, Aigor said:

I'm compiling tg3 from source, compilation goes well with last toolchain, but, when transfer tg3.ko into gen8 with dsm7 ds3622+ and try to load, i get this error 

 


kernel: [ 3067.102139] tg3: version magic '4.4.180 SMP mod_unload ' should be '4.4.180+ SMP mod_unload

kernel source are 4.4.180

 

you need to change the "Makefile" in the Kernel source and add a "+" in EXTRAVERSION

(at least thats what i do and documented it in the thread  about building drivers and modding extra.lzma)

https://xpenology.com/forum/topic/7187-how-to-build-and-inject-missing-drivers-in-jun-loader-102a/?do=findComment&comment=122631

 

looks like this in my new 918+ 7.0 build environment

VERSION = 4
PATCHLEVEL = 4
SUBLEVEL = 180
EXTRAVERSION =+
NAME = Blurry Fish Butt

 

 

 

 

Link to comment
Share on other sites

Just now, IG-88 said:

 

you need to change the "Makefile" in the Kernel source and add a "+" in EXTRAVERSION

(at least thats what i do and documented it in the thread  about building drivers and modding extra.lzma)

https://xpenology.com/forum/topic/7187-how-to-build-and-inject-missing-drivers-in-jun-loader-102a/?do=findComment&comment=122631

 

looks like this in my new 918+ 7.0 build environment


VERSION = 4
PATCHLEVEL = 4
SUBLEVEL = 180
EXTRAVERSION =+
NAME = Blurry Fish Butt

 

 

 

 

It doesn't work there is a blank that denie loading modules 

Link to comment
Share on other sites

10 minutes ago, Aigor said:

It doesn't work there is a blank that denie loading modules 

the new 918+ modules i had build a few days ago for 7.0 don't have a blank between "180" and the "+"

worked for years that way and does on the new setup system

look closer on your config

 

 

Link to comment
Share on other sites

16 minutes ago, Aigor said:

It doesn't work there is a blank that denie loading modules 

While it's critical for you to understand your problem, at this stage I hope we'll make the normal startup of this loader perfect first. I would prefer that we discuss the issue of circular unloading of the ixgbe module.

Link to comment
Share on other sites

47 minutes ago, yanjun said:

While it's critical for you to understand your problem, at this stage I hope we'll make the normal startup of this loader perfect first. I would prefer that we discuss the issue of circular unloading of the ixgbe module.

Now i'm booting without 10Gb card, but with tg3 driver, it took time to finish boot.

I'm able to install DSM7 into DS3622xs+ without 10Gbit card, but, as i said, it took time.

Edited by Aigor
Link to comment
Share on other sites

Recap 
I'v made loader with tg3 extension from pocopico github, made micro-sdcard with correct VID and PID for internal card reader of Gen8, no 10Gbit card installed
1) First try, no success, with internet enable first part of installation goes weel, but after rebooting system become migrable in loop 

2) Clean disk, redo installation without internet and without 10Gbit card, goes weel, i was able to install DSM7 new on bare metal.

     If you leave second interface in dhcp mode, it took time to finish boot when you configure system put both interface with fixed ip address.

 

EDIT: i had a spare Qlogic FC card and is recognized by the system, you need to download correct firmware for your card, copy into /lib/firmware and that's it 

 

[  206.847501] iSCSI:qla_dbg.c:2605:ql_log qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.07.00.38-k.
[  206.898743] iSCSI:qla_dbg.c:2660:ql_log_pci qla2xxx [0000:07:00.0]-001d: : Found an ISP2432 irq 16 iobase 0xffffc90005938000.
[  207.272792] scsi host7: qla2xxx
[  207.288447] iSCSI:qla_dbg.c:2605:ql_log qla2xxx [0000:07:00.0]-00fb:7: QLogic QLE2460 - SG-(X)PCIE1FC-QF4, Sun StorageTek 4 Gb FC Enterprise PCI-Express Single Channel.
[  207.360483] iSCSI:qla_dbg.c:2605:ql_log qla2xxx [0000:07:00.0]-00fc:7: ISP2432: PCIe (2.5GT/s x4) @ 0000:07:00.0 hdma+ host#=7 fw=7.03.00 (9496).
[  209.323393] iSCSI:qla_dbg.c:2605:ql_log qla2xxx [0000:07:00.0]-00af:7: Performing ISP error recovery - ha=ffff8800ac330000.
[  214.787772] iSCSI:qla_dbg.c:2605:ql_log qla2xxx [0000:07:00.0]-8038:7: Cable is unplugged...

 

As i said, without 10Gbit card, i took time to finish boot but it works.

@pocopico what about to add DS3622xs+ into tnycore? 

 

Hope it helps

image.thumb.png.e5dc80eaa6e321648cbdb02669b028b4.png

Edited by Aigor
Qlogic card
Link to comment
Share on other sites

I was able to install on Supermicro X10SDV-6C+-TLN4F with a Xeon D-1531 onboard 10gb nic working at full speed,

 

My issue is that I'm only able to recognize the hard drives attached to the onboard SATA ports

 

8 hard drives connected to the a LSI 9211-8i are not been recognized

 

I had this machine working with a 3615 RP build all drives recognized

 

Any suggestions???

 

 

 

Link to comment
Share on other sites

24 minutes ago, neonflx said:

I was able to install on Supermicro X10SDV-6C+-TLN4F with a Xeon D-1531 onboard 10gb nic working at full speed,

 

My issue is that I'm only able to recognize the hard drives attached to the onboard SATA ports

 

8 hard drives connected to the a LSI 9211-8i are not been recognized

 

I had this machine working with a 3615 RP build all drives recognized

 

Any suggestions???

 

 

 

Maybe mpt3sas module is not presente into system, you have to add mpt3sas extension to  loader 

Edited by Aigor
Link to comment
Share on other sites

Update time:

1. The issue about infinite restart of ixgbe module has been fixed.

2. Regarding the incompatibility of hard disks, most of the hard disks on sale have been added. For a detailed list, you can view ds3622xs+_host_v7.db in /var/lib/disk-compatibility after the installation is complete

3. The problem that the network needs to be disconnected when the system is installed for the first time has also been fixed

 

Problems still exist:

1. The ixgbe.ko driver integrated in the loader cannot be used normally, which means that if there is an intel 10 Gigabit network card in the hardware, in my case it is X550-T2, the kernel will crash.

 

2. Loading the mpt3sas.ko driver will cause a kernel panic.

Link to comment
Share on other sites

Just now, pocopico said:

 

What do you mean ? Do you have any serial console output ?

with the older version before the one uploaded about an hr ago, I was able to boot,install and run DSM7 3622, recognized my 10gb nic and it worked, as well as recognized 6 cores

 

with the latest version, I keep getting loop boots immediately after it loads the kernel

 

how do i get serial output?

Link to comment
Share on other sites

1 minute ago, neonflx said:

with the older version before the one uploaded about an hr ago, I was able to boot,install and run DSM7 3622, recognized my 10gb nic and it worked, as well as recognized 6 cores

 

with the latest version, I keep getting loop boots immediately after it loads the kernel

 

how do i get serial output?

 

So you recreated the loader using the latest tinycore and/or the latest Yanjun modifications ? You will have to update the custom_config.json to point to dogodefi 

Link to comment
Share on other sites

Bad news 
 

 ------------[ cut here ]------------
[   96.839227] WARNING: CPU: 0 PID: 429 at /opt/redpill-lkm/shim/bios/bios_hwcap_shim.c:59 GetHwCapability_shim+0x20a/0x220 [redpill]()
[   96.895850] BUG log triggered
[   96.909060] Modules linked in: tg3(OE) libphy(OE) usb_storage xhci_pci xhci_hcd ehci_pci ehci_hcd usbcore usb_common mv14xx(O+) redpill(OE) [last unloaded: broadwellnk_synobios]
[   96.985868] CPU: 0 PID: 429 Comm: kworker/0:1 Tainted: P      D    OE   4.4.180+ #42218
[   97.025278] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   97.059070] Workqueue: usb_hub_wq hub_event [usbcore]
[   97.083282]  0000000000000000 ffff8800a9123a48 ffffffff812dc58b 0000000000000009
[   97.119131]  ffff8800a9123a90 ffff8800a9123a80 ffffffff81051f9e ffff8800a9123b80
[   97.153965]  00000000ffffffff 0000000000000000 0000000000000001 ffffffffa0238430
[   97.188978] Call Trace:
[   97.200827]  [<ffffffff812dc58b>] dump_stack+0x4d/0x72
[   97.225876]  [<ffffffff81051f9e>] warn_slowpath_common+0x7e/0xb0
[   97.254411]  [<ffffffff81052017>] warn_slowpath_fmt+0x47/0x50
[   97.281701]  [<ffffffffa000b3fa>] GetHwCapability_shim+0x20a/0x220 [redpill]
[   97.315953]  [<ffffffffa000b2c5>] GetHwCapability_shim+0xd5/0x220 [redpill]
[   97.349422]  [<ffffffffa00ce93b>] usb_uevent+0xdb/0x130 [usbcore]
[   97.379350]  [<ffffffff8139e0e3>] dev_uevent+0x143/0x2c0
[   97.404780]  [<ffffffff812df711>] kobject_uevent_env+0x1d1/0x4f0
[   97.433193]  [<ffffffff8106ff17>] ? notifier_call_chain+0x47/0x70
[   97.461943]  [<ffffffff812dfa3b>] kobject_uevent+0xb/0x10
[   97.487349]  [<ffffffff8139c5c8>] device_del+0x178/0x270
[   97.512362]  [<ffffffffa00cc887>] ? remove_intf_ep_devs+0x37/0x50 [usbcore]
[   97.545563]  [<ffffffffa00cd042>] usb_disable_device+0x82/0x1d0 [usbcore]
[   97.577795]  [<ffffffffa00c3cd8>] usb_disconnect+0x98/0x270 [usbcore]
[   97.608285]  [<ffffffffa00c5df8>] hub_event+0x878/0x14e0 [usbcore]
[   97.637444]  [<ffffffff81072dda>] worker_run_work+0x9a/0xe0
[   97.664024]  [<ffffffffa00c5580>] ? hub_port_debounce+0xd0/0xd0 [usbcore]
[   97.696027]  [<ffffffff8106a76b>] process_one_work+0x1db/0x4e0
[   97.723539]  [<ffffffff8106aa9d>] worker_thread+0x2d/0x4a0
[   97.749437]  [<ffffffff8106aa70>] ? process_one_work+0x4e0/0x4e0
[   97.777838]  [<ffffffff8106f363>] kthread+0xd3/0xf0
[   97.800802]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[   97.829911]  [<ffffffff81564e2f>] ret_from_fork+0x3f/0x80
[   97.855309]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[   97.884034] ---[ end trace 8f867192589ecfd0 ]---
[   97.905931] BUG: unable to handle kernel NULL pointer dereference at 0000000000000038
[   97.942660] IP: [<ffffffffa0001327>] __enable_symbol_override+0x7/0x120 [redpill]
[   97.978013] PGD 0
[   97.987463] Oops: 0000 [#2] SMP
[   98.002725] Modules linked in: tg3(OE) libphy(OE) usb_storage xhci_pci xhci_hcd ehci_pci ehci_hcd usbcore usb_common mv14xx(O+) redpill(OE) [last unloaded: broadwellnk_synobios]
[   98.078196] CPU: 0 PID: 429 Comm: kworker/0:1 Tainted: P      D W  OE   4.4.180+ #42218
[   98.116095] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   98.149350] Workqueue: usb_hub_wq hub_event [usbcore]
[   98.173146] task: ffff880432efb300 ti: ffff8800a9120000 task.ti: ffff8800a9120000
[   98.208507] RIP: 0010:[<ffffffffa0001327>]  [<ffffffffa0001327>] __enable_symbol_override+0x7/0x120 [redpill]
[   98.255338] RSP: 0018:ffff8800a9123b18  EFLAGS: 00010202
[   98.280337] RAX: 00000000fffffffb RBX: ffff8800a9123b80 RCX: 00000000000008b7
[   98.313860] RDX: 0000000000000001 RSI: 0000000000000246 RDI: 0000000000000000
[   98.348545] RBP: ffff8800a9123b28 R08: 000000000000000a R09: 00000000000008b7
[   98.382184] R10: 0000000000000060 R11: ffffffff81a0562d R12: 00000000fffffffb
[   98.415979] R13: 0000000000000000 R14: 0000000000000001 R15: ffffffffa0238430
[   98.449673] FS:  0000000000000000(0000) GS:ffff880445600000(0000) knlGS:0000000000000000
[   98.487791] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   98.514783] CR2: 0000000000000038 CR3: 000000000180a000 CR4: 00000000000606f0
[   98.548433] Stack:
[   98.558014]  ffff8800a9123b80 00000000fffffffb ffff8800a9123b70 ffffffffa000b2d9
[   98.592819]  ffff8800a9123ba0 0000000000000000 ffff8800ad230000 0000000000000000
[   98.627859]  ffff8804308ec000 ffff88042b650430 ffff88043382dd20 ffff8800a9123ba0
[   98.662837] Call Trace:
[   98.674414]  [<ffffffffa000b2d9>] GetHwCapability_shim+0xe9/0x220 [redpill]
[   98.707465]  [<ffffffffa00ce93b>] usb_uevent+0xdb/0x130 [usbcore]
[   98.736280]  [<ffffffff8139e0e3>] dev_uevent+0x143/0x2c0
[   98.761357]  [<ffffffff812df711>] kobject_uevent_env+0x1d1/0x4f0
[   98.789973]  [<ffffffff8106ff17>] ? notifier_call_chain+0x47/0x70
[   98.818786]  [<ffffffff812dfa3b>] kobject_uevent+0xb/0x10
[   98.844391]  [<ffffffff8139c5c8>] device_del+0x178/0x270
[   98.869138]  [<ffffffffa00cc887>] ? remove_intf_ep_devs+0x37/0x50 [usbcore]
[   98.902186]  [<ffffffffa00cd042>] usb_disable_device+0x82/0x1d0 [usbcore]
[   98.933854]  [<ffffffffa00c3cd8>] usb_disconnect+0x98/0x270 [usbcore]
[   98.964226]  [<ffffffffa00c5df8>] hub_event+0x878/0x14e0 [usbcore]
[   98.993518]  [<ffffffff81072dda>] worker_run_work+0x9a/0xe0
[   99.020119]  [<ffffffffa00c5580>] ? hub_port_debounce+0xd0/0xd0 [usbcore]
[   99.052157]  [<ffffffff8106a76b>] process_one_work+0x1db/0x4e0
[   99.079744]  [<ffffffff8106aa9d>] worker_thread+0x2d/0x4a0
[   99.105533]  [<ffffffff8106aa70>] ? process_one_work+0x4e0/0x4e0
[   99.134057]  [<ffffffff8106f363>] kthread+0xd3/0xf0
[   99.157061]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[   99.185948]  [<ffffffff81564e2f>] ret_from_fork+0x3f/0x80
[   99.211385]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[   99.240149] Code: df e8 be fe ff ff 48 c7 c7 f2 ff ff ff e8 c2 fd ff ff e9 78 ff ff ff 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 55 48 89 e5 41 54 53 <f6> 47 38 04 48 89 fb 0f 85 c4 00 00 00 4c 8b 03 4c 8d 63 28 48
[   99.329981] RIP  [<ffffffffa0001327>] __enable_symbol_override+0x7/0x120 [redpill]
[   99.365744]  RSP <ffff8800a9123b18>
[   99.382239] CR2: 0000000000000038
[   99.398750] ---[ end trace 8f867192589ecfd1 ]---
[   99.420810] BUG: unable to handle kernel paging request at ffffffffffffffd8
[   99.454324] IP: [<ffffffff8106f81b>] kthread_data+0xb/0x20
[   99.480551] PGD 180d067 PUD 180f067 PMD 0
[   99.499656] Oops: 0000 [#3] SMP
[   99.515584] Modules linked in: tg3(OE) libphy(OE) usb_storage xhci_pci xhci_hcd ehci_pci ehci_hcd usbcore usb_common mv14xx(O+) redpill(OE) [last unloaded: broadwellnk_synobios]
[   99.591210] CPU: 0 PID: 429 Comm: kworker/0:1 Tainted: P      D W  OE   4.4.180+ #42218
[   99.629521] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[   99.662873] task: ffff880432efb300 ti: ffff8800a9120000 task.ti: ffff8800a9120000
[   99.698552] RIP: 0010:[<ffffffff8106f81b>]  [<ffffffff8106f81b>] kthread_data+0xb/0x20
[   99.735820] RSP: 0018:ffff8800a9123820  EFLAGS: 00010002
[   99.761005] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[   99.794609] RDX: ffff880433808400 RSI: 0000000000000000 RDI: ffff880432efb300
[   99.828605] RBP: ffff8800a9123820 R08: ffff8804456163a8 R09: 0000001725f115c1
[   99.862491] R10: 0000000000000000 R11: ffff880432efb360 R12: ffff880432efb300
[   99.896263] R13: ffff880445616340 R14: ffff880445616340 R15: 0000000000000000
[   99.930197] FS:  0000000000000000(0000) GS:ffff880445600000(0000) knlGS:0000000000000000
[   99.968385] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   99.995778] CR2: 0000000000000028 CR3: 000000000180a000 CR4: 00000000000606f0
[  100.029495] Stack:
[  100.038918]  ffff8800a9123838 ffffffff8106b7ac 0000000000016340 ffff8800a9123888
[  100.074100]  ffffffff81560c7b 00000000304e7010 ffff8800a9123880 ffff880432efb300
[  100.109142]  ffff880432efb300 ffff8800a91238d8 ffff8800a9123488 ffff880433968000
[  100.144261] Call Trace:
[  100.155871]  [<ffffffff8106b7ac>] wq_worker_sleeping+0xc/0x90
[  100.183067]  [<ffffffff81560c7b>] __schedule+0x36b/0x7a0
[  100.207861]  [<ffffffff815610d6>] schedule+0x26/0x70
[  100.231291]  [<ffffffff81054ce6>] do_exit+0x686/0xa60
[  100.255331]  [<ffffffff81008174>] oops_end+0x84/0xb0
[  100.278774]  [<ffffffff810426ad>] no_context+0xfd/0x2a0
[  100.303606]  [<ffffffff8109e273>] ? vprintk_emit+0x2d3/0x4e0
[  100.330612]  [<ffffffff8104295b>] __bad_area_nosemaphore+0x10b/0x1f0
[  100.360490]  [<ffffffffa000b3fa>] ? GetHwCapability_shim+0x20a/0x220 [redpill]
[  100.394666]  [<ffffffff81042a4e>] bad_area_nosemaphore+0xe/0x10
[  100.422783]  [<ffffffff81042e0e>] __do_page_fault+0x1ee/0x3e0
[  100.450559]  [<ffffffff8104300c>] do_page_fault+0xc/0x10
[  100.475781]  [<ffffffff81566892>] page_fault+0x22/0x30
[  100.500013]  [<ffffffffa0001327>] ? __enable_symbol_override+0x7/0x120 [redpill]
[  100.535095]  [<ffffffffa000b2d9>] GetHwCapability_shim+0xe9/0x220 [redpill]
[  100.568158]  [<ffffffffa00ce93b>] usb_uevent+0xdb/0x130 [usbcore]
[  100.596887]  [<ffffffff8139e0e3>] dev_uevent+0x143/0x2c0
[  100.621870]  [<ffffffff812df711>] kobject_uevent_env+0x1d1/0x4f0
[  100.650218]  [<ffffffff8106ff17>] ? notifier_call_chain+0x47/0x70
[  100.678992]  [<ffffffff812dfa3b>] kobject_uevent+0xb/0x10
[  100.704529]  [<ffffffff8139c5c8>] device_del+0x178/0x270
[  100.729688]  [<ffffffffa00cc887>] ? remove_intf_ep_devs+0x37/0x50 [usbcore]
[  100.762865]  [<ffffffffa00cd042>] usb_disable_device+0x82/0x1d0 [usbcore]
[  100.795173]  [<ffffffffa00c3cd8>] usb_disconnect+0x98/0x270 [usbcore]
[  100.825453]  [<ffffffffa00c5df8>] hub_event+0x878/0x14e0 [usbcore]
[  100.854517]  [<ffffffff81072dda>] worker_run_work+0x9a/0xe0
[  100.880777]  [<ffffffffa00c5580>] ? hub_port_debounce+0xd0/0xd0 [usbcore]
[  100.912802]  [<ffffffff8106a76b>] process_one_work+0x1db/0x4e0
[  100.940256]  [<ffffffff8106aa9d>] worker_thread+0x2d/0x4a0
[  100.966311]  [<ffffffff8106aa70>] ? process_one_work+0x4e0/0x4e0
[  100.994606]  [<ffffffff8106f363>] kthread+0xd3/0xf0
[  101.017872]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  101.046917]  [<ffffffff81564e2f>] ret_from_fork+0x3f/0x80
[  101.072502]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  101.101262] Code: 99 4f 00 49 8b 04 24 48 85 c0 75 e6 e9 07 ff ff ff 0f 1f 44 00 00 66 2e 0f 1f 84 00 00 00 00 00 48 8b 87 c8 04 00 00 55 48 89 e5 <48> 8b 40 d8 5d c3 0f 1f 44 00 00 66 2e 0f 1f 84 00 00 00 00 00
[  101.190933] RIP  [<ffffffff8106f81b>] kthread_data+0xb/0x20
[  101.217405]  RSP <ffff8800a9123820>
[  101.234082] CR2: ffffffffffffffd8
[  101.249656] ---[ end trace 8f867192589ecfd2 ]---
[  101.271675] Fixing recursive fault but reboot is needed!
[  232.759865] NMI backtrace for cpu 0
[  232.759866] CPU: 0 PID: 429 Comm: kworker/0:1 Tainted: P      D W  OE   4.4.180+ #42218
[  232.759866] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[  232.759866] task: ffff880432efb300 ti: ffff8800a9120000 task.ti: ffff8800a9120000
[  232.759867] RIP: 0010:[<ffffffff810929b6>]  [<ffffffff810929b6>] queued_spin_lock_slowpath+0xd6/0x160
[  232.759867] RSP: 0018:ffff8800a9123538  EFLAGS: 00000046
[  232.759867] RAX: 0000000000000000 RBX: 0000000000016340 RCX: ffff880445616e00
[  232.759868] RDX: 0000000000040000 RSI: 0000000000000001 RDI: ffff880445616340
[  232.759868] RBP: ffff8800a9123538 R08: 0000000000000101 R09: 0000000000000927
[  232.759868] R10: 0000000000000060 R11: ffffffff81a0562d R12: 0000000000000009
[  232.759869] R13: ffff880445616340 R14: ffff880445616340 R15: 0000000000000000
[  232.759869] FS:  0000000000000000(0000) GS:ffff880445600000(0000) knlGS:0000000000000000
[  232.759869] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  232.759870] CR2: 0000000000000028 CR3: 000000000180a000 CR4: 00000000000606f0
[  232.759870] Stack:
[  232.759870]  ffff8800a9123548 ffffffff815645dd ffff8800a9123598 ffffffff8156099d
[  232.759871]  0000000000000008 ffff8800a91235b8 ffff880432efb300 ffff880432efb300
[  232.759871]  0000000000000009 0000000000000046 ffff880432efb300 0000000000000009
[  232.759871] Call Trace:
[  232.759871]  [<ffffffff815645dd>] _raw_spin_lock_irq+0x1d/0x20
[  232.759872]  [<ffffffff8156099d>] __schedule+0x8d/0x7a0
[  232.759872]  [<ffffffff815610d6>] schedule+0x26/0x70
[  232.759872]  [<ffffffff81054e75>] do_exit+0x815/0xa60
[  232.759872]  [<ffffffff81008174>] oops_end+0x84/0xb0
[  232.759873]  [<ffffffff810426ad>] no_context+0xfd/0x2a0
[  232.759873]  [<ffffffff8104295b>] __bad_area_nosemaphore+0x10b/0x1f0
[  232.759873]  [<ffffffff812e65b4>] ? number.isra.14+0x2d4/0x2f0
[  232.759874]  [<ffffffff81042a4e>] bad_area_nosemaphore+0xe/0x10
[  232.759874]  [<ffffffff81042e0e>] __do_page_fault+0x1ee/0x3e0
[  232.759874]  [<ffffffff8104300c>] do_page_fault+0xc/0x10
[  232.759875]  [<ffffffff81566892>] page_fault+0x22/0x30
[  232.759875]  [<ffffffff8106f81b>] ? kthread_data+0xb/0x20
[  232.759875]  [<ffffffff8106b7ac>] wq_worker_sleeping+0xc/0x90
[  232.759875]  [<ffffffff81560c7b>] __schedule+0x36b/0x7a0
[  232.759876]  [<ffffffff815610d6>] schedule+0x26/0x70
[  232.759876]  [<ffffffff81054ce6>] do_exit+0x686/0xa60
[  232.759876]  [<ffffffff81008174>] oops_end+0x84/0xb0
[  232.759876]  [<ffffffff810426ad>] no_context+0xfd/0x2a0
[  232.759877]  [<ffffffff8109e273>] ? vprintk_emit+0x2d3/0x4e0
[  232.759877]  [<ffffffff8104295b>] __bad_area_nosemaphore+0x10b/0x1f0
[  232.759877]  [<ffffffffa000b3fa>] ? GetHwCapability_shim+0x20a/0x220 [redpill]
[  232.759878]  [<ffffffff81042a4e>] bad_area_nosemaphore+0xe/0x10
[  232.759878]  [<ffffffff81042e0e>] __do_page_fault+0x1ee/0x3e0
[  232.759878]  [<ffffffff8104300c>] do_page_fault+0xc/0x10
[  232.759879]  [<ffffffff81566892>] page_fault+0x22/0x30
[  232.759879]  [<ffffffffa0001327>] ? __enable_symbol_override+0x7/0x120 [redpill]
[  232.759879]  [<ffffffffa000b2d9>] GetHwCapability_shim+0xe9/0x220 [redpill]
[  232.759880]  [<ffffffffa00ce93b>] usb_uevent+0xdb/0x130 [usbcore]
[  232.759880]  [<ffffffff8139e0e3>] dev_uevent+0x143/0x2c0
[  232.759880]  [<ffffffff812df711>] kobject_uevent_env+0x1d1/0x4f0
[  232.759881]  [<ffffffff8106ff17>] ? notifier_call_chain+0x47/0x70
[  232.759881]  [<ffffffff812dfa3b>] kobject_uevent+0xb/0x10
[  232.759881]  [<ffffffff8139c5c8>] device_del+0x178/0x270
[  232.759881]  [<ffffffffa00cc887>] ? remove_intf_ep_devs+0x37/0x50 [usbcore]
[  232.759882]  [<ffffffffa00cd042>] usb_disable_device+0x82/0x1d0 [usbcore]
[  232.759882]  [<ffffffffa00c3cd8>] usb_disconnect+0x98/0x270 [usbcore]
[  232.759882]  [<ffffffffa00c5df8>] hub_event+0x878/0x14e0 [usbcore]
[  232.759883]  [<ffffffff81072dda>] worker_run_work+0x9a/0xe0
[  232.759883]  [<ffffffffa00c5580>] ? hub_port_debounce+0xd0/0xd0 [usbcore]
[  232.759883]  [<ffffffff8106a76b>] process_one_work+0x1db/0x4e0
[  232.759884]  [<ffffffff8106aa9d>] worker_thread+0x2d/0x4a0
[  232.759884]  [<ffffffff8106aa70>] ? process_one_work+0x4e0/0x4e0
[  232.759884]  [<ffffffff8106f363>] kthread+0xd3/0xf0
[  232.759885]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  232.759885]  [<ffffffff81564e2f>] ret_from_fork+0x3f/0x80
[  232.759885]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  232.759886] Code: 12 83 e0 03 83 ee 01 48 c1 e0 04 48 63 f6 48 05 00 6e 01 00 48 03 04 f5 20 6f 8d 81 48 89 08 8b 41 08 85 c0 75 12 f3 90 8b 41 08 <85> c0 74 f7 8b 07 66 85 c0 74 09 f3 90 8b 07 66 85 c0 75 f7 39
[  232.759886] NMI backtrace for cpu 1
[  232.759887] CPU: 1 PID: 11 Comm: watchdog/1 Tainted: P      D W  OE   4.4.180+ #42218
[  232.759887] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[  232.759887] task: ffff880433bb2640 ti: ffff880433bd0000 task.ti: ffff880433bd0000
[  232.759888] RIP: 0010:[<ffffffff810929b6>]  [<ffffffff810929b6>] queued_spin_lock_slowpath+0xd6/0x160
[  232.759888] RSP: 0018:ffff880433bd3cc0  EFLAGS: 00000046
[  232.759888] RAX: 0000000000000000 RBX: 0000000000000082 RCX: ffff880445656e00
[  232.759889] RDX: 0000000000080000 RSI: 0000000000000002 RDI: ffff880445616340
[  232.759889] RBP: ffff880433bd3cc0 R08: 0000000000000101 R09: 0000000000000001
[  232.759889] R10: 0000000000000000 R11: 0000000000000810 R12: 0000000000000408
[  232.759890] R13: 0000000000000400 R14: 0000000000000000 R15: ffff880445616340
[  232.759890] FS:  0000000000000000(0000) GS:ffff880445640000(0000) knlGS:0000000000000000
[  232.759890] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  232.759891] CR2: 00007f897fac0b53 CR3: 000000000180a000 CR4: 00000000000606f0
[  232.759891] Stack:
[  232.759891]  ffff880433bd3cd8 ffffffff815646c4 ffff8804338b8478 ffff880433bd3dd0
[  232.759892]  ffffffff81086c29 ffff880433bd3e04 000000018108124e 0000000000000000
[  232.759892]  ffff88044564f230 ffff88043388f608 ffff88043388f600 0000000000000002
[  232.759892] Call Trace:
[  232.759892]  [<ffffffff815646c4>] _raw_spin_lock_irqsave+0x24/0x30
[  232.759893]  [<ffffffff81086c29>] load_balance+0x299/0x930
[  232.759893]  [<ffffffff8107ebe2>] ? sched_clock_cpu+0xa2/0xc0
[  232.759893]  [<ffffffff8108749e>] pick_next_task_fair+0x1de/0x460
[  232.759894]  [<ffffffff81560d96>] __schedule+0x486/0x7a0
[  232.759894]  [<ffffffff81071fc0>] ? sort_range+0x20/0x20
[  232.759894]  [<ffffffff815610d6>] schedule+0x26/0x70
[  232.759895]  [<ffffffff81072122>] smpboot_thread_fn+0x162/0x170
[  232.759895]  [<ffffffff8106f363>] kthread+0xd3/0xf0
[  232.759895]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  232.759895]  [<ffffffff81564e2f>] ret_from_fork+0x3f/0x80
[  232.759896]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  232.759896] Code: 12 83 e0 03 83 ee 01 48 c1 e0 04 48 63 f6 48 05 00 6e 01 00 48 03 04 f5 20 6f 8d 81 48 89 08 8b 41 08 85 c0 75 12 f3 90 8b 41 08 <85> c0 74 f7 8b 07 66 85 c0 74 09 f3 90 8b 07 66 85 c0 75 f7 39
[  232.759897] NMI backtrace for cpu 2
[  232.759897] CPU: 2 PID: 3945 Comm: kworker/u48:5 Tainted: P      D W  OE   4.4.180+ #42218
[  232.759897] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[  232.759898] task: ffff880432c98cc0 ti: ffff88042ec08000 task.ti: ffff88042ec08000
[  232.759898] RIP: 0010:[<ffffffff810929c3>]  [<ffffffff810929c3>] queued_spin_lock_slowpath+0xe3/0x160
[  232.759898] RSP: 0018:ffff88042ec0bcb0  EFLAGS: 00000002
[  232.759899] RAX: 0000000000040101 RBX: 0000000000000086 RCX: ffff880445696e00
[  232.759899] RDX: 00000000000c0000 RSI: 0000000000000000 RDI: ffff880445616340
[  232.759899] RBP: ffff88042ec0bcb0 R08: 0000000000000101 R09: 0000000000000001
[  232.759900] R10: 0000000000000000 R11: 0000000000000810 R12: 0000000000000408
[  232.759900] R13: 0000000000000400 R14: 0000000000000000 R15: ffff880445616340
[  232.759901] FS:  0000000000000000(0000) GS:ffff880445680000(0000) knlGS:0000000000000000
[  232.759901] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  232.759901] CR2: 00000000000000b8 CR3: 000000000180a000 CR4: 00000000000606f0
[  232.759901] Stack:
[  232.759902]  ffff88042ec0bcc8 ffffffff815646c4 ffff8804338b8478 ffff88042ec0bdc0
[  232.759902]  ffffffff81086c29 ffff88042ec0bdf4 00000002000000c8 0000000000000000
[  232.759902]  ffff88044568f230 ffff88043388f808 ffff88043388f800 0000000000000002
[  232.759903] Call Trace:
[  232.759903]  [<ffffffff815646c4>] _raw_spin_lock_irqsave+0x24/0x30
[  232.759903]  [<ffffffff81086c29>] load_balance+0x299/0x930
[  232.759904]  [<ffffffff8107ebe2>] ? sched_clock_cpu+0xa2/0xc0
[  232.759904]  [<ffffffff8108749e>] pick_next_task_fair+0x1de/0x460
[  232.759904]  [<ffffffff815609f4>] __schedule+0xe4/0x7a0
[  232.759904]  [<ffffffff815610d6>] schedule+0x26/0x70
[  232.759905]  [<ffffffff8106ab19>] worker_thread+0xa9/0x4a0
[  232.759905]  [<ffffffff8106aa70>] ? process_one_work+0x4e0/0x4e0
[  232.759905]  [<ffffffff8106f363>] kthread+0xd3/0xf0
[  232.759906]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  232.759906]  [<ffffffff81564e2f>] ret_from_fork+0x3f/0x80
[  232.759906]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  232.759907] Code: f6 48 05 00 6e 01 00 48 03 04 f5 20 6f 8d 81 48 89 08 8b 41 08 85 c0 75 12 f3 90 8b 41 08 85 c0 74 f7 8b 07 66 85 c0 74 09 f3 90 <8b> 07 66 85 c0 75 f7 39 c2 75 1f 89 d0 be 01 00 00 00 f0 0f b1
[  232.759908] NMI watchdog: Watchdog detected hard LOCKUP on cpu 3dModules linked in: tg3(OE) libphy(OE) usb_storage xhci_pci xhci_hcd ehci_pci ehci_hcd usbcore usb_common mv14xx(O+) redpill(OE) [last unloaded: broadwellnk_synobios]
[  232.759908] CPU: 3 PID: 7 Comm: rcu_sched Tainted: P      D W  OE   4.4.180+ #42218
[  232.759908] Hardware name: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[  232.759909] task: ffff88043396cc80 ti: ffff8804339b4000 task.ti: ffff8804339b4000
[  232.759909] RIP: 0010:[<ffffffff81092a2e>]  [<ffffffff81092a2e>] queued_spin_lock_slowpath+0x14e/0x160
[  232.759909] RSP: 0018:ffff8804339b7c00  EFLAGS: 00000002
[  232.759910] RAX: 0000000000040101 RBX: 0000000000000086 RCX: 0000000000000001
[  232.759910] RDX: 0000000000000101 RSI: 0000000000000001 RDI: ffff880445616340
[  232.759910] RBP: ffff8804339b7c00 R08: 0000000000000101 R09: 0000000000000001
[  232.759911] R10: 0000000000000000 R11: 0000000000000810 R12: 0000000000000408
[  232.759911] R13: 0000000000000400 R14: 0000000000000000 R15: ffff880445616340
[  232.759911] FS:  0000000000000000(0000) GS:ffff8804456c0000(0000) knlGS:0000000000000000
[  232.759912] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  232.759912] CR2: 00007f77158529b8 CR3: 000000000180a000 CR4: 00000000000606f0
[  232.759912] Stack:
[  232.759913]  ffff8804339b7c18 ffffffff815646c4 ffff8804338b8478 ffff8804339b7d10
[  232.759913]  ffffffff81086c29 ffff8804339b7d44 0000000300000000 0000000000000000
[  232.759913]  ffff8804456cf230 ffff88043388fa08 ffff88043388fa00 0000000000000002
[  232.759914] Call Trace:
[  232.759914]  [<ffffffff815646c4>] _raw_spin_lock_irqsave+0x24/0x30
[  232.759914]  [<ffffffff81086c29>] load_balance+0x299/0x930
[  232.759914]  [<ffffffff8107ebe2>] ? sched_clock_cpu+0xa2/0xc0
[  232.759915]  [<ffffffff8108749e>] pick_next_task_fair+0x1de/0x460
[  232.759915]  [<ffffffff815609f4>] __schedule+0xe4/0x7a0
[  232.759915]  [<ffffffff815610d6>] schedule+0x26/0x70
[  232.759916]  [<ffffffff81563b6c>] schedule_timeout+0x12c/0x270
[  232.759916]  [<ffffffff810adc30>] ? trace_event_raw_event_tick_stop+0xe0/0xe0
[  232.759916]  [<ffffffff810a97f6>] rcu_gp_kthread+0x3a6/0x8a0
[  232.759917]  [<ffffffff8108cc40>] ? wake_bit_function+0x60/0x60
[  232.759917]  [<ffffffff810a9450>] ? note_gp_changes+0x80/0x80
[  232.759917]  [<ffffffff8106f363>] kthread+0xd3/0xf0
[  232.759917]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  232.759918]  [<ffffffff81564e2f>] ret_from_fork+0x3f/0x80
[  232.759918]  [<ffffffff8106f290>] ? kthread_worker_fn+0x160/0x160
[  232.759919] Code: 40 08 01 00 00 00 65 ff 0d fc 43 f8 7e 5d c3 f3 90 8b 37 81 fe 00 01 00 00 74 f4 e9 cd fe ff ff 83 fa 01 75 04 eb e6 f3 90 8b 07 <84> c0 75 f8 b8 01 00 00 00 66 89 07 5d c3 0f 1f 40 00 55 48 c7
[  232.759919] Sending NMI to other CPUs:
[  232.759922] Kernel panic - not syncing: Hard LOCKUP
[  233.787269] Shutting down cpus with NMI
[  233.787269] Kernel Offset: disabled
[  238.982414] ---[ end Kernel panic - not syncing: Hard LOCKUP

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...