Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2

Pull nios2 update from Ley Foon Tan:
"Mark expected switch fall-through in signal handling"

* tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2:
nios2: signal: Mark expected switch fall-through

+1
+1
arch/nios2/kernel/signal.c
··· 252 252 switch (retval) { 253 253 case ERESTART_RESTARTBLOCK: 254 254 restart = -2; 255 + fallthrough; 255 256 case ERESTARTNOHAND: 256 257 case ERESTARTSYS: 257 258 case ERESTARTNOINTR: