diff options
author | Oleg Nesterov | 2019-07-17 01:29:56 +0200 |
---|---|---|
committer | Linus Torvalds | 2019-07-17 04:23:24 +0200 |
commit | 8cf8b5539a414da3257db6d121bcee2d883135cb (patch) | |
tree | 3062282a5993b369b55df9071b4f6369f48ee9b9 /include/linux/spi/lms283gf05.h | |
parent | signal: simplify set_user_sigmask/restore_user_sigmask (diff) | |
download | kernel-qcow2-linux-8cf8b5539a414da3257db6d121bcee2d883135cb.tar.gz kernel-qcow2-linux-8cf8b5539a414da3257db6d121bcee2d883135cb.tar.xz kernel-qcow2-linux-8cf8b5539a414da3257db6d121bcee2d883135cb.zip |
select: change do_poll() to return -ERESTARTNOHAND rather than -EINTR
do_poll() returns -EINTR if interrupted and after that all its callers
have to translate it into -ERESTARTNOHAND. Change do_poll() to return
-ERESTARTNOHAND and update (simplify) the callers.
Note that this also unifies all users of restore_saved_sigmask_unless(),
see the next patch.
Linus:
: The *right* return value will actually be then chosen by
: poll_select_copy_remaining(), which will turn ERESTARTNOHAND to EINTR
: when it can't update the timeout.
:
: Except for the cases that use restart_block and do that instead and
: don't have the whole timeout restart issue as a result.
Link: http://lkml.kernel.org/r/20190606140852.GB13440@redhat.com
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: David Laight <David.Laight@aculab.com>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Deepa Dinamani <deepa.kernel@gmail.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Eric Wong <e@80x24.org>
Cc: Jason Baron <jbaron@akamai.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/spi/lms283gf05.h')
0 files changed, 0 insertions, 0 deletions