]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 May 2020 19:04:52 +0000 (12:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 May 2020 19:04:52 +0000 (12:04 -0700)
commitc4d2a9c432d751e2448f315c1afdbdffcd1654b6
treee59254f5d9dc090859bf63f08df97906b18a2a6b
parent725a33a5d87e501083af459bec415a34269e6a98
parentcf0cc5b509edb7ac9331f4faf06191f18c046bd6
Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6

Pull nfsd fixes from Chuck Lever:
 "Resolve a data integrity problem with NFSD that I inadvertently
  introduced last year.

  The change I made makes the NFS server's duplicate reply cache
  ineffective when krb5i or krb5p are in use, thus allowing the replay
  of non-idempotent NFS requests such as RENAME, SETATTR, or even
  WRITEs"

* tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6:
  SUNRPC: Revert c650c6eb6f6f ("SUNRPC: Remove xdr_buf_trim()")
  SUNRPC: Fix GSS privacy computation of auth->au_ralign
  SUNRPC: Add "@len" parameter to gss_unwrap()