x86/alternatives: add missing insn.h include
authorDave Hansen <dave.hansen@linux.intel.com>
Thu, 23 Jan 2020 18:41:13 +0000 (10:41 -0800)
committerDave Hansen <dave.hansen@intel.com>
Thu, 23 Jan 2020 18:41:13 +0000 (10:41 -0800)
commit3a1255396b5aba40299d5dd5bde67b160a44117f
treeed82c1846d23c1aa32b7ce5e6a7052136619f31b
parent219d54332a09e8d8741c1e1982f5eae56099de85
x86/alternatives: add missing insn.h include

From: Dave Hansen <dave.hansen@linux.intel.com>

While testing my MPX removal series, Borislav noted compilation
failure with an allnoconfig build.

Turned out to be a missing include of insn.h in alternative.c.
With MPX, it got it implicitly from:

asm/mmu_context.h -> asm/mpx.h -> asm/insn.h

Fixes: c3d6324f841b ("x86/alternatives: Teach text_poke_bp() to emulate instructions")
Reported-by: Borislav Petkov <bp@alien8.de>
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: x86@kernel.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
arch/x86/kernel/alternative.c