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 branch 'parisc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull parisc fix from Helge Deller:
"Patch from Dmitry V Levin to fix a kernel crash when a straced process
calls the (invalid) syscall which is equal to value of __NR_Linux_syscalls"

* 'parisc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
parisc: fix a bug when syscall number of tracee is __NR_Linux_syscalls

+1 -1
+1 -1
arch/parisc/kernel/syscall.S
··· 344 344 #endif 345 345 346 346 cmpib,COND(=),n -1,%r20,tracesys_exit /* seccomp may have returned -1 */ 347 - comiclr,>>= __NR_Linux_syscalls, %r20, %r0 347 + comiclr,>> __NR_Linux_syscalls, %r20, %r0 348 348 b,n .Ltracesys_nosys 349 349 350 350 LDREGX %r20(%r19), %r19