Hi all, On Thu, 11 Jun 2020 at 10:11, Joerg Roedel <joro@xxxxxxxxxx> wrote: > > From: Joerg Roedel <jroedel@xxxxxxx> > > The patch introducing the struct was probably never compile tested, > because it sets a handler with a wrong function signature. Wrap the > handler into a functions with the correct signature to fix the build. > > Fixes: 0f1c9688a194 ("tty/sysrq: alpha: export and use __sysrq_get_key_op()") > Cc: Emil Velikov <emil.l.velikov@xxxxxxxxx> > Cc: Guenter Roeck <linux@xxxxxxxxxxxx> > Signed-off-by: Joerg Roedel <jroedel@xxxxxxx> Just coming back from 10 offline days and retracing my testing ... Seems that I've copied the wrong .config. So a follow-up `make arch/alpha/kernel/setup.o' did not build anything... yet the command was _successful_. This is something that should be fixed IMHO - doing the same for drivers/ (for example drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.o) results in an obvious audible error. That said, apologies for the issue. I'll be more thorough and carefully audit the build logs for future patches. -Emil