From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3FD8C71156 for ; Mon, 30 Nov 2020 16:02:15 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 35846206D5 for ; Mon, 30 Nov 2020 16:02:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="KIi5xoGA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 35846206D5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=wG5jIFFu653i2UPAdjWwBEvPz2Wl8+kc7qamuVrHV84=; b=KIi5xoGAYaZMpTZxGNdqW8JLO E9qZoBilQP7nV4rqxSv0NfgmshGjjS6DvF/69lp8M7m0/NZrY0eXXxNcYT5SDeIzXJq8ZFh4yOoop 85Yqn9oY1o9QuTCmYPAHcPN1/8PmvA/pbzajBXVzf6vLN+9Kdh+u/FRTJ3G84Kit7k/LKsRxcQ2qk GsGm8K9NMRECfu6Se6ZBWs4AoyrqziW7+9/PuD8PJm9llDVsXuI7Rph4h73dIu9DJjQ2yjYwFx+XX OPOZg2Um5VgL3x4QBaEICiMNZIZ8fvV1vGI9doF+aWsrm+75ds76+uFHiBLSVHre0yz/a1MNFnw5B u4DbYmZdQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjlbq-0006Kt-In; Mon, 30 Nov 2020 16:01:02 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjlbm-0006Ip-FD for linux-arm-kernel@lists.infradead.org; Mon, 30 Nov 2020 16:00:59 +0000 Received: from gaia (unknown [95.146.230.165]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4591C205F4; Mon, 30 Nov 2020 16:00:55 +0000 (UTC) Date: Mon, 30 Nov 2020 16:00:52 +0000 From: Catalin Marinas To: Naresh Kamboju Subject: Re: [next] arm64: mte.c:176:17: error: 'struct thread_struct' has no member named 'sctlr_tcf0' Message-ID: <20201130160052.GF3902@gaia> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201130_110058_663144_D10C6B4E X-CRM114-Status: GOOD ( 12.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stephen Rothwell , Arnd Bergmann , Peter Collingbourne , andreyknvl@google.com, open list , lkft-triage@lists.linaro.org, steven.price@arm.com, Linux-Next Mailing List , Andrew Morton , Vincenzo Frascino , Will Deacon , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Nov 30, 2020 at 09:12:58PM +0530, Naresh Kamboju wrote: > Linux next tag 20201130 arm64 build failed due to below error, > - gcc-9, gcc-10 and clang-10 build FAIL > - gcc-8 build PASS. > > make --silent --keep-going --jobs=8 > O=/home/tuxbuild/.cache/tuxmake/builds/2/tmp ARCH=arm64 > CROSS_COMPILE=aarch64-linux-gnu- 'CC=sccache aarch64-linux-gnu-gcc' > 'HOSTCC=sccache gcc' > arch/arm64/kernel/mte.c: In function 'set_sctlr_el1_tcf0': > arch/arm64/kernel/mte.c:176:17: error: 'struct thread_struct' has no > member named 'sctlr_tcf0' > 176 | current->thread.sctlr_tcf0 = tcf0; Thanks for the report. There is a bodged conflict resolution, it should disappear when Stephen updates the -next tree. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel