From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752174AbcHIBES (ORCPT ); Mon, 8 Aug 2016 21:04:18 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:34460 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751582AbcHIBER (ORCPT ); Mon, 8 Aug 2016 21:04:17 -0400 Date: Mon, 8 Aug 2016 18:04:14 -0700 From: Kees Cook To: Linus Torvalds Cc: Emese Revfy , Laura Abbott , PaX Team , linux-kernel@vger.kernel.org Subject: [GIT PULL] gcc-plugin-infrastructure updates for v4.8-rc2 Message-ID: <20160809010414.GA11494@www.outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 574673c231a5fad1560249cc3a598907acb36cf9: printk: Remove unnecessary #ifdef CONFIG_PRINTK (2016-08-08 11:29:39 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugin-infrastructure-v4.8-rc2 for you to fetch changes up to caefd8c9a9fb06811e07bf3571e5d4450846b16a: gcc-plugins: Add support for plugin subdirectories (2016-08-08 17:53:05 -0700) ---------------------------------------------------------------- Several fixes/improvements for the gcc plugin infrastructure: - Fixes a problem with gcc plugins interfering with cc-option tests. - Aborts more gracefully when gcc plugin headers or compiler support is missing. - Improves the gcc plugin rule generation to be more dynamic, pass arguments, and build from subdirectories. ---------------------------------------------------------------- Emese Revfy (4): kbuild: no gcc-plugins during cc-option tests gcc-plugins: Add support for passing plugin arguments gcc-plugins: Automate make rule generation gcc-plugins: Add support for plugin subdirectories Kees Cook (1): gcc-plugins: abort builds cleanly when not supported Makefile | 7 ------- scripts/Kbuild.include | 10 +++++++--- scripts/Makefile.gcc-plugins | 39 ++++++++++++++++++++++++++++----------- scripts/gcc-plugin.sh | 14 ++++++++++++++ scripts/gcc-plugins/Makefile | 12 +++++++----- 5 files changed, 56 insertions(+), 26 deletions(-) -- Kees Cook Nexus Security