Re: [patch V4 part 2 17/18] x86/kvm/vmx: Move guest enter/exit into .noinstr.text

2020-05-06 Thread Paolo Bonzini
On 05/05/20 15:41, Thomas Gleixner wrote: > Move the functions which are inside the RCU off region into the > non-instrumentable text section. > > Signed-off-by: Thomas Gleixner > Cc: Paolo Bonzini > Cc: Sean Christopherson > --- > arch/x86/include/asm/hardirq.h |4 - > arch/x86/include/a

[patch V4 part 2 17/18] x86/kvm/vmx: Move guest enter/exit into .noinstr.text

2020-05-05 Thread Thomas Gleixner
Move the functions which are inside the RCU off region into the non-instrumentable text section. Signed-off-by: Thomas Gleixner Cc: Paolo Bonzini Cc: Sean Christopherson --- arch/x86/include/asm/hardirq.h |4 - arch/x86/include/asm/kvm_host.h |8 +++ arch/x86/kvm/vmx/ops.h |