On 04/05/2014 02:26 PM, Viresh Kumar wrote:
On 5 April 2014 10:00, Jet Chen <jet.c...@intel.com> 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.

Your patch fixes it!

Untested. I will
then post it with your Tested-by :)

Thank you


--
viresh



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to