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-master-arm-mainline-defconfig in repository toolchain/ci/linux.
from 6880fa6c5660 Linux 5.15-rc1 adds a69ae291e1cc x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_A [...] adds 76ae847497bc Documentation: raise minimum supported version of GCC to 5.1 adds 4eb6bd55cfb2 compiler.h: drop fallback overflow checkers adds adac17e3f61f mm/ksm: remove old GCC 4.9+ check adds c0a5c81ca9be Kconfig.debug: drop GCC 5+ version check for DWARF5 adds d20758951f8f riscv: remove Kconfig check for GCC version for ARCH_RV64I adds 6563139d90ad powerpc: remove GCC version check for UPD_CONSTR adds 42a7ba1695fc arm64: remove GCC version check for ARCH_SUPPORTS_INT128 adds 156102fe0bb6 Makefile: drop GCC < 5 -fno-var-tracking-assignments workaround adds 4e59869aa655 compiler-gcc.h: drop checks for older GCC versions adds 6f20fa2dfa54 vmlinux.lds.h: remove old check for GCC 4.9 adds 6d2ef226f2f1 compiler_attributes.h: drop __has_attribute() support for gcc4 adds df26327ea097 Drop some straggling mentions of gcc-4.9 as being stale adds 316346243be6 Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minim [...] adds d0ee23f9d78b tools: compiler-gcc.h: Guard error attribute use with __ha [...] adds 1619b69edce1 powerpc/boot: Fix build failure since GCC 4.9 removal adds 6a4746ba0619 ipc: remove memcg accounting for sops objects in do_semtimedop() adds 77e02cf57b6c memblock: introduce saner 'memblock_free_ptr()' interface adds 3ca706c189db drm/ttm: fix type mismatch error on sparc64 adds 80be5998ad63 tools/bootconfig: Define memblock_free_ptr() to fix build error adds f6b5f1a56987 compiler.h: Introduce absolute_pointer macro adds dff2d13114f0 net: i825xx: Use absolute_pointer for memcpy from fixed me [...] adds 3cb8b1537f8a alpha: Move setup.h out of uapi adds ebdc20d7bc74 alpha: Use absolute_pointer to define COMMAND_LINE adds d6efd3f18763 Merge branch 'absolute-pointer' (patches from Guenter) adds fc7c028dcdbf sparc: avoid stringop-overread errors adds b7213ffa0e58 qnx4: avoid stringop-overread errors adds 13be2efc390a rtc: cmos: Disable irq around direct invocation of cmos_in [...] adds 453fa43cdb8e Merge tag 'rtc-5.15-fixes' of git://git.kernel.org/pub/scm [...] adds f1940d4e9cbe Drivers: hv: vmbus: Fix kernel crash upon unbinding a devi [...] adds 7ad9bb9d0f35 asm-generic/hyperv: provide cpumask_to_vpset_noself adds dfb5c1e12c28 x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_ [...] adds ff1ffd71d5f0 Merge tag 'hyperv-fixes-signed-20210915' of git://git.kern [...]
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/README.rst | 2 +- Documentation/process/changes.rst | 2 +- .../translations/zh_CN/admin-guide/README.rst | 2 +- .../translations/zh_TW/admin-guide/README.rst | 2 +- Makefile | 6 - arch/alpha/include/{uapi => }/asm/setup.h | 6 +- arch/alpha/include/uapi/asm/setup.h | 42 +------ arch/arm64/Kconfig | 2 +- arch/powerpc/boot/Makefile | 2 +- arch/powerpc/include/asm/asm-const.h | 10 -- arch/riscv/Kconfig | 2 +- arch/sparc/kernel/mdesc.c | 3 +- arch/x86/hyperv/hv_apic.c | 43 ++++--- arch/x86/include/asm/uaccess.h | 4 +- arch/x86/kernel/setup_percpu.c | 2 +- arch/x86/mm/kasan_init_64.c | 6 +- arch/x86/mm/numa.c | 2 +- arch/x86/mm/numa_emulation.c | 3 +- drivers/base/arch_numa.c | 2 +- drivers/gpu/drm/ttm/ttm_pool.c | 3 +- drivers/hv/ring_buffer.c | 1 + drivers/macintosh/smu.c | 2 +- drivers/net/ethernet/i825xx/82596.c | 2 +- drivers/rtc/rtc-cmos.c | 2 + fs/qnx4/dir.c | 51 +++++--- include/asm-generic/mshyperv.h | 21 +++- include/asm-generic/vmlinux.lds.h | 4 - include/linux/compiler-clang.h | 13 -- include/linux/compiler-gcc.h | 8 +- include/linux/compiler.h | 2 + include/linux/compiler_attributes.h | 24 ---- include/linux/memblock.h | 1 + include/linux/overflow.h | 138 +------------------- init/main.c | 2 +- ipc/sem.c | 2 +- kernel/printk/printk.c | 4 +- lib/Kconfig.debug | 2 +- lib/bootconfig.c | 2 +- mm/ksm.c | 2 - mm/memblock.c | 16 ++- scripts/min-tool-version.sh | 8 +- tools/bootconfig/include/linux/memblock.h | 3 +- tools/include/linux/compiler-gcc.h | 8 +- tools/include/linux/overflow.h | 140 +-------------------- 44 files changed, 144 insertions(+), 460 deletions(-) copy arch/alpha/include/{uapi => }/asm/setup.h (90%)