diff options
Diffstat (limited to 'scripts/gcc-plugins/randomize_layout_plugin.c')
-rw-r--r-- | scripts/gcc-plugins/randomize_layout_plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gcc-plugins/randomize_layout_plugin.c b/scripts/gcc-plugins/randomize_layout_plugin.c index 2e710bf29699..c07818dac401 100644 --- a/scripts/gcc-plugins/randomize_layout_plugin.c +++ b/scripts/gcc-plugins/randomize_layout_plugin.c | |||
@@ -48,6 +48,8 @@ struct whitelist_entry { | |||
48 | static const struct whitelist_entry whitelist[] = { | 48 | static const struct whitelist_entry whitelist[] = { |
49 | /* unix_skb_parms via UNIXCB() buffer */ | 49 | /* unix_skb_parms via UNIXCB() buffer */ |
50 | { "net/unix/af_unix.c", "unix_skb_parms", "char" }, | 50 | { "net/unix/af_unix.c", "unix_skb_parms", "char" }, |
51 | /* big_key payload.data struct splashing */ | ||
52 | { "security/keys/big_key.c", "path", "void *" }, | ||
51 | /* walk struct security_hook_heads as an array of struct list_head */ | 53 | /* walk struct security_hook_heads as an array of struct list_head */ |
52 | { "security/security.c", "list_head", "security_hook_heads" }, | 54 | { "security/security.c", "list_head", "security_hook_heads" }, |
53 | { } | 55 | { } |