OK, does anybody have good scripts for automatically compiling
the kernel with many random configurations so we can discover
bugs like this automagically ?
cd ~/wk/linux/focus/
while true ; do
mconfig -m random
make dep clean bzImage
[...]
sort of thing.
mconfig is super fast and simple, and seems to work very reliably.
I'm not sure why more people don't use it.
--cw
-
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/