I am using DM6467 and we observed hang in dsplink after 10 hours while doing encoding with SD resolution. But when we include autoconf.h in ldrv_mpcs.c file of dsplink link drver and build dsplink.ko, not able to produce issue.
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.
I am using DM6467 and we observed hang in dsplink after 10 hours while doing encoding with SD resolution. But when we include autoconf.h in ldrv_mpcs.c file of dsplink link drver and build dsplink.ko, not able to produce issue.
This seems strange, I don't understand how #including autoconf.h would change anything.
What prompted you to include autoconf.h in the first place?
autoconf.h, at least in recent Linux kernels, contains only statements of the form "#define CONFIG_THIS_AND_THAT 1", which shouldn't affect dsplink.ko at all.
Regards,
- Rob
Yes Robert I am also not able to get the root cause for this , i have cheked for object dump compare to find the dependency but not able to get any conclusion/result