From: David Howells <dhowells@redhat.com>
Date: Mon, 08 Oct 2018 23:47:18 +0100
Here are a set of patches that prepares for and fix problems in rxrpc's
package reception code. There serious problems are:
...
The second patch fixes (A) - (C); the third patch renders (B) and (C)
non-issues by using the recap_rcv hook instead of data_ready - and the
final patch fixes (D). That last is the most complex.
The preparatory patches are:
...
And then there are three main patches - note that these are mixed in with
the preparatory patches somewhat:
...
The patches are tagged here:
git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
rxrpc-fixes-20181008
Pulled, thanks David.