From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Alexander Popov <alex.popov@linux.com>,
Masahiro Yamada <yamada.masahiro@socionext.com>
Subject: [GIT PULL] gcc-plugin cleanups for v4.19-rc1
Date: Wed, 15 Aug 2018 11:40:51 -0700 [thread overview]
Message-ID: <20180815184051.GA28557@beast> (raw)
Hi,
Please pull these gcc-plugin cleanups for v4.19-rc1. This moves the Kconfig
menu around, makes the Makefile more readable, and clean up a function
declaration.
Thanks!
-Kees
The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:
Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugin-cleanup-v4.19-rc1
for you to fetch changes up to 45d9a1e3cc45efee6c0ef82b77269d6944d9d8a5:
gcc-plugins: Clean up the cgraph_create_edge* macros (2018-07-24 16:14:06 -0700)
----------------------------------------------------------------
- Kconfig and Makefile clean-ups (Masahiro Yamada, Kees Cook)
- gcc-common.h definition clean-ups (Alexander Popov)
----------------------------------------------------------------
Alexander Popov (1):
gcc-plugins: Clean up the cgraph_create_edge* macros
Kees Cook (1):
gcc-plugins: Regularize Makefile.gcc-plugins
Masahiro Yamada (2):
gcc-plugins: remove unused GCC_PLUGIN_SUBDIR
gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/Kconfig
arch/Kconfig | 146 +--------------------------------------
scripts/Makefile.gcc-plugins | 37 ++++++----
scripts/gcc-plugins/Kconfig | 142 +++++++++++++++++++++++++++++++++++++
scripts/gcc-plugins/Makefile | 5 --
scripts/gcc-plugins/gcc-common.h | 26 ++++---
5 files changed, 184 insertions(+), 172 deletions(-)
create mode 100644 scripts/gcc-plugins/Kconfig
--
Kees Cook
Pixel Security
reply other threads:[~2018-08-15 18:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20180815184051.GA28557@beast \
--to=keescook@chromium.org \
--cc=alex.popov@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=yamada.masahiro@socionext.com \
/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 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.