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 AB75338A725 for ; Fri, 13 Mar 2026 10:01:44 +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=1773396104; cv=none; b=KhIdvL/2f7UxMb8xzEtGtfJzOS/WcVrRcgZE9wN7urdUeYvbaOoLsSoqXIkvdgjQl3zpHylSV92gxUijrTO9k7YfsVu5jbR3K0+JaYFfSzousHRT70P/EBGuHx/P83CPJP3Fxe6JooqfOqff5Wr8hC8w6CIs9siyb2H47ozz+ec= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773396104; c=relaxed/simple; bh=OIFeikD82nmwD3OmN2AOXV+pImCHdvGmD6kzGbZztMM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=oi9s7/Qxax9raKPvIauyxJzKY85reybXdUwkMH0JhKJEubS5k7Gs+72eqxPfdcKAjEXMH0wB4tvnfSYX2Pas5HPJScP5Hzyx2GYGmmI7rZf/yx3ow3PdtT96wwHX1AGwW2HBgD3JBTiJrA10Gq/nlU8VQlrLM2MZCqLzv9pD9NA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Y/gC6JPh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Y/gC6JPh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52FFAC19421; Fri, 13 Mar 2026 10:01:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773396104; bh=OIFeikD82nmwD3OmN2AOXV+pImCHdvGmD6kzGbZztMM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Y/gC6JPhy66S1xqzXJ3KdEefi0wYq8mOdiHoWgx2/FDpA+nmJuZ/cPubHSwIx8sZw Wfgyaa7t1krwXHYK73m1pVtjmfzmB5smo+c/GWzcfI/thdsEa/RuYE5rzJGI+ZZ1IF 6/HDCZreZCUQEJ5jIC5wkDanWpLDHJteJ7TjsWbo5/yfyyORHttM2EP6YCP55BRcW2 gtZNGo6jmxAhnJFDrUkKymFYGdwI+b5IhF/MdDaldEWbuWsRJr2kcQLVwHV98aUKVV aj4ICSIaxLUTS0gYgWhQ5fPtrjN2/wiU1tn8X/ZXWEMsWiMp2dkOkgJ3KsycSJO8hX fq7dpuVDt0sQg== From: Pratyush Yadav To: Breno Leitao Cc: Alexander Graf , Mike Rapoport , Pasha Tatashin , Pratyush Yadav , linux-kernel@vger.kernel.org, kexec@lists.infradead.org, linux-mm@kvack.org, usamaarif642@gmail.com, SeongJae Park , kernel-team@meta.com Subject: Re: [PATCH v8 0/6] kho: history: track previous kernel version and kexec boot count In-Reply-To: <20260309-kho-v8-0-c3abcf4ac750@debian.org> (Breno Leitao's message of "Mon, 09 Mar 2026 06:41:43 -0700") References: <20260309-kho-v8-0-c3abcf4ac750@debian.org> Date: Fri, 13 Mar 2026 10:01:40 +0000 Message-ID: <2vxzqzpof3p7.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Hi Breno, On Mon, Mar 09 2026, Breno Leitao wrote: > Use Kexec Handover (KHO) to pass the previous kernel's version string > and the number of kexec reboots since the last cold boot to the next > kernel, and print it at boot time. > [...] Thanks for cleaning up the KHO infrastructure. It is much appreciated! I only have a couple comments. Once they are fixed this series should be good to go. -- Regards, Pratyush Yadav