From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752639AbcF1Uqd (ORCPT ); Tue, 28 Jun 2016 16:46:33 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:37641 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752358AbcF1UqQ (ORCPT ); Tue, 28 Jun 2016 16:46:16 -0400 MIME-Version: 1.0 In-Reply-To: <20160628181456.21c1f567271b6f19fac1d886@gmail.com> References: <20160628133407.10c2ea1ecd194e8085e84c5a@gmail.com> <20160628125748.GK31744@leverpostej> <20160628181456.21c1f567271b6f19fac1d886@gmail.com> From: Kees Cook Date: Tue, 28 Jun 2016 13:46:04 -0700 X-Google-Sender-Auth: qgZUK9x4mZ6pCArALmYpPzaPoo8 Message-ID: Subject: Re: [kernel-hardening] [PATCH v1 0/2] Introduce the initify gcc plugin To: Emese Revfy Cc: Mark Rutland , "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 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 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) The linux-next tree should have what you need for the plugin support. This is merging from my KSPP tree: https://git.kernel.org/linux/kernel/git/kees/linux.git for-next/kspp -Kees -- Kees Cook Chrome OS & Brillo Security From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com ([74.125.82.42]:35891 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752334AbcF1UqQ (ORCPT ); Tue, 28 Jun 2016 16:46:16 -0400 Received: by mail-wm0-f42.google.com with SMTP id f126so155309783wma.1 for ; Tue, 28 Jun 2016 13:46:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160628181456.21c1f567271b6f19fac1d886@gmail.com> References: <20160628133407.10c2ea1ecd194e8085e84c5a@gmail.com> <20160628125748.GK31744@leverpostej> <20160628181456.21c1f567271b6f19fac1d886@gmail.com> From: Kees Cook Date: Tue, 28 Jun 2016 13:46:04 -0700 Message-ID: Subject: Re: [kernel-hardening] [PATCH v1 0/2] Introduce the initify gcc plugin Content-Type: text/plain; charset=UTF-8 Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Emese Revfy Cc: Mark Rutland , "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 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) The linux-next tree should have what you need for the plugin support. This is merging from my KSPP tree: https://git.kernel.org/linux/kernel/git/kees/linux.git for-next/kspp -Kees -- Kees Cook Chrome OS & Brillo Security