diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-12-26 00:19:50 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-12-26 00:19:50 +0300 |
commit | 8db7b3c54401d83a4dc370a59b8692854000ea03 (patch) | |
tree | fa7604d1d22e25b11f4df336202ac0d0ab74b8e8 /arch/sparc/include/uapi/asm/unistd.h | |
parent | 682cb0cd82d526b5d1e8ceaccda4d9b7795db553 (diff) | |
parent | 71a71fb5374a23be36a91981b5614590b9e722c3 (diff) | |
download | linux-8db7b3c54401d83a4dc370a59b8692854000ea03.tar.xz |
Merge branch 'parisc-4.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc system call restart fix from Helge Deller:
"The architectural design of parisc always uses two instructions to
call kernel syscalls (delayed branch feature). This means that the
instruction following the branch (located in the delay slot of the
branch instruction) is executed before control passes to the branch
destination.
Depending on which assembler instruction and how it is used in
usersapce in the delay slot, this sometimes made restarted syscalls
like futex() and poll() failing with -ENOSYS"
* 'parisc-4.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
parisc: Fix syscall restarts
Diffstat (limited to 'arch/sparc/include/uapi/asm/unistd.h')
0 files changed, 0 insertions, 0 deletions