Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull gcc-plugins updates from Kees Cook: "This adds additional type coverage to the existing structleak plugin and adds a large set of selftests to help evaluate stack variable zero-initialization coverage. That can be used to test whatever instrumentation might be performing zero-initialization: either with the structleak plugin or with Clang's coming "-ftrivial-auto-var-init=zero" option. Summary: - Add scalar and array initialization coverage - Refactor Kconfig to make options more clear - Add self-test module for testing automatic initialization" * tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: lib: Introduce test_stackinit module gcc-plugins: structleak: Generalize to all variable types
Showing
- lib/Kconfig.debug 10 additions, 0 deletionslib/Kconfig.debug
- lib/Makefile 1 addition, 0 deletionslib/Makefile
- lib/test_stackinit.c 378 additions, 0 deletionslib/test_stackinit.c
- scripts/Makefile.gcc-plugins 2 additions, 0 deletionsscripts/Makefile.gcc-plugins
- scripts/gcc-plugins/Kconfig 47 additions, 11 deletionsscripts/gcc-plugins/Kconfig
- scripts/gcc-plugins/structleak_plugin.c 25 additions, 11 deletionsscripts/gcc-plugins/structleak_plugin.c
Loading
Please register or sign in to comment