From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752355AbdKWHdC (ORCPT ); Thu, 23 Nov 2017 02:33:02 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:36230 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206AbdKWHc6 (ORCPT ); Thu, 23 Nov 2017 02:32:58 -0500 X-Google-Smtp-Source: AGs4zMYJCUXNL85+SjLW51LHlV+5s6lrLvIV5d1EvLJ2gxD9+hi1XvHzpKUgWDGoO+mZbYracmwbLA== Date: Thu, 23 Nov 2017 08:32:54 +0100 From: Ingo Molnar To: Dave Hansen 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 Subject: Re: [PATCH 00/23] [v4] KAISER: unmap most of the kernel from userspace page tables Message-ID: <20171123073254.vafflgq253mhppy5@gmail.com> References: <20171123003438.48A0EEDE@viggo.jf.intel.com> <20171123072742.ouswjlvevpuincgx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171123072742.ouswjlvevpuincgx@gmail.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > > 32-bit x86 defconfig still doesn't build: > > arch/x86/events/intel/ds.c: In function ‘dsalloc’: > arch/x86/events/intel/ds.c:296:6: error: implicit declaration of function ‘kaiser_add_mapping’; did you mean ‘kgid_has_mapping’? [-Werror=implicit-function-declaration] The patch below should cure this one - only build tested. Thanks, Ingo arch/x86/events/intel/ds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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