Hi Linus, Please pull this build (with older GCC < 6) fix for the ARM stack-protector-per-task plugin for v5.2-rc1.
Thanks! -Kees The following changes since commit e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd: Linux 5.1 (2019-05-05 17:42:58 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v5.2-rc1 for you to fetch changes up to 259799ea5a9aa099a267f3b99e1f7078bbaf5c5e: gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6 (2019-05-10 15:35:01 -0700) ---------------------------------------------------------------- gcc-plugin fix: - ARM stack-protector-per-task plugin: Fix for older GCC < 6 (Chris Packham) ---------------------------------------------------------------- Chris Packham (1): gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6 scripts/gcc-plugins/arm_ssp_per_task_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Kees Cook