mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
lsmem/chmem: Remove tools
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>
This commit is contained in:
committed by
Michael Holzheu
parent
c21e464856
commit
778292e771
+2
-2
@@ -4,9 +4,9 @@
|
||||
include ../common.mak
|
||||
|
||||
SCRIPTS = lsdasd lstape chccwdev lszfcp cio_ignore znetconf dasdstat
|
||||
USRSBIN_SCRIPTS = lsmem chmem lsluns
|
||||
USRSBIN_SCRIPTS = lsluns
|
||||
MANPAGES= lsdasd.8 lstape.8 chccwdev.8 lszfcp.8 lsluns.8 \
|
||||
cio_ignore.8 znetconf.8 chmem.8 lsmem.8 dasdstat.8
|
||||
cio_ignore.8 znetconf.8 dasdstat.8
|
||||
|
||||
SUB_DIRS = zcrypt scm chp css qeth
|
||||
|
||||
|
||||
Reference in New Issue
Block a user