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 0E23431D735; Tue, 20 Jan 2026 16:31:15 +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=1768926677; cv=none; b=n8EyKTRY/884RlW7XrP7wXHdR8md0j9iD3GxtP6/5/an+WNskhMOuNtURZ8ObSPtQCpDcDSW3b6TLnJ3mBQJcoDkBp/7clBFgfT70L6Y1iN6SwvOy49ksxMXV0WTVR2dujnzbOAcFJNTBbvIJVwM8X7JUiVnbV58HP7+NeM0mcQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768926677; c=relaxed/simple; bh=b+DEzrhzQLEZaXZekFtcaQ+EoJRPMgcm+b7GQK00jzs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=Sxr0woFXb8p/Nta2k9VnH6HpEkLM9aZ+hnBkL7KVLvfF+XKN4TwHvgCVdXcyhlWiQ2aboOqNyQkytJH/6oYCnelDzgkanogHemG1XAaKOe8U34dXfew+ooleHQ4FNfnpTl9KXXt/nX1InGY69vHn+8NIl8Z0lXJpbZbDqYCotpg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Lllm8gJK; 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="Lllm8gJK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9E42C16AAE; Tue, 20 Jan 2026 16:31:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768926675; bh=b+DEzrhzQLEZaXZekFtcaQ+EoJRPMgcm+b7GQK00jzs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Lllm8gJKsKXKIIbGa/8Mhv3Frwq887BG2Yh/JTKwz3Cs30xtnoRwE075kz3xMtERX 8VbtdWkRd8wwxP5YPBII0c5+/TxFnfnoWO5J0VWK2z1LEJcN+/JVeQpb3DHWY6LEET OzS+5sAmZKniDDSXOJKC5RHqITIbB9bFf6b9yt5/FRwBrGabs4g0INX0mMVFG/gkfr FFDWmgC9EXOvhj3znC5tjScmOclMBI2vArmTbFQ+2FX3nYuWFV+z6PgZoSZJYvHrPZ Uw6nq+uPcpUyOkMuiF0eD8lwHjnxJqFJMQXhWOb0cZYZrk0xbG37uYBtMWZMFQR01U heAP9PWzXct7w== From: Pratyush Yadav To: Mike Rapoport Cc: Andrew Morton , Alexander Graf , Jason Miu , Jonathan Corbet , Pasha Tatashin , Pratyush Yadav , kexec@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 6/6] kho/abi: add memblock ABI header In-Reply-To: <20260105165839.285270-7-rppt@kernel.org> (Mike Rapoport's message of "Mon, 5 Jan 2026 18:58:39 +0200") References: <20260105165839.285270-1-rppt@kernel.org> <20260105165839.285270-7-rppt@kernel.org> Date: Tue, 20 Jan 2026 16:31:12 +0000 Message-ID: <2vxzqzrkckkv.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 On Mon, Jan 05 2026, Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" > > Introduce KHO ABI header describing preservation ABI for memblock's > reserve_mem regions and link the relevant documentation to KHO docs. > > Signed-off-by: Mike Rapoport (Microsoft) > --- [...] > + * / { > + * compatible = "memblock-v1"; > + * > + * n1 { > + * compatible = "reserve-mem-v1"; > + * start = <0xc06b 0x4000000>; > + * size = <0x04 0x00>; > + * }; > + * }; > + * > + * Main memblock node (/): > + * > + * - compatible: "memblock-v1" > + > + * Identifies the overall memblock ABI version. > + * > + * reserved_mem node: > + * These nodes describe all reserve_mem regions. > + * > + * - compatible: "reserve-mem-v1" > + * > + * Identifies the ABI version of reserve_mem descriptions > + * > + * - start: u64 > + * > + * Physical address of the reserved memory region. > + * > + * - size: u64 > + * > + * size in bytes of the reserved memory region. I think you should also mention that the name of the node is the name of the map. Other than this, Reviewed-by: Pratyush Yadav > + */ > + > +/* Top level memblock FDT node name. */ > +#define MEMBLOCK_KHO_FDT "memblock" > + > +/* The compatible string for the memblock FDT root node. */ > +#define MEMBLOCK_KHO_NODE_COMPATIBLE "memblock-v1" > + > +/* The compatible string for the reserve_mem FDT nodes. */ > +#define RESERVE_MEM_KHO_NODE_COMPATIBLE "reserve-mem-v1" > + > +#endif /* _LINUX_KHO_ABI_MEMBLOCK_H */ [...] -- Regards, Pratyush Yadav