mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
lsmem/chmem moved to util-linux >= 2.30, remove them from s390-tools. For kernels >= 4.13, the default memory zone for hotplug memory was changed from zone MOVABLE to zone NORMAL. In order to keep using zone MOVABLE for memory hotplug, either use the lsmem/chmem tools from s390-tools version 2.1.0, or an updated version of the util-linux version of lsmem/chmem that contains the following util-linux git commits (included in util-linux 2.32): 60a7e9e94e49 "lsmem/chmem: add memory zone awareness" 0a4320f5e785 "tests/lsmem: update lsmem test with ZONES column" afee3f204247 "lsmem/chmem: add memory zone awareness to bash-completion" Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com> Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>