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 8E28031A554; Tue, 26 Aug 2025 19:33:42 +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=1756236822; cv=none; b=e4z2lqr9w6lVK8pvFa2ipwe8G/4zoLBWX6Obz0641/6lsoW/xwtPrc5mzPorLOz3G+4/MDv1hrDTy9luNGHt0ZiL6zJ6e4V5m8xZFD5lvGEcWw7oacWslGe78pO21Xk8W1Ukl1h7EH6xSwIuE4/02UO+c4/Lh75SnBBUWQCR2SQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756236822; c=relaxed/simple; bh=jvVvE3VLnaJmAa7y4nJ+v2vcAkqXhABkYmXEVoBXTnY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nRX7ouffzP6bWcdswqjrtrFPD2nhJLXzq8Mk3WS5Pa1FdPSk+9veOUCZq26qFADpFp9rshRAB/6BH8xsxSRrfcYYXvnpkmOfT88OionEkcuozlmL065+uuun3+wh+WigYOTjsIM25a+mbe/bcM3HBleSlOjBsuDJGDYoc8R5JgI= 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 89AAAC4CEF1; Tue, 26 Aug 2025 19:33:35 +0000 (UTC) Date: Tue, 26 Aug 2025 20:33:37 +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 08/11] vdso: Drop kconfig GENERIC_COMPAT_VDSO Message-ID: References: <20250826-vdso-cleanups-v1-0-d9b65750e49f@linutronix.de> <20250826-vdso-cleanups-v1-8-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-8-d9b65750e49f@linutronix.de> On Tue, Aug 26, 2025 at 08:17:11AM +0200, Thomas Weißschuh wrote: > This configuration is never used. > > Remove it. > > Signed-off-by: Thomas Weißschuh > --- > arch/arm64/Kconfig | 1 - > lib/vdso/Kconfig | 5 ----- > 2 files changed, 6 deletions(-) Acked-by: Catalin Marinas