From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932068AbcFQJkV (ORCPT ); Fri, 17 Jun 2016 05:40:21 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34648 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752815AbcFQJkS (ORCPT ); Fri, 17 Jun 2016 05:40:18 -0400 Date: Fri, 17 Jun 2016 11:40:13 +0200 From: Ingo Molnar To: Thomas Garnier Cc: "H . Peter Anvin" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Andy Lutomirski , Dmitry Vyukov , Paolo Bonzini , Dan Williams , Kees Cook , Stephen Smalley , Seth Jennings , Kefeng Wang , Jonathan Corbet , Matt Fleming , Toshi Kani , Alexander Kuleshov , Alexander Popov , Joerg Roedel , Dave Young , Baoquan He , Dave Hansen , Mark Salter , Boris Ostrovsky , x86@kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, gthelen@google.com, kernel-hardening@lists.openwall.com Subject: Re: [RFC v1 3/4] x86, boot: Implement ASLR for kernel memory sections (x86_64) Message-ID: <20160617094013.GA16650@gmail.com> References: <1460757793-59020-1-git-send-email-thgarnie@google.com> <1460757793-59020-4-git-send-email-thgarnie@google.com> <20160617090730.GD4791@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160617090730.GD4791@gmail.com> 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 * Ingo Molnar wrote: > > * Thomas Garnier 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. So the problem is that this file gets introduced by: [PATCH v5 1/4] x86, boot: Refactor KASLR entropy functions ... but that patch did not get carried over into this series: [PATCH v6 0/3] x86/mm: memory area address KASLR Thanks, Ingo