Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1544982

Re: [tip:x86/urgent] x86/boot: Prevent KASLR and memmap collision

Path csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod
From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [tip:x86/urgent] x86/boot: Prevent KASLR and memmap collision
Date Tue, 20 Dec 2016 09:40:02 +0100
Message-ID <sQo7M-3bu-9@gated-at.bofh.it> (permalink)
References <sIWgh-4bp-9@gated-at.bofh.it> <sQ4sp-77B-3@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=fiR7zuguTde4GI6EZ1crk4tx2RTef9C5wW2CY6FkBcE=; b=LzC2xOWhBTmHa1TL4PyxXjx3Z04CHSwXGjsfzQZdBW7qjZB7Y1eKOmR1pvIP0LvDnN hgO22eTCnVofDIg1UBWAvzhcKu4sODdCk8tw0dvv5IqOZVXm6gnAPrQ5nxSIWs0x4MsM RD3flqhO5+7Hf+QXPiyUfzyfNSxXFJjb+iK52K52topK6mj9DOsJf9qghIT0dMxVNO30 ZOOpskai79ao0MHeViI4JhTjiI5fRVMjLgMZUvDIreMqd1GC1/6lsUcP9kjK0di8y4Mn HlR2jAhLs57T6lhYavYxg2YzUPKLyCelqlkbjylXFyGKmR/MpIN7i18cce7gVeBAdRl+ GSKw==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=fiR7zuguTde4GI6EZ1crk4tx2RTef9C5wW2CY6FkBcE=; b=isiT+6BjuJze7PVe+7b9VSsK3oqGMAor12cQcmJGvFponqZWrFT0yIpwmJxULQ7DJ/ 64PhDWApPtmhFHMhSfjMpVu/PO5CeBGENqJxbr4SHrbgTCZM4F/lwaQBtpk5jiwig7ti RoJJRbAMO2/SS+ZAAgN4ybO7XyGH+Xi5edRW5wNwFRIFdoKcGowZerO/b6pliiX1xSN+ pHOubm012EryJCAqeACHLOw7SR2NUvPPrqzZCX9NtRGn88/su45kq+W39NGp20csP0mI 3S1FgxBaf565rq0yM5H0BhTSyYcCOhoj6QTFiEtTGAquMbroCOBYI7oJlH8M3OQ4kOBJ EJnA==
X-Gm-Message-State AIkVDXK0wqVeeWBm8e9xlBDa+1PIkcTItwkdAbxzoXsIrgQXLM/wQDewIWZWSNZuxuuomQ==
X-Received by 10.194.66.37 with SMTP id c5mr16962026wjt.138.1482222681518; Tue, 20 Dec 2016 00:31:21 -0800 (PST)
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.24 (2015-08-30)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 22
Organization linux.* mail to news gateway
X-Original-Cc linux-tip-commits@vger.kernel.org, Kees Cook <keescook@chromium.org>
X-Original-Date Tue, 20 Dec 2016 09:31:18 +0100
X-Original-Message-ID <20161220083118.GA810@gmail.com>
X-Original-References <148044760044.153060.616417783293212181.stgit@djiang5-desk3.ch.intel.com> <tip-d1a5058c063d9e0aaaf4d360d0f8074ee55ed096@git.kernel.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1544982

Show key headers only | View raw


* tip-bot for Dave Jiang <tipbot@zytor.com> wrote:

> Commit-ID:  d1a5058c063d9e0aaaf4d360d0f8074ee55ed096
> Gitweb:     http://git.kernel.org/tip/d1a5058c063d9e0aaaf4d360d0f8074ee55ed096
> Author:     Dave Jiang <dave.jiang@intel.com>
> AuthorDate: Tue, 29 Nov 2016 12:26:40 -0700
> Committer:  Thomas Gleixner <tglx@linutronix.de>
> 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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[tip:x86/urgent] x86/boot: Prevent KASLR and memmap collision tip-bot for Dave Jiang <tipbot@zytor.com> - 2016-12-19 12:40 +0100
  Re: [tip:x86/urgent] x86/boot: Prevent KASLR and memmap collision Ingo Molnar <mingo@kernel.org> - 2016-12-20 09:40 +0100
    Re: [tip:x86/urgent] x86/boot: Prevent KASLR and memmap collision Dave Jiang <dave.jiang@intel.com> - 2016-12-20 19:30 +0100

csiph-web