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 'extable-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux

Pull extable.h fix from Paul Gortmaker:
"Fixup for arch/score after extable.h introduction.

It seems that Guenter is the only one on the planet doing builds for
arch/score -- we don't have compile coverage for it in linux-next or
in the kbuild-bot either. Guenter couldn't even recall where he got
his toolchain, but was kind enough to share it with me so I could
validate this change and also add arch/score to my build coverage.

I sat on this a bit in case there was any other fallout in other arch
dirs, but since this still seems to be the only one, I might as well
send it on its way"

* tag 'extable-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux:
score: Fix implicit includes now failing build after extable change

+3
+1
arch/score/kernel/traps.c
··· 24 24 */ 25 25 26 26 #include <linux/extable.h> 27 + #include <linux/ptrace.h> 27 28 #include <linux/sched/mm.h> 28 29 #include <linux/sched/signal.h> 29 30 #include <linux/sched/debug.h>
+2
arch/score/mm/extable.c
··· 24 24 */ 25 25 26 26 #include <linux/extable.h> 27 + #include <linux/ptrace.h> 28 + #include <asm/extable.h> 27 29 28 30 int fixup_exception(struct pt_regs *regs) 29 31 {