From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-x230.google.com (mail-pg0-x230.google.com [IPv6:2607:f8b0:400e:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wtqKH20dpzDr2D for ; Fri, 23 Jun 2017 04:06:43 +1000 (AEST) Received: by mail-pg0-x230.google.com with SMTP id f127so10968282pgc.0 for ; Thu, 22 Jun 2017 11:06:43 -0700 (PDT) From: Kees Cook To: Andrew Morton Cc: Kees Cook , Russell King , Catalin Marinas , Will Deacon , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Martin Schwidefsky , Heiko Carstens , James Hogan , Pratyush Anand , Ingo Molnar , linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, kernel-hardening@lists.openwall.com Subject: [PATCH 0/4] Reduce ELF_ET_DYN_BASE Date: Thu, 22 Jun 2017 11:06:28 -0700 Message-Id: <1498154792-49952-1-git-send-email-keescook@chromium.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a follow-up to "binfmt_elf: Use ELF_ET_DYN_BASE only for PIE"[1], which allow ELF_ET_DYN_BASE to be reduced from high in the address space. That patch only changed x86, and this series changes arm, arm64, powerpc, and s390. Since these depend on the mentioned patch (which I'm hoping akpm will pick up), I'm hoping to get arch-maintainer Acks for these (so they can be carried all together). Thanks! -Kees [1] https://patchwork.kernel.org/patch/9802387/