From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753007AbdKWQU4 (ORCPT ); Thu, 23 Nov 2017 11:20:56 -0500 Received: from mga07.intel.com ([134.134.136.100]:19903 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751956AbdKWQUz (ORCPT ); Thu, 23 Nov 2017 11:20:55 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,441,1505804400"; d="scan'208";a="8712548" Subject: Re: [PATCH 00/23] [v4] KAISER: unmap most of the kernel from userspace page tables To: linux-kernel@vger.kernel.org References: <20171123003438.48A0EEDE@viggo.jf.intel.com> Cc: linux-mm@kvack.org, moritz.lipp@iaik.tugraz.at, daniel.gruss@iaik.tugraz.at, michael.schwarz@iaik.tugraz.at, richard.fellner@student.tugraz.at, luto@kernel.org, torvalds@linux-foundation.org, keescook@google.com, hughd@google.com, x86@kernel.org, jgross@suse.com From: Dave Hansen Message-ID: Date: Thu, 23 Nov 2017 08:20:51 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171123003438.48A0EEDE@viggo.jf.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I've updated these a bit since yesterday with some minor fixes: * Fixed KASLR compile bug * Fixed ds.c compile problem * Changed ulong to pteval_t to fix 32-bit compile problem * Stop mapping cpu_current_top_of_stack (never used until after CR3 switch) Rather than re-spamming everyone, the resulting branch is here: https://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-kaiser.git/log/?h=kaiser-414-tipwip-20171123 If anyone wants to be re-spammed, just say the word.