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


Groups > linux.kernel > #1424829

Re: [RFC v1 3/4] x86, boot: Implement ASLR for kernel memory sections (x86_64)

Path csiph.com!news.freedyn.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [RFC v1 3/4] x86, boot: Implement ASLR for kernel memory sections (x86_64)
Date Fri, 17 Jun 2016 11:10:01 +0200
Message-ID <rKXWN-4zo-11@gated-at.bofh.it> (permalink)
References <rok66-1C3-15@gated-at.bofh.it> <rok67-1C3-29@gated-at.bofh.it>
X-Original-To Thomas Garnier <thgarnie@google.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=f6I/Wy40ES6ZcccVc4MM7x5Fk1nDEh/dhHySDeh4SoM=; b=PyzIKTU8G8CiS4JZa8sxRNbXx6hER5fyUl78zywIYLTXNhxaHnlzp2GAli31hLUDhm X6kS3sDF14F9FjOlQP7AFT2ErG/ZXEjmASgf43yc8gx5FoKrSn7s5xUFAyV/9bsS5+Yb sXNuEK6ncYMy9xoLTrkTBeZ4L7EPtQeFUT+ODg5S5uBzH+SK+266AMBs4hrrT8zVN7cn tG1dhtQ/N/2fCL7MTOZy0RCAfs9jtPPtPSFQqJltjkoW7qEnJSUlFgwYGLMu8NgxY1aK E4wQWyRnewBU9lElmAHS063MpgQUigB3yt/lfrwApMqNsDColruOEG9RmroqgbVA4eHU KD3w==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=f6I/Wy40ES6ZcccVc4MM7x5Fk1nDEh/dhHySDeh4SoM=; b=PojCnNZLQUZ8B93iKd9hirayw8BojjNz8MuGUj5EBrwi80I/bAzymdvUpzVg/N0mNQ gbxqHRxxE/gQqy/xlGhd72jShZhXsqI69pIwbEc0PbiY7Bzo4J4g/yv29/8nSY6BZAFl e2hS0t4PiJplwiYq/rU31NDqfZA2fDnHJQ4NWEUzZ44XzwMKBNB0vpE4MjUJkGQzTUg0 YAurqkXw79TxFsL92XYNr4WvJCn36/SGSDKsaIoMclzmmi+b0m7ZhExxalVHl1xbOC8N l6FD4qjGjPcuzIMyDMfb3131D2zoSk+bNzE1XjavorQ4EUaN+Nt1jBx6EVAJ55XJMu2y cG0A==
X-Gm-Message-State ALyK8tK8Gj3pBS7uBrdqUs+kadLdpxA1aubs2bu6rzPreTYHvlfHlKtJCafhYQXJLxdrqw==
X-Received by 10.28.72.132 with SMTP id v126mr19073919wma.8.1466154453356; Fri, 17 Jun 2016 02:07:33 -0700 (PDT)
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 11
Organization linux.* mail to news gateway
X-Original-Cc "H . Peter Anvin" <hpa@zytor.com>, Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@suse.de>, Andy Lutomirski <luto@kernel.org>, Dmitry Vyukov <dvyukov@google.com>, Paolo Bonzini <pbonzini@redhat.com>, Dan Williams <dan.j.williams@intel.com>, Kees Cook <keescook@chromium.org>, Stephen Smalley <sds@tycho.nsa.gov>, Seth Jennings <sjennings@variantweb.net>, Kefeng Wang <wangkefeng.wang@huawei.com>, Jonathan Corbet <corbet@lwn.net>, Matt Fleming <matt@codeblueprint.co.uk>, Toshi Kani <toshi.kani@hpe.com>, Alexander Kuleshov <kuleshovmail@gmail.com>, Alexander Popov <alpopov@ptsecurity.com>, Joerg Roedel <jroedel@suse.de>, Dave Young <dyoung@redhat.com>, Baoquan He <bhe@redhat.com>, Dave Hansen <dave.hansen@linux.intel.com>, Mark Salter <msalter@redhat.com>, Boris Ostrovsky <boris.ostrovsky@oracle.com>, x86@kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, gthelen@google.com, kernel-hardening@lists.openwall.com
X-Original-Date Fri, 17 Jun 2016 11:07:30 +0200
X-Original-Message-ID <20160617090730.GD4791@gmail.com>
X-Original-References <1460757793-59020-1-git-send-email-thgarnie@google.com> <1460757793-59020-4-git-send-email-thgarnie@google.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1424829

Show key headers only | View raw


* Thomas Garnier <thgarnie@google.com> wrote:

>  arch/x86/include/asm/kaslr.h            |  12 +++

Hm, what tree is this patch against? asm/kaslr.h does not exist upstream or in the 
x86 tree.

Thanks,

	Ingo

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


Thread

Re: [RFC v1 3/4] x86, boot: Implement ASLR for kernel memory  sections (x86_64) Ingo Molnar <mingo@kernel.org> - 2016-06-17 11:10 +0200
  Re: [RFC v1 3/4] x86, boot: Implement ASLR for kernel memory  sections (x86_64) Ingo Molnar <mingo@kernel.org> - 2016-06-17 11:40 +0200
  Re: [RFC v1 3/4] x86, boot: Implement ASLR for kernel memory  sections (x86_64) Ingo Molnar <mingo@kernel.org> - 2016-06-17 11:50 +0200

csiph-web