android_kernel_oneplus_msm8998/net/9p
Tuomas Tynkkynen fd3c395d4d net/9p: Switch to wait_event_killable()
commit 9523feac272ccad2ad8186ba4fcc89103754de52 upstream.

Because userspace gets Very Unhappy when calls like stat() and execve()
return -EINTR on 9p filesystem mounts. For instance, when bash is
looking in PATH for things to execute and some SIGCHLD interrupts
stat(), bash can throw a spurious 'command not found' since it doesn't
retry the stat().

In practice, hitting the problem is rare and needs a really
slow/bogged down 9p server.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-30 08:37:25 +00:00
..
client.c net/9p: Switch to wait_event_killable() 2017-11-30 08:37:25 +00:00
error.c
Kconfig
Makefile
mod.c
protocol.c 9p: patches for 4.1 merge window 2015-04-18 17:45:30 -04:00
protocol.h
trans_common.c net/9p: remove (now-)unused helpers 2015-04-11 22:28:29 -04:00
trans_common.h net/9p: remove (now-)unused helpers 2015-04-11 22:28:29 -04:00
trans_fd.c 9p: patches for 4.1 merge window 2015-04-18 17:45:30 -04:00
trans_rdma.c IB/cma: Add support for network namespaces 2015-10-28 12:32:48 -04:00
trans_virtio.c net/9p: Switch to wait_event_killable() 2017-11-30 08:37:25 +00:00
util.c