This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/linux.
from 49d766f3a0e4 Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/s [...] adds 7938d61591d3 drm/i915: Flush TLBs before releasing backing store adds b5e7b59c3480 NFS: change nfs_access_get_cached to only report the mask adds 73fbb3fa647b NFS: pass cred explicitly for access tests adds 6238aec83f3f NFS: don't store 'struct cred *' in struct nfs_access_entry adds 204975036b34 NFS: Ensure the server has an up to date ctime before hardlinking adds 6ff9d99bb88f NFS: Ensure the server has an up to date ctime before renaming adds 4b0c359b813b SUNRPC: Add source address/port to rpc_socket* traces adds c72a826829cc nfs41: pnfs: filelayout: Replace one-element array with fl [...] adds 35e0f9a9af48 sunrpc: Remove unneeded null check adds c4f0396688b5 SUNRPC: clean up some inconsistent indenting adds 2c52c8376db7 NFSv4 only print the label when its queried adds fbd2057e5329 nfs: nfs4clinet: check the return value of kstrdup() adds b05bf5c63b32 NFSv4.1: Fix uninitialised variable in devicenotify adds 1ab5be4ac5b1 NFSv4: Add some support for case insensitive filesystems adds 98ca3ee60b9e NFSv4: Just don't cache negative dentries on case insensit [...] adds 8ce37abdeb4c NFS: Invalidate negative dentries on all case insensitive [...] adds 00bdadc7accf NFS: Add a helper to remove case-insensitive aliases adds 68eaba4ca924 NFS: Fix the verifier for case sensitive filesystem in nfs [...] adds 01f34245722b NFS: use default_groups in kobj_type adds 86439fa2678d SUNRPC: use default_groups in kobj_type adds 85847280b116 NFSv4: Allow writebacks to request 'blocks used' adds 34bf20ce986c NFSv42: Fallocate and clone should also request 'blocks used' adds ac795161c936 NFSv4: Handle case where the lookup of a directory fails adds 1751fc1db36f NFSv4: nfs_atomic_open() can race when looking up a non-re [...] adds 90e12a319104 NFSv4 remove zero number of fs_locations entries error check adds 8a59bb93b7e3 NFSv4 store server support for fs_location attribute adds 1976b2b31462 NFSv4.1 query for fs_location attr on a new file system adds f5b27cc6761e NFSv4 expose nfs_parse_server_name function adds a8d54baba7c6 NFSv4 handle port presence in fs_location server string adds b8a09619a563 SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt adds 4ca9f31a2be6 NFSv4.1 test and add 4.1 trunking transport adds 776d794f28c9 net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_st [...] adds 1a48db3fef49 sunrpc: Fix potential race conditions in rpc_sysfs_xprt_st [...] adds c03061e7a210 xprtrdma: Remove final dprintk call sites from xprtrdma adds c0f26167ddcf xprtrdma: Remove definitions of RPCDBG_FACILITY adds aed28b7a2d62 SUNRPC: Don't dereference xprt->snd_task if it's a cookie adds 0280e3c58f92 Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/proj [...]
No new revisions were added by this update.
Summary of changes: drivers/gpu/drm/i915/gem/i915_gem_object_types.h | 1 + drivers/gpu/drm/i915/gem/i915_gem_pages.c | 10 ++ drivers/gpu/drm/i915/gt/intel_gt.c | 108 +++++++++++++ drivers/gpu/drm/i915/gt/intel_gt.h | 2 + drivers/gpu/drm/i915/gt/intel_gt_types.h | 2 + drivers/gpu/drm/i915/i915_reg.h | 11 ++ drivers/gpu/drm/i915/i915_vma.c | 3 + drivers/gpu/drm/i915/intel_uncore.c | 26 ++- drivers/gpu/drm/i915/intel_uncore.h | 2 + fs/nfs/callback.h | 2 +- fs/nfs/callback_proc.c | 2 +- fs/nfs/callback_xdr.c | 18 +-- fs/nfs/client.c | 7 + fs/nfs/dir.c | 146 +++++++++++++---- fs/nfs/filelayout/filelayout.h | 2 +- fs/nfs/filelayout/filelayoutdev.c | 4 +- fs/nfs/internal.h | 1 + fs/nfs/nfs3proc.c | 5 +- fs/nfs/nfs42proc.c | 13 +- fs/nfs/nfs4_fs.h | 14 +- fs/nfs/nfs4client.c | 5 +- fs/nfs/nfs4namespace.c | 19 ++- fs/nfs/nfs4proc.c | 197 ++++++++++++++++++----- fs/nfs/nfs4state.c | 6 +- fs/nfs/nfs4xdr.c | 49 +++++- fs/nfs/sysfs.c | 3 +- include/linux/nfs_fs.h | 10 +- include/linux/nfs_fs_sb.h | 4 +- include/linux/nfs_xdr.h | 5 +- include/trace/events/sunrpc.h | 70 +++++--- net/sunrpc/auth_gss/gss_generic_token.c | 6 +- net/sunrpc/clnt.c | 5 +- net/sunrpc/sysfs.c | 47 +++--- net/sunrpc/xprtrdma/backchannel.c | 4 - net/sunrpc/xprtrdma/frwr_ops.c | 4 - net/sunrpc/xprtrdma/rpc_rdma.c | 4 - net/sunrpc/xprtrdma/transport.c | 4 - net/sunrpc/xprtrdma/verbs.c | 23 --- net/sunrpc/xprtsock.c | 2 +- 39 files changed, 635 insertions(+), 211 deletions(-)