From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752879AbdKWPCp (ORCPT ); Thu, 23 Nov 2017 10:02:45 -0500 Received: from mga03.intel.com ([134.134.136.65]:40345 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752747AbdKWPCo (ORCPT ); Thu, 23 Nov 2017 10:02:44 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,441,1505804400"; d="scan'208";a="8691918" Subject: Re: [PATCH 00/23] [v4] KAISER: unmap most of the kernel from userspace page tables To: Ingo Molnar References: <20171123003438.48A0EEDE@viggo.jf.intel.com> <20171123072742.ouswjlvevpuincgx@gmail.com> <20171123073254.vafflgq253mhppy5@gmail.com> Cc: linux-kernel@vger.kernel.org, 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: <2d07acca-48ca-a71d-c5e5-99ab309f2870@linux.intel.com> Date: Thu, 23 Nov 2017 07:02:40 -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: <20171123073254.vafflgq253mhppy5@gmail.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 On 11/22/2017 11:32 PM, Ingo Molnar wrote: > diff --git a/arch/x86/events/intel/ds.c b/arch/x86/events/intel/ds.c > index c9f44d7ce838..61388b01962d 100644 > --- a/arch/x86/events/intel/ds.c > +++ b/arch/x86/events/intel/ds.c > @@ -3,7 +3,7 @@ > #include > #include > > -#include > +#include > #include > #include Yes, that looks like the correct fix on both counts. Please let me know if you would like an updated series to fix these, either in email or a git tree.