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=-7.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 1BF81C352AA for ; Tue, 1 Oct 2019 17:14:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E40902168B for ; Tue, 1 Oct 2019 17:14:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="PZDAwpPt"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="asouqCp7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E40902168B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.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=HV0XfoTqJSZqzehRjiczwQgekqf8l9wJiyr+NhOXsvE=; b=PZDAwpPtmP/Nwi 8MnL/+lHETmdMa6QspxTtivCg/lVeCEyCYNV2wWT1Pe14QiRg9nEHX3b8WT5GBLDL5yY8VbNvJ1aT 27RBQpJBLYcUDCOpYJ8zUOip2dZlGndT2b0xyVWpEgmRcWtAyT/ftlhlsmg4O0D25bTcq4/A+/5yK qTxJeDaIs0cBCuMr6IOo7uXJ8aAWl0g/i1Wx906ybZuVhrdRoU2r02OjMimd82DuUCyjatvBbNwS3 8d09ZjAvP2rlYsfoI/Eu/31xbi99nkt/eSh8Z+zzUUYa7urpf+7Rfxxw5v3RPBfC8f/34g+kMbOQq 7tAGhIm4/Bh5tHbhoFwg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iFLjT-00078W-FY; Tue, 01 Oct 2019 17:14:39 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iFLj8-0006hf-CX for linux-arm-kernel@lists.infradead.org; Tue, 01 Oct 2019 17:14:20 +0000 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (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 AF4412086A; Tue, 1 Oct 2019 17:14:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569950058; bh=BMjXR4T+qkoSlH2Amx5Z9s9cKJvcuI0C+ADO/cAk58g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=asouqCp7zIPE1TNjf/pN7/BLGNttFAYePIXHMrZuxZYhn4M/UVbKW7LLoKXgDD+qm zEq8vYsUusPtOZlINj3C8pwNGBkgHiUHhOGncoI/YuHHVBdh0t0lb036fSiI3BUofZ 4l+Pz/VI2abPe1Jhyhz0fyc3AezIdu87tBB1TmrA= Date: Tue, 1 Oct 2019 18:14:13 +0100 From: Will Deacon To: Nick Desaulniers Subject: Re: [PATCH v3 1/5] arm64: vdso32: Introduce COMPAT_CC_IS_GCC Message-ID: <20191001171413.2idy6t7c3bi7rb5l@willie-the-truck> References: <20191001132731.GG41399@arrakis.emea.arm.com> <20191001142038.ptwyfbesfrz3kkoz@willie-the-truck> <7558914c-fc2d-d05a-ccbe-76ef451670ae@arm.com> <20191001144353.5rn3bkcc6eyfclh7@willie-the-truck> <20191001153056.GO41399@arrakis.emea.arm.com> <20191001164657.l2wz3ghq6icm3lim@willie-the-truck> <20191001170753.sqmfqt7zf33jgzns@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191001_101418_463208_178E3891 X-CRM114-Status: GOOD ( 17.00 ) 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: Ard Biesheuvel , Catalin Marinas , LKML , Thomas Gleixner , Vincenzo Frascino , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Oct 01, 2019 at 10:12:59AM -0700, Nick Desaulniers wrote: > On Tue, Oct 1, 2019 at 10:08 AM Will Deacon wrote: > > > > On Tue, Oct 01, 2019 at 09:59:43AM -0700, Nick Desaulniers wrote: > > > On Tue, Oct 1, 2019 at 9:47 AM Will Deacon wrote: > > > > > > > > On Tue, Oct 01, 2019 at 04:30:56PM +0100, Catalin Marinas wrote: > > > > > In the long run, I wouldn't mandate CROSS_COMPILE_COMPAT to always be > > > > > set for the compat vDSO since with clang we could use the same compiler > > > > > binary for both native and compat (with different flags). That's once we > > > > > cleaned up the headers. > > > > > > > > But we'll still need it even with clang so that the relevant triple can be > > > > passed to the --target option. The top-level Makefile already does this: > > > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Makefile#n544 > > > > > > That's not pulling the cross compiler out of a *config* (as this patch > > > is proposing); rather from an env var. > > > > CROSS_COMPILE_COMPAT is the environment variable, right? If not, then I have > > my terminology mixed up. > > Ah, sorry, I'm the one misreading the patch. I thought the commit > message was showing what the new process would be. I see now that it's > describing the issue pre-patch. My mistake. Thanks. Thought I was losing the plot for a moment there! Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel