From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935746AbdACUOQ (ORCPT ); Tue, 3 Jan 2017 15:14:16 -0500 Received: from mail-pg0-f48.google.com ([74.125.83.48]:36220 "EHLO mail-pg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761159AbdACUOI (ORCPT ); Tue, 3 Jan 2017 15:14:08 -0500 Date: Tue, 3 Jan 2017 12:14:06 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Kees Cook Subject: [GIT PULL] gcc-plugins updates for v4.10-rc3 Message-ID: <20170103201406.GA110857@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-rc3. Thanks! -Kees The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88: Linux 4.10-rc2 (2017-01-01 14:31:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v4.10-rc3 for you to fetch changes up to 81d873a87114b05dbb74d1fbf0c4322ba4bfdee4: gcc-plugins: update gcc-common.h for gcc-7 (2017-01-03 12:08:59 -0800) ---------------------------------------------------------------- Small fixes for gcc-plugins when using certain gcc versions: - Update gcc-common.h for gcc 7 from Emese Revfy. - Fix latent_entropy type for early gcc on ARM from PaX Team. ---------------------------------------------------------------- Kees Cook (2): latent_entropy: fix ARM build error on earlier gcc gcc-plugins: update gcc-common.h for gcc-7 scripts/gcc-plugins/gcc-common.h | 85 +++++++++++++++++++++++++++++ scripts/gcc-plugins/latent_entropy_plugin.c | 4 +- 2 files changed, 87 insertions(+), 2 deletions(-) -- Kees Cook Nexus Security