On 2018-10-17 12:01:43 [+0200], Borislav Petkov wrote: > > -void *__raw_xsave_addr(struct xregs_state *xsave, int xstate_feature_mask) > > +void *__raw_xsave_addr(struct xregs_state *xsave, int feature_nr) > > Don't forget to update the comment above it too - it still says "mask". done. > Otherwise nice. thanks. Sebastian