Kernel has the following error, is there a particular section of code that is problematic. It is seemingly related to networking hardware... anyone know where to start from this besides the watchdog?

Code: Select all

[   96.176000] ------------[ cut here ]------------
[   96.176000] WARNING: at kernel/watchdog.c:237 watchdog_timer_fn+0x124/0x2e8()
[   96.176000] Watchdog detected hard LOCKUP on cpu 0
[   96.176000] Modules linked in:
[   96.176000] Backtrace:
[   96.176000] [<c001162c>] (dump_backtrace+0x0/0x108) from [<c045c28c>] (dump_stack+0x18/0x1c)
[   96.176000]  r7:000000ed r6:c053a5ad r5:00000009 r4:e2509d68
[   96.176000] [<c045c274>] (dump_stack+0x0/0x1c) from [<c003f6c0>] (warn_slowpath_common+0x54/0x6c)
[   96.176000] [<c003f66c>] (warn_slowpath_common+0x0/0x6c) from [<c003f710>] (warn_slowpath_fmt+0x38/0x40)
[   96.176000]  r9:c05ee4e8 r8:00000055 r7:00000000 r6:c05ee4e8 r5:e2508008
[   96.176000] r4:c05d68d0
[   96.176000] [<c003f6d8>] (warn_slowpath_fmt+0x0/0x40) from [<c008a840>] (watchdog_timer_fn+0x124/0x2e8)
[   96.176000]  r3:00000000 r2:c053a607
[   96.176000] [<c008a71c>] (watchdog_timer_fn+0x0/0x2e8) from [<c005d55c>] (__run_hrtimer.isra.4+0x58/0xd0)
[   96.176000] [<c005d504>] (__run_hrtimer.isra.4+0x0/0xd0) from [<c005ddbc>] (hrtimer_interrupt+0x124/0x268)
[   96.176000]  r7:00000000 r6:c0fa1718 r5:c0fa1640 r4:c0fa1640
[   96.176000] [<c005dc98>] (hrtimer_interrupt+0x0/0x268) from [<c00134c4>] (twd_handler+0x34/0x40)
[   96.176000] [<c0013490>] (twd_handler+0x0/0x40) from [<c008e2f0>] (handle_percpu_devid_irq+0x88/0xa8)
[   96.176000]  r5:c05e77c0 r4:c0fa4f84
[   96.176000] [<c008e268>] (handle_percpu_devid_irq+0x0/0xa8) from [<c008ad30>] (generic_handle_irq+0x28/0x38)
[   96.176000]  r9:00002008 r8:0000011d r7:00000000 r6:e2508030 r5:c05ee4e8
[   96.176000] r4:0000011d
[   96.176000] [<c008ad08>] (generic_handle_irq+0x0/0x38) from [<c000e698>] (handle_IRQ+0x84/0xb8)
[   96.176000]  r5:c05ee4e8 r4:c05d6d90
[   96.176000] [<c000e614>] (handle_IRQ+0x0/0xb8) from [<c0008558>] (gic_handle_irq+0x44/0x64)
[   96.176000]  r9:00002008 r8:e265c240 r7:e2509f2c r6:f0300100 r5:e2509ef8
[   96.176000] r4:c05edcc4
[   96.176000] [<c0008514>] (gic_handle_irq+0x0/0x64) from [<c000d980>] (__irq_svc+0x40/0x70)
[   96.176000] Exception stack(0xe2509ef8 to 0xe2509f40)
[   96.176000] 9ee0:                                                       ffffff92 4b444b43
[   96.176000] 9f00: 00000000 00000000 e265c248 e2509f50 e2508000 e2b6ee40 e265c240 00002008
[   96.176000] 9f20: b6e24cc8 e2509fa4 e2509f18 e2509f40 c01712d8 c0171b24 60000013 ffffffff
[   96.176000]  r7:e2509f2c r6:ffffffff r5:60000013 r4:c0171b24
[   96.176000] [<c01719e0>] (sys_mq_timedreceive+0x0/0x2a8) from [<c000ddc0>] (ret_fast_syscall+0x0/0x30)
[   96.176000] ---[ end trace f5202d01da0bfe7b ]---