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-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from e67095fd2f72 Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/u [...] adds d776aaa9895e mm/z3fold.c: fix race between migration and destruction adds cd961038381f mm, page_alloc: move_freepages should not examine struct p [...] adds bbcb03a97ffe parisc: fix compilation errrors adds c350a99ea2b1 mm: memcontrol: flush percpu vmstats before releasing memcg adds bb65f89b7d3d mm: memcontrol: flush percpu vmevents before releasing memcg adds 7b2b55da1db1 psi: get poll_work to run when calling poll syscall next time adds 46d0b24c5ee1 userfaultfd_release: always remove uffd flags and clear vm [...] adds f7da677bc6e7 mm, page_owner: handle THP splits correctly adds 1a87aa03597e mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely adds 701d678599d0 mm/zsmalloc.c: fix race condition in zs_destroy_pool adds 00fb24a42a68 mm/kasan: fix false positive invalid-free reports with CON [...] adds f47edb59bb48 Merge branch 'akpm' (patches from Andrew) adds d0ff14fdc987 genirq: Properly pair kobject_del() with kobject_add() adds 44c471e43698 Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] adds 77d760328ee0 perf/x86: Fix typo in comment adds f1c6ece23729 kprobes: Fix potential deadlock in kprobe_optimizer() adds 05bbb9360a00 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] adds b0fdc01354f4 sched/core: Schedule new worker even if PI-blocked adds 8a04c2ee62a4 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] adds b99328a60a48 timekeeping/vsyscall: Prevent math overflow in BOOTTIME update adds 5a13fc3d8ba0 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] adds 12ece2d53d3e x86/cpu: Explain Intel model naming convention adds f897e60a12f0 x86/apic: Handle missing global clockevent gracefully adds 0a46fff2f910 x86/boot/compressed/64: Fix boot on machines with broken E [...] adds c49a0a80137c x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h adds 7846f58fba96 x86/boot: Fix boot regression caused by bootparam sanitizing adds b63f20a778c8 x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386 adds 146c3d3220e0 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] adds 7542c6dedbc1 jffs2: Remove C++ style comments from uapi header adds 4dd75b335bc1 ubifs: Fix double unlock around orphan_delete() adds 377e208f4478 ubifs: Correctly initialize c->min_log_bytes adds 0af83abbd4a6 ubifs: Limit the number of pages in shrink_liability adds 94a76d9b525c Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/ [...] adds e0917f879536 um: fix time travel mode adds 32ae83ffec63 Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/ [...] adds a180d023ec7b auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_va [...] adds c749088f2543 Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github. [...] adds a55aa89aab90 Linux 5.3-rc6
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 7 ++ Makefile | 2 +- arch/parisc/include/asm/pgtable.h | 3 +- arch/um/include/shared/timer-internal.h | 14 ++-- arch/um/kernel/process.c | 2 +- arch/um/kernel/time.c | 16 +++-- arch/x86/boot/compressed/pgtable_64.c | 13 +++- arch/x86/events/core.c | 2 +- arch/x86/include/asm/bootparam_utils.h | 2 +- arch/x86/include/asm/intel-family.h | 15 +++++ arch/x86/include/asm/msr-index.h | 1 + arch/x86/include/asm/nospec-branch.h | 2 +- arch/x86/kernel/apic/apic.c | 68 ++++++++++++++----- arch/x86/kernel/cpu/amd.c | 66 ++++++++++++++++++ arch/x86/power/cpu.c | 86 ++++++++++++++++++++---- drivers/auxdisplay/ht16k33.c | 4 +- fs/ubifs/budget.c | 2 +- fs/ubifs/orphan.c | 2 - fs/ubifs/super.c | 4 ++ fs/userfaultfd.c | 25 +++---- include/linux/timekeeper_internal.h | 5 ++ include/uapi/linux/jffs2.h | 5 -- kernel/irq/irqdesc.c | 15 ++++- kernel/kprobes.c | 8 +-- kernel/sched/core.c | 5 +- kernel/sched/psi.c | 8 +++ kernel/time/timekeeping.c | 5 ++ kernel/time/vsyscall.c | 22 +++--- mm/huge_memory.c | 4 ++ mm/kasan/common.c | 10 ++- mm/memcontrol.c | 60 +++++++++++++++++ mm/page_alloc.c | 19 ++---- mm/z3fold.c | 89 +++++++++++++++++++++++++ mm/zsmalloc.c | 78 ++++++++++++++++++++-- 34 files changed, 561 insertions(+), 108 deletions(-)