Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client bugfixes from Trond Myklebust: "Highlights include: Stable fixes: - fix handling of backchannel binding in BIND_CONN_TO_SESSION Bugfixes: - Fix a credential use-after-free issue in pnfs_roc() - Fix potential posix_acl refcnt leak in nfs3_set_acl - defer slow parts of rpc_free_client() to a workqueue - Fix an Oopsable race in __nfs_list_for_each_server() - Fix trace point use-after-free race - Regression: the RDMA client no longer responds to server disconnect requests - Fix return values of xdr_stream_encode_item_{present, absent} - _pnfs_return_layout() must always wait for layoutreturn completion Cleanups: - Remove unreachable error conditions" * tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: NFS: Fix a race in __nfs_list_for_each_server() NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION SUNRPC: defer slow parts of rpc_free_client() to a workqueue. NFSv4: Remove unreachable error condition due to rpc_run_task() SUNRPC: Remove unreachable error condition xprtrdma: Fix use of xdr_stream_encode_item_{present, absent} xprtrdma: Fix trace point use-after-free race xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler() nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl NFS/pnfs: Fix a credential use-after-free issue in pnfs_roc() NFS/pnfs: Ensure that _pnfs_return_layout() waits for layoutreturn completion
Showing
- fs/nfs/nfs3acl.c 15 additions, 7 deletionsfs/nfs/nfs3acl.c
- fs/nfs/nfs4proc.c 9 additions, 2 deletionsfs/nfs/nfs4proc.c
- fs/nfs/pnfs.c 5 additions, 6 deletionsfs/nfs/pnfs.c
- fs/nfs/super.c 1 addition, 1 deletionfs/nfs/super.c
- include/linux/nfs_xdr.h 2 additions, 0 deletionsinclude/linux/nfs_xdr.h
- include/linux/sunrpc/clnt.h 12 additions, 1 deletioninclude/linux/sunrpc/clnt.h
- include/trace/events/rpcrdma.h 4 additions, 8 deletionsinclude/trace/events/rpcrdma.h
- net/sunrpc/clnt.c 18 additions, 6 deletionsnet/sunrpc/clnt.c
- net/sunrpc/xprtrdma/rpc_rdma.c 11 additions, 4 deletionsnet/sunrpc/xprtrdma/rpc_rdma.c
- net/sunrpc/xprtrdma/verbs.c 2 additions, 1 deletionnet/sunrpc/xprtrdma/verbs.c
Loading
Please register or sign in to comment