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 c07818dac401..cdaac8c66734 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 | /* NIU overloads mapping with page struct */ | ||
50 | { "drivers/net/ethernet/sun/niu.c", "page", "address_space" }, | ||
49 | /* unix_skb_parms via UNIXCB() buffer */ | 51 | /* unix_skb_parms via UNIXCB() buffer */ |
50 | { "net/unix/af_unix.c", "unix_skb_parms", "char" }, | 52 | { "net/unix/af_unix.c", "unix_skb_parms", "char" }, |
51 | /* big_key payload.data struct splashing */ | 53 | /* big_key payload.data struct splashing */ |