Re: [GIT PULL] gcc-plugin updates for v4.20-rc6

2018-12-07 Thread pr-tracker-bot
The pull request you sent on Fri, 7 Dec 2018 09:08:45 -0800:

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

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

Thank you!

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


Re: [GIT PULL] gcc-plugin updates for v4.20-rc6

2018-12-07 Thread pr-tracker-bot
The pull request you sent on Fri, 7 Dec 2018 09:08:45 -0800:

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

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

Thank you!

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


[GIT PULL] gcc-plugin updates for v4.20-rc6

2018-12-07 Thread Kees Cook
Hi Linus,

Please pull these gcc-plugin fixes for v4.20-rc6.

Thanks!

-Kees

The following changes since commit ef1a8409348966f0b25ff97a170d6d0367710ea9:

  stackleak: Disable function tracing and kprobes for stackleak_erase() 
(2018-11-30 09:05:07 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git 
tags/gcc-plugins-v4.20-rc6

for you to fetch changes up to 8fb2dfb228df785bbeb4d055a74402ef4b07fc25:

  stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' pass 
(2018-12-06 09:10:23 -0800)


Fixes for stackleak

- Remove tracing for inserted stack depth marking function (Anders Roxell)
- Move gcc-plugin pass location to avoid objtool warnings (Alexander Popov)


Alexander Popov (1):
  stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' 
pass

Anders Roxell (1):
  stackleak: Mark stackleak_track_stack() as notrace

 kernel/stackleak.c | 2 +-
 scripts/gcc-plugins/stackleak_plugin.c | 8 +---
 2 files changed, 6 insertions(+), 4 deletions(-)

-- 
Kees Cook


[GIT PULL] gcc-plugin updates for v4.20-rc6

2018-12-07 Thread Kees Cook
Hi Linus,

Please pull these gcc-plugin fixes for v4.20-rc6.

Thanks!

-Kees

The following changes since commit ef1a8409348966f0b25ff97a170d6d0367710ea9:

  stackleak: Disable function tracing and kprobes for stackleak_erase() 
(2018-11-30 09:05:07 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git 
tags/gcc-plugins-v4.20-rc6

for you to fetch changes up to 8fb2dfb228df785bbeb4d055a74402ef4b07fc25:

  stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' pass 
(2018-12-06 09:10:23 -0800)


Fixes for stackleak

- Remove tracing for inserted stack depth marking function (Anders Roxell)
- Move gcc-plugin pass location to avoid objtool warnings (Alexander Popov)


Alexander Popov (1):
  stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' 
pass

Anders Roxell (1):
  stackleak: Mark stackleak_track_stack() as notrace

 kernel/stackleak.c | 2 +-
 scripts/gcc-plugins/stackleak_plugin.c | 8 +---
 2 files changed, 6 insertions(+), 4 deletions(-)

-- 
Kees Cook