All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gcc-plugins update for v4.21-rc1
@ 2018-12-18  0:01 Kees Cook
  2018-12-27 22:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2018-12-18  0:01 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Ard Biesheuvel, Arnd Bergmann, Emese Revfy,
	Laura Abbott, Nicolas Pitre, Russell King

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] gcc-plugins update for v4.21-rc1
  2018-12-18  0:01 [GIT PULL] gcc-plugins update for v4.21-rc1 Kees Cook
@ 2018-12-27 22:05 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2018-12-27 22:05 UTC (permalink / raw)
  To: Kees Cook
  Cc: Linus Torvalds, linux-kernel, Ard Biesheuvel, Arnd Bergmann,
	Emese Revfy, Laura Abbott, Nicolas Pitre, Russell King

The pull request you sent on Mon, 17 Dec 2018 16:01:32 -0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v4.21-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c6f1b355d451680a45d63ce66cea67057c938a87

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-27 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-18  0:01 [GIT PULL] gcc-plugins update for v4.21-rc1 Kees Cook
2018-12-27 22:05 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.