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-defconfig in repository toolchain/ci/linux.
from c74386d50fba afs: Fix missing timeout reset adds 9e77716a75bc fork: fix pidfd_poll()'s return type adds d324810acded Merge tag 'for-linus-2019-11-21' of git://git.kernel.org/p [...] adds 2727315df3f5 gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_o [...] adds b0391479ae04 gpio: max77620: Fixup debounce delays adds f88c117b6d6d gpio: bd70528: Use correct unit for debounce times adds 0161a94e2d1c tools: gpio: Correctly add make dependencies for gpio_utils adds cbdaa5e7bd90 Merge tag 'gpio-v5.4-rc8-fixes-for-linus' of git://git.ker [...] adds cec353f6c2c9 Merge tag 'gpio-v5.4-5' of git://git.kernel.org/pub/scm/li [...] adds dff10bbea4be nbd:fix memory leak in nbd_get_socket() adds be5fa3aac23f Merge tag 'for-linus-20191121' of git://git.kernel.dk/linux-block adds 94bb804e1e6f arm64: uaccess: Ensure PAN is re-enabled after unhandled u [...] adds e50be648aaa3 arm64: uaccess: Remove uaccess_*_not_uao asm macros adds 81429eb8d9ca Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 9ea3fa729a44 drm/amdgpu: remove experimental flag for Navi14 adds 355d991cb6ff drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on uns [...] adds d2a08e46215c drm/amd/powerplay: correct fine grained dpm force level setting adds c57040d333c6 drm/amdgpu: disable gfxoff when using register read interface adds 941a0a7945c3 drm/amdgpu: disable gfxoff on original raven adds a0184d71163a Revert "drm/amd/display: enable S/G for RAVEN chip" adds f824c1b35a75 Merge tag 'drm-fixes-5.4-2019-11-20' of git://people.freed [...] adds 8ac495f624a4 drm/i915: Don't oops in dumb_create ioctl if we have no crtcs adds 1aa4df7e41b6 drm/i915: Preload LUTs if the hw isn't currently using them adds add3eeed3683 drm/i915/pmu: "Frequency" is reported as accumulated cycles adds 2d691aeca4ae drm/i915/userptr: Try to acquire the page lock around set_ [...] adds c0fa92ec8902 drm/i915: Protect request peeking with RCU adds d43e24533dc2 drm/i915: make pool objects read-only adds 71d122629c04 drm/i915/fbdev: Restore physical addresses for fb_mmap() new 51658c04c338 Merge tag 'drm-intel-fixes-2019-11-21' of git://anongit.fr [...] new 5d867ab037e5 Merge tag 'drm-fixes-2019-11-22' of git://anongit.freedesk [...] adds 05ff1ba412fd PM: QoS: Invalidate frequency QoS requests after removal new a6b0373ffcd8 Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/l [...]
The 3 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: arch/arm64/include/asm/asm-uaccess.h | 17 ------ arch/arm64/include/asm/uaccess.h | 27 ++++++++-- arch/arm64/lib/clear_user.S | 2 - arch/arm64/lib/copy_from_user.S | 2 - arch/arm64/lib/copy_in_user.S | 2 - arch/arm64/lib/copy_to_user.S | 2 - arch/arm64/lib/uaccess_flushcache.c | 6 ++- drivers/block/nbd.c | 1 + drivers/gpio/gpio-bd70528.c | 6 +-- drivers/gpio/gpio-max77620.c | 6 +-- drivers/gpio/gpiolib-acpi.c | 17 ++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 ++- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 9 +++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 23 ++++++-- drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 6 +++ drivers/gpu/drm/i915/display/intel_atomic.c | 1 + drivers/gpu/drm/i915/display/intel_color.c | 61 ++++++++++++++++++++++ drivers/gpu/drm/i915/display/intel_display.c | 9 ++++ drivers/gpu/drm/i915/display/intel_display_types.h | 1 + drivers/gpu/drm/i915/display/intel_fbdev.c | 9 ++-- drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 22 +++++++- drivers/gpu/drm/i915/gt/intel_engine_pool.c | 2 + drivers/gpu/drm/i915/i915_pmu.c | 4 +- drivers/gpu/drm/i915/i915_scheduler.c | 50 ++++++++++++++---- kernel/fork.c | 6 +-- kernel/power/qos.c | 8 ++- tools/gpio/Build | 1 + tools/gpio/Makefile | 10 ++-- 31 files changed, 252 insertions(+), 76 deletions(-)