From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751425AbdBBNiz (ORCPT ); Thu, 2 Feb 2017 08:38:55 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35817 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750903AbdBBNiw (ORCPT ); Thu, 2 Feb 2017 08:38:52 -0500 Date: Thu, 2 Feb 2017 14:38:47 +0100 From: Ingo Molnar To: Nicolas Dichtel Cc: arnd@arndb.de, mmarek@suse.com, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, airlied@linux.ie, davem@davemloft.net, linux@armlinux.org.uk, bp@alien8.de, slash.tmp@free.fr, daniel.vetter@ffwll.ch, rmk+kernel@armlinux.org.uk, msalter@redhat.com, jengelh@inai.de, hch@infradead.org, tklauser@distanz.ch, mpe@ellerman.id.au Subject: Re: [PATCH v5 3/8] x86: stop exporting msr-index.h to userland Message-ID: <20170202133847.GA3393@gmail.com> References: <20170131162133.GA8258@gmail.com> <1486041910-2665-1-git-send-email-nicolas.dichtel@6wind.com> <1486041910-2665-4-git-send-email-nicolas.dichtel@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1486041910-2665-4-git-send-email-nicolas.dichtel@6wind.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 * Nicolas Dichtel wrote: > Even if this file was not in an uapi directory, it was exported because > it was listed in the Kbuild file. > > Fixes: b72e7464e4cf ("x86/uapi: Do not export as part of the user API headers") > Suggested-by: Borislav Petkov > CC: Ingo Molnar > Signed-off-by: Nicolas Dichtel > --- > arch/x86/include/uapi/asm/Kbuild | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/include/uapi/asm/Kbuild b/arch/x86/include/uapi/asm/Kbuild > index 3dec769cadf7..1c532b3f18ea 100644 > --- a/arch/x86/include/uapi/asm/Kbuild > +++ b/arch/x86/include/uapi/asm/Kbuild > @@ -27,7 +27,6 @@ header-y += ldt.h > header-y += mce.h > header-y += mman.h > header-y += msgbuf.h > -header-y += msr-index.h > header-y += msr.h > header-y += mtrr.h > header-y += param.h Acked-by: Ingo Molnar Thanks, Ingo