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-allyesconfig in repository toolchain/ci/linux.
from 8a61716ff2ab Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-client adds 5c59801f7018 clk: sunxi-ng: v3s: Fix TCON reset de-assert bit adds ee0b27a3a4da clk: sunxi: A31: Fix wrong AHB gate number adds 05c3ae7aa130 Merge tag 'sunxi-clk-fixes-for-5.0' of https://git.kernel. [...] adds 1b328a2e095a clk: at91: fix at91sam9x5 peripheral clock number adds 65a91e2e597d clk: at91: fix masterck name adds a3504f7a3823 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] adds 48396e80fb65 RDMA/srp: Rework SCSI device reset handling adds fc4144e7815b cxgb4: Export sge_host_page_size to ulds adds f09ef134a7ca iw_cxgb4: cq/qp mask depends on bar2 pages in a host page adds 168bd29830e8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds d179b88deb3b drm/i915/fbdev: Actually configure untiled displays adds 9c526fed6a57 Merge tag 'drm-intel-fixes-2019-02-20' of git://anongit.fr [...] adds 450d007d199e gpu: drm: radeon: Set DPM_FLAG_NEVER_SKIP when enabling PM [...] adds d33158530660 drm/amdgpu: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtime adds 9db97d8aa8f8 drm/amdgpu: Update sdma golden setting for vega20 adds d2f0b53bda31 drm/amd/display: Fix MST reboot/poweroff sequence adds 8852ae9a8249 drm/amd/display: Raise dispclk value for dce11 adds 0921c41e1902 drm/amd/display: Fix negative cursor pos programming adds 9f7ddbea2bb8 drm/amd/display: fix optimize_bandwidth func pointer for dce80 adds 4ece61a22be5 drm/amd/display: set clocks to 0 on suspend on dce80 adds a213c2c7e235 drm/amdgpu: disable bulk moves for now adds 019276ed65f3 Merge branch 'drm-fixes-5.0' of git://people.freedesktop.o [...] adds 6ee2846cb4e7 Merge tag 'drm-fixes-2019-02-22' of git://anongit.freedesk [...] adds 6db2983cd806 kallsyms: Handle too long symbols in kallsyms.c adds 207a369e3c08 sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE new 77dc1181d896 Merge tag 'kbuild-fixes-v5.0-2' of git://git.kernel.org/pu [...] new b7dc5a071ddf parisc: Fix ptrace syscall number modification new 71d73a0b43c2 CREDITS/MAINTAINERS: Retire parisc-linux.org email domain new 8456e98e18f3 Merge branch 'parisc-5.0-1' of git://git.kernel.org/pub/sc [...] adds 252f6e8eae90 ARCv2: Enable unaligned access in early ASM code adds f8a15f976641 ARCv2: lib: memcpy: fix doing prefetchw outside of buffer adds cdf92962adb0 ARC: fix actionpoints configuration detection adds d5e3c55e01d8 ARC: uacces: remove lp_start, lp_end from clobber list adds e494239a007e ARCv2: support manual regfile save on interrupts adds a66f2e57bd56 ARC: U-boot: check arguments paranoidly adds 493a2f812446 ARC: enable uboot support unconditionally adds b6835ea77729 ARC: define ARCH_SLAB_MINALIGN = 8 new 7b2e932f633b ARCv2: don't assume core 0x54 has dual issue new 2cc63b390039 Merge tag 'arc-5.0-final' of git://git.kernel.org/pub/scm/ [...] adds 94d9b9337d09 ARM: tegra: Restore DT ABI on Tegra124 Chromebooks adds 759c962d3c9b ARM: dts: am335x-evmsk: Fix PHY mode for ethernet adds 37685f6a63ee ARM: dts: am335x-evm: Fix PHY mode for ethernet adds 0661465ec86e Merge branch 'am335x-phy-fixes' into omap-for-v5.0/fixes-v2 new 3858bfca2b78 Merge tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.ke [...] adds 6fc979179c98 ARM: dts: armada-xp: fix Armada XP boards NAND description adds bdd22a41d55b arm64: dts: clearfog-gt-8k: fix SGMII PHY reset signal new 2f8b1ce19ebd Merge tag 'mvebu-fixes-5.0-2' of git://git.infradead.org/l [...] new 9053d2db8b04 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] adds 74fb44863084 PM-runtime: Fix deadlock when canceling hrtimer adds 8cbd468bdeb5 cpufreq: scmi: Fix use-after-free in scmi_cpufreq_exit() new 5b317cbf2bcb Merge branch 'pm-cpufreq-fixes' new ef4edb3ed830 Merge tag 'pm-5.0' of git://git.kernel.org/pub/scm/linux/k [...] new cc1780fc42c7 KEYS: user: Align the payload buffer new ede0fa98a900 KEYS: always initialize keyring_index_key::desc_len new cb268d806972 Merge branch 'fixes-v5.0-rc7' of git://git.kernel.org/pub/ [...]
The 14 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: CREDITS | 20 ++-- MAINTAINERS | 5 +- arch/arc/Kconfig | 20 ++-- arch/arc/configs/nps_defconfig | 1 - arch/arc/configs/vdk_hs38_defconfig | 1 - arch/arc/configs/vdk_hs38_smp_defconfig | 2 - arch/arc/include/asm/arcregs.h | 8 ++ arch/arc/include/asm/cache.h | 11 ++ arch/arc/include/asm/entry-arcv2.h | 54 ++++++++++ arch/arc/include/asm/uaccess.h | 8 +- arch/arc/kernel/entry-arcv2.S | 4 +- arch/arc/kernel/head.S | 16 ++- arch/arc/kernel/intc-arcv2.c | 2 + arch/arc/kernel/setup.c | 119 +++++++++++++++------ arch/arc/lib/memcpy-archs.S | 14 --- arch/arc/plat-hsdk/Kconfig | 1 + arch/arm/boot/dts/am335x-evm.dts | 2 +- arch/arm/boot/dts/am335x-evmsk.dts | 4 +- arch/arm/boot/dts/armada-xp-db.dts | 46 ++++---- arch/arm/boot/dts/armada-xp-gp.dts | 13 ++- arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 85 ++++++++------- arch/arm/boot/dts/tegra124-nyan.dtsi | 17 ++- .../dts/marvell/armada-8040-clearfog-gt-8k.dts | 2 +- arch/parisc/kernel/ptrace.c | 29 +++-- arch/sh/boot/dts/Makefile | 2 +- drivers/base/power/runtime.c | 2 +- drivers/clk/at91/at91sam9x5.c | 5 +- drivers/clk/at91/sama5d2.c | 4 +- drivers/clk/at91/sama5d4.c | 2 +- drivers/clk/sunxi-ng/ccu-sun6i-a31.c | 4 +- drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 2 +- drivers/cpufreq/scmi-cpufreq.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 + drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 4 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 5 +- drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c | 11 +- .../amd/display/dc/dce100/dce100_hw_sequencer.h | 4 + .../drm/amd/display/dc/dce80/dce80_hw_sequencer.c | 2 +- .../gpu/drm/amd/display/dc/dce80/dce80_resource.c | 19 +++- .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 4 +- drivers/gpu/drm/i915/intel_fbdev.c | 12 ++- drivers/gpu/drm/radeon/radeon_kms.c | 1 + drivers/infiniband/hw/cxgb4/device.c | 15 ++- drivers/infiniband/ulp/srp/ib_srp.c | 10 -- drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c | 1 + drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h | 1 + include/keys/user-type.h | 2 +- scripts/kallsyms.c | 4 +- security/keys/keyring.c | 4 +- security/keys/proc.c | 3 +- security/keys/request_key.c | 1 + security/keys/request_key_auth.c | 2 +- 53 files changed, 396 insertions(+), 219 deletions(-)