From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757343AbcLTIbY (ORCPT ); Tue, 20 Dec 2016 03:31:24 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:33477 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753439AbcLTIbX (ORCPT ); Tue, 20 Dec 2016 03:31:23 -0500 Date: Tue, 20 Dec 2016 09:31:18 +0100 From: Ingo Molnar To: dave.jiang@intel.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, hpa@zytor.com Cc: linux-tip-commits@vger.kernel.org, Kees Cook Subject: Re: [tip:x86/urgent] x86/boot: Prevent KASLR and memmap collision Message-ID: <20161220083118.GA810@gmail.com> References: <148044760044.153060.616417783293212181.stgit@djiang5-desk3.ch.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * tip-bot for Dave Jiang wrote: > Commit-ID: d1a5058c063d9e0aaaf4d360d0f8074ee55ed096 > Gitweb: http://git.kernel.org/tip/d1a5058c063d9e0aaaf4d360d0f8074ee55ed096 > Author: Dave Jiang > AuthorDate: Tue, 29 Nov 2016 12:26:40 -0700 > Committer: Thomas Gleixner > CommitDate: Mon, 19 Dec 2016 12:27:52 +0100 > > x86/boot: Prevent KASLR and memmap collision This commit breaks the 32-bit build (allyesconfig32 and allmodconfig32): ld: -r and -shared may not be used together scripts/Makefile.build:293: recipe for target 'arch/x86/boot/compressed/kaslr.o' failed make[2]: *** [arch/x86/boot/compressed/kaslr.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Thanks, Ingo