From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752515AbbBSI2D (ORCPT ); Thu, 19 Feb 2015 03:28:03 -0500 Received: from mail.skyhub.de ([78.46.96.112]:48076 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751027AbbBSI2A (ORCPT ); Thu, 19 Feb 2015 03:28:00 -0500 Date: Thu, 19 Feb 2015 09:27:08 +0100 From: Borislav Petkov To: x86-ml Cc: lkml Subject: [GIT PULL] KASLR updates Message-ID: <20150219082708.GA31218@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi guys, please pull, thanks. --- The following changes since commit bfa76d49576599a4b9f9b7a71f23d73d6dcff735: Linux 3.19 (2015-02-08 18:54:22 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/tip_x86_kaslr for you to fetch changes up to 601ac5b3a50c861a5da6f01ea06925129c93c866: x86, ASLR: Fix stack randomization on 64-bit systems (2015-02-18 10:13:51 +0100) ---------------------------------------------------------------- * A global flag announcing KASLR state so that relevant code can do informed decisions based on its setting. From Jiri Kosina. * A stack randomization entropy decrease fix, from Hector Marco-Gisbert. ---------------------------------------------------------------- Hector Marco-Gisbert (1): x86, ASLR: Fix stack randomization on 64-bit systems Jiri Kosina (1): x86, kaslr: Propagate base load address calculation arch/x86/boot/compressed/aslr.c | 34 +++++++++++++++++++++++++++++++++- arch/x86/boot/compressed/misc.c | 3 ++- arch/x86/boot/compressed/misc.h | 6 ++++-- arch/x86/include/asm/page_types.h | 3 +++ arch/x86/include/uapi/asm/bootparam.h | 1 + arch/x86/kernel/module.c | 11 ++--------- arch/x86/kernel/setup.c | 22 ++++++++++++++++++---- arch/x86/mm/mmap.c | 6 +++--- fs/binfmt_elf.c | 5 +++-- 9 files changed, 69 insertions(+), 22 deletions(-) -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --