First off, it is _NOT_ Mr. Torvalds's responsibility to test anything.
It is the developer's responsibility because Mr. Torvalds
- is way too busy already
- is not necessarily familiar with your code
- probably doesn't have the required equipment
Secondly, only the config options in the file(s) you are working
on need to be tested (for compile-time errors). Run-time errors are
a completely different matter, and are impossible to exhaustively
check in most cases (in other words, do your best).
-- Andrew E. Mileski mailto:aem@ott.hookup.net My home page http://www.redhat.com/~aem/ Linux Plug-and-Play Project Leader. See URL http://www.redhat.com/pnp/Red Hat Software sponsors these pages - I have no other affilitation with Red Hat Software, and I have never used any of their products.