From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752182AbcF2SWN (ORCPT ); Wed, 29 Jun 2016 14:22:13 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36478 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751784AbcF2SWL (ORCPT ); Wed, 29 Jun 2016 14:22:11 -0400 Date: Wed, 29 Jun 2016 20:28:25 +0200 From: Emese Revfy To: Mark Rutland Cc: Kees Cook , "kernel-hardening@lists.openwall.com" , PaX Team , Brad Spengler , Michal Marek , LKML , Masahiro Yamada , linux-kbuild , minipli@ld-linux.so, Russell King , Catalin Marinas , Rasmus Villemoes , David Brown , "benh@kernel.crashing.org" , Thomas Gleixner , Andrew Morton , jlayton@poochiereds.net, Arnd Bergmann Subject: Re: [kernel-hardening] [PATCH v1 0/2] Introduce the initify gcc plugin Message-Id: <20160629202825.a158189c63860099c076e911@gmail.com> In-Reply-To: <20160629175222.GA8517@leverpostej> References: <20160628133407.10c2ea1ecd194e8085e84c5a@gmail.com> <20160628125748.GK31744@leverpostej> <20160628181456.21c1f567271b6f19fac1d886@gmail.com> <20160629082137.GA16387@leverpostej> <20160629175222.GA8517@leverpostej> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.30; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Jun 2016 18:52:27 +0100 Mark Rutland wrote: > On Wed, Jun 29, 2016 at 09:21:37AM +0100, Mark Rutland wrote: > > On Tue, Jun 28, 2016 at 01:46:04PM -0700, Kees Cook wrote: > > > On Tue, Jun 28, 2016 at 9:14 AM, Emese Revfy wrote: > > > > On Tue, 28 Jun 2016 13:57:49 +0100 > > > > Mark Rutland wrote: > > > > > > > >> On Tue, Jun 28, 2016 at 01:34:07PM +0200, Emese Revfy wrote: > > > >> > This patch set is based on the "Add support for complex gcc plugins that > > > >> > don't fit in a single file" patch set (git/kees/linux.git#kspp HEAD: > > > >> > e5d4798b284cd192c8b). > > > >> > > > >> I was hoping to give this a spin on arm/arm64, but I couldn't find the > > > >> prerequisite branch/tag/commit in that tree: > > > >> > > > >> https://git.kernel.org/cgit/linux/kernel/git/kees/linux.git/commit/?id=e5d4798b284cd192c8b > > > >> > > > >> Where should I be looking? > > > > > > > > Sorry, this commit was disappear. You can apply these patches to this tree: > > > > https://github.com/ephox-gcc-plugins/gcc-plugins_linux-next.git (initify branch) > > g++: fatal error: no input files > compilation terminated. > make[1]: *** [scripts/gcc-plugins/initify_plugin.so] Error 4 > make: *** [gcc-plugins] Error 2 Hi, There are some missing patches from Kees tree that's why I suggested my tree above. -- Emese From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:36478 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751784AbcF2SWL (ORCPT ); Wed, 29 Jun 2016 14:22:11 -0400 Date: Wed, 29 Jun 2016 20:28:25 +0200 From: Emese Revfy Subject: Re: [kernel-hardening] [PATCH v1 0/2] Introduce the initify gcc plugin Message-Id: <20160629202825.a158189c63860099c076e911@gmail.com> In-Reply-To: <20160629175222.GA8517@leverpostej> References: <20160628133407.10c2ea1ecd194e8085e84c5a@gmail.com> <20160628125748.GK31744@leverpostej> <20160628181456.21c1f567271b6f19fac1d886@gmail.com> <20160629082137.GA16387@leverpostej> <20160629175222.GA8517@leverpostej> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Mark Rutland Cc: Kees Cook , "kernel-hardening@lists.openwall.com" , PaX Team , Brad Spengler , Michal Marek , LKML , Masahiro Yamada , linux-kbuild , minipli@ld-linux.so, Russell King , Catalin Marinas , Rasmus Villemoes , David Brown , "benh@kernel.crashing.org" , Thomas Gleixner , Andrew Morton , jlayton@poochiereds.net, Arnd Bergmann On Wed, 29 Jun 2016 18:52:27 +0100 Mark Rutland wrote: > On Wed, Jun 29, 2016 at 09:21:37AM +0100, Mark Rutland wrote: > > On Tue, Jun 28, 2016 at 01:46:04PM -0700, Kees Cook wrote: > > > On Tue, Jun 28, 2016 at 9:14 AM, Emese Revfy wrote: > > > > On Tue, 28 Jun 2016 13:57:49 +0100 > > > > Mark Rutland wrote: > > > > > > > >> On Tue, Jun 28, 2016 at 01:34:07PM +0200, Emese Revfy wrote: > > > >> > This patch set is based on the "Add support for complex gcc plugins that > > > >> > don't fit in a single file" patch set (git/kees/linux.git#kspp HEAD: > > > >> > e5d4798b284cd192c8b). > > > >> > > > >> I was hoping to give this a spin on arm/arm64, but I couldn't find the > > > >> prerequisite branch/tag/commit in that tree: > > > >> > > > >> https://git.kernel.org/cgit/linux/kernel/git/kees/linux.git/commit/?id=e5d4798b284cd192c8b > > > >> > > > >> Where should I be looking? > > > > > > > > Sorry, this commit was disappear. You can apply these patches to this tree: > > > > https://github.com/ephox-gcc-plugins/gcc-plugins_linux-next.git (initify branch) > > g++: fatal error: no input files > compilation terminated. > make[1]: *** [scripts/gcc-plugins/initify_plugin.so] Error 4 > make: *** [gcc-plugins] Error 2 Hi, There are some missing patches from Kees tree that's why I suggested my tree above. -- Emese