On 22.02.2023 13:00, Xenia Ragiadakou wrote: > Remove forward declaration of struct vcpu, that is a leftover since > the removal of svm_update_guest_cr()'s declaration from svm.h. > > Signed-off-by: Xenia Ragiadakou <burzalod...@gmail.com>
Acked-by: Jan Beulich <jbeul...@suse.com> > Fixes: b158e72abe30 ("x86/hvm: CFI hardening for hvm_funcs") I'm a little puzzled by this (a stray forward decl of a struct isn't really a bug imo), but ... > --- > > Changes in v2: > - leave the forward declaration of struct cpu_user_regs in place, > suggested by Andrew > - add a fixes tag based on Andrew's comment ... I realize you were asked to add it. (As a minor remark, more commonly the Fixes: tag would come ahead of the S-o-b: one, I think.) Jan