Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp2525174ybg; Fri, 31 Jul 2020 02:19:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxAnc+xRSbJAMLgGFuguk8v/ktYF3UoX/I47q5GkTHZLkz8aQhQbOeLFKY02SwJ9ydjsaSf X-Received: by 2002:a05:6402:3096:: with SMTP id de22mr2953734edb.371.1596187152123; Fri, 31 Jul 2020 02:19:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596187152; cv=none; d=google.com; s=arc-20160816; b=RwlerwVPtcVDdw+dfZAEWMxJi63h1Mw3pkPESXVULHszbhEW3ufACR45AIntCfzE8R tlBjx0Drf54sekPCJJtcPNEncx6YDebShCErlgCyZehn6jFXHK9Vv3bNe2Oe2bezu0DH NwGagmiHsO/W+bRjP7E0Cgj9zVcoKF2jWXjXwqDgXx3Wd/Wh6YCuj9mhV6s/FUC/eize orSGhr0gt2TgAo/PuPTxP/1XimqUJYT8ReSzk2HKxVBbpTMPgxg3al0FsuKgrGT/FVP+ 8lvyyU8ncJuGoh7Nm+DMM0tZmNMw//uV8zMHI0Aa0rbGMXI6KfekiHJMGJj5SVzx3TVl NWCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=UyfGbglavh4Tg7H1/59oG9KPaYB2T2pC/zI1Dl4lhHQ=; b=rwYj20ikMjTG7VQAtG48XgGateJZ1Nq+JoqhTvFIausPKmRrks+rRqyYFrLe/pCGBU cNVg+P1wC9UMkRXCa9puzX/tw8RpCdxJPUc671BDTFuLc1mxBoDrD5op23/Reubje43B EvO0JmD0+s38we+Ek/G7DtQKvFgX6wCACwMeFf9U9leQ8BX3oEvI9PDx8+q2lJ295DgX cbYiNeT1fhjvnI1rfVm6my94wAbx0VQLyghkPyPeNwqWEEnvKCQ1Nx6wJZ2dPxvcmWJb Lvn3v+NVTaEg3J9JR6maLrEunynR2e1gm0ptZYSWqBEKCDU8dqWN6qFwK+lyw2DI3ofW XTMg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o9si4922868edq.412.2020.07.31.02.18.50; Fri, 31 Jul 2020 02:19:12 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732094AbgGaJSl (ORCPT + 99 others); Fri, 31 Jul 2020 05:18:41 -0400 Received: from verein.lst.de ([213.95.11.211]:58677 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732014AbgGaJSk (ORCPT ); Fri, 31 Jul 2020 05:18:40 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id A78B768BFE; Fri, 31 Jul 2020 11:18:38 +0200 (CEST) Date: Fri, 31 Jul 2020 11:18:38 +0200 From: Christoph Hellwig To: Stephen Rothwell Cc: Shaokun Zhang , Linux Next Mailing List , Linux Kernel Mailing List , Christoph Hellwig , Al Viro Subject: Re: linux-next: Tree for Jul 30 [build failure on arm64] Message-ID: <20200731091838.GA14327@lst.de> References: <20200730214659.0fbfdfc4@canb.auug.org.au> <72b073ba-ee41-1a1c-ce6c-ffd8b5936b09@hisilicon.com> <20200731140842.46abe589@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200731140842.46abe589@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ok, looks like my baseline had arm64 defconfig fail due to a missing include already, so the script didn't see a regression due to the existing failure in ptrauth_keys_init_user. Looks like moving the definŃ–tion to asm-generic/compat.h is a better idea better anyway.