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-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from 90280eaa88ac Merge tag 'docs-fixes' of git://git.lwn.net/linux adds bcad588dea53 drm/i915/perf: Do not clear pollin for small user read buffers adds 776d95b768e6 drm/i915/gvt: hold reference of VFIO group during opening of vgpu adds b59b2a3ee567 drm/i915/gvt: subsitute kvm_read/write_guest with vfio_dma_rw adds ec7301d5146c drm/i915/gvt: switch to user vfio_group_pin/upin_pages adds 5809e8f8ee42 Merge tag 'gvt-fixes-2020-04-14' of https://github.com/int [...] adds bbf4ee2663e1 Merge tag 'drm-intel-fixes-2020-04-15' of git://anongit.fr [...] adds bfa5807d4db9 Revert "drm/amdgpu: change SH MEM alignment mode for gfx10" adds 8c7f0a44b4b4 drm/amd/powerplay: force the trim of the mclk dpm_levels i [...] adds 4f7d010fc47e drm/amd/powerplay: unload mp1 for Arcturus RAS baco reset adds 028cfb2444b9 drm/amdgpu: fix wrong vram lost counter increment V2 adds b2a7e9735ab2 drm/amdgpu: fix the hw hang during perform system reboot a [...] adds 974229db7e6c drm/amdgpu/gfx9: add gfxoff quirk adds 1e6adfe565b4 Merge tag 'amd-drm-fixes-5.7-2020-04-15' of git://people.f [...] adds 92f673a12d14 drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE() adds 4da858c08643 Merge branch 'linux-5.7' of git://github.com/skeggsb/linux [...] adds fecca6899783 Merge tag 'drm-fixes-2020-04-18' of git://anongit.freedesk [...] adds d79294d0de12 i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND fl [...] adds edb2c9dd3948 i2c: altera: use proper variable to hold errno adds 3c1d1613be80 i2c: remove i2c_new_probed_device API adds a900aeac2537 i2c: tegra: Better handle case where CPU0 is busy for a long time adds 8814044fe0fa i2c: tegra: Synchronize DMA before termination adds b484f3c3c6f1 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds eaec2b0bd306 signal: check sig before setting info in kill_pid_usb_asyncio adds 3075afdf15b8 signal: use kill_proc_info instead of kill_pid_info in kil [...] adds e82a118f57b8 clone3: fix cgroup argument sanity check adds 62173872ca65 clone3: add a check for the user struct size if CLONE_INTO [...] adds a966dcfe153a clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks adds 774acb2a094c Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/p [...] adds 4b674b9ac852 xfs: acquire superblock freeze protection on eofblocks scans adds c142932c29e5 xfs: fix partially uninitialized structure in xfs_reflink_ [...] adds f0f7a674d4df xfs: move inode flush to the sync workqueue adds c0d73a868d9b Merge tag 'xfs-5.7-fixes-3' of git://git.kernel.org/pub/sc [...] adds 37d59d10a801 hwmon: (pmbus/isl68137) Fix up chip IDs adds 6bdf8f3efe86 hwmon: (drivetemp) Use drivetemp's true module name in Kco [...] adds ed08ebb7124e hwmon: (drivetemp) Return -ENODATA for invalid temperatures adds 0e786f328b38 hwmon: (k10temp) make some symbols static adds c843b382e61b hwmon: (jc42) Fix name to have no illegal characters adds eeaa762549f8 Merge tag 'hwmon-for-v5.7-rc2' of git://git.kernel.org/pub [...] adds 1d95b8a2d41f scsi: hisi_sas: Fix build error without SATA_HOST adds bb46737ec09e scsi: qla2xxx: Fix regression warnings adds d6b23a7ce0f7 scsi: MAINTAINERS: Update qla2xxx FC-SCSI driver maintainer adds 13ef143ddd93 scsi: target: Write NULL to *port_nexus_ptr if no ISID adds 8fed04eb79a7 scsi: target: fix PR IN / READ FULL STATUS for FC adds 066f79a5fd6d scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKEN adds 849f8583e955 scsi: sg: add sg_remove_request in sg_common_write adds 50cc09c18985 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
No new revisions were added by this update.
Summary of changes: Documentation/hwmon/isl68137.rst | 76 ++++++++++---------- MAINTAINERS | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 22 +++++- drivers/gpu/drm/amd/amdgpu/cik.c | 2 - drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 + drivers/gpu/drm/amd/amdgpu/nv.c | 4 -- drivers/gpu/drm/amd/amdgpu/soc15.c | 4 -- drivers/gpu/drm/amd/amdgpu/vi.c | 2 - drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 5 +- drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 6 ++ drivers/gpu/drm/i915/gvt/kvmgt.c | 46 ++++++------ drivers/gpu/drm/i915/i915_perf.c | 65 +++-------------- drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp108.c | 3 + drivers/gpu/drm/nouveau/nvkm/engine/sec2/tu102.c | 16 +++++ drivers/hwmon/Kconfig | 2 +- drivers/hwmon/drivetemp.c | 6 ++ drivers/hwmon/jc42.c | 2 +- drivers/hwmon/k10temp.c | 6 +- drivers/hwmon/pmbus/isl68137.c | 92 ++++++++++++++++++++++-- drivers/i2c/busses/i2c-altera.c | 9 ++- drivers/i2c/busses/i2c-designware-platdrv.c | 14 ++-- drivers/i2c/busses/i2c-tegra.c | 36 ++++++---- drivers/i2c/i2c-core-base.c | 13 ---- drivers/scsi/hisi_sas/Kconfig | 1 + drivers/scsi/qla2xxx/qla_dbg.c | 3 +- drivers/scsi/qla2xxx/qla_init.c | 2 - drivers/scsi/qla2xxx/qla_isr.c | 1 - drivers/scsi/qla2xxx/qla_mbx.c | 2 - drivers/scsi/sg.c | 4 +- drivers/target/target_core_fabric_lib.c | 5 +- drivers/target/target_core_user.c | 1 + fs/xfs/xfs_icache.c | 10 +++ fs/xfs/xfs_ioctl.c | 5 +- fs/xfs/xfs_mount.h | 6 +- fs/xfs/xfs_reflink.c | 1 + fs/xfs/xfs_super.c | 40 ++++++----- include/linux/i2c.h | 6 -- kernel/fork.c | 11 ++- kernel/signal.c | 14 ++-- 40 files changed, 326 insertions(+), 224 deletions(-)