From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Arnd Bergmann <arnd@arndb.de>, Emese Revfy <re.emese@gmail.com>,
Laura Abbott <labbott@redhat.com>,
Nicolas Pitre <nico@linaro.org>,
Russell King <linux@armlinux.org.uk>
Subject: [GIT PULL] gcc-plugins update for v4.21-rc1
Date: Mon, 17 Dec 2018 16:01:32 -0800 [thread overview]
Message-ID: <20181218000132.GA19073@beast> (raw)
Hi Linus,
Please pull this gcc-plugin addition for v4.21-rc1. Both arm and arm64 are
gaining per-task stack canaries (to match x86), but arm is being done with
a gcc plugin, hence it going through the gcc-plugins tree.
Thanks!
-Kees
The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad:
Linux 4.20-rc2 (2018-11-11 17:12:31 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v4.21-rc1
for you to fetch changes up to 189af4657186da08a2e79fb8e906cfd82b2ccddc:
ARM: smp: add support for per-task stack canaries (2018-12-12 13:20:07 -0800)
----------------------------------------------------------------
New gcc-plugin:
- Enable per-task stack protector for ARM (Ard Biesheuvel)
----------------------------------------------------------------
Ard Biesheuvel (1):
ARM: smp: add support for per-task stack canaries
arch/arm/Kconfig | 15 ++++
arch/arm/Makefile | 12 +++
arch/arm/boot/compressed/Makefile | 1 +
arch/arm/include/asm/stackprotector.h | 12 ++-
arch/arm/include/asm/thread_info.h | 3 +
arch/arm/kernel/asm-offsets.c | 4 +
arch/arm/kernel/process.c | 6 +-
scripts/Makefile.gcc-plugins | 6 ++
scripts/gcc-plugins/Kconfig | 4 +
scripts/gcc-plugins/arm_ssp_per_task_plugin.c | 103 ++++++++++++++++++++++++++
10 files changed, 163 insertions(+), 3 deletions(-)
create mode 100644 scripts/gcc-plugins/arm_ssp_per_task_plugin.c
--
Kees Cook
next reply other threads:[~2018-12-18 0:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-18 0:01 Kees Cook [this message]
2018-12-27 22:05 ` [GIT PULL] gcc-plugins update for v4.21-rc1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181218000132.GA19073@beast \
--to=keescook@chromium.org \
--cc=ard.biesheuvel@linaro.org \
--cc=arnd@arndb.de \
--cc=labbott@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=nico@linaro.org \
--cc=re.emese@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox