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-defconfig in repository toolchain/ci/linux.
from 052c467cb587 Merge tag 'block-5.7-2020-05-01' of git://git.kernel.dk/li [...] adds 5b0bbee4732c io_uring: statx must grab the file table for valid fd adds af197f50ac53 io_uring: enable poll retry for any file with ->read_iter [...] adds 490e89676a52 io_uring: only force async punt if poll based retry can't [...] adds dd461af65946 io_uring: use proper references for fallback_req locking adds 3fd44c86711f io_uring: use cond_resched() in io_ring_ctx_wait_and_kill() adds 7759a0bfadce io_uring: fix extra put in sync_file_range() adds 4ee3631451c9 io_uring: check non-sync defer_list carefully adds 2fb3e82284fc io_uring: punt splice async because of inode mutex adds cf0185308c41 Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk [...] adds 1578e5d03112 arm64: vdso: Add -fasynchronous-unwind-tables to cflags adds 42eb62d417e5 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 205323b8ceac vfio: checking of validity of user vaddr in vfio_dma_rw adds 0ea971f8dcd6 vfio: avoid possible overflow in vfio_iommu_type1_pin_pages adds 5cbf3264bc71 vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vadd [...] adds 690e2aba7beb Merge tag 'vfio-v5.7-rc4' of git://github.com/awilliam/linux-vfio adds ae148b43516d dmaengine: hisilicon: Fix build error without PCI_MSI adds 172d59ecd61b dmaengine: ti: k3-psil: fix deadlock on error path adds b269426011bc dmaengine: xilinx_dma: Add missing check for empty list adds 20d60f636447 include/linux/dmaengine: Typos fixes in API documentation adds aee45dba3ad9 dt-bindings: dma: uniphier-xdmac: switch to single reg region adds 2e45676a4d33 dmaengine: pch_dma.c: Avoid data race between probe and ir [...] adds 363c32701c7f dmaengine: mmp_tdma: Do not ignore slave config validation errors adds 0c8944637921 dmaengine: mmp_tdma: Reset channel error on release adds 0821009445a8 dmaengine: fix channel index enumeration adds 664475cffb8c dmaengine: tegra-apb: Ensure that clock is enabled during [...] adds b9f960201249 dmaengine: dmatest: Fix iteration non-stop logic adds aa72f1d20ee9 dmaengine: dmatest: Fix process hang when reading 'wait' p [...] adds ed6889db63d2 Merge tag 'dmaengine-fix-5.7-rc4' of git://git.infradead.o [...] adds 7bcc10585bd9 NFS/pnfs: Ensure that _pnfs_return_layout() waits for layo [...] adds 4d8948c7334a NFS/pnfs: Fix a credential use-after-free issue in pnfs_roc() adds 7648f939cb91 nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl adds efe57fd58e1c SUNRPC: Remove unreachable error condition adds 6e47666ef93d NFSv4: Remove unreachable error condition due to rpc_run_task() adds 7c4310ff5642 SUNRPC: defer slow parts of rpc_free_client() to a workqueue. adds dff58530c4ca NFSv4.1: fix handling of backchannel binding in BIND_CONN_ [...] adds 58bd6656f808 xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler() adds bdb2ce828185 xprtrdma: Fix trace point use-after-free race adds 48a124e38350 xprtrdma: Fix use of xdr_stream_encode_item_{present, absent} adds 8e2912c7c69e Merge tag 'nfs-rdma-for-5.7-2' of git://git.linux-nfs.org/ [...] adds 9c07b75b80ee NFS: Fix a race in __nfs_list_for_each_server() adds 29a47f456d62 Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/proje [...] adds b75dfde12129 fibmap: Warn and return an error in case of block > INT_MAX adds f66ed1ebbfde Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/ [...]
No new revisions were added by this update.
Summary of changes: .../bindings/dma/socionext,uniphier-xdmac.yaml | 7 ++- arch/arm64/kernel/vdso/Makefile | 2 +- drivers/dma/Kconfig | 3 +- drivers/dma/dmaengine.c | 60 ++++++++++------------ drivers/dma/dmatest.c | 6 +-- drivers/dma/mmp_tdma.c | 5 +- drivers/dma/pch_dma.c | 2 +- drivers/dma/tegra20-apb-dma.c | 9 ++++ drivers/dma/ti/k3-psil.c | 1 + drivers/dma/xilinx/xilinx_dma.c | 20 ++++---- drivers/vfio/vfio_iommu_type1.c | 10 ++-- fs/io_uring.c | 58 +++++++++++---------- fs/ioctl.c | 8 +++ fs/iomap/fiemap.c | 5 +- fs/nfs/nfs3acl.c | 22 +++++--- fs/nfs/nfs4proc.c | 11 +++- fs/nfs/pnfs.c | 11 ++-- fs/nfs/super.c | 2 +- include/linux/dmaengine.h | 12 ++--- include/linux/nfs_xdr.h | 2 + include/linux/sunrpc/clnt.h | 13 ++++- include/trace/events/rpcrdma.h | 12 ++--- net/sunrpc/clnt.c | 24 ++++++--- net/sunrpc/xprtrdma/rpc_rdma.c | 15 ++++-- net/sunrpc/xprtrdma/verbs.c | 3 +- 25 files changed, 190 insertions(+), 133 deletions(-)