This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from 6525771f58cb Merge tag 'arc-5.3-rc7' of git://git.kernel.org/pub/scm/li [...] adds 7e10cc25bfa0 NFS: Don't refresh attributes with mounted-on-file information adds 90cf500e338a NFSv4: Fix return values for nfs4_file_open() adds 9821421a291b NFSv4: Fix return value in nfs_finish_open() adds f4340e9314db NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend() adds eb2c50da9e25 NFS: Ensure O_DIRECT reports an error if the bytes read/wr [...] adds 17d8c5d14500 NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup adds 06c9fdf3b9f1 NFS: On fatal writeback errors, we need to call nfs_inode_ [...] adds bd736ed3e2d1 SUNRPC: Don't handle errors if the bind/connect succeeded adds bf2bf9b80e0c pNFS/flexfiles: Turn off soft RPC calls adds 80f455da6cd0 SUNRPC: Handle EADDRINUSE and ENOBUFS correctly adds d5711920ec6e Revert "NFSv4/flexfiles: Abort I/O early if the layout seg [...] adds c82e5472c998 SUNRPC: Handle connection breakages correctly in call_status() adds 7af46292dadc pNFS/flexfiles: Don't time out requests on hard mounts adds 8f54c7a4babf NFS: Fix spurious EIO read errors adds 96c4145599b3 NFS: Fix writepage(s) error handling to not report errors twice adds 71affe9be45a NFSv2: Fix eof handling adds d33d4beb5229 NFSv2: Fix write regression adds 99300a85260c NFS: remove set but not used variable 'mapping' adds 9e8312f5e160 Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/proje [...] adds 2a1a3fa0f292 kallsyms: Don't let kallsyms_lookup_size_offset() fail on [...] adds d4a8061a7c5f KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is long adds 82e40f558de5 KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PEN [...] adds 9cf6b756cdf2 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes: fs/nfs/dir.c | 2 +- fs/nfs/direct.c | 27 ++++++++++++------- fs/nfs/flexfilelayout/flexfilelayout.c | 28 +++++++------------- fs/nfs/inode.c | 33 ++++++++++++++---------- fs/nfs/internal.h | 10 ++++++++ fs/nfs/nfs4file.c | 12 ++++----- fs/nfs/pagelist.c | 19 ++++++++------ fs/nfs/pnfs_nfs.c | 15 +++++++---- fs/nfs/proc.c | 7 +++-- fs/nfs/read.c | 35 ++++++++++++++++++------- fs/nfs/write.c | 38 ++++++++++++--------------- include/linux/sunrpc/sched.h | 1 - kernel/kallsyms.c | 6 +++-- net/sunrpc/clnt.c | 47 +++++++++++++++++++++++----------- net/sunrpc/xprt.c | 7 ----- virt/kvm/arm/vgic/vgic-mmio.c | 18 +++++++++++++ virt/kvm/arm/vgic/vgic-v2.c | 5 +++- virt/kvm/arm/vgic/vgic-v3.c | 5 +++- virt/kvm/arm/vgic/vgic.c | 7 +++++ 19 files changed, 200 insertions(+), 122 deletions(-)