aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/latent_entropy_plugin.c
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2022-05-10 23:25:54 +0000
committerKees Cook <[email protected]>2022-05-10 23:54:33 +0000
commit61f60bac8c05f8ecd2ae2a6360520b91a45be9a2 (patch)
tree9da65ef7872318136e0ccae07ce2b24b1d9b0faa /scripts/gcc-plugins/latent_entropy_plugin.c
parentrandomize_kstack: Improve docs on requirements/rationale (diff)
downloadkernel-61f60bac8c05f8ecd2ae2a6360520b91a45be9a2.tar.gz
kernel-61f60bac8c05f8ecd2ae2a6360520b91a45be9a2.zip
gcc-plugins: Change all version strings match kernel
It's not meaningful for the GCC plugins to track their versions separately from the rest of the kernel. Switch all versions to the kernel version. Fix mismatched indenting while we're at it. Cc: [email protected] Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/latent_entropy_plugin.c')
-rw-r--r--scripts/gcc-plugins/latent_entropy_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcc-plugins/latent_entropy_plugin.c b/scripts/gcc-plugins/latent_entropy_plugin.c
index 8425da41de0d..5d415b2572a8 100644
--- a/scripts/gcc-plugins/latent_entropy_plugin.c
+++ b/scripts/gcc-plugins/latent_entropy_plugin.c
@@ -82,7 +82,7 @@ __visible int plugin_is_GPL_compatible;
static GTY(()) tree latent_entropy_decl;
static struct plugin_info latent_entropy_plugin_info = {
- .version = "201606141920vanilla",
+ .version = UTS_RELEASE,
.help = "disable\tturn off latent entropy instrumentation\n",
};