Re: [PATCH 1/5] x86/PV: consistently inline {,un}adjust_guest_le()

2021-01-08 Thread Roger Pau Monné
On Tue, Nov 03, 2020 at 11:56:16AM +0100, Jan Beulich wrote: > Commit 8a74707a7c ("x86/nospec: Use always_inline to fix code gen for > evaluate_nospec") converted inline to always_inline for > adjust_guest_l[134]e(), but left adjust_guest_l2e() and > unadjust_guest_l3e() alone without saying why th

[PATCH 1/5] x86/PV: consistently inline {,un}adjust_guest_le()

2020-11-03 Thread Jan Beulich
Commit 8a74707a7c ("x86/nospec: Use always_inline to fix code gen for evaluate_nospec") converted inline to always_inline for adjust_guest_l[134]e(), but left adjust_guest_l2e() and unadjust_guest_l3e() alone without saying why these two would differ in the needed / wanted treatment. Adjust these t