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 54c490164523 Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/li [...] adds 62c9d2674b31 inotify: Fix fsnotify_mark refcount leak in inotify_update [...] adds b2d22b6bb33a fanotify: Allow copying of file handle to userspace adds 7294fbd4416a Merge tag 'fsnotify_for_v5.1-rc2' of git://git.kernel.org/ [...] adds d3ca4651d05c udf: Fix crash on IO error during truncate adds 2b42be5eb245 udf: Propagate errors from udf_truncate_extents() adds 0939221e6468 Merge tag 'fixes_for_v5.1-rc2' of git://git.kernel.org/pub [...] adds 6a1afffb08ce selinux: fix NULL dereference in policydb_destroy() adds fb549c55475b Merge tag 'selinux-pr-20190321' of git://git.kernel.org/pu [...] adds a872fc8bf030 arm64: kprobes: Move extable address check into arch_prepa [...] adds b5586163de1c arm64: kprobes: Remove unneeded RODATA check adds 6e08af0f10dc arm64: kprobes: Move exception_text check in blacklist adds 6a019a92aa58 arm64: kprobes: Use arch_populate_kprobe_blacklist() adds 3dbcea54b3ff arm64: apply workaround on A64FX v1r0 adds c82fd1e6bd55 arm64/stacktrace: Export save_stack_trace_regs() adds efd00c722ca8 arm64: Add MIDR encoding for HiSilicon Taishan CPUs adds 0ecc471a2cb7 arm64: kpti: Whitelist HiSilicon Taishan v110 CPUs adds e5a5af771861 arm64: remove obsolete selection of MULTI_IRQ_HANDLER adds d92da1fbb724 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 8f3b487685b2 drm/udl: use drm_gem_object_put_unlocked. adds 2219c9ee922d drm/nouveau/dmem: remove set but not used variable 'drm' adds 18ec3c129bca drm/nouveau/dmem: Fix a NULL vs IS_ERR() check adds 909e9c9c4283 drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failure adds 83857418073f drm/nouveau/dmem: empty chunk do not have a buffer object [...] adds cd8457911250 Merge branch 'linux-5.1' of git://github.com/skeggsb/linux [...] adds 6e0473633af0 drm/i915/bios: assume eDP is present on port A when there [...] adds 65f26e978d7c drm/i915: Fix off-by-one in reporting hanging process adds 000c4f90e3f0 drm/i915: Sanity check mmap length against object size adds 8cf13f71fadc Merge tag 'drm-intel-fixes-2019-03-20' of git://anongit.fr [...] adds 6a3b45ada960 drm/exynos/mixer: fix MIXER shadow registry synchronisation code adds 28d3ba6c99a7 Merge tag 'exynos-drm-fixes-for-5.1-rc2' of git://git.kern [...] adds 4b9ce3a651a3 drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's adds c2d311553855 drm/vmwgfx: Don't double-free the mode stored in par->set_mode adds 6a9d8fc0185b Merge branch 'vmwgfx-fixes-5.1' of git://people.freedeskto [...] adds 39bbd3310ec3 drm/amdgpu: revert "cleanup setting bulk_movable" adds 72464382fc2d drm/amdgpu: fix invalid use of change_bit adds 8e078788b57d Merge branch 'drm-fixes-5.1' of git://people.freedesktop.o [...] adds fd1f297b794c Merge tag 'drm-fixes-2019-03-22' of git://anongit.freedesk [...]
No new revisions were added by this update.
Summary of changes: arch/arm64/Kconfig | 1 - arch/arm64/include/asm/cputype.h | 6 +- arch/arm64/kernel/cpufeature.c | 1 + arch/arm64/kernel/probes/kprobes.c | 56 +++++++------ arch/arm64/kernel/stacktrace.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 + drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 2 +- drivers/gpu/drm/exynos/exynos_mixer.c | 110 +++++++++++++++----------- drivers/gpu/drm/i915/i915_gem.c | 15 ++-- drivers/gpu/drm/i915/i915_gpu_error.c | 2 +- drivers/gpu/drm/i915/intel_bios.c | 1 + drivers/gpu/drm/nouveau/nouveau_debugfs.c | 2 +- drivers/gpu/drm/nouveau/nouveau_dmem.c | 12 +-- drivers/gpu/drm/udl/udl_gem.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 12 +-- drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 2 +- fs/notify/fanotify/fanotify_user.c | 12 ++- fs/notify/inotify/inotify_user.c | 7 +- fs/udf/inode.c | 4 +- fs/udf/truncate.c | 8 +- fs/udf/udfdecl.h | 2 +- security/selinux/ss/policydb.c | 13 ++- 22 files changed, 160 insertions(+), 113 deletions(-)