Hi Lianbo,
在 2023/12/12 20:35, Lianbo Jiang 写道:
> void *mem_sec;
> char *mem_section;
> + ulong vmemmap;
> int ZONE_HIGHMEM;
> ulong *node_online_map;
> int node_online_map_len;
Although I haven't encountered compatibility issues due to such
changes, I would prefer it to be added to the end of this table.
No problem.
(I just put the relative fields togeter, the vmemmap and mem_section.)
In addition, could you please add the new variable to vm_table
dumping? Maybe the help -v can print the value. eg. dump_vm_table().
No problem.
Thanks
Huang Shijie