]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2051b9a715abb9b7f6d625e15d0dbc2ee713b61a
tree57419db40e99ed0729f06c71fbc44e22e7777710
parent99bfee1464ba389617c9a897f1234c240df69788
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