This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bdabb68931b9 Merge tag 'rtc-5.7' of git://git.kernel.org/pub/scm/linux/ [...] new 7627d7dc79a8 nfsd: set the server_scope during service startup new 469aef23aa4e sunrpc: Replace zero-length array with flexible-array member new 51cae673d036 sunrpc: Pass lockdep expression to RCU lists new c0fb23f867b6 svcrdma: Replace zero-length array with flexible-array member new 36a8049181d5 fs: nfsd: nfs4state.c: Use built-in RCU list checking new 057a22743577 fs: nfsd: fileache.c: Use built-in RCU list checking new 412055398b9e nfsd: Fix NFSv4 READ on RDMA when using readv new 7dcf4ab952d6 NFSD: Clean up nfsd4_encode_readv new 758a3bf9459d svcrdma: Fix double svc_rdma_send_ctxt_put() in an error path new 96f194b715b6 SUNRPC: Add xdr_pad_size() helper new 28155524eaa2 SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in [...] new b20dfc3fcd6e svcrdma: Create a generic tracing class for displaying xdr [...] new 2426ddfdf169 svcrdma: Remove svcrdma_cm_event() trace point new e604aad2cac7 svcrdma: Use struct xdr_stream to decode ingress transport [...] new 2fe8c446338e svcrdma: De-duplicate code that locates Write and Reply chunks new 6fa5785e78d3 svcrdma: Update synopsis of svc_rdma_send_reply_chunk() new 4554755ed81b svcrdma: Update synopsis of svc_rdma_map_reply_msg() new db9602e40425 svcrdma: Update synopsis of svc_rdma_send_reply_msg() new a406c563e842 svcrdma: Rename svcrdma_encode trace points in send routines new 5c266df52701 SUNRPC: Add encoders for list item discriminators new 6fd5034db45c svcrdma: Refactor chunk list encoders new aee4b74a3f27 svcrdma: Fix double sync of transport header buffer new 0dabe948f282 svcrdma: Avoid DMA mapping small RPC Replies new 9e55eef4ab1b SUNRPC: Refactor xs_sendpages() new da1661b93bf4 SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends new a451b12311aa nfsd: Don't add locks to closed or closing open stateids new f01274a93353 nfsd: Add tracing to nfsd_set_fh_dentry() new cf749f3cc734 nfsd: Add tracepoints for exp_find_key() and exp_get_by_name() new 6a30e47fa0c3 nfsd: Add tracepoints for update of the expkey and export [...] new 65286b883c6d nfsd: export upcalls must not return ESTALE when mountd is down new 277f27e2f277 SUNRPC/cache: Allow garbage collection of invalid cache entries new 78a947f50aaa sunrpc: Add tracing for cache events new 3ac3711adb88 NFSD: Fix NFS server build errors new 6cbfad5f201b nfsd: remove read permission bit for ctl sysctl new 663e36f07666 nfsd4: kill warnings on testing stateids with mismatched c [...] new 69afd267982e nfsd: fsnotify on rmdir under nfsd/clients/ new 9a81ef42b238 SUNRPC/cache: don't allow invalid entries to be flushed new b25b60d7bfb0 SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()' new 1a33d8a284b1 svcrdma: Fix leak of transport addresses new b3d8e4228268 Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/c [...]
The 40 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/nfs/dns_resolve.c | 11 +- fs/nfsd/Kconfig | 2 +- fs/nfsd/export.c | 45 ++- fs/nfsd/filecache.c | 2 +- fs/nfsd/netns.h | 2 + fs/nfsd/nfs4idmap.c | 14 + fs/nfsd/nfs4state.c | 87 ++--- fs/nfsd/nfs4xdr.c | 38 ++- fs/nfsd/nfsctl.c | 1 + fs/nfsd/nfsfh.c | 13 +- fs/nfsd/nfssvc.c | 3 + fs/nfsd/trace.h | 122 +++++++ include/linux/sunrpc/cache.h | 9 +- include/linux/sunrpc/rpc_rdma.h | 3 +- include/linux/sunrpc/svc.h | 5 +- include/linux/sunrpc/svc_rdma.h | 24 +- include/linux/sunrpc/svc_xprt.h | 2 + include/linux/sunrpc/xdr.h | 67 +++- include/trace/events/rpcgss.h | 59 +++- include/trace/events/rpcrdma.h | 67 ++-- include/trace/events/sunrpc.h | 76 +++++ net/sunrpc/auth_gss/auth_gss.c | 2 +- net/sunrpc/auth_gss/svcauth_gss.c | 60 ++-- net/sunrpc/cache.c | 128 +++++--- net/sunrpc/clnt.c | 1 + net/sunrpc/socklib.c | 141 ++++++++ net/sunrpc/socklib.h | 15 + net/sunrpc/sunrpc.h | 4 - net/sunrpc/svc.c | 20 +- net/sunrpc/svc_xprt.c | 22 +- net/sunrpc/svcauth_unix.c | 12 + net/sunrpc/svcsock.c | 202 ++++-------- net/sunrpc/xprt.c | 3 +- net/sunrpc/xprtrdma/rpc_rdma.c | 36 +- net/sunrpc/xprtrdma/svc_rdma_backchannel.c | 17 +- net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 244 +++++++++----- net/sunrpc/xprtrdma/svc_rdma_rw.c | 57 ++-- net/sunrpc/xprtrdma/svc_rdma_sendto.c | 512 +++++++++++++++++------------ net/sunrpc/xprtrdma/svc_rdma_transport.c | 8 +- net/sunrpc/xprtsock.c | 188 ++--------- 40 files changed, 1411 insertions(+), 913 deletions(-) create mode 100644 net/sunrpc/socklib.h