From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422752AbcFMUPp (ORCPT ); Mon, 13 Jun 2016 16:15:45 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:38327 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753684AbcFMUPn (ORCPT ); Mon, 13 Jun 2016 16:15:43 -0400 MIME-Version: 1.0 In-Reply-To: References: <20160611161212.GA29370@www.outflux.net> From: Kees Cook Date: Mon, 13 Jun 2016 13:15:40 -0700 X-Google-Sender-Auth: molXsws9OUEL_SFVXnJjJaJfKhU Message-ID: Subject: Re: [PATCH] gcc-plugins: disable under COMPILE_TEST To: Sedat Dilek Cc: Michal Marek , Stephen Rothwell , Emese Revfy , Paul Gortmaker , Sudip Mukherjee , Linux-Next , LKML , "kernel-hardening@lists.openwall.com" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 13, 2016 at 1:40 AM, Sedat Dilek wrote: > On Sat, Jun 11, 2016 at 6:12 PM, Kees Cook wrote: >> Since adding the gcc plugin development headers is required for the >> gcc plugin support, we should ease into this new kernel build dependency >> more slowly. For now, disable the gcc plugins under COMPILE_TEST so that >> all*config builds will skip it. >> > > [ This might be a bit off-topic - Feel free to answer ] > > Hi, > > I want to try that new "GCC-plugin" feature. > Do you have a Git repo for "easy-testing"? Start with linux-next. It has the basic infrastructure. The "latent_entropy" plugin is in my kssp tree here: http://git.kernel.org/cgit/linux/kernel/git/kees/linux.git/log/?h=kspp/gcc-plugins/latent_entropy though it is not the most up to date version. > Does the kernel's build-system check for installed "gcc-plugin > development headers"? Yes, when the plugins have been selected. > Which GCC versions support "gcc-plugin" feature? gcc-4.5 and newer. > I am here on Ubuntu/precise AMD64 and have gcc-4.6.4 and gcc-4.9.2. I strongly recommend upgrading to Ubuntu 16.04, but regardless, using gcc 4.9 should be fine. > [ Optional ] > What about the topic and support for "LLVM/Clang and hardening" of the > Linux-kernel? I haven't been involved in that project, sorry. -Kees -- Kees Cook Chrome OS & Brillo Security