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-defconfig in repository toolchain/ci/linux.
from 9140d8bdd4c5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds c358ebf59634 drm/nouveau: Don't retry infinitely when receiving no data [...] adds a4a759b2797b Merge branch 'linux-5.3' of git://github.com/skeggsb/linux [...] adds 7837951a12fd drm/mediatek: include dma-mapping header adds bc67b17eb91e Merge tag 'drm-fixes-2019-08-24' of git://anongit.freedesk [...] adds 1fb254aa983b xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fai [...] adds 8942230a7e1c Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/sc [...] adds 26fa656e9a0c scsi: qla2xxx: Fix gnl.l memory leak on adapter init failure adds a86a75865ff4 scsi: target: tcmu: avoid use-after-free after command timeout adds 7c7cfdcf7f17 scsi: ufs: Fix NULL pointer dereference in ufshcd_config_v [...] adds 77ffd3465ba8 scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQ adds 17d0fbf47eb1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 2113c5f62b74 KVM: arm/arm64: Only skip MMIO insn once adds 2e16f3e926ed KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity adds 087eeea9adcb Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org [...] adds 0a022eccf7c4 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 16c75963723d Drivers: hv: vmbus: Remove the unused "tsc_page" from stru [...] adds d09bc83640d5 Input: hyperv-keyboard: Use in-place iterator API in the c [...] adds 89eb4d8d2572 Tools: hv: kvp: eliminate 'may be used uninitialized' warning adds a9fc4340aee0 Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAE adds 361469211f87 Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...] adds 2c60e6b5c924 gpiolib: never report open-drain/source lines as 'input' t [...] adds 68e03b85474a gpio: Fix build error of function redefinition adds df451f83e1fc gpio: of: fix Freescale SPI CS quirk handling adds 48057ed1840f gpio: Fix irqchip initialization order adds 083f0f2cd402 Merge tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/li [...] adds 936376f88ff1 arm: select the dma-noncoherent symbols for all swiotlb builds adds 90ae409f9eb3 dma-direct: fix zone selection after an unaddressable CMA [...] adds e67095fd2f72 Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/u [...] new d776aaa9895e mm/z3fold.c: fix race between migration and destruction new cd961038381f mm, page_alloc: move_freepages should not examine struct p [...] new bbcb03a97ffe parisc: fix compilation errrors new c350a99ea2b1 mm: memcontrol: flush percpu vmstats before releasing memcg new bb65f89b7d3d mm: memcontrol: flush percpu vmevents before releasing memcg new 7b2b55da1db1 psi: get poll_work to run when calling poll syscall next time new 46d0b24c5ee1 userfaultfd_release: always remove uffd flags and clear vm [...] new f7da677bc6e7 mm, page_owner: handle THP splits correctly new 1a87aa03597e mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely new 701d678599d0 mm/zsmalloc.c: fix race condition in zs_destroy_pool new 00fb24a42a68 mm/kasan: fix false positive invalid-free reports with CON [...] new f47edb59bb48 Merge branch 'akpm' (patches from Andrew) new d0ff14fdc987 genirq: Properly pair kobject_del() with kobject_add() new 44c471e43698 Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new 77d760328ee0 perf/x86: Fix typo in comment new f1c6ece23729 kprobes: Fix potential deadlock in kprobe_optimizer() new 05bbb9360a00 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new b0fdc01354f4 sched/core: Schedule new worker even if PI-blocked new 8a04c2ee62a4 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] new b99328a60a48 timekeeping/vsyscall: Prevent math overflow in BOOTTIME update new 5a13fc3d8ba0 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] adds 12ece2d53d3e x86/cpu: Explain Intel model naming convention new f897e60a12f0 x86/apic: Handle missing global clockevent gracefully new 0a46fff2f910 x86/boot/compressed/64: Fix boot on machines with broken E [...] new c49a0a80137c x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h new 7846f58fba96 x86/boot: Fix boot regression caused by bootparam sanitizing new b63f20a778c8 x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386 new 146c3d3220e0 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 27 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/admin-guide/kernel-parameters.txt | 7 ++ arch/arm/Kconfig | 4 ++ arch/arm/mm/Kconfig | 4 -- arch/parisc/include/asm/pgtable.h | 3 +- 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/gpio/gpiolib-of.c | 2 +- drivers/gpio/gpiolib.c | 36 +++++----- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c | 24 +++++-- drivers/hv/channel.c | 2 +- drivers/hv/hyperv_vmbus.h | 2 - drivers/input/serio/hyperv-keyboard.c | 35 ++-------- drivers/iommu/dma-iommu.c | 3 + drivers/scsi/lpfc/lpfc.h | 1 + drivers/scsi/lpfc/lpfc_attr.c | 15 +++++ drivers/scsi/lpfc/lpfc_init.c | 10 +-- drivers/scsi/lpfc/lpfc_sli4.h | 5 ++ drivers/scsi/qla2xxx/qla_attr.c | 2 + drivers/scsi/qla2xxx/qla_os.c | 11 ++- drivers/scsi/ufs/ufshcd.c | 3 + drivers/target/target_core_user.c | 9 ++- fs/userfaultfd.c | 25 +++---- fs/xfs/xfs_iops.c | 1 + include/linux/dma-contiguous.h | 5 +- include/linux/gpio.h | 24 ------- include/linux/timekeeper_internal.h | 5 ++ kernel/dma/contiguous.c | 8 +-- kernel/dma/direct.c | 10 ++- 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 ++++++++++++++++++++-- tools/hv/hv_kvp_daemon.c | 2 +- virt/kvm/arm/mmio.c | 7 ++ virt/kvm/arm/vgic/vgic-init.c | 30 ++++++--- 51 files changed, 675 insertions(+), 199 deletions(-)