x86/xen: Make irq_disable() noinstr
authorPeter Zijlstra <peterz@infradead.org>
Thu, 24 Jun 2021 09:41:20 +0000 (11:41 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 17 Sep 2021 11:20:23 +0000 (13:20 +0200)
commit09c413071e2de71d1f28813c560ae0c06b344520
treee62370bde6736b1acc6c551dfb3e0a9cac0ade1b
parentd7bfc7d57cbe13382fd3eb739667fd0e2f74122b
x86/xen: Make irq_disable() noinstr

vmlinux.o: warning: objtool: pv_ops[31]: native_irq_disable
vmlinux.o: warning: objtool: pv_ops[31]: __raw_callee_save_xen_irq_disable
vmlinux.o: warning: objtool: pv_ops[31]: xen_irq_disable_direct
vmlinux.o: warning: objtool: lock_is_held_type()+0x5b: call to pv_ops[31]() leaves .noinstr.text section

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20210624095148.933869441@infradead.org
arch/x86/kernel/paravirt.c
arch/x86/xen/irq.c
arch/x86/xen/xen-asm.S