Merge branch 'devel-stable' into for-next

This commit is contained in:
Russell King
2017-11-08 19:42:47 +00:00
33 changed files with 1137 additions and 455 deletions

View File

@@ -655,6 +655,9 @@ asmlinkage int arm_syscall(int no, struct pt_regs *regs)
set_tls(regs->ARM_r0);
return 0;
case NR(get_tls):
return current_thread_info()->tp_value[0];
default:
/* Calls 9f00xx..9f07ff are defined to return -ENOSYS
if not implemented, rather than raising SIGILL. This