This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6d62c5b21155 Merge tag 'docs-5.8-2' of git://git.lwn.net/linux new 78c24f7beeae arch/powerpc/mm/pgtable.c: another missed conversion new 5429ef62bcf3 compiler/gcc: Raise minimum GCC version for kernel builds to 4.8 new 514cc55b01eb netfilter: Avoid assigning 'const' pointer to non-const pointer new 9a8939490d40 net: tls: Avoid assigning 'const' pointer to non-const pointer new 9b4fb5cec031 fault_inject: Don't rely on "return value" from WRITE_ONCE() new c6a771d93233 arm64: csum: Disable KASAN for do_csum() new a5460b5e5fb8 READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE() new 9e343b467c70 READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memor [...] new dee081bf8f82 READ_ONCE: Drop pointer qualifiers when reading from scalar types new 549887271a96 locking/barriers: Use '__unqual_scalar_typeof' for load-ac [...] new 10223c5286f7 arm64: barrier: Use '__unqual_scalar_typeof' for acquire/r [...] new 10415533a906 gcov: Remove old GCC 3.4 support new 5872f1a2e5c7 READ_ONCE: Fix comment describing 2x32-bit atomicity new 8d4beed7bbc7 compiler-types.h: Include naked type in __pick_integer_typ [...] new b16d8ecf4fa1 compiler.h: Enforce that READ_ONCE_NOCHECK() access size i [...] new 1fd76043ecb0 compiler_types.h: Optimize __unqual_scalar_typeof compilat [...] new b398ace5d2ea compiler_types.h: Use unoptimized __unqual_scalar_typeof f [...] new 4152d146ee21 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/s [...] new 058f2e4da79b proc: s_fs_info may be NULL when proc_kill_sb is called new 79ca035d2d94 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/ [...]
The 20 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/process/changes.rst | 2 +- arch/arm/crypto/Kconfig | 12 +- arch/arm64/include/asm/barrier.h | 16 +- arch/arm64/lib/csum.c | 20 +- arch/powerpc/mm/pgtable.c | 2 +- crypto/Kconfig | 1 - drivers/xen/time.c | 2 +- fs/proc/root.c | 10 +- include/asm-generic/barrier.h | 16 +- include/linux/compiler-gcc.h | 5 +- include/linux/compiler.h | 148 +++++----- include/linux/compiler_types.h | 47 ++++ init/Kconfig | 1 - kernel/gcov/Kconfig | 24 -- kernel/gcov/Makefile | 3 +- kernel/gcov/gcc_3_4.c | 573 -------------------------------------- lib/fault-inject.c | 4 +- net/netfilter/core.c | 2 +- net/tls/tls_main.c | 2 +- scripts/gcc-plugins/Kconfig | 2 +- 20 files changed, 168 insertions(+), 724 deletions(-) delete mode 100644 kernel/gcov/gcc_3_4.c