On Mon, 2022-10-03 at 13:36 +0300, Mike Rapoport wrote: > > +static int update_fpu_shstk(struct task_struct *dst, unsigned long > > shstk_addr) > > +{ > > return 0; ? > > > +} > > +#endif > > + Oops. It was a last minute change to have update_fpu_shstk() return int. Thanks.