From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752573AbdCIVpa (ORCPT ); Thu, 9 Mar 2017 16:45:30 -0500 Received: from mail-pg0-f46.google.com ([74.125.83.46]:33816 "EHLO mail-pg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750739AbdCIVp3 (ORCPT ); Thu, 9 Mar 2017 16:45:29 -0500 Date: Thu, 9 Mar 2017 13:39:21 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Arnd Bergmann Subject: [GIT PULL] gcc-plugins updates for v4.11-rc2 Message-ID: <20170309213921.GA90266@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 this gcc-plugins fix for v4.11-rc2. Thanks! -Kees The following changes since commit 5a45a4c5c3f5e36a03770deb102ca6ba256ff3d7: gcc-plugins: consolidate on PASS_INFO macro (2017-01-13 14:20:03 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v4.11-rc2 for you to fetch changes up to dcc235279a52d49023d4f1af7c3ed468a97015ae: gcc-plugins: fix sancov_plugin for gcc-5 (2017-02-27 14:10:10 -0800) ---------------------------------------------------------------- Fixes a typo in sancov plugin, exposed in earlier compiler versions ---------------------------------------------------------------- Arnd Bergmann (1): gcc-plugins: fix sancov_plugin for gcc-5 scripts/gcc-plugins/sancov_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Kees Cook Pixel Security