I have a customer with the same symptom. They
have stock Mandrake 7.2 (kernel 2.2.17-21mdk)
and have installed serial-5.05 into it. The kernel
boots to the Freeing message and hangs. I
noticed ctl-alt-del still works, so I configured in
magic sysrq (Documentation/sysrq.txt). sysrq-p
allowed me to get the eip, which checking against
the System.map I find is mod_timer(). A quick
printk showed me that the kernel isn't hung,
it's in an infinite loop, with mod_timer() being
one of the calls in the loop.
YMMV, but hopefully this method can help
you find your problem.
..Stu
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/