On Wed, Jun 23 2021 at 17:04, Greg KH wrote: > On Tue, Jun 22, 2021 at 10:03:03PM +0200, Thomas Gleixner wrote: > I get the following build error: > arch/x86/kernel/fpu/signal.c: In function ‘__fpu__restore_sig’: > arch/x86/kernel/fpu/signal.c:285:17: error: ‘ret’ undeclared (first use in this function); did you mean ‘net’? > 285 | ret = -EACCES; > | ^~~ > | net > arch/x86/kernel/fpu/signal.c:285:17: note: each undeclared identifier is reported only once for each function it appears in > arch/x86/kernel/fpu/signal.c:374:1: warning: control reaches end of non-void function [-Wreturn-type] > 374 | } > | ^ > > I'll fix it up, it's an "obvious" change :) Duh. /me blushes