This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from 5613970af3f5 Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.o [...] adds 3b1313eb32c4 mips: cacheinfo: report shared CPU map adds 87f67cc4c7b8 MIPS: Fix boot on Fuloong2 systems adds 7d2aa4bb90f5 mips: Fix gettimeofday() in the vdso library adds a7effde99b6e MIPS: Kconfig: Use correct form for 'depends on' adds a4a3893114a4 MIPS: Prevent link failure with kcov instrumentation adds f8fffebdea75 MIPS: BPF: Disable MIPS32 eBPF JIT adds f596cf0d8062 MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig adds bbcc5672b006 MIPS: Avoid VDSO ABI breakage due to global register variable adds c420ddda506b Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/s [...] adds 9c95a278ba7c apparmor: fix bind mounts aborting with -ENOMEM adds 20d4e80d255d apparmor: only get a label reference if the fast path check fails adds 8c62ed27a12c apparmor: fix aa_xattrs_match() may sleep while holding a [...] adds a125bcda2d0a Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org [...] adds feee6b298916 mm/memory_hotplug: shrink zones when offlining memory adds ac8f05da5174 mm/zsmalloc.c: fix the migrated zspage statistics. adds a69b83e1ae7f kcov: fix struct layout for kcov_remote_arg adds 84029fd04c20 memcg: account security cred as well to kmemcg adds e0153fc2c760 mm: move_pages: return valid node id in status if the page [...] adds b16155a0b01a fs/direct-io.c: include fs/internal.h for missing prototype adds 7bebd69ecf10 fs/nsfs.c: include headers for missing declarations adds 213921f967cf fs/namespace.c: make to_mnt_ns() static adds 780a0cfda900 hexagon: parenthesize registers in asm predicates adds 63e80314ab7c hexagon: work around compiler crash adds e39e773ad100 fs/posix_acl.c: fix kernel-doc warnings adds 941f762bcb27 mm/oom: fix pgtables units mismatch in Killed process message adds a7c46c0c0e3d mm/gup: fix memory leak in __gup_benchmark_ioctl adds c77c0a8ac4c5 mm/hugetlb: defer freeing of huge pages if in non-task context adds 397eac17f86f ocfs2: call journal flush to mark journal as empty after j [...] adds b73eba2a867e ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less adds 7312b7069925 hexagon: define ioremap_uc adds 36487907f341 Merge branch 'akpm' (patches from Andrew)
No new revisions were added by this update.
Summary of changes: Documentation/dev-tools/kcov.rst | 10 ++-- arch/arm64/mm/mmu.c | 4 +- arch/hexagon/include/asm/atomic.h | 8 +-- arch/hexagon/include/asm/bitops.h | 8 +-- arch/hexagon/include/asm/cmpxchg.h | 2 +- arch/hexagon/include/asm/futex.h | 6 +-- arch/hexagon/include/asm/io.h | 1 + arch/hexagon/include/asm/spinlock.h | 20 ++++---- arch/hexagon/kernel/stacktrace.c | 4 +- arch/hexagon/kernel/vm_entry.S | 2 +- arch/ia64/mm/init.c | 4 +- arch/mips/Kconfig | 2 +- arch/mips/boot/compressed/Makefile | 3 ++ arch/mips/include/asm/cpu-type.h | 3 +- arch/mips/include/asm/thread_info.h | 20 +++++++- arch/mips/include/asm/vdso/gettimeofday.h | 13 ----- arch/mips/kernel/cacheinfo.c | 27 +++++++++- arch/mips/net/ebpf_jit.c | 2 +- arch/mips/vdso/vgettimeofday.c | 20 ++++++++ arch/powerpc/mm/mem.c | 3 +- arch/s390/mm/init.c | 4 +- arch/sh/mm/init.c | 4 +- arch/x86/mm/init_32.c | 4 +- arch/x86/mm/init_64.c | 4 +- drivers/platform/mips/Kconfig | 2 +- fs/direct-io.c | 2 + fs/namespace.c | 2 +- fs/nsfs.c | 3 ++ fs/ocfs2/dlmglue.c | 1 + fs/ocfs2/journal.c | 8 +++ fs/posix_acl.c | 7 ++- include/linux/memory_hotplug.h | 7 ++- include/uapi/linux/kcov.h | 10 ++-- kernel/cred.c | 6 +-- mm/gup_benchmark.c | 8 ++- mm/hugetlb.c | 51 ++++++++++++++++++- mm/memory_hotplug.c | 31 ++++++------ mm/memremap.c | 2 +- mm/migrate.c | 23 ++++++--- mm/oom_kill.c | 2 +- mm/zsmalloc.c | 5 ++ security/apparmor/apparmorfs.c | 2 +- security/apparmor/domain.c | 82 ++++++++++++++++--------------- security/apparmor/file.c | 12 +++-- security/apparmor/mount.c | 2 +- security/apparmor/policy.c | 4 +- 46 files changed, 294 insertions(+), 156 deletions(-)