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-arm-mainline-defconfig in repository toolchain/ci/linux.
from 550d1f5bda33 Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm [...] adds 6994eefb0053 ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME adds 503d90b30602 ALSA: hda/realtek: Add quirks for several Clevo notebook b [...] adds 2acf5a3e6e93 ALSA: usb-audio: fix sign unintended sign extension on lef [...] adds bef33e19203d ALSA: hda/realtek - Change front mic location for Lenovo M710q adds c3ea60c23144 ALSA: seq: fix incorrect order of dest_client/dest_ports a [...] adds 7fbd1753b64e ALSA: firewire-lib/fireworks: fix miss detection of receiv [...] adds 98482377dc72 ALSA: hda: Fix widget_mutex incomplete protection adds 3450121997ce ALSA: line6: Fix write on zero-sized buffer adds c212ddaee2fd Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linu [...] adds 570d7a98e7d6 vfs: move_mount: reject moving kernel internal mounts adds 2cd7cdc7e420 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds 1571c029a2ff dax: Fix xarray entry association for mixed mappings adds cde357c392e9 Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/sc [...] adds 80031361747a ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart se [...] adds 180ae5095246 Merge tag 'mvebu-fixes-5.2-2' of git://git.infradead.org/l [...] adds 521a503f5247 soc: ti: fix irq-ti-sci link error adds 018ad0523208 ARM: davinci: da830-evm: add missing regulator constraints [...] adds ed667776d6e6 ARM: davinci: omapl138-hawk: add missing regulator constra [...] adds 4f2fe6467707 ARM: davinci: da830-evm: fix GPIO lookup for OHCI adds 2659dc8d225c Merge tag 'davinci-fixes-for-v5.2-part2' of git://git.kern [...] adds ecbe5086adc2 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] adds b9705d8778e7 mm/page_alloc.c: fix regression with deferred struct page init adds cbcfa130a911 fs/userfaultfd.c: disable irqs for fault_pending and event locks adds dffcac2cb88e mm/vmscan.c: prevent useless kswapd loops adds eef778c99c02 devres: allow const resource arguments adds 875185309199 swap_readpage(): avoid blk_wake_io_task() if !synchronous adds a5fff14a0c79 Merge branch 'akpm' (patches from Andrew) adds c8ea9fce2baf lib/mpi: Fix karactx leak in mpi_powm adds 1a0fad630e0b crypto: cryptd - Fix skcipher instance memory leak adds 21d4120ec6f5 crypto: user - prevent operating on larval algorithms adds ee39d46dcaf8 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] adds 41de4be6f6ef drm/virtio: move drm_connector_update_edid_property() call adds 665d6d4e3231 Merge tag 'drm-misc-fixes-2019-06-26' of git://anongit.fre [...] adds c84c9029d782 drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context new f78c581e22d4 drm/amd/powerplay: use hardware fan control if no powerpla [...] new 688f3d1ebedf drm/amdgpu: Don't skip display settings in hwmgr_resume() new 25f09f858835 drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE new 5ee5d30a814d Merge tag 'drm-fixes-5.2-2019-07-02' of git://people.freed [...] adds 2f040d27080d drm/panfrost: Fix a double-free error new a956c56b6ad3 Merge tag 'drm-misc-fixes-2019-07-03' of git://anongit.fre [...] new be132e1375c1 drm/etnaviv: add missing failure path to destroy suballoc new b5252bdf099a Merge branch 'etnaviv/fixes' of https://git.pengutronix.de [...] new 78c68e8f5cd2 drm/imx: notify drm core before sending event during crtc disable new 5aeab2bfc9ff drm/imx: only send event on crtc disable if kept disabled new a0b2cf792ac9 Merge tag 'imx-drm-fixes-2019-07-04' of git://git.pengutro [...] new 3f9c4dc63309 Merge tag 'drm-fixes-2019-07-05-1' of git://anongit.freede [...]
The 11 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: arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 8 +++++ arch/arm/mach-davinci/board-da830-evm.c | 5 ++- arch/arm/mach-davinci/board-omapl138-hawk.c | 3 ++ crypto/cryptd.c | 1 + crypto/crypto_user_base.c | 3 ++ drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 19 ---------- drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 2 +- .../amd/powerplay/hwmgr/process_pptables_v1_0.c | 4 ++- drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 1 + .../drm/amd/powerplay/smumgr/polaris10_smumgr.c | 4 +++ drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 7 ++-- drivers/gpu/drm/i915/intel_ringbuffer.c | 6 ++-- drivers/gpu/drm/imx/ipuv3-crtc.c | 6 ++-- drivers/gpu/drm/panfrost/panfrost_drv.c | 2 +- drivers/gpu/drm/virtio/virtgpu_vq.c | 2 +- drivers/soc/Makefile | 2 +- drivers/soc/ti/Kconfig | 4 +-- fs/dax.c | 9 +++-- fs/namespace.c | 7 ++-- fs/userfaultfd.c | 42 +++++++++++++--------- include/linux/device.h | 3 +- kernel/ptrace.c | 4 +-- lib/devres.c | 3 +- lib/mpi/mpi-pow.c | 6 ++-- mm/page_alloc.c | 3 +- mm/page_io.c | 13 ++++--- mm/vmscan.c | 27 +++++++------- sound/core/seq/oss/seq_oss_ioctl.c | 2 +- sound/core/seq/oss/seq_oss_rw.c | 2 +- sound/firewire/amdtp-am824.c | 2 +- sound/hda/hdac_device.c | 18 ++++++---- sound/pci/hda/patch_realtek.c | 8 +++-- sound/usb/line6/pcm.c | 5 +++ sound/usb/mixer_quirks.c | 4 +-- 34 files changed, 137 insertions(+), 100 deletions(-)