Re: cryptoloop hard lockup 2.6.0-test5-mm4

From: Florian Weimer
Date: Sat Nov 08 2003 - 16:20:58 EST


Thiago Rondon wrote:

> - static int least_priority;
> + static int least_priority = 0;

This change has no effect whatsoever (objects with static storage
duration are always initialized).

Any other ideas? I stumbled across this problem using vanilla
2.6.0-test9.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/