Merge tag 'v3.10.97' into update

This is the 3.10.97 stable release
This commit is contained in:
Stricted
2018-03-21 22:51:04 +01:00
56 changed files with 629 additions and 300 deletions
+1 -1
View File
@@ -3560,7 +3560,7 @@ SYSCALL_DEFINE0(pause)
#endif
int sigsuspend(sigset_t *set)
static int sigsuspend(sigset_t *set)
{
current->saved_sigmask = current->blocked;
set_current_blocked(set);