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 dc0df3765a8f..2e710bf29699 100644 --- a/scripts/gcc-plugins/randomize_layout_plugin.c +++ b/scripts/gcc-plugins/randomize_layout_plugin.c | |||
@@ -46,6 +46,8 @@ struct whitelist_entry { | |||
46 | }; | 46 | }; |
47 | 47 | ||
48 | static const struct whitelist_entry whitelist[] = { | 48 | static const struct whitelist_entry whitelist[] = { |
49 | /* unix_skb_parms via UNIXCB() buffer */ | ||
50 | { "net/unix/af_unix.c", "unix_skb_parms", "char" }, | ||
49 | /* walk struct security_hook_heads as an array of struct list_head */ | 51 | /* walk struct security_hook_heads as an array of struct list_head */ |
50 | { "security/security.c", "list_head", "security_hook_heads" }, | 52 | { "security/security.c", "list_head", "security_hook_heads" }, |
51 | { } | 53 | { } |