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 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csky-linux

Pull arch/csky fixup from Guo Ren:
"A fixup patch for rt_sigframe in signal.c"

* tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csky-linux:
csky: Fixup libgcc unwind error

+5
+5
arch/csky/kernel/signal.c
··· 39 39 #endif 40 40 41 41 struct rt_sigframe { 42 + /* 43 + * pad[3] is compatible with the same struct defined in 44 + * gcc/libgcc/config/csky/linux-unwind.h 45 + */ 46 + int pad[3]; 42 47 struct siginfo info; 43 48 struct ucontext uc; 44 49 };