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-arm-mainline-allyesconfig in repository toolchain/ci/linux.
from 8a8c600de5dc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds 5e48e55fb57a MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer adds 33f37c648812 shmem: fix LSM options parsing adds 6fcf0c72e4b9 vfs: add missing blkdev_put() in get_tree_bdev() adds 015c21ba59fc Merge branch 'work.mount3' of git://git.kernel.org/pub/scm [...] adds d4f4de5e5ef8 Fix the locking in dcache_readdir() and friends adds 26b6c9843384 libfs: take cursors out of list when moving past the end o [...] adds ad338d05438e Merge branch 'work.dcache' of git://git.kernel.org/pub/scm [...] adds c67d970f0ea8 Btrfs: fix memory leak due to concurrent append writes wit [...] adds 4203e9689470 btrfs: fix incorrect updating of log root tree adds 7a54789074a5 btrfs: fix balance convert to single on 32-bit host CPUs adds 11a19a90870e btrfs: allocate new inode in NOFS context adds c5f4987e86f6 btrfs: fix uninitialized ret in ref-verify adds 431d39887d62 btrfs: silence maybe-uninitialized warning in clone_range adds f8779876d4a7 Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/sc [...] adds 3aa6d4abd4eb crypto: arm/aes-ce - build for v8 architecture explicitly adds f703964fc668 crypto: arm/aes-ce - add dependency on AES library adds fb20da6af705 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] adds e093c4be760e xfs: Fix tail rounding in xfs_alloc_file_space() adds 6374ca03975a xfs: remove unused flags arg from xfs_get_aghdr_buf() adds d5cc14d9f928 xfs: removed unused error variable from xchk_refcountbt_rec adds 3219e8cf0dad xfs: assure zeroed memory buffers for certain kmem allocations adds 0b10d8a89f55 xfs: log the inode on directory sf to block format change adds 603efebd6768 xfs: remove broken error handling on failed attr sf to lea [...] adds aeea4b75f045 xfs: move local to extent inode logging into bmap helper adds 9e208aa06c21 Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/sc [...]
No new revisions were added by this update.
Summary of changes: CREDITS | 4 ++ MAINTAINERS | 4 -- arch/arm/crypto/Kconfig | 1 + arch/arm/crypto/aes-ce-core.S | 1 + fs/btrfs/file.c | 13 +++- fs/btrfs/inode.c | 3 + fs/btrfs/ref-verify.c | 2 +- fs/btrfs/send.c | 2 +- fs/btrfs/tree-log.c | 36 ++++++++--- fs/btrfs/volumes.c | 6 +- fs/libfs.c | 137 +++++++++++++++++++++-------------------- fs/super.c | 5 +- fs/xfs/libxfs/xfs_ag.c | 5 +- fs/xfs/libxfs/xfs_attr_leaf.c | 21 +------ fs/xfs/libxfs/xfs_bmap.c | 6 +- fs/xfs/libxfs/xfs_bmap.h | 3 +- fs/xfs/libxfs/xfs_dir2_block.c | 2 +- fs/xfs/scrub/refcount.c | 3 +- fs/xfs/xfs_bmap_util.c | 4 +- fs/xfs/xfs_buf.c | 12 +++- fs/xfs/xfs_log.c | 2 +- fs/xfs/xfs_log_recover.c | 2 +- mm/shmem.c | 6 ++ 23 files changed, 165 insertions(+), 115 deletions(-)