Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1578390

[PATCH v6 3/8] x86: stop exporting msr-index.h to userland

From Nicolas Dichtel <nicolas.dichtel@6wind.com>
Newsgroups linux.kernel
Subject [PATCH v6 3/8] x86: stop exporting msr-index.h to userland
Date 2017-02-10 12:10 +0100
Message-ID <t9hfs-2El-23@gated-at.bofh.it> (permalink)
References <t6qRX-5if-1@gated-at.bofh.it> <t9hfr-2El-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@alien8.de>
CC: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
---
 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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH v5 7/8] uapi: export all headers under uapi directories kbuild test robot <lkp@intel.com> - 2017-02-02 15:50 +0100
  Re: [PATCH v5 7/8] uapi: export all headers under uapi directories Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-02-02 16:50 +0100
  [PATCH v6 8/8] uapi: export all arch specifics directories Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-02-10 12:10 +0100
  [PATCH v6 0/8] uapi: export all headers under uapi directories Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-02-10 12:10 +0100
    [PATCH v6 2/8] nios2: put setup.h in uapi Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-02-10 12:10 +0100
    [PATCH v6 3/8] x86: stop exporting msr-index.h to userland Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-02-10 12:10 +0100
      Re: [PATCH v6 3/8] x86: stop exporting msr-index.h to userland Thomas Gleixner <tglx@linutronix.de> - 2017-02-10 12:20 +0100
    [PATCH v6 6/8] uapi: includes linux/types.h before exporting files Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-02-10 12:10 +0100
    [PATCH v6 5/8] Makefile.headersinst: remove destination-y option Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-02-10 12:10 +0100
    [PATCH v6 4/8] Makefile.headersinst: cleanup input files Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-02-10 12:10 +0100
    [PATCH v6 1/8] h8300: put bitsperlong.h in uapi Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-02-10 12:10 +0100
    Re: [PATCH v6 7/8] uapi: export all headers under uapi directories Christoph Hellwig <hch@infradead.org> - 2017-02-13 08:50 +0100

csiph-web