Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Jan 2023 18:38:11 +0000 (10:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Jan 2023 18:38:11 +0000 (10:38 -0800)
commit9b43a525db125799df81e6fbef712a2ae50bfc5d
treedf109638ff10dc9c808b0e2296e26ddfddf87f4a
parentf18fca98ac1622220dfdf795fefa91dc52d3707d
parent5e9a7b9c2ea18551759833146a181b14835bfe39
Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

Pull NFS client fixes from Trond Myklebust:

 - Fix a race in the RPCSEC_GSS upcall code that causes hung RPC calls

 - Fix a broken coalescing test in the pNFS file layout driver

 - Ensure that the access cache rcu path also applies the login test

 - Fix up for a sparse warning

* tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
  NFS: Fix up a sparse warning
  NFS: Judge the file access cache's timestamp in rcu path
  pNFS/filelayout: Fix coalescing test for single DS
  SUNRPC: ensure the matching upcall is in-flight upon downcall