From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Cook Date: Thu, 22 Jun 2017 11:06:28 -0700 Message-Id: <1498154792-49952-1-git-send-email-keescook@chromium.org> Subject: [kernel-hardening] [PATCH 0/4] Reduce ELF_ET_DYN_BASE List-Archive: List-Post: 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 List-ID: 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/