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-master-arm-mainline-allmodconfig in repository toolchain/linux-next.
from e195ca6cb6f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds 8229706e03e4 XArray: Fix xa_for_each with a single element at 0 adds 9ee5a3b7eeb1 XArray: Export __xa_foo to non-GPL modules adds fe2b51145c9f nilfs2: Use xa_erase_irq adds 4c0608f4a0e7 XArray: Regularise xa_reserve adds c5beb07e7a06 XArray: Unify xa_cmpxchg and __xa_cmpxchg adds 9c16bb889054 XArray: Turn xa_erase into an exported function adds 84e5acb76dac XArray: Add xa_store_bh() and xa_store_irq() adds 611f318637da XArray: Unify xa_store and __xa_store adds d9c480435add XArray: Handle NULL pointers differently for allocation adds 804dfaf01bcc XArray: Fix Documentation adds 44a4a66b619a XArray: Correct xa_store_range adds 5404a7f1c21c XArray tests: Correct some 64-bit assumptions adds 6d7cd8c13737 dax: Remove optimisation from dax_lock_mapping_entry adds 7ae2ea7dc45e dax: Make sure the unlocking entry isn't locked adds c5bbd4515a05 dax: Reinstate RCU protection of inode adds fda490d39fc0 dax: Fix dax_unlock_mapping_entry for PMD pages adds 0e40de0338d0 dax: Fix huge page faults adds 25bbe21bf427 dax: Avoid losing wakeup in dax_lock_mapping_entry adds fffc9a260e38 XArray tests: Add missing locking adds e2125dac22f2 Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/use [...] adds 4e962ff6e34f MAINTAINERS: change Sparse's maintainer adds aeabb3c96186 NFSv4: Fix a NFSv4 state manager deadlock adds 99f2c55591fb NFSv4.2 copy do not allocate memory under the lock adds bb21ce0ad227 flexfiles: use per-mirror specified stateid for IO adds 17c2f540863a Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/proj [...] adds b34087157dd7 dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLB adds cb216b84d6ea swiotlb: Skip cache maintenance on map error adds d6d460b89378 Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/ [...] adds 2e6e902d1850 Linux 4.20-rc4
No new revisions were added by this update.
Summary of changes: CREDITS | 4 + Documentation/core-api/xarray.rst | 52 ++++-- MAINTAINERS | 3 +- Makefile | 4 +- fs/dax.c | 60 ++++--- fs/nfs/callback_proc.c | 22 +-- fs/nfs/flexfilelayout/flexfilelayout.c | 21 +-- fs/nfs/flexfilelayout/flexfilelayout.h | 4 + fs/nfs/flexfilelayout/flexfilelayoutdev.c | 19 +++ fs/nfs/nfs42proc.c | 19 ++- fs/nfs/nfs4_fs.h | 2 + fs/nfs/nfs4state.c | 16 +- fs/nilfs2/btnode.c | 4 +- include/linux/dma-direct.h | 2 +- include/linux/xarray.h | 267 +++++++++++++++++++++++------- kernel/dma/swiotlb.c | 3 +- lib/test_xarray.c | 50 +++++- lib/xarray.c | 139 +++++++--------- 18 files changed, 463 insertions(+), 228 deletions(-)