[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1702101215320.4036@nanos>
Date: Fri, 10 Feb 2017 12:15:51 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Nicolas Dichtel <nicolas.dichtel@...nd.com>
cc: arnd@...db.de, mmarek@...e.com, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
airlied@...ux.ie, davem@...emloft.net, linux@...linux.org.uk,
bp@...en8.de, slash.tmp@...e.fr, daniel.vetter@...ll.ch,
rmk+kernel@...linux.org.uk, msalter@...hat.com, jengelh@...i.de,
hch@...radead.org, tklauser@...tanz.ch, mpe@...erman.id.au,
mingo@...nel.org
Subject: Re: [PATCH v6 3/8] x86: stop exporting msr-index.h to userland
On Fri, 10 Feb 2017, 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 <asm/msr-index.h> as part of the user API headers")
> Suggested-by: Borislav Petkov <bp@...en8.de>
> CC: Ingo Molnar <mingo@...nel.org>
> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@...nd.com>
> Acked-by: Ingo Molnar <mingo@...nel.org>
Acked-by: Thomas Gleixner <tglx@...utronix.de>
> ---
> 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
> --
> 2.8.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arch" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Powered by blists - more mailing lists