Commit 94d471a4f428 for kernel

commit 94d471a4f42862bf53dc3776bde4b4c9175acbd4
Merge: 5e17b5c71729 8e5419d6542f
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Apr 2 17:06:31 2025 -0700

    Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

    Pull NFS client updates from Trond Myklebust:
     "Bugfixes:

       - Three fixes for looping in the NFSv4 state manager delegation code

       - Fix for the NFSv4 state XDR code (Neil Brown)

       - Fix a leaked reference in nfs_lock_and_join_requests()

       - Fix a use-after-free in the delegation return code

      Features:

       - Implement the NFSv4.2 copy offload OFFLOAD_STATUS operation to
         allow monitoring of an in-progress copy

       - Add a mount option to force NFSv3/NFSv4 to use READDIRPLUS in a
         getdents() call

       - SUNRPC now allows some basic management of an existing RPC client's
         connections using sysfs

       - Improvements to the automated teardown of a NFS client when the
         container it was initiated from gets killed

       - Improvements to prevent tasks from getting stuck in a killable wait
         state after calling exit_signals()"

    * tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (29 commits)
      nfs: Add missing release on error in nfs_lock_and_join_requests()
      NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()
      NFS: Don't allow waiting for exiting tasks
      SUNRPC: Don't allow waiting for exiting tasks
      NFSv4: Treat ENETUNREACH errors as fatal for state recovery
      NFSv4: clp->cl_cons_state < 0 signifies an invalid nfs_client
      NFSv4: Further cleanups to shutdown loops
      NFS: Shut down the nfs_client only after all the superblocks
      SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
      SUNRPC: rpcbind should never reset the port to the value '0'
      pNFS/flexfiles: Report ENETDOWN as a connection error
      pNFS/flexfiles: Treat ENETUNREACH errors as fatal in containers
      NFS: Treat ENETUNREACH errors as fatal in containers
      NFS: Add a mount option to make ENETUNREACH errors fatal
      sunrpc: Add a sysfs file for one-step xprt deletion
      sunrpc: Add a sysfs file for adding a new xprt
      sunrpc: Add a sysfs files for rpc_clnt information
      sunrpc: Add a sysfs attr for xprtsec
      NFS: Add implid to sysfs
      NFS: Extend rdirplus mount option with "force|none"
      ...