On 5 April 2014 10:00, Jet Chen <jet.chen@xxxxxxxxx> wrote:
vmlinuz from our build system doesn't have debug information. It is hard to
use objdump to identify which routine is timer->function.
I see...
But after several times trials, I get below dmesg messages.
It is clear to see address of "timer->function" is 0xffffffff810d7010.
In calling stack, " [<ffffffff810d7010>] ?
clocksource_watchdog_kthread+0x40/0x40 ". So I guess timer->function is
clocksource_watchdog_kthread.
Hmm.. not exactly this function as this isn't timer->function for any timer.
But I think I have found the right function with this hint:
clocksource_watchdog()
Can you please try to test the attached patch, which must fix it.
Untested. I will
then post it with your Tested-by :)
--
viresh