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-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from 9e208aa06c21 Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/sc [...] adds bf7ec93c644c io_uring: fix reversed nonblock flag for link submission adds a2b90f112177 bdi: Do not use freezable workqueue adds 0e48f51cbbfb Revert "libata, freezer: avoid block device removal while [...] adds b84477d3ebb9 blk-wbt: fix performance regression in wbt scale_up/scale_down adds 6805b32ec2b0 io_uring: remove wait loop spurious wakeups adds 8a9973408177 io_uring: only flush workqueues on fileset removal adds 79a85e214d62 null_blk: Fix zoned command return code adds 862488105b84 nbd: fix possible sysfs duplicate warning adds 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 adds 437c5a15bba3 Merge tag 'drm-misc-fixes-2019-10-10' of git://anongit.fre [...] adds 083164dbdb17 drm/amdgpu: fix memory leak adds 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 adds 4adbcff22e67 Merge tag 'drm-intel-fixes-2019-10-10' of git://anongit.fr [...] adds 9892f9f6cf83 Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesk [...] new 48f9bcf91461 net: sctp: Rename fallthrough label to unhandled new 294f69e662d1 compiler_attributes.h: Add 'fallthrough' pseudo keyword fo [...] new b9918bdcac1f Documentation/process: Add fallthrough pseudo-keyword adds 6a297c90efa6 HID: hyperv: Use in-place iterator API in the channel callback adds 83b50f83a968 Drivers: hv: vmbus: Fix harmless building warnings without [...] new 56c642e2aa1c Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...] adds c7c4e29fb5a4 scripts: add_namespace: Fix coccicheck failed adds bf70b0503abd module: swap the order of symbol.namespace adds 389eb3f5f4ab modpost: fix broken sym->namespace for external module builds adds fa6643cdc5cd module: rename __kstrtab_ns_* to __kstrtabns_* to avoid sy [...] adds d85103ac78a6 kbuild: fix build error of 'make nsdeps' in clean tree adds 40997fb8799d nsdeps: fix hashbang of scripts/nsdeps adds df6f0987e55f nsdeps: make generated patches independent of locale adds fcfacb9f8374 doc: move namespaces.rst from kbuild/ to core-api/ new c6f6ebd77ce1 Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/p [...]
The 5 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: Documentation/core-api/index.rst | 1 + .../symbol-namespaces.rst} | 0 Documentation/process/coding-style.rst | 2 +- Documentation/process/deprecated.rst | 33 +++++-- MAINTAINERS | 1 + Makefile | 2 +- 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 +- drivers/hid/hid-hyperv.c | 56 ++---------- drivers/hv/vmbus_drv.c | 6 ++ fs/io_uring.c | 24 ++--- include/linux/compiler_attributes.h | 17 ++++ include/linux/export.h | 10 +- kernel/freezer.c | 6 -- mm/backing-dev.c | 4 +- net/sctp/sm_make_chunk.c | 12 +-- scripts/coccinelle/misc/add_namespace.cocci | 2 + scripts/mod/modpost.c | 29 +++--- scripts/nsdeps | 4 +- 47 files changed, 353 insertions(+), 236 deletions(-) rename Documentation/{kbuild/namespaces.rst => core-api/symbol-namespaces.rst} (100%)