From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751263AbdFBPUZ (ORCPT ); Fri, 2 Jun 2017 11:20:25 -0400 Received: from shelob.surriel.com ([96.67.55.147]:48104 "EHLO shelob.surriel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751243AbdFBPUX (ORCPT ); Fri, 2 Jun 2017 11:20:23 -0400 From: riel@redhat.com To: linux-kernel@vger.kernel.org Cc: kernel-hardening@lists.openwall.com, akpm@linux-foundation.org, mingo@kernel.org, oleg@redhat.com, lwoodman@redhat.com, mhocko@suse.de, danielmicay@gmail.com, will.deacon@arm.com, benh@kernel.crashing.org Subject: [PATCH 0/6] move mmap_area and PIE binaries away from the stack Date: Fri, 2 Jun 2017 11:20:04 -0400 Message-Id: <20170602152010.2064-1-riel@redhat.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There are a few bugs causing the kernel to sometimes map PIE binaries and the mmap_area where the stack is supposed to go. This series fixes them for x86, ARM64, and PPC. S390 seems to be ok. If people are fine with this approach, I can work my way through other architectures, too.