From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753756AbcKARjV (ORCPT ); Tue, 1 Nov 2016 13:39:21 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:33422 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753283AbcKARjU (ORCPT ); Tue, 1 Nov 2016 13:39:20 -0400 Date: Tue, 1 Nov 2016 10:39:18 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Kees Cook Subject: [GIT PULL] gcc-plugin fixes for v4.9-rc4 Message-ID: <20161101173918.GA72117@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-plugin fixes for v4.9-rc4. 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.9-rc4 for you to fetch changes up to 58bea4144d235cee5bb51203b032ddafd6d1cf8d: latent_entropy: Fix wrong gcc code generation with 64 bit variables (2016-10-31 11:30:41 -0700) ---------------------------------------------------------------- - make sure required exports from gcc plugins are visible to gcc - switch latent_entropy to unsigned long to avoid stack frame bloat ---------------------------------------------------------------- Kees Cook (2): gcc-plugins: Export symbols needed by gcc latent_entropy: Fix wrong gcc code generation with 64 bit variables mm/page_alloc.c | 2 +- scripts/gcc-plugins/cyc_complexity_plugin.c | 4 ++-- scripts/gcc-plugins/gcc-common.h | 1 + scripts/gcc-plugins/latent_entropy_plugin.c | 25 ++++++++++++------------- scripts/gcc-plugins/sancov_plugin.c | 4 ++-- 5 files changed, 18 insertions(+), 18 deletions(-) -- Kees Cook Nexus Security