Staging: add TAINT_CRAP flag to drivers/staging modules
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 24 Sep 2008 21:46:44 +0000 (14:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Oct 2008 22:31:06 +0000 (15:31 -0700)
commita9860bf05f4cb94f60f8f3459908d5621f75dd06
tree09649dba2e2e4a9467fb31f93ec6bfb80184ba5d
parent061b1bd394ca8628b7c24eb4658ba3535da4249a
Staging: add TAINT_CRAP flag to drivers/staging modules

We need to add a flag for all code that is in the drivers/staging/
directory to prevent all other kernel developers from worrying about
issues here, and to notify users that the drivers might not be as good
as they are normally used to.

Based on code from Andreas Gruenbacher and Jeff Mahoney to provide a
TAINT flag for the support level of a kernel module in the Novell
enterprise kernel release.

This is the code that actually modifies the modules, adding the flag to
any files in the drivers/staging directory.

Cc: Andreas Gruenbacher <agruen@suse.de>
Cc: Jeff Mahoney <jeffm@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
scripts/mod/modpost.c