On Thu, Sep 20, 2007 at 09:50:42PM -0700, Randy Dunlap wrote: > so kernel sample code goes in the new samples/ directory, > and userspace sample code gets pushed to util-linux ?
I'm not sure we want to have purely sample code in util-linux, but rather extended sample code that makes some use. So if you're writing user space sample code for your new feature make sure it's somewhat production quality, has a useful interface and write a little manpage for it. That'll also help us to win sysdamins hearts back because BSD and solaris already have all these neat little tools that need to be hacked from scratch in perl on Linux. For kernel code a samples dir might make sense because say a demo of the firmware loader (one of those things in Documentation/ right now) of course never can be "real" code. OTOH a fork probe as provided with the tracing code sounds more like a real thing that should go into drivers/misc/. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/