Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3F6BC433EF for ; Thu, 16 Dec 2021 04:00:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233473AbhLPEA7 (ORCPT ); Wed, 15 Dec 2021 23:00:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231278AbhLPEA5 (ORCPT ); Wed, 15 Dec 2021 23:00:57 -0500 Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C28DC061574 for ; Wed, 15 Dec 2021 20:00:57 -0800 (PST) Received: by mail-ed1-x536.google.com with SMTP id o20so82385293eds.10 for ; Wed, 15 Dec 2021 20:00:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=QJxb1JEGPxD4yEQCGU0VH/KYdWKAlFiltK8ynZyYUQA=; b=PaAuuOgRuo5PIJnrVTOrmg6Jkd8Ntl40deiptCEo9RMXKl43NoIfJd/ZdAHr4bdA3L NM3I6vIAJXV8uxfSHOxAsbLR/xUOaLsNKx0bcL9d3VUgtN3gAcRQQbVOzlf0Xi67N5ch ll+tEYeCMCHa5VwwH+/XO6Wf8LqUTa3siIcc42AmNt7Ta7elFJc5wuixKLwZqKEmDGT6 D1EcuTLmf/nTmSYu7IIM0HB7n+YNLiVDbNmrBvSZjTpv6fbJYk06JiiJX5V1Xc07z6+A h+4+lJd+vnqbsiyzjWmeAgO++GEQOSJauGiAsf4ZOpYHIj4ur+Macxdxlk7HN5XXAmBc zzqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=QJxb1JEGPxD4yEQCGU0VH/KYdWKAlFiltK8ynZyYUQA=; b=226WUqV4bLRdQipjSTA1Az7pcooz69Iq87pDZ3H0GMi89hlbE+3Q2szKqgsErhH+/V MKWvKQa7ZDrBpzdRXhvMVam/GrTCcwkBBrd6Jja6y78DopYmpMljDdc+H3SmYZzZbDJa NkI7yidVikqAtt6xp7hO8u0NUB3ihr4FsYhZ4BB0n0SEoklGkS6nUUe6YqRMvJuszEIz tV8na/tXEVvXjv/YBxikqVFL9ATdfHuhcOFlJ8xSwDQToAiwkQa9uldvbissrhHUbiNe iDDby3alSDQhq2fnxzDHRoxEGsE/e30Lm4tugKSp1Ees6D0sKYX00HrrLiZT6oOebqYs M34g== X-Gm-Message-State: AOAM5320i9Zq+tHE7TRBLtMG1QCcNDid8GAtlQ5aTIbNxtpOLLGz+7OJ d9VPhp8u4/sJfmkvkizxBca66wLnswhtn0XQqkV23Q== X-Google-Smtp-Source: ABdhPJyPrcl3loEFxLvFPSTGUV5QfkxLlPEtFHW/nLOy8LNGAqrJHf7uKMveYGOI+40h/R25xGzvRIZb34kWGjD9J9U= X-Received: by 2002:a05:6402:4312:: with SMTP id m18mr18403124edc.273.1639627255989; Wed, 15 Dec 2021 20:00:55 -0800 (PST) MIME-Version: 1.0 From: Naresh Kamboju Date: Thu, 16 Dec 2021 09:30:44 +0530 Message-ID: Subject: [next] arm64: efi-rt-wrapper.S:8: Error: unknown mnemonic `bti' -- `bti c' To: Linux ARM , open list , Linux-Next Mailing List Cc: Catalin Marinas , Will Deacon , Arnd Bergmann , Stephen Rothwell , Mark Brown Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Please ignore this email if it is already reported ] While building Linux next 20211215 arm64 defconfig with gcc-8 following warnings / errors noticed. and gcc-9, gcc-10 and gcc-11 builds pass. make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/current \ ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \ CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- \ 'CC=sccache aarch64-linux-gnu-gcc' \ 'HOSTCC=sccache gcc' /builds/linux/arch/arm64/kernel/efi-rt-wrapper.S: Assembler messages: /builds/linux/arch/arm64/kernel/efi-rt-wrapper.S:8: Error: unknown mnemonic `bti' -- `bti c' make[3]: *** [/builds/linux/scripts/Makefile.build:411: arch/arm64/kernel/efi-rt-wrapper.o] Error 1 meta data: ----------- git describe: next-20211215 git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git_sha: 93bf6eee76c0e716f6b32de690b1c52991547bb4 git_short_log: 93bf6eee76c0 (\"Add linux-next specific files for 20211215\") target_arch: arm64 toolchain: gcc-8 steps to reproduce: # To install tuxmake on your system globally: # sudo pip3 install -U tuxmake tuxmake --runtime podman --target-arch arm64 --toolchain gcc-8 --kconfig defconfig Reported-by: Linux Kernel Functional Testing build log: https://builds.tuxbuild.com/22LCvXNzzZHquxsEYJUxEGe1kHW/ -- Linaro LKFT https://lkft.linaro.org