diff options
Diffstat (limited to '0001-add-Red-Hat-specific-taint-flags.patch')
-rw-r--r-- | 0001-add-Red-Hat-specific-taint-flags.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/0001-add-Red-Hat-specific-taint-flags.patch b/0001-add-Red-Hat-specific-taint-flags.patch index 21592f7dc..cce36fdbe 100644 --- a/0001-add-Red-Hat-specific-taint-flags.patch +++ b/0001-add-Red-Hat-specific-taint-flags.patch @@ -1,4 +1,4 @@ -From 404fea0d6f78c71d1b1f313ab98eb7b2645424cb Mon Sep 17 00:00:00 2001 +From 433a20c932a066bf113d98bba28715e172bbc05a Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov <esyr@redhat.com> Date: Thu, 14 Jun 2018 16:35:59 -0400 Subject: [PATCH] add Red Hat-specific taint flags @@ -50,7 +50,7 @@ index 2cb1c4fea0c9..c041d4e950f4 100644 +#define TAINT_RESERVED31 31 +/* End of Red Hat-specific taint flags */ +#define TAINT_FLAGS_COUNT 32 - + struct taint_flag { char c_true; /* character printed when tainted */ diff --git a/kernel/panic.c b/kernel/panic.c @@ -76,8 +76,8 @@ index b69ee9e76cb2..02f9b2c36cc1 100644 + [ TAINT_RESERVED30 ] = { '?', '-', false }, + [ TAINT_RESERVED31 ] = { '?', '-', false }, }; - + /** -- -2.26.0 +2.26.2 |