From nobody Thu Oct 2 02:12:34 2025 Received: from sipsolutions.net (s3.sipsolutions.net [168.119.38.16]) (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 09B4230C103; Wed, 24 Sep 2025 14:22:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=168.119.38.16 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758723726; cv=none; b=jrZYaywjhnUWO4eDUZ5snbIy7NaVTU47ZMqEMbUdXAJCxyCa2nysPJ02cFKXSXYEP8h9iN+8mt2GqYZFU63aIGyRj28urhuzIyHaC98566sSaIOoy1d127d2345btber/wb22EC/6R4TawtIOJo75rK5qEltzSV+z4anas+K7zI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758723726; c=relaxed/simple; bh=+1XbHYWO44eiLyr3lQME0rhVVOh0E9r61o4FckS2Ch8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=PjA9v8UjyYT3cqg7r0iDZwsYoThItFc3sDe3WZrXe3RDCxQejfb1p2G0W0HUYcePYtTmA71l7ufabJk9QWitUZJqDBUtE7FP0Z6VjJ1OwCxKgGddCFeFSxJV0loAQKwG5DI53nQ3mekbww9OwBlyjMFp7UDGkPXC6J2q178Aows= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sipsolutions.net; spf=pass smtp.mailfrom=sipsolutions.net; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b=iv8lUdYd; arc=none smtp.client-ip=168.119.38.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b="iv8lUdYd" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Content-Type:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=UVHwzh9sHs6Xo02VEWpZXjxZy4cbskfDXgmFGFBhsbs=; t=1758723725; x=1759933325; b=iv8lUdYdX32b5Ebb8gzJHRE3E37CWRZQILwpiM7Jl7B2QDt F6XWSgc0pj74RIbvB26o+AR6GOHddgxhHVRcKOQteBcDq68WVOE7KyPYm16sJiCCDnshcTU3dxfRi y5Q9UDriebRm7rMvEQ1Gm0pvuEFgh9k6c+/mKEhxtF4FBZweLbWpZxzpivhuRzIYRq1TAvA0gstTZ EEQVsBFdo3DidnWBGLKQb+0uvaM6Qqd6+3akm/PfJLH1bp+QEaDiMHzR1zbgAc6FCQmgKp6gO01WE WQEidVOWwp4Hqby6rEbyAVq2j5HTOU/wiuhIGCa921cZwHwjf5FDuc7qOxTClLCg==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.98.2) (envelope-from ) id 1v1QNa-000000090Bz-44BP; Wed, 24 Sep 2025 16:21:59 +0200 From: Benjamin Berg To: linux-um@lists.infradead.org, Willy Tarreau , =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= , linux-kselftest@vger.kernel.org, Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Benjamin Berg Subject: [PATCH v3 09/12] um: use nolibc for the --showconfig implementation Date: Wed, 24 Sep 2025 16:20:56 +0200 Message-ID: <20250924142059.527768-10-benjamin@sipsolutions.net> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250924142059.527768-1-benjamin@sipsolutions.net> References: <20250924142059.527768-1-benjamin@sipsolutions.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Benjamin Berg This is one of the simplest files and it can be switched over to use nolibc without any modifications. Signed-off-by: Benjamin Berg --- arch/um/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/um/kernel/Makefile b/arch/um/kernel/Makefile index b8f4e9281599..4b206a40b611 100644 --- a/arch/um/kernel/Makefile +++ b/arch/um/kernel/Makefile @@ -26,7 +26,7 @@ obj-$(CONFIG_OF) +=3D dtb.o obj-$(CONFIG_EARLY_PRINTK) +=3D early_printk.o obj-$(CONFIG_STACKTRACE) +=3D stacktrace.o =20 -USER_OBJS :=3D config.o +NOLIBC_OBJS :=3D config.o =20 include $(srctree)/arch/um/scripts/Makefile.rules =20 --=20 2.51.0