Re: [patch] 2.4.16: 802.1Q VLAN non-modular

Chris Wedgwood (cw@f00f.org)
Tue, 27 Nov 2001 22:36:26 +1300


On Mon, Nov 26, 2001 at 02:35:55PM -0200, Rik van Riel wrote:

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/