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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 594F9CA0FE7 for ; Tue, 26 Aug 2025 19:37:43 +0000 (UTC) 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=5GfYoiHbaor9qvFBz3TQtCax8qRMxWogGIeo1+FIOV4=; b=gJOcJF4SAJHoUp NuLEFZLWv0/vbDKrEIWT0sCW72vKeaN5alPS9FfUQsLIK/79xJIXQ0BEqRn3z9WNKR03ZCetzm6an yMoDKg4nDQanwR7tjB2mURTWiveIjIS0D7PWCLQKpJcqdmnu9Q+CGJfox/YHbgKbHAiA4YZ0DjQLQ kf+9i+98lstG9s375cchB3KZUfOx0/IHkhFSiDSA+AK4+dz3oKrWi3XJoBGgV7inxhfD2hQh57XPD m9uDdZ7GvgDl03rThcvci6tYoZY2yVzSncXPWNJ/PXETMKbmFT1tNNshQIoJlP/kpzleYbJEFPm/C y3ADiuNyDLYB8itNSNog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uqzU6-0000000D101-0y1w; Tue, 26 Aug 2025 19:37:34 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uqzQ4-0000000CzuE-2dlU; Tue, 26 Aug 2025 19:33:25 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id A93B84414A; Tue, 26 Aug 2025 19:33:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1D58C4CEF1; Tue, 26 Aug 2025 19:33:16 +0000 (UTC) Date: Tue, 26 Aug 2025 20:33:19 +0100 From: Catalin Marinas To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Andy Lutomirski , Thomas Gleixner , Vincenzo Frascino , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Nam Cao , Russell King , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Will Deacon , Huacai Chen , WANG Xuerui , Thomas Bogendoerfer , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , Christophe Leroy , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , Arnd Bergmann , Christian Brauner , Shuah Khan , linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, linux-arm-kernel@lists.infradead.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-arch@vger.kernel.org, linux-kselftest@vger.kernel.org, Rasmus Villemoes Subject: Re: [PATCH 03/11] vdso: Move ENABLE_COMPAT_VDSO from core to arm64 Message-ID: References: <20250826-vdso-cleanups-v1-0-d9b65750e49f@linutronix.de> <20250826-vdso-cleanups-v1-3-d9b65750e49f@linutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250826-vdso-cleanups-v1-3-d9b65750e49f@linutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250826_123324_686669_22993A1E X-CRM114-Status: GOOD ( 11.08 ) X-BeenThere: linux-riscv@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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Tue, Aug 26, 2025 at 08:17:06AM +0200, Thomas Wei=DFschuh wrote: > The ENABLE_COMAPT_VDSO symbol is only used by arm64 and only for the > time-related functionality. There should be no new users, so it doesn't > need to be in the generic vDSO code. > = > Move the logic into arm64 architecture-specific code and replace the > explicit define by the standard '#ifdef __aarch64__'. > = > Signed-off-by: Thomas Wei=DFschuh Acked-by: Catalin Marinas _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv