aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/stackleak_plugin.c
AgeCommit message (Expand)Author
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner
2022-05-24gcc-plugins: use KERNELVERSION for plugin versionMasahiro Yamada
2022-05-10gcc-plugins: Change all version strings match kernelKees Cook
2022-02-06gcc-plugins/stackleak: Ignore .noinstr.text and .entry.textKees Cook
2022-02-06gcc-plugins/stackleak: Exactly match strings instead of prefixesKees Cook
2020-12-04gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada
2020-06-24gcc-plugins/stackleak: Add 'verbose' plugin parameterAlexander Popov
2020-06-24gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov
2020-04-13gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook
2018-12-06stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov