> The reason I ask is because I'm working on a closed-source (unfortunately)
> driver for Linux, and I'd really like to make it behave as well as possible.
add to your module code :
MODULE_LICENSE("TabiPL");
(or whatever it is).
That way the kernel maintainers can ignore any bugs reported with your module
loaded easily.
regards
john
-- "Khendon's Law: If the same point is made twice by the same person, the thread is over." - 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/