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_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from f3f19f939c11 Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/l [...] adds 3220c3b21151 drm/i915: Fix race in __i915_vma_remove_closed adds c8f0c2d45c12 Merge tag 'drm-intel-fixes-2022-05-12' of git://anongit.fr [...] adds aa482ddca85a drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systems adds 9b9bd3f64064 drm/amd/display: undo clearing of z10 related function pointers adds a56f445f807b Revert "drm/amd/pm: keep the BACO feature enabled for suspend" adds c65b364c52ba drm/amdgpu/ctx: only reset stable pstate if the user chang [...] adds 5005e9814698 Merge tag 'amd-drm-fixes-5.18-2022-05-11' of https://gitla [...] adds 10b4b67ab582 Merge tag 'drm-fixes-2022-05-13' of git://anongit.freedesk [...] adds 3481551f0357 hwmon: (tmp401) Add OF device ID table adds 151d6dcbed83 hwmon: (ltq-cputemp) restrict it to SOC_XWAY adds 359ee4f480c6 Merge tag 'hwmon-for-v5.18-rc7' of git://git.kernel.org/pu [...] adds 205f3991a273 arm64: vdso: fix makefile dependency on vdso.so adds 2de7689c7caa arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entry adds 51f559d66527 arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs adds 91bdba8536b8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds b4e61fc031b1 Revert "mm/memory-failure.c: skip huge_zero_page in memory [...] adds 478d134e9506 mm/huge_memory: do not overkill when splitting huge_zero_page adds 1825b93b626e mm/hwpoison: use pr_err() instead of dump_page() in get_an [...] adds 7d1e64966162 mm: mremap: fix sign for EFAULT error return value adds 1927e498aee1 procfs: prevent unprivileged processes accessing fdinfo dir adds 260364d112bc arm[64]/memremap: don't abuse pfn_valid() to ensure presen [...] adds 5fcaa7caf5fa mailmap: add entry for martyna.szapar-mudlaw@intel.com adds 2839b0999c20 mm/kfence: reset PG_slab and memcg_data before freeing __k [...] adds 41c240099fe0 selftests: vm: Makefile: rename TARGETS to VMTARGETS adds 9039b8335276 MAINTAINERS: add a mailing list for DAMON development adds 364a453ab912 Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.ker [...] adds 3d1b0d351441 Revert "SUNRPC: Ensure gss-proxy connects on setup" adds fd13359f54ee SUNRPC: Ensure that the gssproxy client can start in a con [...] adds 085d16d5f949 nfs: fix broken handling of the softreval mount option adds 6dd5884d1d6f Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/proj [...] adds 620239d9a32e ceph: fix setting of xattrs on async created inodes adds 642d51fb0775 ceph: check folio PG_private bit instead of folio->private adds c3f5e692bfcc Merge tag 'ceph-for-5.18-rc7' of https://github.com/ceph/c [...] adds 6056a92ceb2a scsi: scsi_dh_alua: Properly handle the ALUA transitioning state adds 26f9ce53817a scsi: qla2xxx: Fix missed DMA unmap for aborted commands adds cc28fac16ab7 scsi: lpfc: Fix split code for FLOGI on FCoE adds 775266207105 scsi: lpfc: Correct BDE DMA address assignment for GEN_REQ_WQE adds f2dd007445b1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
No new revisions were added by this update.
Summary of changes: .mailmap | 1 + Documentation/arm64/silicon-errata.rst | 3 ++ MAINTAINERS | 1 + arch/arm/include/asm/io.h | 3 ++ arch/arm/mm/ioremap.c | 8 +++++ arch/arm64/include/asm/io.h | 4 +++ arch/arm64/kernel/Makefile | 4 +++ arch/arm64/kernel/cpu_errata.c | 2 ++ arch/arm64/kernel/cpufeature.c | 3 +- arch/arm64/kernel/vdso/Makefile | 3 -- arch/arm64/kernel/vdso32/Makefile | 3 -- arch/arm64/mm/ioremap.c | 8 +++++ drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 5 ++++ drivers/gpu/drm/amd/amdgpu/vi.c | 17 ++++++++++- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 5 ---- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 8 +---- drivers/gpu/drm/i915/i915_vma.c | 11 ++++--- drivers/hwmon/Kconfig | 2 +- drivers/hwmon/tmp401.c | 11 +++++++ drivers/scsi/device_handler/scsi_dh_alua.c | 3 +- drivers/scsi/lpfc/lpfc_els.c | 2 +- drivers/scsi/lpfc/lpfc_sli.c | 6 ++-- drivers/scsi/qla2xxx/qla_target.c | 3 ++ fs/ceph/addr.c | 11 ++++--- fs/ceph/file.c | 16 ++++++++-- fs/nfs/fs_context.c | 2 +- fs/proc/fd.c | 23 ++++++++++++++- include/linux/sunrpc/clnt.h | 2 +- mm/huge_memory.c | 7 ++++- mm/kfence/core.c | 10 +++++++ mm/memory-failure.c | 15 +--------- mm/mremap.c | 2 +- net/sunrpc/auth_gss/gss_rpc_upcall.c | 3 +- net/sunrpc/clnt.c | 36 +++++++++++++++++++++-- tools/testing/selftests/vm/Makefile | 10 +++---- 35 files changed, 186 insertions(+), 67 deletions(-)