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 DEEC530DEB0 for ; Sat, 3 Jan 2026 18:59:57 +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=1767466798; cv=none; b=vGeHgfpmAw5LyAk6f6jH9lLHu5m1844nNi0oXS+81A5qMJZLOAMJyjF9+Vf8snVVQkShA/2jPwsAXDEymbyzIiUMFSCxzDa4LfJLK/skHc0ijknYtB/9LL72uevQfLmsLzVszstrckwr9/UMPe+6KAl1WCcOs5JWQGYGhGmqRtY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767466798; c=relaxed/simple; bh=omBZBCfeRSyWOrBJ6BZZYx870z71q5DnTs3+5igQ37M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Z+x2jN5yJY+Y8JN3qGsird6/rujxOmT9qsbdMCVIrxOQsYpPYq/qiMrDBrR+smm3YEqMvtZdDKxzAG24dJtpu7BAjneXefHKPkOA4h1c22ZKAAmR3oR7JS1+BLxbmlP9B+EmrnQ3r+lFH0ItlVwdz2zqb6fm85CU+9CS/vJendI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=daWX40jT; 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="daWX40jT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2AB19C113D0; Sat, 3 Jan 2026 18:59:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767466797; bh=omBZBCfeRSyWOrBJ6BZZYx870z71q5DnTs3+5igQ37M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=daWX40jTgv4j4LKq0g1uveUBTG7eo9odO7BGheJ+fHT0MwEC3l0Y4KRMLSyiZRN26 /EWuxz7s0xZI3PadQZhOcP8+upJrUpGh7VZvt1smhEnRryciGxID8pD0bA3dEYTDfk 5dVz8IzZXmPQAtm51yk8bubc0zvEhxgjzCJodcyGJOMRg65iaqQB08RPukYR7A14ll JoYjx+MPJfr+DUcgeRKqGyukoBzyf0mHZaGEZqZxrGEUZR92ATGKbDGEmZa0DlPKH1 /3s1IFM4fEayAHdcVSTRMBfPN6zbXAuwXUvaOYPkBuyInEZaUdd+quJLeV962G7uNv BqniYHmjqzleg== Date: Sat, 3 Jan 2026 20:59:49 +0200 From: Mike Rapoport To: Jason Miu Cc: Alexander Graf , Andrew Morton , Baoquan He , Changyuan Lyu , David Matlack , David Rientjes , Jason Gunthorpe , Pasha Tatashin , Pratyush Yadav , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v3 0/4] Make KHO Stateless Message-ID: References: <20251209025317.3846938-1-jasonmiu@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251209025317.3846938-1-jasonmiu@google.com> On Mon, Dec 08, 2025 at 06:53:12PM -0800, Jason Miu wrote: > > This series is broken down into the following patches: > > 1. kho: Introduce KHO FDT ABI header: > Adds a dedicated ABI header to define the FDT interface. > > 2. kho: Relocate vmalloc preservation structure to KHO ABI header > Adds `struct kho_vmalloc` and related structs to the ABI header. I think these two can be merged independently of the radix tree change. They seem ready to me and having them upstream will make it easier for new KHO functionality, like e.g. "kexec history" patches (https://lore.kernel.org/all/20260102-kho-v2-0-1747b1a3a1d6@debian.org) I'm going to prepare a series with these two patches and some few more updates to KHO and LUO docs and I'll send them in the next few days. -- Sincerely yours, Mike.