On Wed, Sep 27, 2017 at 07:44:43PM +0200, Gerald Schaefer wrote: > These patches are against lsmem/chmem in util-linux, they add support > for listing and changing memory zone allocation. > > Added Michal Hocko and linux-mm on cc, to raise general awareness for > the lsmem/chmem tools, and the new memory zone functionality in > particular. I think this can be quite useful for memory hotplug kernel > development, and if not, sorry for the noise. > > Andre Wild (1): > lsmem/chmem: add memory zone awareness to bash-completion > > Gerald Schaefer (2): > lsmem/chmem: add memory zone awareness > tests/lsmem: update lsmem test with ZONES column Merged to the master branch. I have added a new --split=<list> command line option to the lsmem. It allows to control the way how lsmem merges memory blocks to the ranges. The default is to use differences in STATE,REMOVABLE,NODE and ZONES attributes. The ranges are no more affected by --output, it means commands like lsmem --output=RANGE lsmem --output=RANGE,ZONES returns the same memory ranges. You have to use --split to define your policy: lsmem --split=REMOVABLE,STATE will create the ranges according to REMOVABLE and STATE attributes. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>