From f2ccefb946c5de69ce6a51c9a8e95024d44c273b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 19 Oct 2015 23:26:50 +0200 Subject: setarch: add support for '-R' (disable randomization) This commit adds support for the -R flag of setarch, which disables randomization of the virtual address space. function old new delta setarch_main 115 150 +35 packed_usage 30664 30651 -13 Signed-off-by: Jan Heylen Signed-off-by: Thomas De Schampheleire Signed-off-by: Denys Vlasenko --- util-linux/Kbuild.src | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux/Kbuild.src') diff --git a/util-linux/Kbuild.src b/util-linux/Kbuild.src index 468fc6bc1..0b87c52ac 100644 --- a/util-linux/Kbuild.src +++ b/util-linux/Kbuild.src @@ -40,7 +40,6 @@ lib-$(CONFIG_READPROFILE) += readprofile.o lib-$(CONFIG_RTCWAKE) += rtcwake.o lib-$(CONFIG_SCRIPT) += script.o lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o -lib-$(CONFIG_SETARCH) += setarch.o lib-$(CONFIG_SWAPONOFF) += swaponoff.o lib-$(CONFIG_SWITCH_ROOT) += switch_root.o lib-$(CONFIG_UMOUNT) += umount.o -- cgit v1.2.3