Files
linux-stable-mirror/include/net
David Howells b960a34b73 rxrpc: Allow the kernel to mark a call as being non-interruptible
Allow kernel services using AF_RXRPC to indicate that a call should be
non-interruptible.  This allows kafs to make things like lock-extension and
writeback data storage calls non-interruptible.

If this is set, signals will be ignored for operations on that call where
possible - such as waiting to get a call channel on an rxrpc connection.

It doesn't prevent UDP sendmsg from being interrupted, but that will be
handled by packet retransmission.

rxrpc_kernel_recv_data() isn't affected by this since that never waits,
preferring instead to return -EAGAIN and leave the waiting to the caller.

Userspace initiated calls can't be set to be uninterruptible at this time.

Signed-off-by: David Howells <dhowells@redhat.com>
2019-05-16 16:25:20 +01:00
..
2018-09-08 01:39:47 +09:00
2019-02-21 16:23:56 -08:00
2019-01-23 11:18:00 -08:00
2018-09-26 20:22:19 -07:00
2019-04-19 14:07:40 -07:00
2019-03-21 13:39:25 -07:00
2019-02-25 14:32:35 -08:00
2018-09-13 09:04:58 -07:00
2018-09-25 20:17:35 -07:00
2019-04-22 21:47:25 -07:00
2018-12-20 16:56:04 -08:00
2019-04-27 09:07:04 -07:00
2018-08-29 12:25:53 -07:00