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-allmodconfig in repository toolchain/ci/linux.
from 5b8b9d0c6d0e Merge branch 'akpm' (patches from Andrew) adds c7850ae4d71c mailmap: Add Sedat Dilek (replacement for expired email address) adds e3c0f6f3fbda sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE() adds c9ee4bf9e0f5 h8300: move definition of __kernel_size_t etc. to posix_types.h adds 7d538b5a1ddf sh: remove unneeded uapi asm-generic wrappers adds 06bd48b6cd97 lib/raid6/test: fix build on distros whose /bin/sh is not bash adds 418d6e295e43 x86: remove unneeded defined(__ASSEMBLY__) check from asm/ [...] adds 0f2661c4b935 x86: remove always-defined CONFIG_AS_CFI adds 46427f658e90 x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME adds 48e24723d0b5 x86: remove always-defined CONFIG_AS_CFI_SECTIONS adds 92203b02805d x86: remove always-defined CONFIG_AS_SSSE3 adds 42251572c468 x86: remove always-defined CONFIG_AS_AVX adds 8192e551c7e6 drm/i915: remove always-defined CONFIG_AS_MOVNTDQA adds 5e8ebd841a44 x86: probe assembler capabilities via kconfig instead of makefile adds e9e070cfe141 x86: add comments about the binutils version to support co [...] adds 4dcbfc35f7da crypto: x86 - rework configuration based on Kconfig adds 3f523e12404c crypto: curve25519 - do not pollute dispatcher based on assembler adds 0aa78b105f57 Documentation/changes: Raise minimum supported binutils ve [...] adds d7e40ea83eb9 crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'ma [...] adds e6abef610c73 x86: update AS_* macros to binutils >=2.23, supporting ADX [...] adds afe956c577b2 kbuild: Enable -Wtautological-compare adds 77342a02ff6e gcc-plugins: drop support for GCC <= 4.7 adds cf497b922386 kconfig: qconf: clean deprecated warnings adds 5752ff07fd90 kconfig: qconf: Change title for the item window adds cce1faba8264 kconfig: qconf: fix the content of the main widget adds b311142fcfd3 kconfig: qconf: fix support for the split view mode adds e1f7769f6094 kconfig: qconf: remove some old bogus TODOs adds 60969f02f07a kconfig: qconf: Fix a few alignment issues adds 4dcc9a88448a kbuild: mkcompile_h: Include $LD version in /proc/version adds 0f44fbc162b7 Documentation/llvm: fix the name of llvm-size adds 01a6126b5f7e kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_h adds c8bddf4feaab kbuild: remove -I$(srctree)/tools/include from scripts/Makefile adds 2a5e5d0c9669 MIPS: fw: arc: add __weak to prom_meminit and prom_free_pr [...] adds 7273ad2b08f8 kbuild: link lib-y objects to vmlinux forcibly when CONFIG [...] adds 76426e238834 kbuild: add dummy toolchains to enable all cc-option etc. [...] adds 7e20e47c70f8 kbuild: replace AS=clang with LLVM_IAS=1 adds a0d1c951ef08 kbuild: support LLVM=1 to switch the default tools to Clang/LLVM adds 00d76a0c1943 kbuild: fix comment about missing include guard detection adds b753101a4ac0 Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/ [...] adds cdcda0d1f8f4 dma-direct: fix data truncation in dma_direct_get_required_mask() adds 9bb50ed74709 dma-debug: fix displaying of dma allocation type adds 75e71883979c Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/u [...] adds f26e433185cb arch: nios2: Enable the common clk subsystem on Nios2 adds 6dd5d3b8ad2b arch: nios2: rename 'altr,gpio-bank-width' -> 'altr,ngpio' adds d00935affc8f arch: nios2: remove 'resetvalue' property adds 0ec8a5054d7f MAINTAINERS: Remove nios2-dev@lists.rocketboards.org adds b032227c6293 Merge tag 'nios2-v5.7-rc1' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes: .mailmap | 1 + .../devicetree/bindings/fpga/fpga-region.txt | 5 +- Documentation/kbuild/kbuild.rst | 5 + Documentation/kbuild/llvm.rst | 15 +- Documentation/process/changes.rst | 4 +- MAINTAINERS | 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/nios2/Kconfig | 1 + arch/nios2/boot/dts/10m50_devboard.dts | 6 +- arch/nios2/platform/platform.c | 8 + 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 +- kernel/dma/debug.c | 9 +- kernel/dma/direct.c | 3 +- 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 +- 69 files changed, 406 insertions(+), 534 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