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 776C3CA0FE9 for ; Tue, 26 Aug 2025 19:40:26 +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=IGw/MEBL9JKS55n7Ayoa0sxX3bhSzh/7hHcpDdvWZ/A=; b=qCIKtHqMKU2UrN CM0CO0MeebAlRQAxBi0At2yEhCXPBT92vJcLlgv93XXprzovz4CvPoQFMowdG35xu2LjbacGLbW1W 2V3Wsa0tMuqJT8wc7uE6drF3PHJrTcRLvcPgGOPRMVRl+osRw+kzUhLD7Paws2MGXDt1O3WjvUSlp hwk+VL9ZcSwjlspA2CrIp04qZOT+ZS99T88lOl/T59L7iCDbHvqvSHQf1Va1iYb+qb0tRyC9jjYqj DWZkHl6VKGQuLIIGmHa4l11bU0+3AHobuuKMfOnmdYpaE2H4nE+JgdJZp7fuFfZ/A/7YlDzHnmcHg YYTUjpMI5CEufzcKAiBg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uqzWm-0000000D1MH-2zWc; Tue, 26 Aug 2025 19:40:20 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uqzQN-0000000CzzJ-0bDs; Tue, 26 Aug 2025 19:33:43 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 6FEEA601E9; Tue, 26 Aug 2025 19:33:42 +0000 (UTC) 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250826-vdso-cleanups-v1-8-d9b65750e49f@linutronix.de> 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:11AM +0200, Thomas Wei=DFschuh wrote: > This configuration is never used. > = > Remove it. > = > Signed-off-by: Thomas Wei=DFschuh > --- > arch/arm64/Kconfig | 1 - > lib/vdso/Kconfig | 5 ----- > 2 files changed, 6 deletions(-) Acked-by: Catalin Marinas _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv