From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Cook 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> Return-path: Received: from mail-pg0-f51.google.com ([74.125.83.51]:35490 "EHLO mail-pg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753397AbdFVSGm (ORCPT ); Thu, 22 Jun 2017 14:06:42 -0400 Received: by mail-pg0-f51.google.com with SMTP id 132so10958377pgb.2 for ; Thu, 22 Jun 2017 11:06:41 -0700 (PDT) Sender: linux-arch-owner@vger.kernel.org List-ID: 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 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/