commit | 80414abc2848f43690c8402a77d37710ad0020c2 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jun 29 13:54:33 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Jul 11 15:50:43 2016 -0400 |
tree | a77653463f055ec9662c6a565a78fe273c162985 | |
parent | 5ab8142839c714ed5ac9a9de1846ab71f87a3ed7 [diff] |
xprtrdma: rpcrdma_inline_fixup() overruns the receive page list When the remaining length of an incoming reply is longer than the XDR buf's page_len, switch over to the tail iovec instead of copying more than page_len bytes into the page list. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Tested-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>