Reuben Farrelly <reuben-lkml@xxxxxxxx> wrote:
Hi Andrew,
Andrew Morton wrote:
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc3/2.6.12-rc3-mm1/
- There's still a bug in the new timer code. If you think you hit it,
please revert
timers-fixes-improvements-fix.patch then
timers-fixes-improvements-smp_processor_id-fix.patch then
timers-fixes-improvements.patch
or, better, fix the bug.
FWIW, I can reproduce this timer bug fairly consistently, by simply rebooting my cisco router. That means that my linux box has no default gateway, and hence the networking blows up within about 30s and dies with a stack trace which has references to timers.
I'll back out those three patches and see if it continues, but hopefully my little discovery is useful to someone in terms of coming up with a fix....
Rather than backing things out, please add this instead:
From: Oleg Nesterov <oleg@xxxxxxxxxx>
The bug was identified by Maneesh Soni.