Staging: add TAINT_CRAP for all drivers/staging code
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:05 +0000 (15:31 -0700)
commit061b1bd394ca8628b7c24eb4658ba3535da4249a
tree5711de7ffa17f0f5d0084292707872d19e9b19ff
parentb922df7383749a1c0b7ea64c50fa839263d3816b
Staging: add TAINT_CRAP for all drivers/staging code

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 kernel portion of this feature, the ability for the flag to
be set needs to be done in the build process and will happen in a
follow-up patch.

Cc: Andreas Gruenbacher <agruen@suse.de>
Cc: Jeff Mahoney <jeffm@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/sysctl/kernel.txt
include/linux/kernel.h
kernel/module.c
kernel/panic.c