Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull gcc plugins update from Kees Cook: "This finishes the porting work on randstruct, and introduces a new option to structleak, both noted below: - For the randstruct plugin, enable automatic randomization of structures that are entirely function pointers (along with a couple designated initializer fixes). - For the structleak plugin, provide an option to perform zeroing initialization of all otherwise uninitialized stack variables that are passed by reference (Ard Biesheuvel)" * tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: gcc-plugins: structleak: add option to init all vars used as byref args randstruct: Enable function pointer struct detection drivers/net/wan/z85230.c: Use designated initializers drm/amd/powerplay: rv: Use designated initializers
No related branches found
No related tags found
Showing
- arch/Kconfig 14 additions, 5 deletionsarch/Kconfig
- drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c 4 additions, 4 deletionsdrivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c
- drivers/net/wan/z85230.c 14 additions, 16 deletionsdrivers/net/wan/z85230.c
- scripts/Makefile.gcc-plugins 1 addition, 0 deletionsscripts/Makefile.gcc-plugins
- scripts/gcc-plugins/randomize_layout_plugin.c 0 additions, 3 deletionsscripts/gcc-plugins/randomize_layout_plugin.c
- scripts/gcc-plugins/structleak_plugin.c 11 additions, 2 deletionsscripts/gcc-plugins/structleak_plugin.c
Please register or sign in to comment