]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Feb 2022 17:56:57 +0000 (09:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Feb 2022 17:56:57 +0000 (09:56 -0800)
commit6668074f2627d14ec15165000a1e28125e722e72
tree69f1aa6939d9ed2fb1dfada466bbda2e9153b2d5
parent854c2553ec285b5c4352c4b777c9f118a2041504
parent6ad2df2f598f9ca9a1fe6b316deef223f572ce31
Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux

Pull more nfsd fixes from Chuck Lever:
 "Ensure that NFS clients cannot send file size or offset values that
  can cause the NFS server to crash or to return incorrect or surprising
  results.

  In particular, fix how the NFS server handles values larger than
  OFFSET_MAX"

* tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
  NFSD: Deprecate NFS_OFFSET_MAX
  NFSD: Fix offset type in I/O trace points
  NFSD: COMMIT operations must not return NFS?ERR_INVAL
  NFSD: Clamp WRITE offsets
  NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes
  NFSD: Fix ia_size underflow
  NFSD: Fix the behavior of READ near OFFSET_MAX
fs/nfsd/nfs3proc.c