This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Kernel is crashing while inserting vpss.ko

Hi,

I am using AM389x_TI8168 processor. I am trying to insert vpss.ko. Initially I inserted syslink.ko. After I loaded the slaveloader I tried to insert vpss.ko. While inserting I am gettin the below message.

root@dm816x-evm:~/pat_sys# insmod ../vpss.ko
------------[ cut here ]------------
WARNING: at drivers/dsp/syslink/omap_notify/notify.c:776 notify_send_event+0xd4/0x26c()
Modules linked in: vpss(+) syslink g_multi g_zero
Backtrace:
[<c0047138>] (dump_backtrace+0x0/0x110) from [<c0337abc>] (dump_stack+0x18/0x1c)
r7:00000000 r6:c02a2a94 r5:c0416af3 r4:00000308
[<c0337aa4>] (dump_stack+0x0/0x1c) from [<c0069dac>] (warn_slowpath_common+0x54/0x6c)
[<c0069d58>] (warn_slowpath_common+0x0/0x6c) from [<c0069de8>] (warn_slowpath_null+0x24/0x2c)
r9:cb645940 r8:00000001 r7:00000002 r6:00000000 r5:00000009
r4:00000000
[<c0069dc4>] (warn_slowpath_null+0x0/0x2c) from [<c02a2a94>] (notify_send_event+0xd4/0x26c)
[<c02a29c0>] (notify_send_event+0x0/0x26c) from [<bf168aa0>] (vps_fvid2_init+0x164/0x490 [vpss])
[<bf16893c>] (vps_fvid2_init+0x0/0x490 [vpss]) from [<bf1680c0>] (vps_probe+0x60/0x160 [vpss])
[<bf168060>] (vps_probe+0x0/0x160 [vpss]) from [<c0205aa8>] (platform_drv_probe+0x20/0x24)
r7:cbfd4780 r6:bf1768b0 r5:c0459a30 r4:c0459a30
[<c0205a88>] (platform_drv_probe+0x0/0x24) from [<c0204a14>] (driver_probe_device+0xd0/0x190)
[<c0204944>] (driver_probe_device+0x0/0x190) from [<c0204b3c>] (__driver_attach+0x68/0x8c)
r7:cbfd4780 r6:bf1768b0 r5:c0459a64 r4:c0459a30
[<c0204ad4>] (__driver_attach+0x0/0x8c) from [<c02041c0>] (bus_for_each_dev+0x50/0x84)
r7:cbfd4780 r6:bf1768b0 r5:c0204ad4 r4:00000000
[<c0204170>] (bus_for_each_dev+0x0/0x84) from [<c0204838>] (driver_attach+0x20/0x28)
r6:bf1768b0 r5:bf17689c r4:00000000
[<c0204818>] (driver_attach+0x0/0x28) from [<c0203a98>] (bus_add_driver+0xb4/0x234)
[<c02039e4>] (bus_add_driver+0x0/0x234) from [<c0204e74>] (driver_register+0xb0/0x13c)
[<c0204dc4>] (driver_register+0x0/0x13c) from [<c0205d94>] (platform_driver_register+0x4c/0x60)
r9:cb77e000 r8:bf17c000 r7:401f3008 r6:00012008 r5:bf17689c
r4:00000000
[<c0205d48>] (platform_driver_register+0x0/0x60) from [<c0205dc8>] (platform_driver_probe+0x20/0x70)
[<c0205da8>] (platform_driver_probe+0x0/0x70) from [<bf17c030>] (vps_init+0x30/0x5c [vpss])
r5:bf176c1c r4:00000000
[<bf17c000>] (vps_init+0x0/0x5c [vpss]) from [<c003842c>] (do_one_initcall+0xd0/0x1a4)
[<c003835c>] (do_one_initcall+0x0/0x1a4) from [<c00955c8>] (sys_init_module+0x9c/0x1bc)
[<c009552c>] (sys_init_module+0x0/0x1bc) from [<c0043380>] (ret_fast_syscall+0x0/0x30)
r7:00000080 r6:00000003 r5:00100000 r4:00000000
---[ end trace 861d8aa72b229e37 ]---
notify_send_event failed! status = 0xfffffff3

It is saying that notify_send_event is faailed. Please help me to insert that module