From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx> When looking at the issues raised by Tigran's testing of the NFS client updates, I noticed a couple of things in the generic SUNRPC xdr code that want to be fixed. This patch series replaces an earlier series that attempted to just fix the XDR padding in the NFS code. This series fixes up a number of issues w.r.t. bounds checking in the xdr_stream code. It corrects the behaviour of xdr_read_pages() for the case where the XDR object size is larger than the buffer page array length and simplifies the code. v2: - Clean up the handling of page padding in rpc_prepare_reply_pages() - Fix up the initial read_plus() page alignment Trond Myklebust (9): NFSv4: Fix the alignment of page data in the getdeviceinfo reply SUNRPC: Fix up typo in xdr_init_decode() SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base() SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengths SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages() SUNRPC: Fix up xdr_set_page() SUNRPC: Fix open coded xdr_stream_remaining() NFSv4: Fix open coded xdr_stream_remaining() NFSv4.2: Fix up read_plus() page alignment fs/nfs/nfs2xdr.c | 19 ++++----- fs/nfs/nfs3xdr.c | 29 +++++++------ fs/nfs/nfs42xdr.c | 4 +- fs/nfs/nfs4xdr.c | 48 ++++++++++++---------- net/sunrpc/clnt.c | 5 +-- net/sunrpc/xdr.c | 101 +++++++++++++++++++++------------------------- 6 files changed, 103 insertions(+), 103 deletions(-) -- 2.28.0