From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933248AbdKATFr (ORCPT ); Wed, 1 Nov 2017 15:05:47 -0400 Received: from mail-io0-f180.google.com ([209.85.223.180]:48938 "EHLO mail-io0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932209AbdKATFq (ORCPT ); Wed, 1 Nov 2017 15:05:46 -0400 X-Google-Smtp-Source: ABhQp+TGLm/usDUfyoaRui/BxK891KGxddJCh+1D57+BDSRH8kRfmoRoui1rEShUgQ8n9pbCOiGMKfTag/zyekc6Nwg= MIME-Version: 1.0 In-Reply-To: <5005a38e-4dbf-d302-9a82-97c92d0f8f07@linux.intel.com> References: <20171031223146.6B47C861@viggo.jf.intel.com> <9e45a167-3528-8f93-80bf-c333ae6acb71@linux.intel.com> <8bacac66-7d3e-b15d-a73b-92c55c0b1908@linux.intel.com> <5005a38e-4dbf-d302-9a82-97c92d0f8f07@linux.intel.com> From: Linus Torvalds Date: Wed, 1 Nov 2017 12:05:44 -0700 X-Google-Sender-Auth: bqq0QOmuaSZ05ZvWmdw20gOeZ1E Message-ID: Subject: Re: [PATCH 00/23] KAISER: unmap most of the kernel from userspace page tables To: Dave Hansen Cc: Andy Lutomirski , Linux Kernel Mailing List , linux-mm , Kees Cook , Hugh Dickins Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 1, 2017 at 11:46 AM, Dave Hansen wrote: > > The vmalloc()'d stacks definitely need the page table walk. Ugh, yes. Nasty. Andy at some point mentioned a per-cpu initial stack trampoline thing for his exception patches, but I'm not sure he actually ever did that. Andy? Linus