This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/linux.
from e8f71f89236e drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV adds 863580418bc8 regulator: qcom-rpmh-regulator: fix pm8009-1 ldo7 resource name adds dc9660590d10 regulator: max14577: Revert "regulator: max14577: Add prop [...] adds 2ff59bad6f24 Merge tag 'regulator-fix-v5.15-rc2' of git://git.kernel.or [...] adds 5457773ef99f spi: rockchip: handle zero length transfers without timing out adds 2bab94090b01 spi: tegra20-slink: Declare runtime suspend and resume fun [...] adds 4c17ca27923c Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/ [...] adds 099dd788e31b cifs: remove pathname for file from SPDX header adds 4c51de1e8f92 cifs: fix incorrect kernel doc comments adds e3fc065682eb cifs: Deferred close performance improvements adds 71826b068884 cifs: Fix soft lockup during fsstress adds 35866f3f779a cifs: Not to defer close on file when lock is set adds fdf507845879 Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6 adds a9b3043de47b ksmbd: transport_rdma: Don't include rwlock.h directly adds f58eae6c5fa8 ksmbd: prevent out of share access adds 6d56262c3d22 ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2 [...] adds 707a63e9a9dd Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbd adds 345e1ae0c6ba afs: Fix missing put on afs_read objects and missing get o [...] adds 581b2027af00 afs: Fix page leak adds 3978d8165239 afs: Add missing vnode validation checks adds 63d49d843ef5 afs: Fix incorrect triggering of sillyrename on 3rd-party [...] adds 6e0e99d58a65 afs: Fix mmap coherency vs 3rd-party changes adds 4fe6a946823a afs: Try to avoid taking RCU read lock when checking vnode [...] adds b537a3c21775 afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server adds 9d37e1cab2a9 afs: Fix updating of i_blocks on file/dir extension adds d9fb678414c0 Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes: drivers/regulator/max14577-regulator.c | 2 - drivers/regulator/qcom-rpmh-regulator.c | 2 +- drivers/spi/spi-rockchip.c | 6 ++ drivers/spi/spi-tegra20-slink.c | 9 ++- fs/afs/callback.c | 44 ++++++++++++++- fs/afs/cell.c | 2 + fs/afs/dir.c | 57 ++++++------------- fs/afs/dir_edit.c | 4 +- fs/afs/file.c | 86 ++++++++++++++++++++++++++++- fs/afs/fs_probe.c | 8 ++- fs/afs/fsclient.c | 31 +++++++---- fs/afs/inode.c | 98 +++++++++++++++------------------ fs/afs/internal.h | 21 +++++++ fs/afs/protocol_afs.h | 15 +++++ fs/afs/protocol_yfs.h | 6 ++ fs/afs/rotate.c | 1 + fs/afs/server.c | 2 + fs/afs/super.c | 1 + fs/afs/write.c | 29 ++++++++-- fs/cifs/cache.c | 2 +- fs/cifs/cifs_debug.c | 1 - fs/cifs/cifs_fs_sb.h | 1 - fs/cifs/cifs_ioctl.h | 1 - fs/cifs/cifs_spnego.c | 2 +- fs/cifs/cifs_spnego.h | 2 +- fs/cifs/cifs_unicode.c | 1 - fs/cifs/cifsacl.c | 1 - fs/cifs/cifsacl.h | 1 - fs/cifs/cifsencrypt.c | 1 - fs/cifs/cifsfs.c | 1 - fs/cifs/cifsfs.h | 1 - fs/cifs/cifsglob.h | 2 +- fs/cifs/cifspdu.h | 1 - fs/cifs/cifsproto.h | 4 +- fs/cifs/cifssmb.c | 1 - fs/cifs/connect.c | 13 ++++- fs/cifs/dir.c | 1 - fs/cifs/dns_resolve.c | 1 - fs/cifs/dns_resolve.h | 4 +- fs/cifs/export.c | 1 - fs/cifs/file.c | 3 +- fs/cifs/fscache.c | 2 +- fs/cifs/fscache.h | 2 +- fs/cifs/inode.c | 7 +-- fs/cifs/ioctl.c | 3 +- fs/cifs/link.c | 1 - fs/cifs/misc.c | 42 +++++++++++++- fs/cifs/netmisc.c | 1 - fs/cifs/ntlmssp.h | 1 - fs/cifs/readdir.c | 1 - fs/cifs/rfc1002pdu.h | 1 - fs/cifs/sess.c | 1 - fs/cifs/smb2file.c | 1 - fs/cifs/smb2glob.h | 1 - fs/cifs/smb2inode.c | 1 - fs/cifs/smb2misc.c | 1 - fs/cifs/smb2pdu.c | 1 - fs/cifs/smb2pdu.h | 1 - fs/cifs/smb2proto.h | 1 - fs/cifs/smb2status.h | 1 - fs/cifs/smb2transport.c | 1 - fs/cifs/smberr.h | 1 - fs/cifs/transport.c | 1 - fs/cifs/winucase.c | 1 - fs/cifs/xattr.c | 1 - fs/ksmbd/misc.c | 76 ++++++++++++++++++++++--- fs/ksmbd/misc.h | 3 +- fs/ksmbd/smb2pdu.c | 18 ++++-- fs/ksmbd/transport_rdma.c | 1 - fs/smbfs_common/smbfsctl.h | 2 +- include/trace/events/afs.h | 8 ++- include/uapi/linux/cifs/cifs_mount.h | 1 - mm/memory.c | 1 + 73 files changed, 453 insertions(+), 202 deletions(-) create mode 100644 fs/afs/protocol_afs.h