This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from f9e36107ec70 Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/s [...] adds c48977f020d5 drm/amd/display: fix empty debug macros adds 6de0653f7719 MAINTAINERS: fix up entry for AMD Powerplay adds 7beb26dcedaa drm/amdkfd: SVM map to gpus check vma boundary adds f63251184a81 drm/amdkfd: fix dma mapping leaking warning adds ab39d3cef526 drm/amd/pm: Update intermediate power state for SI adds 7d6687200a93 drm/amdkfd: handle svm migrate init error adds 197ae17722e9 drm/amdkfd: fix svm_migrate_fini warning adds 22a94600e28b Merge tag 'amd-drm-fixes-5.15-2021-09-23' of https://gitla [...] adds 2566fffd6011 drm/i915: Update memory bandwidth parameters adds f9b23c157a78 drm/i915: Move __i915_gem_free_object to ttm_bo_destroy adds b875fb313a10 drm/i915: Free all DMC payloads adds ef88d7a8a5c9 Merge tag 'drm-intel-fixes-2021-09-23' of git://anongit.fr [...] adds e61b2ad3e191 Merge tag 'drm-fixes-2021-09-24' of git://anongit.freedesk [...] adds b51593c4cd73 init/do_mounts.c: Harden split_fs_names() against buffer overflow adds 40c8ee67cfc4 init: don't panic if mount_nodev_root failed adds a801695f68f4 Merge branch 'work.init' of git://git.kernel.org/pub/scm/l [...] adds 23ca067b3295 mm: Fully initialize invalidate_lock, amend lock class later adds 372d1f3e1bfe ext2: fix sleeping in atomic bugs on error adds e655c81ade7b Merge tag 'fixes_for_v5.15-rc3' of git://git.kernel.org/pu [...] adds 708c87168b61 ceph: fix off by one bugs in unsafe_request_wait() adds 4c4f0c2bf341 Merge tag 'ceph-for-5.15-rc3' of git://github.com/ceph/cep [...] adds 8c8a3b5bd960 arm64: add MTE supported check to thread switching and sys [...] adds 59a68d413808 arm64: Mitigate MTE issues with str{n}cmp() adds 0e3dbf765fe2 kselftest/arm64: signal: Skip tests if required features a [...] adds 22b70e6f2da0 arm64: Restore forced disabling of KPTI on ThunderX new 1b7eaf570140 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 12064c176843 Revert "ACPI: Add memory semantics to acpi_os_map_memory()" new ea1f9163ac83 Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/ [...] adds 5aeb05b27f81 software node: balance refcount for managed software nodes new 47d7e65d64cc Merge tag 'devprop-5.15-rc3' of git://git.kernel.org/pub/s [...] adds cef0d022f553 gpiolib: acpi: Make set-debounce-timeout failures non fatal adds 2dd824cca340 gpio: uniphier: Fix void functions to remove return value adds f6c35df22708 gpio: gpio-aspeed-sgpio: Fix wrong hwirq in irq handler. adds 0f562b7de990 gpio/rockchip: extended debounce support is only available on v2 adds b22a4705e2e6 gpio/rockchip: fix get_direction value handling new 7d42e9818258 Merge tag 'gpio-fixes-for-v5.15-rc3' of git://git.kernel.o [...]
The 4 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: MAINTAINERS | 4 +-- arch/arm64/include/asm/acpi.h | 3 --- arch/arm64/include/asm/assembler.h | 5 ++++ arch/arm64/include/asm/mte.h | 6 +++++ arch/arm64/include/asm/string.h | 2 ++ arch/arm64/kernel/acpi.c | 19 +++----------- arch/arm64/kernel/cpufeature.c | 8 ++++-- arch/arm64/kernel/mte.c | 10 +++----- arch/arm64/lib/strcmp.S | 2 +- arch/arm64/lib/strncmp.S | 2 +- drivers/acpi/osl.c | 23 +++++------------ drivers/base/swnode.c | 3 +++ drivers/gpio/gpio-aspeed-sgpio.c | 2 +- drivers/gpio/gpio-rockchip.c | 4 +-- drivers/gpio/gpio-uniphier.c | 4 +-- drivers/gpio/gpiolib-acpi.c | 6 +++-- drivers/gpu/drm/amd/amdkfd/kfd_device.c | 1 - drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 16 +++++------- drivers/gpu/drm/amd/amdkfd/kfd_migrate.h | 5 ---- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 24 +++++++++++++---- drivers/gpu/drm/amd/display/dc/dce/dce_aux.c | 4 +-- drivers/gpu/drm/amd/pm/powerplay/si_dpm.c | 2 ++ drivers/gpu/drm/i915/display/intel_bw.c | 19 +++++++++++--- drivers/gpu/drm/i915/display/intel_dmc.c | 5 +++- drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 9 ++++--- fs/ceph/caps.c | 4 +-- fs/ext2/balloc.c | 14 +++++----- fs/inode.c | 6 +++-- include/acpi/acpi_io.h | 8 ------ init/do_mounts.c | 30 ++++++++++++---------- .../selftests/arm64/signal/test_signals_utils.c | 7 +++-- 31 files changed, 137 insertions(+), 120 deletions(-)