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-stable-allyesconfig in repository toolchain/ci/linux.
from 997fee5473ce Linux 5.2.14 new b3a1644a19a7 gpio: pca953x: correct type of reg_direction new d89e8b4684f1 gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read new 1a413713ee16 ALSA: hda - Fix potential endless loop at applying quirks new dfdf3c29f72a ALSA: hda/realtek - Fix overridden device-specific initialization new 6157216e86f3 ALSA: hda/realtek - Add quirk for HP Pavilion 15 new b305db85076a ALSA: hda/realtek - Enable internal speaker & headset mic [...] new f43cf5ff54a2 ALSA: hda/realtek - Fix the problem of two front mics on a [...] new 1f570399e490 sched/fair: Don't assign runtime for throttled cfs_rq new ee116fa63272 drm/vmwgfx: Fix double free in vmw_recv_msg() new 9844e52dd977 drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs new 478e21d516d2 vhost/test: fix build for vhost test new 6890ea590cb7 vhost/test: fix build for vhost test - again new 12c6a7776680 powerpc/64e: Drop stale call to smp_processor_id() which h [...] new 7f20c56c0b7a powerpc/tm: Fix FP/VMX unavailable exceptions inside a tra [...] new 398f2c8277f2 powerpc/tm: Fix restoring FP/VMX facility incorrectly on i [...] new e2b3974bc4ab batman-adv: fix uninit-value in batadv_netlink_get_ifindex() new bb70b2729b7a batman-adv: Only read OGM tvlv_len after buffer len check new b622ba2bcd4e bcache: only clear BTREE_NODE_dirty bit when it is set new 913855877794 bcache: add comments for mutex_lock(&b->write_lock) new 16d2d609ff0f bcache: fix race in btree_flush_write() new 9d3d11319bd2 IB/rdmavt: Add new completion inline new bef755d188f5 IB/{rdmavt, qib, hfi1}: Convert to new completion API new c31f3dc4e075 IB/hfi1: Unreserve a flushed OPFN request new 07c37f641842 drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 s [...] new c0e2dbd7d707 drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHV new cb77c43fa0bb mmc: sdhci-sprd: Fix the incorrect soft reset operation wh [...] new e7bc0c0aeb77 usb: chipidea: imx: add imx7ulp support new 8db034bb05b1 usb: chipidea: imx: fix EPROBE_DEFER support during driver probe new 4b1bac380cdc virtio/s390: fix race on airq_areas[] new d05cba91e1de drm/i915: Support flags in whitlist WAs new abb4c8b10fc7 drm/i915: Support whitelist workarounds on all engines new a22fc7cea6af drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNT new 0b50b2beafe7 drm/i915: Add whitelist workarounds for ICL new 051d85e1b2d3 drm/i915/icl: whitelist PS_(DEPTH|INVOCATION)_COUNT new f6b72d0920f4 Btrfs: fix unwritten extent buffers and hangs on future wr [...] new e86a7794620a vhost: make sure log_num < in_num new 6e282ba6ff6b Linux 5.2.15
The 37 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: Makefile | 2 +- arch/powerpc/kernel/process.c | 21 +--- arch/powerpc/mm/nohash/tlb.c | 1 - drivers/gpio/gpio-pca953x.c | 15 +-- drivers/gpu/drm/i915/i915_reg.h | 7 ++ drivers/gpu/drm/i915/intel_cdclk.c | 11 ++ drivers/gpu/drm/i915/intel_workarounds.c | 136 +++++++++++++++++---- .../gpu/drm/nouveau/nvkm/subdev/secboot/gp102.c | 12 ++ drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 8 +- drivers/infiniband/hw/hfi1/rc.c | 28 +---- drivers/infiniband/hw/qib/qib_rc.c | 26 +--- drivers/infiniband/sw/rdmavt/qp.c | 31 ++--- drivers/md/bcache/btree.c | 49 +++++++- drivers/md/bcache/btree.h | 2 + drivers/md/bcache/journal.c | 7 ++ drivers/mmc/host/sdhci-acpi.c | 2 +- drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- drivers/mmc/host/sdhci-of-at91.c | 2 +- drivers/mmc/host/sdhci-pci-core.c | 4 +- drivers/mmc/host/sdhci-pxav3.c | 2 +- drivers/mmc/host/sdhci-s3c.c | 2 +- drivers/mmc/host/sdhci-sprd.c | 2 +- drivers/mmc/host/sdhci-xenon.c | 2 +- drivers/mmc/host/sdhci.c | 4 +- drivers/mmc/host/sdhci.h | 2 +- drivers/s390/virtio/virtio_ccw.c | 3 + drivers/usb/chipidea/ci_hdrc_imx.c | 43 ++++++- drivers/usb/chipidea/usbmisc_imx.c | 4 + drivers/vhost/test.c | 13 +- drivers/vhost/vhost.c | 4 +- fs/btrfs/extent_io.c | 35 ++++-- include/linux/usb/chipidea.h | 1 + include/rdma/rdmavt_qp.h | 117 +++++++++++------- kernel/sched/fair.c | 5 + net/batman-adv/bat_iv_ogm.c | 20 +-- net/batman-adv/netlink.c | 2 +- sound/pci/hda/hda_auto_parser.c | 4 +- sound/pci/hda/hda_generic.c | 3 +- sound/pci/hda/hda_generic.h | 1 + sound/pci/hda/patch_realtek.c | 17 +++ 40 files changed, 434 insertions(+), 218 deletions(-)