From: Jeff Mahoney <jeffm@suse.com>
Subject: supported-flag: "no support" and "external support" aren't fatal
Patch-mainline: never

We're just marking the kernel unsupported. We don't need to taint it
fatally.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
 kernel/panic.c |    4 ++++
 1 file changed, 4 insertions(+)

--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -251,6 +251,10 @@ void add_taint(unsigned flag)
 	case TAINT_CRAP:
 	case TAINT_WARN:
 	case TAINT_FIRMWARE_WORKAROUND:
+#ifdef CONFIG_ENTERPRISE_SUPPORT
+	case TAINT_NO_SUPPORT:
+	case TAINT_EXTERNAL_SUPPORT:
+#endif
 		break;
 
 	default:
