lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 24 Oct 2006 15:40:19 -0400
From:	Vivek Goyal <vgoyal@...ibm.com>
To:	linux kernel mailing list <linux-kernel@...r.kernel.org>
Cc:	Fastboot mailing list <fastboot@...ts.osdl.org>,
	"Eric W. Biederman" <ebiederm@...ssion.com>,
	Morton Andrew Morton <akpm@...l.org>, Andi Kleen <ak@....de>
Subject: [PATCH] i386: Mark CONFIG_RELOCATABLE EXPERIMENTAL



o Mark CONFIG_RELOCATABLE experimental.

Signed-off-by: Vivek Goyal <vgoyal@...ibm.com>
---

 arch/i386/Kconfig |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff -puN arch/i386/Kconfig~i386-mark-CONFIG_RELOCATABLE-experimental arch/i386/Kconfig
--- linux-2.6.19-rc2-git7-reloc/arch/i386/Kconfig~i386-mark-CONFIG_RELOCATABLE-experimental	2006-10-24 15:22:22.000000000 -0400
+++ linux-2.6.19-rc2-git7-reloc-root/arch/i386/Kconfig	2006-10-24 15:23:02.000000000 -0400
@@ -774,7 +774,8 @@ config CRASH_DUMP
 	  For more details see Documentation/kdump/kdump.txt
 
 config RELOCATABLE
-	bool "Build a relocatable kernel"
+	bool "Build a relocatable kernel(EXPERIMENTAL)"
+	depends on EXPERIMENTAL
 	help
 	  This build a kernel image that retains relocation information
           so it can be loaded someplace besides the default 1MB.
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ