From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CFB2937C0ED; Tue, 26 Aug 2025 19:34:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756236842; cv=none; b=d/2QR8+ba1ZhmWlkEg+zAsOHOK6ZmLF9XAfM/Vt6uXYGoPvVx91piIz6gekT8gUuVPQBvZp9H/ljdytdN6oxeddYVFMaHpFgNJOfJkqBkPNpVcdZxhHbMZsd9vgbDn1srQsuWvFwXXPf9ba/GwapmjNMxWcwuZZGgN802xQyJyI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756236842; c=relaxed/simple; bh=62cIoZoaYR60eDZ7Y0bdRTw/uJx5RBWt0sV/Lpy1BLk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WfvD2vgEnQMfGrZdOPCGPiHpqgFbPtSaN04myupzoxGISXV8XslnJ0bIedPFD7ClWffvry7RmA4DpJDZJyunWFDxpSeODEbniBoE0QFAV27mWw98R4bPscAVrE9i+jRNcpHV9dLe4ApUeA9J8NKT+EN+WEo708glUOCsOSXyzAw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 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> Precedence: bulk X-Mailing-List: loongarch@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250826-vdso-cleanups-v1-9-d9b65750e49f@linutronix.de> On Tue, Aug 26, 2025 at 08:17:12AM +0200, Thomas Weißschuh 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ßschuh > --- > arch/Kconfig | 2 +- > arch/arm/mm/Kconfig | 1 - > arch/arm64/Kconfig | 1 - Acked-by: Catalin Marinas