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-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from fb20da6af705 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] adds e093c4be760e xfs: Fix tail rounding in xfs_alloc_file_space() adds 6374ca03975a xfs: remove unused flags arg from xfs_get_aghdr_buf() adds d5cc14d9f928 xfs: removed unused error variable from xchk_refcountbt_rec adds 3219e8cf0dad xfs: assure zeroed memory buffers for certain kmem allocations adds 0b10d8a89f55 xfs: log the inode on directory sf to block format change adds 603efebd6768 xfs: remove broken error handling on failed attr sf to lea [...] adds aeea4b75f045 xfs: move local to extent inode logging into bmap helper adds 9e208aa06c21 Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/sc [...] new bf7ec93c644c io_uring: fix reversed nonblock flag for link submission new a2b90f112177 bdi: Do not use freezable workqueue new 0e48f51cbbfb Revert "libata, freezer: avoid block device removal while [...] new b84477d3ebb9 blk-wbt: fix performance regression in wbt scale_up/scale_down new 6805b32ec2b0 io_uring: remove wait loop spurious wakeups new 8a9973408177 io_uring: only flush workqueues on fileset removal new 79a85e214d62 null_blk: Fix zoned command return code new 862488105b84 nbd: fix possible sysfs duplicate warning new 297cbcccc23d Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block adds 19305134ade0 drm/panel: lg-lb035q02: Fix SPI alias adds cf0c4eb15e9d drm/panel: nec-nl8048hl11: Fix SPI alias adds d82a6ac3002f drm/panel: sony-acx565akm: Fix SPI alias adds 692a5424b5b2 drm/panel: tpo-td028ttec1: Fix SPI alias adds cc635be34eb6 drm/panel: tpo-td043mtea1: Fix SPI alias adds fd70c7755bf0 drm/bridge: tc358767: fix max_tu_symbol value new 437c5a15bba3 Merge tag 'drm-misc-fixes-2019-10-10' of git://anongit.fre [...] new 083164dbdb17 drm/amdgpu: fix memory leak new 46fe219d7ca2 Merge tag 'drm-fixes-5.4-2019-10-09' of git://people.freed [...] adds 93be1bae759e drm/i915/execlists: Remove incorrect BUG_ON for schedule-out adds 6c76a93c4536 drm/i915: Perform GGTT restore much earlier during resume adds 282b7fd5f5ab drm/i915: Whitelist COMMON_SLICE_CHICKEN2 adds fda9fa19b090 drm/i915: Don't mix srcu tag and negative error codes adds c73cdbf804cf drm/i915: Extend Haswell GT1 PSMI workaround to all adds abf5cdcf235a drm/i915: Verify the engine after acquiring the active.lock adds dc7890995e04 drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled adds 7d0eb51dd92c drm/i915: Prevent bonded requests from overtaking each oth [...] adds b925708f28c2 drm/i915: Mark contents as dirty on a write fault adds a8064d577dab drm/i915/cml: Add second PCH ID for CMP adds 6535a4b34ed9 drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link) adds a8385f0c3fd3 drm/i915: Only enqueue already completed requests adds 68184eb7b096 drm/i915: Fixup preempt-to-busy vs reset of a virtual request adds 749085a2131f drm/i915/execlists: Protect peeking at execlists->active adds e137d3abdfca drm/i915/gt: execlists->active is serialised by the tasklet new 4adbcff22e67 Merge tag 'drm-intel-fixes-2019-10-10' of git://anongit.fr [...] new 9892f9f6cf83 Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesk [...]
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: block/blk-rq-qos.c | 14 ++-- block/blk-rq-qos.h | 4 +- block/blk-wbt.c | 6 +- drivers/ata/libata-scsi.c | 21 ------ drivers/block/nbd.c | 2 +- drivers/block/null_blk_zoned.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 14 ++-- drivers/gpu/drm/bridge/tc358767.c | 7 +- drivers/gpu/drm/i915/display/intel_display.c | 15 +++- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 12 ++-- drivers/gpu/drm/i915/gem/i915_gem_pm.c | 3 - drivers/gpu/drm/i915/gt/intel_engine.h | 14 ++++ drivers/gpu/drm/i915/gt/intel_engine_cs.c | 16 ++--- drivers/gpu/drm/i915/gt/intel_lrc.c | 101 +++++++++++++++++---------- drivers/gpu/drm/i915/gt/intel_reset.c | 12 ++-- drivers/gpu/drm/i915/gt/intel_reset.h | 2 +- drivers/gpu/drm/i915/gt/intel_ringbuffer.c | 2 +- drivers/gpu/drm/i915/gt/intel_workarounds.c | 3 + drivers/gpu/drm/i915/i915_drv.c | 5 ++ drivers/gpu/drm/i915/i915_gem.h | 6 ++ drivers/gpu/drm/i915/i915_request.c | 69 ++++++++++++++---- drivers/gpu/drm/i915/i915_request.h | 2 +- drivers/gpu/drm/i915/intel_pch.c | 1 + drivers/gpu/drm/i915/intel_pch.h | 1 + drivers/gpu/drm/i915/selftests/i915_gem.c | 6 ++ drivers/gpu/drm/panel/panel-lg-lb035q02.c | 9 ++- drivers/gpu/drm/panel/panel-nec-nl8048hl11.c | 9 ++- drivers/gpu/drm/panel/panel-sony-acx565akm.c | 9 ++- drivers/gpu/drm/panel/panel-tpo-td028ttec1.c | 3 +- drivers/gpu/drm/panel/panel-tpo-td043mtea1.c | 9 ++- fs/io_uring.c | 24 +++---- fs/xfs/libxfs/xfs_ag.c | 5 +- fs/xfs/libxfs/xfs_attr_leaf.c | 21 +----- fs/xfs/libxfs/xfs_bmap.c | 6 +- fs/xfs/libxfs/xfs_bmap.h | 3 +- fs/xfs/libxfs/xfs_dir2_block.c | 2 +- fs/xfs/scrub/refcount.c | 3 +- fs/xfs/xfs_bmap_util.c | 4 +- fs/xfs/xfs_buf.c | 12 +++- fs/xfs/xfs_log.c | 2 +- fs/xfs/xfs_log_recover.c | 2 +- kernel/freezer.c | 6 -- mm/backing-dev.c | 4 +- 43 files changed, 292 insertions(+), 182 deletions(-)