This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5b8b9d0c6d0e Merge branch 'akpm' (patches from Andrew) new c7850ae4d71c mailmap: Add Sedat Dilek (replacement for expired email address) new e3c0f6f3fbda sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE() new c9ee4bf9e0f5 h8300: move definition of __kernel_size_t etc. to posix_types.h new 7d538b5a1ddf sh: remove unneeded uapi asm-generic wrappers new 06bd48b6cd97 lib/raid6/test: fix build on distros whose /bin/sh is not bash new 418d6e295e43 x86: remove unneeded defined(__ASSEMBLY__) check from asm/ [...] new 0f2661c4b935 x86: remove always-defined CONFIG_AS_CFI new 46427f658e90 x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME new 48e24723d0b5 x86: remove always-defined CONFIG_AS_CFI_SECTIONS new 92203b02805d x86: remove always-defined CONFIG_AS_SSSE3 new 42251572c468 x86: remove always-defined CONFIG_AS_AVX new 8192e551c7e6 drm/i915: remove always-defined CONFIG_AS_MOVNTDQA new 5e8ebd841a44 x86: probe assembler capabilities via kconfig instead of makefile new e9e070cfe141 x86: add comments about the binutils version to support co [...] new 4dcbfc35f7da crypto: x86 - rework configuration based on Kconfig new 3f523e12404c crypto: curve25519 - do not pollute dispatcher based on assembler new 0aa78b105f57 Documentation/changes: Raise minimum supported binutils ve [...] new d7e40ea83eb9 crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'ma [...] new e6abef610c73 x86: update AS_* macros to binutils >=2.23, supporting ADX [...] new afe956c577b2 kbuild: Enable -Wtautological-compare new 77342a02ff6e gcc-plugins: drop support for GCC <= 4.7 new cf497b922386 kconfig: qconf: clean deprecated warnings new 5752ff07fd90 kconfig: qconf: Change title for the item window new cce1faba8264 kconfig: qconf: fix the content of the main widget new b311142fcfd3 kconfig: qconf: fix support for the split view mode new e1f7769f6094 kconfig: qconf: remove some old bogus TODOs new 60969f02f07a kconfig: qconf: Fix a few alignment issues new 4dcc9a88448a kbuild: mkcompile_h: Include $LD version in /proc/version new 0f44fbc162b7 Documentation/llvm: fix the name of llvm-size new 01a6126b5f7e kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_h new c8bddf4feaab kbuild: remove -I$(srctree)/tools/include from scripts/Makefile new 2a5e5d0c9669 MIPS: fw: arc: add __weak to prom_meminit and prom_free_pr [...] new 7273ad2b08f8 kbuild: link lib-y objects to vmlinux forcibly when CONFIG [...] new 76426e238834 kbuild: add dummy toolchains to enable all cc-option etc. [...] new 7e20e47c70f8 kbuild: replace AS=clang with LLVM_IAS=1 new a0d1c951ef08 kbuild: support LLVM=1 to switch the default tools to Clang/LLVM new 00d76a0c1943 kbuild: fix comment about missing include guard detection new b753101a4ac0 Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/ [...]
The 38 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: .mailmap | 1 + Documentation/kbuild/kbuild.rst | 5 + Documentation/kbuild/llvm.rst | 15 ++- Documentation/process/changes.rst | 4 +- Makefile | 40 +++++-- arch/h8300/include/uapi/asm/bitsperlong.h | 15 --- arch/h8300/include/uapi/asm/posix_types.h | 13 +++ arch/mips/fw/arc/memory.c | 4 +- arch/sh/include/asm/bitops-op32.h | 8 +- arch/sh/include/uapi/asm/setup.h | 2 - arch/sh/include/uapi/asm/types.h | 2 - arch/x86/Kconfig | 2 + arch/x86/Kconfig.assembler | 17 +++ arch/x86/Makefile | 22 ---- arch/x86/crypto/Makefile | 162 ++++++++++---------------- arch/x86/crypto/aesni-intel_avx-x86_64.S | 6 - arch/x86/crypto/aesni-intel_glue.c | 21 +--- arch/x86/crypto/blake2s-core.S | 2 - arch/x86/crypto/chacha_glue.c | 6 +- arch/x86/crypto/poly1305-x86_64-cryptogams.pl | 16 --- arch/x86/crypto/poly1305_glue.c | 11 +- arch/x86/crypto/sha1_ssse3_asm.S | 4 - arch/x86/crypto/sha1_ssse3_glue.c | 13 --- arch/x86/crypto/sha256-avx-asm.S | 3 - arch/x86/crypto/sha256-avx2-asm.S | 3 - arch/x86/crypto/sha256_ssse3_glue.c | 12 -- arch/x86/crypto/sha512-avx-asm.S | 2 - arch/x86/crypto/sha512-avx2-asm.S | 3 - arch/x86/crypto/sha512_ssse3_glue.c | 10 -- arch/x86/include/asm/dwarf2.h | 44 ------- arch/x86/include/asm/xor_avx.h | 9 -- drivers/gpu/drm/i915/Makefile | 3 - drivers/gpu/drm/i915/i915_memcpy.c | 5 - include/crypto/curve25519.h | 6 +- init/Makefile | 2 +- lib/raid6/algos.c | 8 +- lib/raid6/avx2.c | 4 - lib/raid6/recov_avx2.c | 6 - lib/raid6/recov_ssse3.c | 6 - lib/raid6/test/Makefile | 9 +- net/netfilter/Makefile | 2 +- net/netfilter/nf_tables_api.c | 2 +- net/netfilter/nft_set_pipapo.c | 2 +- net/netfilter/nft_set_pipapo_avx2.h | 4 +- scripts/Kconfig.include | 3 - scripts/Makefile | 4 - scripts/Makefile.build | 19 +-- scripts/Makefile.clean | 1 - scripts/Makefile.extrawarn | 1 + scripts/Makefile.host | 23 +--- scripts/dummy-tools/gcc | 91 +++++++++++++++ scripts/dummy-tools/ld | 30 +++++ scripts/dummy-tools/nm | 1 + scripts/dummy-tools/objcopy | 1 + scripts/gcc-plugin.sh | 55 +-------- scripts/gcc-plugins/Kconfig | 12 +- scripts/gcc-plugins/Makefile | 21 +--- scripts/kconfig/qconf.cc | 90 +++++++++----- scripts/kconfig/qconf.h | 2 + scripts/mkcompile_h | 6 +- tools/objtool/Makefile | 6 + usr/include/Makefile | 2 +- 62 files changed, 385 insertions(+), 519 deletions(-) delete mode 100644 arch/h8300/include/uapi/asm/bitsperlong.h create mode 100644 arch/h8300/include/uapi/asm/posix_types.h delete mode 100644 arch/sh/include/uapi/asm/setup.h delete mode 100644 arch/sh/include/uapi/asm/types.h create mode 100644 arch/x86/Kconfig.assembler create mode 100755 scripts/dummy-tools/gcc create mode 100755 scripts/dummy-tools/ld create mode 120000 scripts/dummy-tools/nm create mode 120000 scripts/dummy-tools/objcopy