]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Jun 2020 02:13:37 +0000 (19:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jun 2020 02:13:37 +0000 (19:13 -0700)
commit5d52fa7a664e7994ccc03943d37ed1a148bd0643
tree68a3765869746bc9dd275566c9d2f475e1f66539
parentbfbece8a731059306dbab15c5ec9c348d359c368
parentc5e0e9cded270d4a8d5c483ae3b8d7101388cad3
Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Fix hang due to missing notification

Here's a fix for AF_RXRPC.  Occasionally calls hang because there are
circumstances in which rxrpc generate a notification when a call is
completed - primarily because initial packet transmission failed and the
call was killed off and an error returned.  But the AFS filesystem driver
doesn't check this under all circumstances, expecting failure to be
delivered by asynchronous notification.

There are two patches: the first moves the problematic bits out-of-line and
the second contains the fix.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/peer_event.c