This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f8566aa4f176 Merge tag 'x86-urgent-2023-07-01' of git://git.kernel.org/ [...] new fd42ba8223fd NFSv4.2: Clean up: Move the encode_copy_commit() function new 04b4c9fb07bf NFSv4.2: Clean up: move decode_*xattr() functions new 31f1bd8f89f5 NFSv4.2: Clean up: Move nfs4_xdr_enc_*xattr() functions new d594097367b8 NFSv4.2: Clean up nfs4_xdr_dec_*xattr() functions new 64edd55d0f19 NFSv4.2: Clean up xattr size macros new 86e2e1f6d921 NFSv4.2: SETXATTR should update ctime new 4388ce05fa38 SUNRPC: support abstract unix socket addresses new 626590ea4c93 SUNRPC: attempt to reach rpcbind with an abstract socket name new 9e8ab85a7ea7 NFS: Improvements for fs_context-related tracepoints new 500053191297 SUNRPC: Plumb an API for setting transport layer security new 97d1c83c3ff4 SUNRPC: Trace the rpc_create_args new 120726526e5e SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor new 0d3ca07ffda9 SUNRPC: Ignore data_ready callbacks during TLS handshakes new dea034b963c8 SUNRPC: Capture CMSG metadata on client-side receive new 75eb6af7acdf SUNRPC: Add a TCP-with-TLS RPC transport class new 6c0a8c5fcf71 NFS: Have struct nfs_client carry a TLS policy field new c8407f2e560c NFS: Add an "xprtsec=" NFS mount option new 8b18a2edecc0 NFS: rename nfs_client_kset to nfs_kset new d5082ace6c8d NFS: rename nfs_client_kobj to nfs_net_kobj new 943aef2dbcf7 NFS: Open-code the nfs_kset kset_create_and_add() new e96f9268eea6 NFS: Make all of /sys/fs/nfs network-namespace unique new 1c7251187dc0 NFS: add superblock sysfs entries new e13b549319a6 NFS: Add sysfs links to sunrpc clients for nfs_clients new d97c05897757 NFS: add a sysfs link to the lockd rpc_client new f4057ffd0e13 NFS: add a sysfs link to the acl rpc_client new d9615d166c7e NFS: add sysfs shutdown knob new 7d3e26a054c8 NFS: Cancel all existing RPC tasks when shutdown new 6ad477a69ad8 NFSv4: Clean up some shutdown loops new 7f7ab336898f NFSv4.2: fix wrong shrinker_id new c907e72f58ed NFSv4.1: freeze the session table upon receiving NFS4ERR_B [...] new cded49ba3662 nfs: don't report STATX_BTIME in ->getattr new e901f17b0742 NFS: Don't cleanup sysfs superblock entry if uninitialized new 5b4a82a0724a Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation [...] new dfab92f27c60 Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/proje [...]
The 34 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/lockd/clntlock.c | 6 + fs/nfs/client.c | 32 ++ fs/nfs/fs_context.c | 67 +++++ fs/nfs/inode.c | 2 +- fs/nfs/internal.h | 2 + fs/nfs/nfs3client.c | 13 +- fs/nfs/nfs42proc.c | 25 +- fs/nfs/nfs42xattr.c | 79 ++--- fs/nfs/nfs42xdr.c | 631 +++++++++++++++++++++------------------- fs/nfs/nfs4client.c | 44 ++- fs/nfs/nfs4proc.c | 9 +- fs/nfs/nfs4state.c | 3 + fs/nfs/super.c | 18 +- fs/nfs/sysfs.c | 235 ++++++++++++--- fs/nfs/sysfs.h | 10 +- include/linux/lockd/bind.h | 2 + include/linux/nfs_fs_sb.h | 6 +- include/linux/nfs_xdr.h | 3 + include/linux/sunrpc/auth.h | 2 + include/linux/sunrpc/clnt.h | 13 +- include/linux/sunrpc/xprt.h | 18 ++ include/linux/sunrpc/xprtsock.h | 3 + include/trace/events/sunrpc.h | 96 +++++- net/sunrpc/Makefile | 2 +- net/sunrpc/auth.c | 2 +- net/sunrpc/auth_tls.c | 175 +++++++++++ net/sunrpc/clnt.c | 22 +- net/sunrpc/rpcb_clnt.c | 39 ++- net/sunrpc/sysfs.c | 1 + net/sunrpc/sysfs.h | 7 - net/sunrpc/xprtsock.c | 434 ++++++++++++++++++++++++++- 31 files changed, 1566 insertions(+), 435 deletions(-) create mode 100644 net/sunrpc/auth_tls.c