From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933724AbcLGX71 (ORCPT ); Wed, 7 Dec 2016 18:59:27 -0500 Received: from mail-pg0-f49.google.com ([74.125.83.49]:34955 "EHLO mail-pg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932434AbcLGX70 (ORCPT ); Wed, 7 Dec 2016 18:59:26 -0500 Date: Wed, 7 Dec 2016 15:59:12 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Andrew Donnellan Subject: [GIT PULL] gcc-plugins updates for v4.10-rc1 Message-ID: <20161207235912.GA78118@beast> 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 Hi, Please pull these gcc-plugins changes for v4.10-rc1. Thanks! -Kees The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69: Linux 4.9-rc2 (2016-10-23 17:10:14 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v4.10-rc1 for you to fetch changes up to 215e2aa6c024d27cdbe88e2ea88cb59dcab588eb: gcc-plugins: Adjust Kconfig to avoid cyc_complexity (2016-11-08 16:27:03 -0800) ---------------------------------------------------------------- Minor changes to the gcc plugins: - Add the gcc plugins Makefile to MAINTAINERS to route things correctly - Hide cyc_complexity behind !CONFIG_TEST for the future unhiding of plugins generally. ---------------------------------------------------------------- Andrew Donnellan (1): MAINTAINERS: add GCC plugins Makefile Kees Cook (1): gcc-plugins: Adjust Kconfig to avoid cyc_complexity MAINTAINERS | 1 + arch/Kconfig | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) -- Kees Cook Nexus Security