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 788a024921c4 Merge tag 'arc-5.2-rc4' of git://git.kernel.org/pub/scm/li [...] adds a9fb94a99bb5 pstore: Set tfm to NULL on free_buf_for_compression adds 8880fa32c557 pstore/ram: Run without kernel crash dump region adds 47358b647550 Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/sc [...] adds 7c33277b9a9a samples: fix pidfd-metadata compilation adds c732327f04a3 signal: improve comments adds 1fcd0eb356ad tests: fix pidfd-test compilation adds db309f2aedb8 Merge tag 'pidfd-fixes-v5.2-rc4' of gitolite.kernel.org:pu [...] adds f6131f28057d kselftest/cgroup: fix unexpected testing failure on test_m [...] adds 00e38a5d753d kselftest/cgroup: fix unexpected testing failure on test_core adds f97f3f8839eb kselftest/cgroup: fix incorrect test_core skip adds 98a13a8d2539 userfaultfd: selftest: fix compiler warning adds bc2cce3f2ebc selftests: vm: install test_vmalloc.sh for run_vmtests adds 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 adds 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 adds 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 adds 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 adds 5d6b501fe542 Merge tag 'ovl-fixes-5.2-rc4' of git://git.kernel.org/pub/ [...] adds 638803d45681 Revert "gfs2: Replace gl_revokes with a GLF flag" adds 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 adds 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() adds 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 adds 63923d2c3800 parisc: Use implicit space register selection for loading [...] adds ec13c82d261b parisc: configs: Remove useless UEVENT_HELPER_PATH adds 116d753308cf parisc: Use lpa instruction to load physical addresses in [...] adds 527a1d1ede98 parisc: Fix crash due alternative coding for NP iopdir_fdc bit adds 16d72dd4891f Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/sc [...]
No new revisions were added by this update.
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/pstore/platform.c | 7 +- fs/pstore/ram.c | 36 +++-- fs/xfs/scrub/ialloc.c | 3 +- fs/xfs/xfs_log.c | 11 +- include/uapi/linux/fuse.h | 7 +- kernel/signal.c | 11 +- net/sunrpc/clnt.c | 30 ++-- net/sunrpc/xprtrdma/verbs.c | 3 +- samples/pidfd/pidfd-metadata.c | 4 + tools/testing/selftests/cgroup/test_core.c | 7 +- tools/testing/selftests/cgroup/test_memcontrol.c | 4 + tools/testing/selftests/pidfd/pidfd_test.c | 4 + tools/testing/selftests/vm/Makefile | 2 + tools/testing/selftests/vm/userfaultfd.c | 2 +- 50 files changed, 538 insertions(+), 287 deletions(-)