aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/randomize_layout_plugin.c
AgeCommit message (Expand)Author
2023-11-27gcc-plugins: randstruct: Update code comment in relayout_struct()Gustavo A. R. Silva
2023-11-08gcc-plugins: randstruct: Only warn about true flexible arraysKees Cook
2023-10-08randstruct: Fix gcc-plugin performance mode to stay in groupKees Cook
2022-05-24gcc-plugins: use KERNELVERSION for plugin versionMasahiro Yamada
2022-05-16gcc-plugins: randstruct: Remove cast exception handlingKees Cook
2022-05-16af_unix: Silence randstruct GCC plugin warningKees Cook
2022-05-16niu: Silence randstruct warningsKees Cook
2022-05-16big_keys: Use struct for internal payloadKees Cook
2022-05-10gcc-plugins: Change all version strings match kernelKees Cook
2022-04-13security: don't treat structure as an array of struct hlist_headBill Wendling
2020-12-04gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada
2019-07-31randstruct: Check member structs in is_pure_ops_struct()Joonwon Kang
2018-03-31security: convert security hooks to use hlistSargun Dhillon
2018-02-05gcc-plugins: Use dynamic initializersKees Cook
2017-08-01randstruct: Enable function pointer struct detectionKees Cook
2017-06-22randstruct: Whitelist NIU struct page overloadingKees Cook
2017-06-22randstruct: Whitelist big_key path struct overloadingKees Cook
2017-06-22randstruct: Whitelist UNIXCB castKees Cook
2017-06-22randstruct: Whitelist struct security_hook_heads castKees Cook
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook