On Mon, Sep 26, 2022 at 06:40:27AM -0700, Guenter Roeck wrote: > On 9/26/22 03:11, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.19.260 release. > > There are 58 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Wed, 28 Sep 2022 10:07:26 +0000. > > Anything received after that time might be too late. > > > Building riscv:defconfig ... failed > -------------- > Error log: > arch/riscv/kernel/signal.c: In function 'sys_rt_sigreturn': > arch/riscv/kernel/signal.c:108:15: error: 'struct pt_regs' has no member named 'cause'; did you mean 'scause'? > 108 | regs->cause = -1UL; > | ^~~~~ > | scause > make[2]: *** [scripts/Makefile.build:303: arch/riscv/kernel/signal.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[1]: *** [Makefile:1073: arch/riscv/kernel] Error 2 > make[1]: *** Waiting for unfinished jobs.... > make: *** [Makefile:146: sub-make] Error 2 Will go drop the offending commit, thanks. greg k-h