SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit
authorTrond Myklebust <trondmy@gmail.com>
Wed, 2 Jan 2019 22:53:13 +0000 (17:53 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 15 Jan 2019 20:32:21 +0000 (15:32 -0500)
commit97b78ae96ba76f4ca2d8f5afee6a2e567ccb8f45
tree57419db40e99ed0729f06c71fbc44e22e7777710
parente66721f0436396f779291a29616858b76bfd9415
SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit

According to RFC2203, the RPCSEC_GSS sequence numbers are bounded to
an upper limit of MAXSEQ = 0x80000000. Ensure that we handle that
correctly.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/clnt.c