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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC6FBC433F5 for ; Thu, 21 Oct 2021 10:07:39 +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 9BA1D610C8 for ; Thu, 21 Oct 2021 10:07:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9BA1D610C8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5Ak7h3Y3aKLONLwKceKAQ95kReBMKyZaRXajCViJE6Q=; b=cdr5IgcdaVdDiA qKg7gf4DpuRdzxPvMIMvOHJxghM82CulQG2ePIVJ0y/ye+cATwXbcBM6jYFeqWAkoVkPvkgIPnBIC v05SGqfMZ3iFFsHxbha8nSdtSsRrYaLMy4U7kHCDG7kVFxZ/8UNZlkwttQDnhIzlL8UFO17i9dZci /Ha9tET0dNRStj1mQj87FEmi7AZ8Dz2DqqqLs7HZcR2jGfNp6tv1FNhzFfPGjCoo4tnaEjTVV0a3c bhEP+UmxDGeTrh3ULtY4NFjqOmeCMrGTB2EpewyKDpo2KeTKeq5K8NU86pGmmDMcO5Jp8dgkGNz3g ebFas1YpIUiQ6MkwybZg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdUxy-0079I7-0w; Thu, 21 Oct 2021 10:06:30 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdUxY-0079Bm-7v for linux-arm-kernel@lists.infradead.org; Thu, 21 Oct 2021 10:06:06 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6177D6120F; Thu, 21 Oct 2021 10:06:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634810763; bh=9dHLzT9dyxG4Ac+xbm9Odo3IEuQuon0iJA/vxZgXkZo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WseqPkhOFNQaRUL9OYeXCTR7gDKf3hn3zVV4+swzga3ateyI3dnCDHHSHcZ3OEvtL WThU4gS7QoQTXDei5utmJbRxr8YkBSsXfDLx868zt20Q/1pWK4BPSuresYqdL56ci9 0CCDSP6bCRgDCcQRlB6tslBPbzHqjsz3B6VXJSU7MvxUnceF/QMYTuZA0ugJ8vhHza YLGmZsRo9v25p//RE/gvyTXrvwJpFrMU2pNahkRfizoh7r4RDdA4LQAom8xd6dpNxn S1VAHXyJO1WYDWbsH0vVZPnl/ZnMPTCg53XKmcJNCPjYJJyQwVmn3SvUF8Ypx4zrVL G4y1df/zKyS3g== From: Will Deacon To: Catalin Marinas , Nick Desaulniers Cc: kernel-team@android.com, Will Deacon , Nathan Chancellor , Vincenzo Frascino , llvm@lists.linux.dev, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/4] compat vdso cleanups Date: Thu, 21 Oct 2021 11:05:49 +0100 Message-Id: <163480870098.3876753.5822557497525627978.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211019223646.1146945-1-ndesaulniers@google.com> References: <20211019223646.1146945-1-ndesaulniers@google.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211021_030604_357683_DBF16910 X-CRM114-Status: UNSURE ( 9.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Tue, 19 Oct 2021 15:36:42 -0700, Nick Desaulniers wrote: > Four fixes for compat vdso, the first three are related, the fourth is > standalone. > > The first three fix a warning observed for `mrproper` targets when > $(CROSS_COMPILE_COMPAT)gcc is not in the $PATH. > > The fourth makes is so that CROSS_COMPILE_COMPAT is not necessary to > select COMPAT_VDSO when using clang+lld. > > [...] Applied to arm64 (for-next/vdso), thanks! [1/4] arm64: vdso32: drop the test for dmb ishld https://git.kernel.org/arm64/c/1907d3ff5a64 [2/4] arm64: vdso32: drop test for -march=armv8-a https://git.kernel.org/arm64/c/a517faa902b5 [3/4] arm64: vdso32: suppress error message for 'make mrproper' https://git.kernel.org/arm64/c/14831fad73f5 [4/4] arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd https://git.kernel.org/arm64/c/3e6f8d1fa184 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel