summaryrefslogtreecommitdiff
path: root/jtag_uart.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-21Updates all over the place (mostly devices)HEADmasterTobias Klauser1-65/+102
2010-11-16Add basic device handling infrastructureTobias Klauser1-19/+35
2010-11-10Initial import of nios2sim (http://nios2sim.googlecode.com/svn/trunk/ r16)Tobias Klauser1-0/+169
f43690c8402a77d37710ad0020c2'>patch) treea77653463f055ec9662c6a565a78fe273c162985 parent5ab8142839c714ed5ac9a9de1846ab71f87a3ed7 (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>
Diffstat
-rw-r--r--net/sunrpc/xprtrdma/rpc_rdma.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/net/sunrpc/xprtrdma/rpc_rdma.c b/net/sunrpc/xprtrdma/rpc_rdma.c