From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (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 92CCCD515 for ; Fri, 30 Jan 2026 04:31:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769747512; cv=none; b=QpYGuG+K9JGjTpuSc8BZR1lqXXqP+VGtqXOvTfxR9h9fPeccgJo2N7vH3kPLVM+WUufPapCNsK7oKOn9UKjEi9OnpwOZbwvEgq/b0iinBp/ka7u7212Km+r/S+rhvX87yeevm+mY08eBas5Igc1qhMmxPGv4NI/s/p4qsry7uyM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769747512; c=relaxed/simple; bh=ZHv8euJ8jyvN/CScafSnAgaG1UP/EIZWviYpRbB2OXI=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=VOljs3jfbOibakQgsyE3Vy/AR0etmM0ONmG/Xvw7PJhUwpmvq3xZI4HlS2lWEGFEByVBn52iXuaVOJ96Snl+aMY78r6CHKZiRiPs6b2fMUqfMGHpL7jNTU18kkCEU2RNWbwSFfndrdXE47ipm0jYLiuD0ihTyFfL5m9uL4MDpSM= 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=kW/2yKLs; arc=none smtp.client-ip=95.215.58.182 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="kW/2yKLs" Message-ID: <9da09064-5005-4b30-8f9b-9ac9b9858d46@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1769747508; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BP57FKsGTRYNiacGfD/Jpsxc5lHZKrk+/1cmuy4ArpM=; b=kW/2yKLsVMvSCnYT/58kcF44p73/tlFh4RCRSPcbe4ZyeBj2GzeGdaZhqGSiwm+cwwS0Ej 4X0gAknG80hl0c4CO0+DRXEvalkkYoLysYa7gOYcLaCAGWsRAeiMuAZyVDibGX5CxDKpY9 /0LxGv9qMV4pNPKNipFO9CJ+Qwbq7aA= Date: Thu, 29 Jan 2026 20:31:34 -0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 1/1] selftests/liveupdate: Cleanup kernel optio CONFIG_LIVEUPDATE_TEST To: pasha.tatashin@soleen.com, rppt@kernel.org, pratyush@kernel.org, shuah@kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org References: <20260130042840.1469-1-yanjun.zhu@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zhu Yanjun In-Reply-To: <20260130042840.1469-1-yanjun.zhu@linux.dev> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 2026/1/29 20:28, Zhu Yanjun 写道: > The kernel option CONFIG_LIVEUPDATE_TEST does not exist currently. > Remove it. In kernel 6.19-rc7, this kernel option still exists in the file tools/testing/selftests/liveupdate/config. Thus I send out this commit to remove it. Zhu Yanjun > > 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 -- Best Regards, Yanjun.Zhu