diff options
Diffstat (limited to 'scripts/gcc-plugins/randomize_layout_plugin.c')
-rw-r--r-- | scripts/gcc-plugins/randomize_layout_plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gcc-plugins/randomize_layout_plugin.c b/scripts/gcc-plugins/randomize_layout_plugin.c index c4a345c3715b..6d5bbd31db7f 100644 --- a/scripts/gcc-plugins/randomize_layout_plugin.c +++ b/scripts/gcc-plugins/randomize_layout_plugin.c | |||
@@ -52,8 +52,8 @@ static const struct whitelist_entry whitelist[] = { | |||
52 | { "net/unix/af_unix.c", "unix_skb_parms", "char" }, | 52 | { "net/unix/af_unix.c", "unix_skb_parms", "char" }, |
53 | /* big_key payload.data struct splashing */ | 53 | /* big_key payload.data struct splashing */ |
54 | { "security/keys/big_key.c", "path", "void *" }, | 54 | { "security/keys/big_key.c", "path", "void *" }, |
55 | /* walk struct security_hook_heads as an array of struct list_head */ | 55 | /* walk struct security_hook_heads as an array of struct hlist_head */ |
56 | { "security/security.c", "list_head", "security_hook_heads" }, | 56 | { "security/security.c", "hlist_head", "security_hook_heads" }, |
57 | { } | 57 | { } |
58 | }; | 58 | }; |
59 | 59 | ||