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 5f53fa508db0 Merge tag 'for-5.16/parisc-5' of git://git.kernel.org/pub/ [...] adds 522a0032af00 Add linux/cacheflush.h adds 9c3252152e8a mm: Rename folio_test_multi to folio_test_large adds a1efe484dd8c mm: Remove folio_test_single adds ff36da69bc90 fs: Remove FS_THP_SUPPORT adds ed2145c474c9 fs: Rename AS_THP_SUPPORT and mapping_thp_support adds c03571399870 mm: Add functions to zero portions of a folio new 79941493ff3e Merge tag 'folio-5.16b' of git://git.infradead.org/users/w [...] adds 754c4050a00e ARM: dts: BCM5301X: Fix I2C controller interrupt adds 40f7342f0587 ARM: dts: BCM5301X: Add interrupt properties to GPIO node adds 98481f3d72fb ARM: dts: bcm2711: Fix PCIe interrupts adds 3449d6bf4c45 Merge tag 'arm-soc/for-5.16/devicetree-fixes' of https://g [...] adds c23ca66a4dad optee: fix kfree NULL pointer adds d063f30765fe Merge tag 'optee-fix-for-v5.16' of git://git.linaro.org/pe [...] adds 951611657276 firmware: arm_scmi: Fix null de-reference on error path adds d1cbd9e0f7e5 firmware: arm_scmi: Fix base agent discover response adds 1446fc6c678e firmware: arm_scmi: pm: Propagate return value to caller adds bd074e5039ee firmware: arm_scmi: Fix type error in sensor protocol adds 026d9835b62b firmware: arm_scmi: Fix type error assignment in voltage protocol adds d17c4bf2c7e9 Merge tag 'scmi-fixes-5.16' of git://git.kernel.org/pub/sc [...] adds 187bea472600 ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE adds 4fd932a7250c Merge tag 'socfpga_fix_for_v5.16' of git://git.kernel.org/ [...] adds e95d8eaee21c firmware: smccc: Fix check for ARCH_SOC_ID not implemented adds 18fe42bdd635 MAINTAINERS: Add entry to MAINTAINERS for Milbeaut new 82be5f5bd390 MAINTAINERS: Update maintainer entry for keystone platforms new 5fe762515bc9 arm64: dts: exynos: drop samsung,ufs-shareability-reg-offs [...] new 383a44aec91c memory: mtk-smi: Fix a null dereference for the ostd new 6ef9d23121d0 Merge tag 'arm-fixes-5.16-2' of git://git.kernel.org/pub/s [...] new a0eb2da92b71 futex: Wireup futex_waitv syscall new b501b85957de Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub [...]
The 7 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 | 15 +++++++-- arch/alpha/kernel/syscalls/syscall.tbl | 1 + arch/arc/include/asm/cacheflush.h | 1 - arch/arm/boot/dts/bcm2711.dtsi | 8 ++++- arch/arm/boot/dts/bcm5301x.dtsi | 4 ++- arch/arm/include/asm/cacheflush.h | 1 - arch/arm/mach-socfpga/core.h | 2 +- arch/arm/mach-socfpga/platsmp.c | 8 ++--- arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 3 +- arch/ia64/kernel/syscalls/syscall.tbl | 1 + arch/m68k/include/asm/cacheflush_mm.h | 1 - arch/m68k/kernel/syscalls/syscall.tbl | 1 + arch/microblaze/kernel/syscalls/syscall.tbl | 1 + arch/mips/include/asm/cacheflush.h | 2 -- arch/nds32/include/asm/cacheflush.h | 1 - arch/nios2/include/asm/cacheflush.h | 1 - arch/parisc/include/asm/cacheflush.h | 1 - arch/powerpc/kernel/syscalls/syscall.tbl | 1 + arch/sh/include/asm/cacheflush.h | 1 - arch/sh/kernel/syscalls/syscall.tbl | 1 + arch/sparc/kernel/syscalls/syscall.tbl | 1 + arch/xtensa/include/asm/cacheflush.h | 3 -- arch/xtensa/kernel/syscalls/syscall.tbl | 1 + drivers/firmware/arm_scmi/base.c | 15 +++++++-- drivers/firmware/arm_scmi/scmi_pm_domain.c | 4 +-- drivers/firmware/arm_scmi/sensors.c | 2 +- drivers/firmware/arm_scmi/virtio.c | 10 +++--- drivers/firmware/arm_scmi/voltage.c | 2 +- drivers/firmware/smccc/soc_id.c | 2 +- drivers/memory/mtk-smi.c | 2 +- drivers/tee/optee/ffa_abi.c | 7 ++--- fs/inode.c | 2 -- include/asm-generic/cacheflush.h | 6 ---- include/linux/cacheflush.h | 18 +++++++++++ include/linux/fs.h | 1 - include/linux/highmem.h | 47 +++++++++++++++++++++++++--- include/linux/page-flags.h | 14 ++++----- include/linux/pagemap.h | 26 ++++++++++++--- mm/highmem.c | 2 -- mm/memcontrol.c | 2 +- mm/shmem.c | 3 +- mm/util.c | 2 +- 42 files changed, 154 insertions(+), 73 deletions(-) create mode 100644 include/linux/cacheflush.h