On Tue, Jan 20, 2026 at 04:31:12PM +0000, Pratyush Yadav wrote: > On Mon, Jan 05 2026, Mike Rapoport wrote: > > > + * reserved_mem node: > > + * These nodes describe all reserve_mem regions. > > + * > > I think you should also mention that the name of the node is the name of > the map.
@Andrew, can you please add this as a fixup: diff --git a/include/linux/kho/abi/memblock.h b/include/linux/kho/abi/memblock.h index fbfb2eb1b1cf..27b042f470e1 100644 --- a/include/linux/kho/abi/memblock.h +++ b/include/linux/kho/abi/memblock.h @@ -45,7 +45,8 @@ * Identifies the overall memblock ABI version. * * reserved_mem node: - * These nodes describe all reserve_mem regions. + * These nodes describe all reserve_mem regions. The node name is the name + * defined by the user for a reserve_mem region. * * - compatible: "reserve-mem-v1" * > Other than this, > > Reviewed-by: Pratyush Yadav <[email protected]> Thanks! > -- > Regards, > Pratyush Yadav -- Sincerely yours, Mike.
