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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'Wimplicit-fallthrough-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux

Pull fall through fix from Gustavo Silva:
"Fix compile error on sh by marking expected switch fall-through"

* tag 'Wimplicit-fallthrough-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux:
sh: kgdb: Mark expected switch fall-throughs

+1
+1
arch/sh/kernel/kgdb.c
··· 266 266 ptr = &remcomInBuffer[1]; 267 267 if (kgdb_hex2long(&ptr, &addr)) 268 268 linux_regs->pc = addr; 269 + /* fallthrough */ 269 270 case 'D': 270 271 case 'k': 271 272 atomic_set(&kgdb_cpu_doing_single_step, -1);