diff options
Diffstat (limited to 'scripts/gcc-plugins')
-rw-r--r-- | scripts/gcc-plugins/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/gcc-plugins/Kconfig b/scripts/gcc-plugins/Kconfig index d45f7f36b859..d9fd9988ef27 100644 --- a/scripts/gcc-plugins/Kconfig +++ b/scripts/gcc-plugins/Kconfig | |||
@@ -68,10 +68,6 @@ config GCC_PLUGIN_LATENT_ENTROPY | |||
68 | 68 | ||
69 | config GCC_PLUGIN_STRUCTLEAK | 69 | config GCC_PLUGIN_STRUCTLEAK |
70 | bool "Force initialization of variables containing userspace addresses" | 70 | bool "Force initialization of variables containing userspace addresses" |
71 | # Currently STRUCTLEAK inserts initialization out of live scope of | ||
72 | # variables from KASAN point of view. This leads to KASAN false | ||
73 | # positive reports. Prohibit this combination for now. | ||
74 | depends on !KASAN_EXTRA | ||
75 | help | 71 | help |
76 | This plugin zero-initializes any structures containing a | 72 | This plugin zero-initializes any structures containing a |
77 | __user attribute. This can prevent some classes of information | 73 | __user attribute. This can prevent some classes of information |