From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 5663C1607A4 for ; Fri, 30 Jan 2026 04:29:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769747364; cv=none; b=BeYTDl7C5BDdnD7XHt+rX1rB/IRFjKVknJziYKxgaGlZo2f5MhSJJftKl092djl6L+6HJGPGDXHuRmCfck6ez3xa9ogKkSn4mkoHJt6HG/9anoN6cV7l8vSMkJXdeUFTQeD+LJX1UeFSD5NLmJEROsHVgvW5IYQvn2fcdJtRjM8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769747364; c=relaxed/simple; bh=HiIwxfb3f7+agAhgeRGoypMKaGp0L/iis+NTewLzX5E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ikCaE4i5n1RE8bcjwi99VjdsU89B028jgROBsTRxQkI9pZ7KLVrlVJ3cCixqVyuIGMFBracFahaDNV7ZcEkGqmb+HIiWeRQ/kpdjqDRD1SZR1M3qfk98BRqEV4gf1uCHUOBi8inrEbUGrAG9XoAuFA6WuGHIU0NL8b+7hA9VT+w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=wim2OxNH; arc=none smtp.client-ip=91.218.175.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="wim2OxNH" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1769747350; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=w3hr4mReTXz6nB/zv6oGU/eEGM2eGUpL9VZU/8WLpfI=; b=wim2OxNHxBS4JlmmXRPkgD1rdjm81fphI4mXk+hSB9ZQGlN5LJH6cytuPWRgIO+L/30GjX gIrjBlds7rt9b+0U7Ha0jIpMKAiubjh1yR5f83z2/VG0//I3cnzZreiLqYMxqn2sQyAlqi lYWZfpWezuq/FtN8ibssu7VbOB8iZbE= From: Zhu Yanjun To: pasha.tatashin@soleen.com, rppt@kernel.org, pratyush@kernel.org, shuah@kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Cc: Zhu Yanjun Subject: [PATCH 1/1] selftests/liveupdate: Cleanup kernel optio CONFIG_LIVEUPDATE_TEST Date: Thu, 29 Jan 2026 20:28:40 -0800 Message-ID: <20260130042840.1469-1-yanjun.zhu@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT The kernel option CONFIG_LIVEUPDATE_TEST does not exist currently. Remove it. No functional changes. Signed-off-by: Zhu Yanjun --- tools/testing/selftests/liveupdate/config | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/liveupdate/config b/tools/testing/selftests/liveupdate/config index 91d03f9a6a39..80bd5d5e2976 100644 --- a/tools/testing/selftests/liveupdate/config +++ b/tools/testing/selftests/liveupdate/config @@ -5,7 +5,6 @@ CONFIG_KEXEC_HANDOVER_ENABLE_DEFAULT=y CONFIG_KEXEC_HANDOVER_DEBUGFS=y CONFIG_KEXEC_HANDOVER_DEBUG=y CONFIG_LIVEUPDATE=y -CONFIG_LIVEUPDATE_TEST=y CONFIG_MEMFD_CREATE=y CONFIG_TMPFS=y CONFIG_SHMEM=y -- 2.52.0