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-allnoconfig in repository toolchain/ci/linux.
from 156c05917e09 Merge tag 'linux-kselftest-5.2-rc4' of git://git.kernel.or [...] adds 1e504cf85ddd fs/adfs: factor out filename comparison adds 525715d0161f fs/adfs: factor out filename case lowering adds 411c49bcf32d fs/adfs: factor out object fixups adds adb514a4e0f6 fs/adfs: factor out filename fixup adds 2eb0684f9771 fs/adfs: remove truncated filename hashing adds 5f8de4875c35 fs/adfs: move append_filetype_suffix() into adfs_object_fixup() adds fc722a0429f4 fs/adfs: fix filename fixup handling for "/" and "//" names new 44e843eb5cc3 Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/ [...] adds 66d4218f9902 xprtrdma: Use struct_size() in kzalloc() adds ec6017d90359 SUNRPC fix regression in umount of a secure mount adds 7987b694ade8 SUNRPC: Fix a use after free when a server rejects the RPC [...] adds 52b042ab9948 NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wa [...] adds ba851a39c970 NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled new 459aa077a2f2 Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/proje [...] adds 35d6fcbb7c3e fuse: fallocate: fix return with locked inode adds 4a2abf99f9c2 fuse: add FUSE_WRITE_KILL_PRIV adds a2bc92362941 fuse: fix copy_file_range() in the writeback case adds 26eb3bae5003 fuse: extract helper for range writeback new 211758573b01 Merge tag 'fuse-fixes-5.2-rc4' of git://git.kernel.org/pub [...] adds b21d9c435f93 ovl: support the FS_IOC_FS[SG]ETXATTR ioctls adds 146d62e5a586 ovl: detect overlapping layers adds 5d3211b651a0 ovl: doc: add non-standard corner cases new 5d6b501fe542 Merge tag 'ovl-fixes-5.2-rc4' of git://git.kernel.org/pub/ [...] new 638803d45681 Revert "gfs2: Replace gl_revokes with a GLF flag" new dc8ca9cc6e23 Merge tag 'gfs2-v5.2.fixes' of git://git.kernel.org/pub/sc [...] adds d31d718528dd xfs: fix broken log reservation debugging adds 025197ebb08a xfs: inode btree scrubber should calculate im_boffset correctly new 01047631df81 Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/sc [...] adds 9c5b34c2f7eb crypto: jitterentropy - change back to module_init() adds 7829a0c1cb9c crypto: hmac - fix memory leak in hmac_init_tfm() new ae8766042bee Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] adds 7a95aab57b79 parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCK adds 200036a8e802 parisc: Allow building 64-bit kernel without -mlong-calls [...] adds bf8c2f2305b4 parisc/slab: cleanup after /proc/slab_allocators removal adds 6b98d9134e14 parisc: Fix compiler warnings in float emulation code new 63923d2c3800 parisc: Use implicit space register selection for loading [...] new ec13c82d261b parisc: configs: Remove useless UEVENT_HELPER_PATH new 116d753308cf parisc: Use lpa instruction to load physical addresses in [...] new 527a1d1ede98 parisc: Fix crash due alternative coding for NP iopdir_fdc bit new 16d72dd4891f Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/sc [...]
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/filesystems/overlayfs.txt | 16 ++- arch/parisc/Kconfig | 4 +- arch/parisc/configs/712_defconfig | 1 - arch/parisc/configs/a500_defconfig | 1 - arch/parisc/configs/b180_defconfig | 1 - arch/parisc/configs/c3000_defconfig | 1 - arch/parisc/configs/c8000_defconfig | 1 - arch/parisc/configs/default_defconfig | 1 - arch/parisc/configs/generic-32bit_defconfig | 1 - arch/parisc/include/asm/special_insns.h | 24 ++++ arch/parisc/kernel/alternative.c | 3 +- arch/parisc/kernel/vmlinux.lds.S | 21 ++-- arch/parisc/math-emu/cnv_float.h | 8 +- crypto/hmac.c | 4 +- crypto/jitterentropy-kcapi.c | 2 +- drivers/parisc/ccio-dma.c | 6 +- drivers/parisc/sba_iommu.c | 5 +- fs/adfs/adfs.h | 14 +-- fs/adfs/dir.c | 137 ++++++++++++---------- fs/adfs/dir_f.c | 43 ++----- fs/adfs/dir_fplus.c | 24 +--- fs/fuse/file.c | 43 +++++-- fs/gfs2/glock.c | 4 +- fs/gfs2/incore.h | 2 +- fs/gfs2/log.c | 4 +- fs/gfs2/lops.c | 33 ++---- fs/gfs2/main.c | 1 + fs/gfs2/super.c | 2 +- fs/nfs/nfs4proc.c | 32 ++---- fs/overlayfs/file.c | 9 +- fs/overlayfs/inode.c | 48 ++++++++ fs/overlayfs/namei.c | 8 ++ fs/overlayfs/overlayfs.h | 3 + fs/overlayfs/ovl_entry.h | 6 + fs/overlayfs/super.c | 169 +++++++++++++++++++++++++--- fs/overlayfs/util.c | 12 ++ fs/xfs/scrub/ialloc.c | 3 +- fs/xfs/xfs_log.c | 11 +- include/uapi/linux/fuse.h | 7 +- net/sunrpc/clnt.c | 30 ++--- net/sunrpc/xprtrdma/verbs.c | 3 +- 41 files changed, 484 insertions(+), 264 deletions(-)