This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6880fa6c5660 Linux 5.15-rc1 new a69ae291e1cc x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_A [...] new 76ae847497bc Documentation: raise minimum supported version of GCC to 5.1 new 4eb6bd55cfb2 compiler.h: drop fallback overflow checkers new adac17e3f61f mm/ksm: remove old GCC 4.9+ check new c0a5c81ca9be Kconfig.debug: drop GCC 5+ version check for DWARF5 new d20758951f8f riscv: remove Kconfig check for GCC version for ARCH_RV64I new 6563139d90ad powerpc: remove GCC version check for UPD_CONSTR new 42a7ba1695fc arm64: remove GCC version check for ARCH_SUPPORTS_INT128 new 156102fe0bb6 Makefile: drop GCC < 5 -fno-var-tracking-assignments workaround new 4e59869aa655 compiler-gcc.h: drop checks for older GCC versions new 6f20fa2dfa54 vmlinux.lds.h: remove old check for GCC 4.9 new 6d2ef226f2f1 compiler_attributes.h: drop __has_attribute() support for gcc4 new df26327ea097 Drop some straggling mentions of gcc-4.9 as being stale new 316346243be6 Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minim [...]
The 14 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: 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/arm64/Kconfig | 2 +- arch/powerpc/include/asm/asm-const.h | 10 -- arch/riscv/Kconfig | 2 +- arch/x86/include/asm/uaccess.h | 4 +- include/asm-generic/vmlinux.lds.h | 4 - include/linux/compiler-clang.h | 13 -- include/linux/compiler-gcc.h | 8 +- include/linux/compiler_attributes.h | 24 ---- include/linux/overflow.h | 138 +------------------- lib/Kconfig.debug | 2 +- mm/ksm.c | 2 - scripts/min-tool-version.sh | 8 +- tools/include/linux/compiler-gcc.h | 8 +- tools/include/linux/overflow.h | 140 +-------------------- 19 files changed, 18 insertions(+), 361 deletions(-)