Message ID | 20190118105807.26425-1-ard.biesheuvel@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | gcc-plugins: fixes for arm_ssp_per_task_plugin | expand |
On Fri, Jan 18, 2019 at 2:58 AM Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > > A couple of fixes to permit newer versions of GCC to use the stack > protector plugin for ARM. > > Ard Biesheuvel (2): > gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP mask > gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+ Nice; thanks! It seems like these should go into -rc4, yes? I'll get them queued up for Linus... -Kees > > scripts/gcc-plugins/arm_ssp_per_task_plugin.c | 23 ++++++++++++++++++-- > 1 file changed, 21 insertions(+), 2 deletions(-) > > -- > 2.20.1 >
On Sun, 20 Jan 2019 at 02:51, Kees Cook <keescook@chromium.org> wrote: > > On Fri, Jan 18, 2019 at 2:58 AM Ard Biesheuvel > <ard.biesheuvel@linaro.org> wrote: > > > > A couple of fixes to permit newer versions of GCC to use the stack > > protector plugin for ARM. > > > > Ard Biesheuvel (2): > > gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP mask > > gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+ > > Nice; thanks! It seems like these should go into -rc4, yes? I'll get > them queued up for Linus... > Yes, given that it is new code anyway, let's merge it as fixes.