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 4ED93CA0FE7 for ; Tue, 26 Aug 2025 19:43:13 +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=iw5ho4GszvWRdd9ahZJ+QaP4P7/jN7bEv/Mq4Rvui/E=; b=duXAt8c4oQerVY mP/LcYDP3jdHOxx+cLf1Ch08/xde+pThRFpeUuXM9mMst9E2hWN6wT5l/NrQ0xobDRTL8S06bN7Mc eI27zEvydFPRwmhoKaWd1SB/tPd2MTd4usPJ98lBiHf9wi9sS0f6sib/JmanzNG9jzPNe0VAAwN0S DQsMcOGznzwTMBH5gpeEo+aTFqjYgb2zQvGvJxBnu6T8QWZUAHecY4+w0NKJ89yKxXdDC/CzsYPlT PG+rmipjsVh4ybtVTfHmnq6EEbfpNVpZTbd1beKo1d6TGyNQ0asq3+HhWzioh9xr0VCF09vEls+s7 kKhxVFjSWe1Bl/qSzKeA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uqzZT-0000000D1gS-0SbR; Tue, 26 Aug 2025 19:43:07 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uqzQg-0000000D04r-3hAx; Tue, 26 Aug 2025 19:34:04 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 804664505B; Tue, 26 Aug 2025 19:34:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3FDAC4CEF1; Tue, 26 Aug 2025 19:33:55 +0000 (UTC) Date: Tue, 26 Aug 2025 20:33:58 +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 09/11] vdso: Drop kconfig GENERIC_VDSO_DATA_STORE Message-ID: References: <20250826-vdso-cleanups-v1-0-d9b65750e49f@linutronix.de> <20250826-vdso-cleanups-v1-9-d9b65750e49f@linutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250826-vdso-cleanups-v1-9-d9b65750e49f@linutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250826_123402_937279_10A76C9C X-CRM114-Status: UNSURE ( 9.04 ) X-CRM114-Notice: Please train this message. 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:12AM +0200, Thomas Wei=DFschuh wrote: > All users of the generic vDSO library also use the generic vDSO datastore. > = > Remove the now unnecessary kconfig symbol. > = > Signed-off-by: Thomas Wei=DFschuh > --- > arch/Kconfig | 2 +- > arch/arm/mm/Kconfig | 1 - > arch/arm64/Kconfig | 1 - Acked-by: Catalin Marinas _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv