Re: [bug] latest -git boot hang

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Tuesday, October 14, 2008 - 8:12 am

* Stephen Smalley <sds@tycho.nsa.gov> wrote:


got this one for rootplug:

--- linux.orig/security/Kconfig
+++ linux/security/Kconfig
@@ -93,6 +93,11 @@ config SECURITY_FILE_CAPABILITIES
 config SECURITY_ROOTPLUG
        bool "Root Plug Support"
        depends on USB=y && SECURITY
+
+       # fails with hard-to-debug "could not find init" boot failure
+       depends on BROKEN_BOOT_ALLOWED
+       select BROKEN_BOOT


and this one:

--- linux.orig/security/selinux/Kconfig
+++ linux/security/selinux/Kconfig
@@ -97,6 +97,11 @@ config SECURITY_SELINUX_CHECKREQPROT_VAL
 config SECURITY_SELINUX_ENABLE_SECMARK_DEFAULT
        bool "NSA SELinux enable new secmark network controls by default"
        depends on SECURITY_SELINUX
+
+       # old system booted up with this cannot ssh out
+       depends on BROKEN_BOOT_ALLOWED
+       select BROKEN_BOOT

i also have this temporary annotation:

--- linux.orig/security/smack/Kconfig
+++ linux/security/smack/Kconfig
@@ -1,6 +1,9 @@
 config SECURITY_SMACK
        bool "Simplified Mandatory Access Control Kernel Support"
        depends on NETLABEL && SECURITY_NETWORK
+       # breaks networking (TCP connections)
+       depends on BROKEN_BOOT_ALLOWED
+       select BROKEN_BOOT
        default n
        help
          This selects the Simplified Mandatory Access Control Kernel.

has this problem been fixed? A test is only a success if the freshly 
booted kernel can autonomously ssh out over a real network and can 
indicate success to the QA server. I've got a good mix of old and new 
distros as well.

	Ingo
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[bug] latest -git boot hang, Ingo Molnar, (Fri Oct 10, 1:30 pm)
Re: [bug] latest -git boot hang, Ingo Molnar, (Fri Oct 10, 1:40 pm)
Re: [bug] latest -git boot hang, Ingo Molnar, (Fri Oct 10, 1:56 pm)
Re: [bug] latest -git boot hang, Linus Torvalds, (Fri Oct 10, 2:10 pm)
Re: [bug] latest -git boot hang, Tejun Heo, (Fri Oct 10, 5:50 pm)
Re: [bug] latest -git boot hang, H. Peter Anvin, (Fri Oct 10, 6:42 pm)
Re: [bug] latest -git boot hang, Jens Axboe, (Sat Oct 11, 12:11 am)
Re: [bug] latest -git boot hang, Ingo Molnar, (Sat Oct 11, 12:19 am)
Re: [bug] latest -git boot hang, Jens Axboe, (Sat Oct 11, 7:08 am)
Re: [bug] latest -git boot hang, Ingo Molnar, (Sat Oct 11, 7:33 am)
Re: [bug] latest -git boot hang, Jens Axboe, (Sat Oct 11, 7:39 am)
Re: [bug] latest -git boot hang, Ingo Molnar, (Sat Oct 11, 7:58 am)
Re: [bug] latest -git boot hang, Jens Axboe, (Sat Oct 11, 10:58 am)
Re: [bug] latest -git boot hang, Takashi Iwai, (Mon Oct 13, 1:41 am)
Re: [bug] latest -git boot hang, Tejun Heo, (Mon Oct 13, 2:13 am)
Re: [bug] latest -git boot hang, Stephen Smalley, (Tue Oct 14, 8:07 am)
Re: [bug] latest -git boot hang, Ingo Molnar, (Tue Oct 14, 8:12 am)
Re: [PATCH] block: add BIG FAT WARNING to CONFIG_DEBUG_BLO ..., Christoph Hellwig, (Tue Oct 14, 8:15 am)
Re: [bug] latest -git boot hang, Stephen Smalley, (Tue Oct 14, 8:24 am)
Re: [bug] latest -git boot hang, Casey Schaufler, (Tue Oct 14, 6:48 pm)