This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from 9420e8ade435 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds 5cdbec108fd2 parse-maintainers: Do not sort section content by default adds 23cb8490c0d3 MAINTAINERS: fix bad file pattern adds d33294541889 KVM: x86: remove bogus user-triggerable WARN_ON adds 2da1ed62d55c KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detec [...] adds 2e2409afe5f0 KVM: SVM: Issue WBINVD after deactivating an SEV guest adds edec6e015a02 KVM: LAPIC: Mark hrtimer for period or oneshot mode to exp [...] adds 428b8f1d9f92 KVM: VMX: don't allow memory operands for inline asm that [...] adds 94be4b85d895 KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer adds e1be9ac8e601 KVM: X86: Narrow down the IPI fastpath to single target IPI adds a53071bd3401 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 7614209736fb ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_ [...] adds e88627403120 libceph: fix alloc_msg_with_page_vector() memory leaks adds c8d6ee01449c ceph: fix memory leak in ceph_cleanup_snapid_map() adds 60268940cd15 Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-client adds 9efcc4a12936 afs: Fix unpinned address list during probing adds 32cf3a610c35 Input: raydium_i2c_ts - fix error codes in raydium_i2c_boo [...] adds 574abf5676ac dt-bindings: vendor-prefixes: Add Coreriver vendor prefix adds 3c2c07b0068a dt-bindings: input: add Coreriver TC360 binding adds da3289044833 Input: tm2-touchkey - add support for Coreriver TC360 variant adds 3b059da9835c Input: allocate keycode for "Selective Screenshot" key adds 1369d0abe469 Input: synaptics - enable RMI on HP Envy 13-ad105ng adds e4ad153ac827 Input: synaptics-rmi4 - set reduced reporting mode only wh [...] adds 52afa505a03d Input: avoid BIT() macro usage in the serio.h UAPI header adds fbf66796a0ae Input: move the new KEY_SELECTIVE_SCREENSHOT keycode adds 4134252ab7e2 Input: fix stale timestamp on key autorepeat events adds f3e69428b5e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds 42e67b479eab drm/prime: use dma length macro when mapping sg adds 0199172f9333 drm/amdgpu: fix scatter-gather mapping with user pages adds 47f7826c520e drm/radeon: fix scatter-gather mapping with user pages adds 5117c363eb21 Merge tag 'drm-misc-fixes-2020-03-26' of git://anongit.fre [...] adds 3c0fdf3302cb drm/scheduler: fix rare NULL ptr race adds c4b979ebcafe Merge tag 'amd-drm-fixes-5.6-2020-03-26' of git://people.f [...] adds 7bf8df68cba0 Merge tag 'drm-fixes-2020-03-27' of git://anongit.freedesk [...] adds 78ef3c9ecf20 clk: imx8mp: Correct IMX8MP_CLK_HDMI_AXI clock parent adds 857c9d31f59f clk: imx8mp: Correct the enet_qos parent clock adds 7aaec82fefd2 Merge tag 'imx-clk-fixes-5.6-2' of git://git.kernel.org/pu [...] adds 5f3d9b07b9bb clk: ti: am43xx: Fix clock parent for RTC clock adds 4e9343012036 clk: Pass correct arguments to __clk_hw_register_gate() adds a0ae04a25650 clk: imx: Align imx sc clock msg structs to 4 adds 8400ab889632 clk: imx: Align imx sc clock parent msg structs to 4 adds 527630fbf4f1 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] adds 6f5459da2b87 arm64: alternative: fix build with clang integrated assembler adds 1fa8cb0b7b11 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds e33a814e772c scripts/dtc: Remove redundant YYLOC global declaration adds bb36d37e29d4 Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel [...] adds adccfb1a805e riscv: uaccess should be used in nommu mode adds 3384b043ea15 riscv: fix the IPI missing issue in nommu mode adds bd6f20333c67 RISC-V: Only select essential drivers for SOC_VIRT config adds 2191b4f298fa RISC-V: Move all address space definition macros to one place adds 823846c31071 Merge tag 'riscv-for-linus-5.6' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes: .../bindings/input/cypress,tm2-touchkey.txt | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + Documentation/virt/kvm/amd-memory-encryption.rst | 25 +++++++ MAINTAINERS | 2 +- arch/arm64/include/asm/alternative.h | 2 +- arch/riscv/Kconfig | 1 - arch/riscv/Kconfig.socs | 14 ---- arch/riscv/configs/defconfig | 16 ++++- arch/riscv/configs/rv32_defconfig | 16 ++++- arch/riscv/include/asm/clint.h | 8 +-- arch/riscv/include/asm/pgtable.h | 78 ++++++++++++---------- arch/riscv/include/asm/uaccess.h | 36 +++++----- arch/riscv/kernel/smp.c | 2 +- arch/riscv/lib/Makefile | 2 +- arch/x86/kvm/lapic.c | 8 ++- arch/x86/kvm/svm.c | 25 ++++--- arch/x86/kvm/vmx/vmx.c | 2 +- arch/x86/kvm/x86.c | 6 +- drivers/clk/imx/clk-imx8mp.c | 4 +- drivers/clk/imx/clk-scu.c | 8 +-- drivers/clk/ti/clk-43xx.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- drivers/gpu/drm/drm_prime.c | 2 +- drivers/gpu/drm/radeon/radeon_ttm.c | 2 +- drivers/gpu/drm/scheduler/sched_main.c | 2 + drivers/input/input.c | 1 + drivers/input/keyboard/tm2-touchkey.c | 11 +++ drivers/input/mouse/synaptics.c | 1 + drivers/input/rmi4/rmi_f11.c | 4 +- drivers/input/touchscreen/raydium_i2c_ts.c | 8 +-- fs/afs/fs_probe.c | 2 + fs/ceph/file.c | 14 +++- fs/ceph/snap.c | 1 + include/linux/ceph/messenger.h | 7 +- include/linux/ceph/osdmap.h | 4 ++ include/linux/ceph/rados.h | 6 +- include/linux/clk-provider.h | 10 +-- include/uapi/linux/input-event-codes.h | 3 + include/uapi/linux/serio.h | 10 +-- net/ceph/messenger.c | 9 ++- net/ceph/osd_client.c | 14 +--- net/ceph/osdmap.c | 9 +++ scripts/dtc/dtc-lexer.l | 1 - scripts/parse-maintainers.pl | 31 +++++++-- 44 files changed, 270 insertions(+), 144 deletions(-)